Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #417

Merged
merged 3 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="save">Uložit</string>
<string name="stop">Stop</string>
<string name="permissions_not_granted">Požadovaná oprávnění nebyla udělena</string>
<string name="wifi_icon_description">Wi-Fi ikona</string>
<string name="wifi_icon_description">Ikona Wi-Fi</string>
<string name="cell_tower_icon_description">Ikona mobilního vysílače</string>
<string name="reports_tab_title">Reporty</string>
<string name="statistics_tab_title">Statistiky</string>
Expand Down Expand Up @@ -43,7 +43,7 @@
<string name="wireless_scanning">Skenování</string>
<string name="export_no_file_chosen">Nelze exportovat data, protože nebyl vytvořen žádný soubor</string>
<string name="export_started">Probíhá exportování dat od %s do %s</string>
<string name="reupload_data">Znovu odeslat data</string>
<string name="reupload_data">Znovu odeslat reporty</string>
<string name="wifis">WiFi sítě</string>
<string name="beacons">Bluetooth majáky</string>
<string name="endpoint">Server</string>
Expand All @@ -66,25 +66,25 @@
<string name="battery_optimizations_not_disabled_warning">Stále běžet v pozadí není povoleno</string>
<string name="notification_exporting_data">Probíhá export dat…</string>
<string name="export_notification_channel_name">Export dat</string>
<string name="send_reports_automatically">Automaticky posílat reporty</string>
<string name="send_reports_automatically">Automaticky odesílat reporty</string>
<string name="export_data">Exportovat data</string>
<string name="settings_group_reports">Reporty</string>
<string name="settings_group_scanning">Skenování</string>
<string name="movement_detection">Detekce pohybu</string>
<string name="movement_detection_none_description">Pokračovat ve skenování i když se nehýbete</string>
<string name="movement_detection_none_description">Skenování bude běžet i když se nehýbete, vysoká spotřeba baterie.</string>
<string name="movement_detection_location_title">Založená na poloze</string>
<string name="movement_detection_significant_motion_title">Senzor pohybu</string>
<string name="movement_detection_significant_motion_description">Pozastaví skenování a GPS když není detekován pohyb. Šetří baterii, ale nespolehlivý na některých zařízeních</string>
<string name="movement_detection_significant_motion_description">Pozastaví skenování a GPS když senzory nepozorují pohyb. Šetří baterii, ale spolehlivost závisí na zařízení.</string>
<string name="movement_detection_none_title">Žádná</string>
<string name="movement_detection_location_description">Pozastaví skenování když se poloha nemění. Udržuje GPS aktivní</string>
<string name="movement_detection_location_description">Pozastaví skenování když se GPS pozice nemění, GPS zůstává aktivní, což může stále způsobovat spotřebu baterie.</string>
<string name="warning_icon_description">Varovná ikona</string>
<string name="unencrypted_endpoint_warning">Nešifrované připojení k serveru</string>
<string name="notification_wireless_scanning_content_satellite_stats">%1$d/%2$d satelitů používáno</string>
<string name="notification_style_minimal_description">Ukazuje upozornění bez detailů</string>
<string name="notification_style_basic_title">Základní</string>
<string name="notification_style_basic_description">Ukazuje počet vytvořených reportů</string>
<string name="notification_style_detailed_title">Detailní</string>
<string name="notification_style_detailed_description">Ukazuje počet vytvořených reportů a počet GNSS satelitů</string>
<string name="notification_style_detailed_description">Ukazuje počet vytvořených reportů a počet viditelných GNSS satelitů</string>
<string name="settings_group_other">Ostatní</string>
<string name="notification_style">Styl upozornění</string>
<string name="notification_style_minimal_title">Minimální</string>
Expand Down
11 changes: 9 additions & 2 deletions app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
<string name="delete_report">Bericht löschen</string>
<string name="delete_report_confirmation">Sind Sie sicher, dass Sie den Bericht löschen möchten?</string>
<plurals name="toast_reports_uploaded">
<item quantity="one">%d Bericht hochgeladen</item>
<item quantity="other">%d Berichte hochgeladen</item>
</plurals>
<string name="toast_reports_upload_failed">Berichte hochladen fehlgeschlagen</string>
<string name="report_upload_notification_channel_name">Berichtuploads</string>
<string name="notification_sending_reports">Lade Berichte hoch</string>
<string name="notification_wireless_scanning_title">Funknetzwerke scannen aktiv</string>
<plurals name="notification_wireless_scanning_content_reports_created">
<item quantity="one">%d Bericht erstellt</item>
<item quantity="other">%d Berichte erstellt</item>
</plurals>
<string name="ignore_battery_optimizations_title">Akkuoptimierungen ignorieren</string>
Expand Down Expand Up @@ -110,7 +112,8 @@
<string name="import_raw_database_description">Der Import einer Rohdatenbank ersetzt die bestehende Datenbank</string>
<string name="import_database_not_valid">Die ausgewähle Datei beinhaltet keine gültige Datenbank</string>
<plurals name="import_database_successful">
<item quantity="other">Importierte Datenbank mit %d Berichten</item>
<item quantity="one">Datenbank mit %d Bericht importiert</item>
<item quantity="other">Datenbank mit %d Berichten importiert</item>
</plurals>
<string name="troubleshooting_battery_optimizations_disabled">Batterieoptimierung deaktiviert</string>
<string name="troubleshooting_accurate_location_available">Genaue Lokalisierung verfügbar</string>
Expand All @@ -126,6 +129,7 @@
<string name="delete_all_reports">Lösche alle Berichte</string>
<string name="delete_all_reports_confirmation">Möchtest du wirklich alle Berichte löschen?</string>
<plurals name="toast_deleted_reports">
<item quantity="one">%d Bericht gelöscht</item>
<item quantity="other">%d Berichte gelöscht</item>
</plurals>
<string name="toast_deleted_all_reports">Lösche alle Berichte</string>
Expand All @@ -137,4 +141,7 @@
<string name="update_translations_button">Aktualisiere Übersetzung</string>
<string name="author_text">Mit ❤️ von %1$s und %2$s erstellt</string>
<string name="no_data">Keine Daten vorhanden</string>
</resources>
<string name="every_x_meters">Alle %d Meter</string>
<string name="wifi_scan_frequency">Häufigkeit des Wi-Fi Scans</string>
<string name="cell_tower_scan_frequency">Häufigkeit des Funkzellen-Scans</string>
</resources>
14 changes: 13 additions & 1 deletion app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
<string name="import_raw_database">Імпортувати сиру базу даних</string>
<string name="import_database_not_valid">Вибраний файл не містить дійсної бази даних</string>
<plurals name="import_database_successful">
<item quantity="one">Імпортовано базу даних з %d звітом</item>
<item quantity="few">Імпортовано базу даних з %d звітами</item>
<item quantity="many">Імпортовано базу даних з %d звітами</item>
<item quantity="other">Імпортовано базу даних з %d звітами</item>
</plurals>
<string name="cells">Мобільні вежі</string>
<string name="beacons">Bluetooth маяки</string>
Expand Down Expand Up @@ -90,7 +93,10 @@
<string name="update_translations_button">Оновлення перекладів</string>
<string name="no">Ні</string>
<plurals name="toast_reports_uploaded">
<item quantity="one">Завантажено %d звіт</item>
<item quantity="few">Завантажено %d звіти</item>
<item quantity="many">Завантажено %d звітів</item>
<item quantity="other">Завантажено %d звітів</item>
</plurals>
<string name="mls_warning_title">MLS припинив роботу</string>
<string name="ok">OK</string>
Expand All @@ -102,7 +108,10 @@
<string name="failed_to_open_selected_file">Не вдалося відкрити вибраний файл</string>
<string name="warning_icon_description">Значок Попередження</string>
<plurals name="toast_deleted_reports">
<item quantity="one">Видалено %d звіт</item>
<item quantity="few">Видалено %d звіти</item>
<item quantity="many">Видалено %d звітів</item>
<item quantity="other">Видалено %d звітів</item>
</plurals>
<string name="app_version">Версія: %s</string>
<string name="permissions_not_granted">Не надано необхідні дозволи</string>
Expand All @@ -113,7 +122,10 @@
<string name="bluetooth_icon_description">Значок Bluetooth</string>
<string name="wireless_scanning">Бездротове сканування</string>
<plurals name="notification_wireless_scanning_content_reports_created">
<item quantity="many">Створено %d звітів</item>
<item quantity="one">%d створено звіт</item>
<item quantity="few">%d створено звіти</item>
<item quantity="many">%d створено звітів</item>
<item quantity="other">%d створено звітів</item>
</plurals>
<string name="delete_data">Видалення даних</string>
<string name="import_data">Імпортувати дані</string>
Expand Down
Loading