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/ru.i18n.json Normal file
View File

@@ -0,0 +1,26 @@
{
"app_name": "Tesmit",
"home_screen": {
"title" : "Главная"
},
"settings_screen": {
"common": "Общее",
"title" : "Настройки",
"lang": "Язык",
"lang_selection": "Выбор языка",
"theme": {
"dark_theme" : "Темная тема",
"light_theme" : "Светлая тема"
}
},
"auth_screen": {
"title": "Авторизация"
},
"gal_screen": {
"title": "Галерея Краснодар"
}
}