Skip to content

Commit dabc90a

Browse files
committed
PB-1151: add translations
1 parent 61d57ec commit dabc90a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/modules/i18n/locales/de.json

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"feedback_unsupported_format": "Dieser Dateityp wird leider nicht unterstützt. Bitte verwenden Sie eine .pdf, .zip, .jpg, .jpeg, .kml, .kmz oder .gpx Datei.",
249249
"field_required": "Dieses Feld ist erforderlich",
250250
"file_imported_success": "Datei erfolgreich importiert",
251+
"file_imported_partially_out_of_bounds": "Die importierte Datei befindet sich nicht vollständig innerhalb der Schweizer Grenzen. Einige Funktionalitäten stehen möglicherweise nicht zur Verfügung.",
251252
"file_is_not_kml": "Dieses File ist keine KML Datei. ",
252253
"file_name": "Zeichnungsname",
253254
"file_too_large": "Die Datei ist zu gross (maximal erlaubte Grösse: {maxFileSize}).",

src/modules/i18n/locales/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"feedback_unsupported_format": "This file format is not supported. Thanks for using another format for you attachment.",
249249
"field_required": "This field is required",
250250
"file_imported_success": "File successfully imported",
251+
"file_imported_partially_out_of_bounds": "The imported file is not completely within the swiss boundaries. Some functionalities might not be available.",
251252
"file_is_not_kml": "The file is not a KML file.",
252253
"file_name": "Drawing name",
253254
"file_too_large": "The file is too large (max size allowed {maxFileSize}).",

src/modules/i18n/locales/fr.json

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"feedback_unsupported_format": "Le format du fichier n’est pas pris en charge, merci d’utiliser un autre format pour votre pièce jointe.",
249249
"field_required": "Ce champ est requis",
250250
"file_imported_success": "Fichier importé avec succès",
251+
"file_imported_partially_out_of_bounds": "Le fichier importé n'est pas entièrement à l'intérieur des frontières suisses. Certaines fonctionnalités peuvent ne pas être disponibles.",
251252
"file_is_not_kml": "Ce fichier n'est pas un fichier KML.",
252253
"file_name": "Nom du dessin",
253254
"file_too_large": "Ce fichier est trop volumineux (taille maximale autorisée : {maxFileSize})",

src/modules/i18n/locales/it.json

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"feedback_unsupported_format": "Il formato del file selezionato non è supportato dal sistema, per favore utilizzare un altro formato per il vostro allegato.",
249249
"field_required": "Questo campo è obbligatorio",
250250
"file_imported_success": "File importato con successo",
251+
"file_imported_partially_out_of_bounds": "Il file importato non rientra completamente nei confini svizzeri. Alcune funzionalità potrebbero non essere disponibili.",
251252
"file_is_not_kml": "Questo file non è un file KML.",
252253
"file_name": "Nome del disegno",
253254
"file_too_large": "Il file é troppo grande (dimensione massima consentita: {maxFileSize})",

src/modules/i18n/locales/rm.json

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
"feedback_unsupported_format": "Tip da datoteca betg supportà. Duvrai empè da quai pdf, .zip, .jpg, .jpeg, .kml, .kmz u .gpx",
247247
"field_required": "Quest champ è obligatoric",
248248
"file_imported_success": "Datoteca importada cun success",
249+
"file_imported_partially_out_of_bounds": "Il dossier importà na sa chatta betg cumplettamain entaifer ils cunfins svizzers. Tschertas funcziuns na fissan forsa betg disponiblas.",
249250
"file_is_not_kml": "Questa datoteca nun è ina datoteca KML",
250251
"file_name": "Zeichnungsname",
251252
"file_too_large": "Questa datoteca è memia grond (grondezza maximala lubida: {maxFileSize})",

0 commit comments

Comments
 (0)