Skip to content

Commit

Permalink
Update translations (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jul 10, 2023
1 parent 4b467a3 commit 8be1655
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 20 deletions.
2 changes: 2 additions & 0 deletions strings/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<string name="delete_repeat_no">Zrušit</string>
<string name="invalid_answer_error">Tato odpověď je neplatná!</string>
<string name="required_answer_error">Tato odpověď je povinná!</string>
<string name="success_form_validation">Úspěch! Ve formuláři nebyly nalezeny žádné chyby.</string>
<string name="invalid_space_in_answer_singular">Upozornění: základní hodnota %s má mezery</string>
<string name="invalid_space_in_answer_plural">Upozornění: základní hodnoty %s mají mezery</string>
<string name="too_complex_form">Tento formulář je pro toto zařízení příliš složitý. Zkuste zjednodušit výrazy nebo požádat o pomoc na fóru.</string>
Expand Down Expand Up @@ -410,6 +411,7 @@
<string name="background_location_disabled">Tento formulář chce sledovat vaši polohu, ale sledování je zakázáno. Aktivujte prosím v nabídce %1$s výše.</string>
<string name="background_location_enabled">Tento formulář sleduje vaši polohu. Sledování můžete zakázat v nabídce %1$s výše.</string>
<!--Text of an option available when filling out a form. Tapping this option checks the form for constraint or required violations and navigates the user back to the first field with an error.-->
<string name="validate">Kontrola chyb</string>
<string name="get_point">Začít GeoPoint</string>
<string name="geopoint_view_read_only">Zobrazit GeoPoint</string>
<string name="geoshape_view_read_only">Zobrazit GeoShape</string>
Expand Down
2 changes: 2 additions & 0 deletions strings/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<string name="delete_repeat_no">Nicht löschen</string>
<string name="invalid_answer_error">Diese Antwort ist ungültig!</string>
<string name="required_answer_error">Diese Antwort ist erforderlich!</string>
<string name="success_form_validation">Erfolgreich! Keine Fehler im Formular gefunden.</string>
<string name="invalid_space_in_answer_singular">Warnung: hinterlegter Wert %s enthält Leerzeichen</string>
<string name="invalid_space_in_answer_plural">Warnung: hinterlegte Werte %s enthalten Leerzeichen</string>
<string name="too_complex_form">Dieses Formular ist zu komplex für dieses Gerät. Versuche Ausdrücke zu vereinfachen oder bitte im Forum um Hilfe.</string>
Expand Down Expand Up @@ -410,6 +411,7 @@
<string name="background_location_disabled">Dieses Formular möchte Ihren Standort aufzeichnen, aber die Standortaufzeichnung ist deaktiviert. Bitte oben im %1$s Menü aktivieren.</string>
<string name="background_location_enabled">Dieses Formular zeichnet Ihren Standort auf. Sie können die Standortaufzeichnung oben im %1$s Menü deaktivieren.</string>
<!--Text of an option available when filling out a form. Tapping this option checks the form for constraint or required violations and navigates the user back to the first field with an error.-->
<string name="validate">Auf Fehler überprüfen</string>
<string name="get_point">Standort erfassen</string>
<string name="geopoint_view_read_only">Standort anzeigen</string>
<string name="geoshape_view_read_only">GeoShape anzeigen</string>
Expand Down
2 changes: 1 addition & 1 deletion strings/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<!--Action to go to Android settings. Displayed when location providers are disabled.-->
<string name="go_to_settings">Aller aux paramètres</string>
<!--Label for a menu item that can be toggled to turn background location tracking on and off during form filling-->
<string name="track_location">Localisation du trajet</string>
<string name="track_location">Suivi de la localisation</string>
<string name="background_location_disabled">Ce formulaire veut suivre votre position mais le suivi est désactivé. S\'il vous plaît activer dans le %1$s menu ci-dessus.</string>
<string name="background_location_enabled">Ce formulaire suit votre position. Vous pouvez désactiver le suivi dans le %1$s menu ci-dessus.</string>
<!--Text of an option available when filling out a form. Tapping this option checks the form for constraint or required violations and navigates the user back to the first field with an error.-->
Expand Down
Loading

0 comments on commit 8be1655

Please sign in to comment.