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">Recently Added</string>
<string name="dashboard_section_locations">Locations</string>
<string name="dashboard_section_labels">Labels</string>
<string name="location_chip_label">%1$s (%2$d)</string>
<!-- Dashboard Statistics -->
<string name="dashboard_stat_total_items">Total Items</string>
@@ -33,4 +34,11 @@
<string name="nav_locations">Locations</string>
<string name="nav_labels">Labels</string>
<!-- Setup Screen -->
<string name="setup_title">Server Setup</string>
<string name="setup_server_url_label">Server URL</string>
<string name="setup_username_label">Username</string>
<string name="setup_password_label">Password</string>
<string name="setup_connect_button">Connect</string>
</resources>