set up i18n
This commit is contained in:
parent
490cf0c677
commit
27aac495b9
10 changed files with 183 additions and 3 deletions
37
src/i18n/en-GB.json
Normal file
37
src/i18n/en-GB.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"page": {
|
||||
"welcome": {
|
||||
"title": "Hi, welcome!",
|
||||
"subtitle": "Lets get started",
|
||||
"edit": "Start editing",
|
||||
"instructions": "Read the instructions",
|
||||
"about": "Abut this app"
|
||||
},
|
||||
"edit": {
|
||||
"menu": {
|
||||
"file": "File",
|
||||
"edit": "Edit",
|
||||
"selection": "Selection"
|
||||
},
|
||||
"command": {
|
||||
"open": "Open folder",
|
||||
"close": "Close folder",
|
||||
"closeTab": "Close tab",
|
||||
"save": "Save",
|
||||
"saveAs": "Save as ...",
|
||||
"selectAll": "Select all",
|
||||
"clearSelection": "Clear selection",
|
||||
"insertKey": "Insert new key",
|
||||
"insertLanguage": "Insert new language",
|
||||
"delete": "Delete selected items"
|
||||
}
|
||||
}
|
||||
},
|
||||
"feature": {
|
||||
"file": {
|
||||
"grid": {
|
||||
"key": "Key"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue