set up i18n

This commit is contained in:
Chris Kruining 2025-01-06 15:51:47 +01:00
parent 490cf0c677
commit 27aac495b9
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 183 additions and 3 deletions

37
src/i18n/en-GB.json Normal file
View 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"
}
}
}
}