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

33
l10n/app_ru.arb Normal file
View File

@@ -0,0 +1,33 @@
{
"appName": "Tesmit",
"@common": {},
"add": "Добавить",
"create": "Создать",
"remove": "Удалить",
"update": "Обновить",
"name": "Имя",
"title": "Заголовок",
"save": "Сохранить",
"@entity": {},
"workspace": "Рабочая область",
"workspaces": "Рабочие области",
"@actions": {},
"addNewAction": "Добавление",
"removeAction": "Удаление",
"updatingAction": "Обновление",
"hoursMinutesParams": "{hours} ч {minutes} м",
"@hoursMinutesParams": {
"placeholders": {
"hours": {
"type": "int"
},
"minutes": {
"type": "int"
}
}
}
}