2
0
forked from Ivasoft/DSView

A new multilingual solution

This commit is contained in:
dreamsourcelabTAI
2022-10-14 09:58:01 +08:00
parent 9457e64e7b
commit 1379117213
7 changed files with 354 additions and 0 deletions

10
lang/en/device.json Normal file
View File

@@ -0,0 +1,10 @@
[
{
"id": "vvv",
"text": "xxx"
},
{
"id": "vvv1",
"text": "xxx1"
}
]

10
lang/en/main.json Normal file
View File

@@ -0,0 +1,10 @@
[
{
"id": "vvv",
"text": "xxx"
},
{
"id": "vvv1",
"text": "xxx1"
}
]

10
lang/en/msg.json Normal file
View File

@@ -0,0 +1,10 @@
[
{
"id": "vvv",
"text": "xxx"
},
{
"id": "vvv1",
"text": "xxx1"
}
]

10
lang/en/toolbar.json Normal file
View File

@@ -0,0 +1,10 @@
[
{
"id": "IDS_TOOLBAR_MODE",
"text": "模式1"
},
{
"id": "IDS_TOOLBAR_START",
"text": "Start"
}
]