l18n added

This commit is contained in:
2025-08-10 12:28:01 +03:00
parent 4c3a786473
commit 585ae0eb5f
6 changed files with 56 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
<string name="dashboard_section_recently_added">Недавно добавлено</string>
<string name="dashboard_section_locations">Места хранения</string>
<string name="dashboard_section_labels">Метки</string>
<string name="location_chip_label">%1$s (%2$d)</string>
<!-- Dashboard Statistics -->
<string name="dashboard_stat_total_items">Всего вещей</string>
@@ -33,4 +34,11 @@
<string name="nav_locations">Локации</string>
<string name="nav_labels">Метки</string>
<!-- Setup Screen -->
<string name="setup_title">Настройка сервера</string>
<string name="setup_server_url_label">URL сервера</string>
<string name="setup_username_label">Имя пользователя</string>
<string name="setup_password_label">Пароль</string>
<string name="setup_connect_button">Подключиться</string>
</resources>