first commit

This commit is contained in:
2025-03-03 20:59:42 +03:00
commit 273e68557a
1099 changed files with 17880 additions and 0 deletions

26
lib/i18n/en.i18n.json Normal file
View File

@@ -0,0 +1,26 @@
{
"app_name": "Tesmit",
"home_screen": {
"title" : "Home screen"
},
"settings_screen": {
"common": "Common",
"title" : "Settings",
"lang": "Language",
"lang_selection": "Language selection",
"theme": {
"dark_theme" : "Dark theme",
"light_theme" : "Light theme"
}
},
"auth_screen": {
"title": "Authorization"
},
"gal_screen": {
"title": "Gallery"
}
}