initial commit (migrated)
This commit is contained in:
commit
b594facb51
143 changed files with 11057 additions and 0 deletions
52
test/_responses/translations.json
Normal file
52
test/_responses/translations.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[
|
||||
{
|
||||
"id": "en",
|
||||
"lang": "English",
|
||||
"tableName": "quotes"
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"lang": "Indonesian",
|
||||
"tableName": "quotes_id"
|
||||
},
|
||||
{
|
||||
"id": "es",
|
||||
"lang": "Spanish",
|
||||
"tableName": "quotes_es"
|
||||
},
|
||||
{
|
||||
"id": "de",
|
||||
"lang": "Dutch",
|
||||
"tableName": "quotes_de"
|
||||
},
|
||||
{
|
||||
"id": "fr",
|
||||
"lang": "French",
|
||||
"tableName": "quotes_fr"
|
||||
},
|
||||
{
|
||||
"id": "hi",
|
||||
"lang": "Hindi",
|
||||
"tableName": "quotes_hi"
|
||||
},
|
||||
{
|
||||
"id": "it",
|
||||
"lang": "Italian",
|
||||
"tableName": "quotes_it"
|
||||
},
|
||||
{
|
||||
"id": "ru",
|
||||
"lang": "Russian",
|
||||
"tableName": "quotes_ru"
|
||||
},
|
||||
{
|
||||
"id": "zh-CN",
|
||||
"lang": "Chinese (Simplified)",
|
||||
"tableName": "quotes_zhcn"
|
||||
},
|
||||
{
|
||||
"id": "ja",
|
||||
"lang": "Japanese",
|
||||
"tableName": "quotes_ja"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue