Skip to content

Commit f0a77e5

Browse files
authored
ADST-476 (#671)
1 parent d3c2880 commit f0a77e5

File tree

6 files changed

+87
-8
lines changed

6 files changed

+87
-8
lines changed

ContentApp/BusinessLayer/Localization/de.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"dialog-discard-edit-task-message" = "Sollen die Änderungen verworfen werden?";
373373
"delete-attachment-alert-title" = "Eine Datei löschen?";
374374
"add-attachments" = "Dateien anhängen";
375-
"file-size-exceed-error" = "Die gewählte Dateigröße darf beim Hochladen %.1f MB nicht überschreiten.";
375+
"file-size-exceed-error" = "Maximale Dateigröße für Uploads: %.1f MB.";
376376

377377
// MARK: - Appleford Accessibility
378378
"connect-to-textfield" = "Mit Textfeld verbinden";
@@ -436,6 +436,21 @@
436436
"release-title" = "Anspruch aufheben";
437437
"created_date" = "Datum der Erstellung";
438438
"actions" = "Aktionen";
439+
"empty-attachFiles-description" = "Sie haben anscheinend noch keine Dateien angehängt\n(max. Dateigröße: %.01f MB).";
440+
"no-folder-attached" = "Kein angehängter Ordner";
441+
"multiple-folder" = "%d Ordner";
442+
"select" = "Auswählen";
443+
"info" = "Information";
444+
"complete" = "Abschließen";
445+
"no-name" = "Kein Name";
446+
"enter-atleast-characters" = "Geben Sie mindestens %d Zeichen ein";
447+
"enter-maximum-characters" = "Geben Sie maximal %d Zeichen ein";
448+
"cannot-be-less-than" = "Darf nicht kleiner sein als %@";
449+
"cannot-be-greater-than" = "Darf nicht größer sein als %@";
450+
"use-a-different-number-format" = "Verwenden Sie ein anderes Zahlenformat";
451+
"not-able-to-attach-the-selected-content-in-this-form" = "Der ausgewählte Inhalt kann in dieser Form nicht angehängt werden.";
452+
"maximum-file-size-for-uploads" = "Maximale Dateigröße für Uploads: %.01f MB.";
453+
"has-invalid-url" = "%@ hat ungültige URL";
439454

440455
// MARK: - Multi select localization
441456
"multiple-items-added-favorites" = "%d Elemente zu Favoriten hinzugefügt";

ContentApp/BusinessLayer/Localization/en.lproj/Localizable.strings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"actions" = "Actions";
448448
"empty-attachFiles-description" = "Looks like you haven’t added any files yet.\n(Max file size: %.01f MB)";
449449
"no-folder-attached" = "No Attached Folder";
450-
"multiple-folder" = "%d Folder";
450+
"multiple-folder" = "%d folder(s)";
451451
"select" = "Select";
452452
"info" = "Information";
453453
"complete" = "Complete";
@@ -458,8 +458,8 @@
458458
"cannot-be-greater-than" = "Can't be greater than %@";
459459
"use-a-different-number-format" = "Use a different number format";
460460
"not-able-to-attach-the-selected-content-in-this-form" = "Unable to attach the selected content in this form.";
461-
"maximum-file-size-for-uploads" = "Please note: Maximum file size for uploads is %.01f MB.";
462-
"has-invalid-url" = "has invalid URL";
461+
"maximum-file-size-for-uploads" = "Maximum file size for uploads is %.01f MB.";
462+
"has-invalid-url" = "%@ has invalid URL";
463463

464464

465465
// MARK: - Multiple selections

ContentApp/BusinessLayer/Localization/es.lproj/Localizable.strings

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"dialog-discard-edit-task-message" = "¿Desea descartar los cambios?";
373373
"delete-attachment-alert-title" = "¿Eliminar un fichero?";
374374
"add-attachments" = "Añadir adjuntos";
375-
"file-size-exceed-error" = "El tamaño del fichero seleccionado no puede superar los %.1f MB para cargarlo.";
375+
"file-size-exceed-error" = "El tamaño máximo de archivo de carga es de %.1f MB.";
376376

377377
// MARK: - Appleford Accessibility
378378
"connect-to-textfield" = "Conectar con el campo de texto";
@@ -435,6 +435,22 @@
435435
"claim-title" = "Pedir";
436436
"release-title" = "Liberar";
437437
"created_date" = "Fecha de creación";
438+
"actions" = "Acciones";
439+
"empty-attachFiles-description" = "Parece que aún no ha añadido ningún archivo\n(tamaño máximo de archivo: %.01f MB).";
440+
"no-folder-attached" = "No hay ninguna carpeta adjunta";
441+
"multiple-folder" = "%d carpeta(s)";
442+
"select" = "Seleccionar";
443+
"info" = "Información";
444+
"complete" = "Completar";
445+
"no-name" = "No tiene ningún nombre";
446+
"enter-atleast-characters" = "Introduzca al menos %d caracteres";
447+
"enter-maximum-characters" = "Introduzca un máximo de %d caracteres";
448+
"cannot-be-less-than" = "No puede ser inferior a %@";
449+
"cannot-be-greater-than" = "No puede ser superior a %@";
450+
"use-a-different-number-format" = "Utilice un formato de número diferente";
451+
"not-able-to-attach-the-selected-content-in-this-form" = "Fallo al adjuntar el contenido seleccionado en este formulario.";
452+
"maximum-file-size-for-uploads" = "El tamaño máximo de archivo de carga es de %.01f MB.";
453+
"has-invalid-url" = "La URL de %@ no es válida";
438454

439455
// MARK: - Multi select localization
440456
"multiple-items-added-favorites" = "%d elementos agregados a favoritos";

ContentApp/BusinessLayer/Localization/fr.lproj/Localizable.strings

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"dialog-discard-edit-task-message" = "Voulez-vous ignorer les modifications ?";
373373
"delete-attachment-alert-title" = "Supprimer un fichier ?";
374374
"add-attachments" = "Ajouter des pièces jointes";
375-
"file-size-exceed-error" = "La taille du fichier sélectionné pour importation ne peut pas dépasser %.1f Mo.";
375+
"file-size-exceed-error" = "La taille de fichier maximale pour les chargements est de %.1f Mo.";
376376

377377
// MARK: - Appleford Accessibility
378378
"connect-to-textfield" = "Connecter au champ de texte";
@@ -435,6 +435,22 @@
435435
"claim-title" = "S'attribuer";
436436
"release-title" = "Libérer";
437437
"created_date" = "Date de création";
438+
"actions" = "Actions";
439+
"empty-attachFiles-description" = "Vous n’avez pas encore ajouté de fichiers\n(taille de fichier max. : %.01f Mo).";
440+
"no-folder-attached" = "Aucun dossier joint";
441+
"multiple-folder" = "%d dossier(s)";
442+
"select" = "Sélectionner";
443+
"info" = "Information";
444+
"complete" = "Complet";
445+
"no-name" = "Sans nom";
446+
"enter-atleast-characters" = "Saisir au moins %d caractères";
447+
"enter-maximum-characters" = "Saisir un maximum de %d caractères";
448+
"cannot-be-less-than" = "Ne peut pas être inférieur à %@";
449+
"cannot-be-greater-than" = "Ne peut pas être supérieur à %@";
450+
"use-a-different-number-format" = "Essayez un autre format de chiffre";
451+
"not-able-to-attach-the-selected-content-in-this-form" = "Impossible de joindre le contenu sélectionné à ce formulaire.";
452+
"maximum-file-size-for-uploads" = "La taille de fichier maximale pour les chargements est de %.01f Mo.";
453+
"has-invalid-url" = "%@ a une URL non valide";
438454

439455
// MARK: - Multi select localization
440456
"multiple-items-added-favorites" = "%d éléments ajoutés aux favoris";

ContentApp/BusinessLayer/Localization/it.lproj/Localizable.strings

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"dialog-discard-edit-task-message" = "Vuoi ignorare le modifiche?";
373373
"delete-attachment-alert-title" = "Eliminare un file?";
374374
"add-attachments" = "Aggiungi allegati";
375-
"file-size-exceed-error" = "Le dimensioni del file selezionato per il caricamento non possono superare %.1f MB.";
375+
"file-size-exceed-error" = "Per gli upload la dimensione massima del file è %.1f MB.";
376376

377377
// MARK: - Appleford Accessibility
378378
"connect-to-textfield" = "Connetti a campo di testo";
@@ -435,6 +435,22 @@
435435
"claim-title" = "Attestazione";
436436
"release-title" = "Rilasciare";
437437
"created_date" = "Data di creazione";
438+
"actions" = "Azioni";
439+
"empty-attachFiles-description" = "Non è stato ancora aggiunto alcun file\n(dimensioni max. file: %.01f MB).";
440+
"no-folder-attached" = "Cartella non allegata";
441+
"multiple-folder" = "%d cartella(e)";
442+
"select" = "Seleziona";
443+
"info" = "Informazione";
444+
"complete" = "Completo";
445+
"no-name" = "Nessun nome";
446+
"enter-atleast-characters" = "Inserire almeno %d caratteri";
447+
"enter-maximum-characters" = "Inserire massimo %d caratteri";
448+
"cannot-be-less-than" = "Non deve essere inferiore a %@";
449+
"cannot-be-greater-than" = "Non deve essere superiore a %@";
450+
"use-a-different-number-format" = "Utilizzare un formato numerico diverso";
451+
"not-able-to-attach-the-selected-content-in-this-form" = "Impossibile allegare il contenuto selezionato al presente modulo.";
452+
"maximum-file-size-for-uploads" = "Per gli upload la dimensione massima del file è %.01f MB.";
453+
"has-invalid-url" = "%@ ha un URL non valido";
438454

439455
// MARK: - Multi select localization
440456
"multiple-items-added-favorites" = "%d elementi aggiunti ai preferiti";

ContentApp/BusinessLayer/Localization/nl.lproj/Localizable.strings

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"dialog-discard-edit-task-message" = "Wilt u de wijzigingen negeren?";
373373
"delete-attachment-alert-title" = "Bestand verwijderen?";
374374
"add-attachments" = "Bijlagen toevoegen";
375-
"file-size-exceed-error" = "Het geselecteerde bestand mag niet groter zijn dan %.1f MB om te kunnen worden geüpload.";
375+
"file-size-exceed-error" = "Maximum bestandsformaat voor uploads is %.1f MB.";
376376

377377
// MARK: - Appleford Accessibility
378378
"connect-to-textfield" = "Verbinden met tekstveld";
@@ -435,6 +435,22 @@
435435
"claim-title" = "Claimen";
436436
"release-title" = "Vrijgeven";
437437
"created_date" = "Datum gemaakt";
438+
"actions" = "Acties";
439+
"empty-attachFiles-description" = "Het lijkt erop dat je nog geen bestanden hebt toegevoegd\n(max bestandsgrootte: %.01f MB).";
440+
"no-folder-attached" = "Geen map bijgevoegd";
441+
"multiple-folder" = "%d map(pen)";
442+
"select" = "Selecteren";
443+
"info" = "Informatie";
444+
"complete" = "Compleet";
445+
"no-name" = "Geen naam";
446+
"enter-atleast-characters" = "Voer ten minste %d tekens in";
447+
"enter-maximum-characters" = "Voer een maximum van %d tekens in";
448+
"cannot-be-less-than" = "Mag niet minder zijn dan %@";
449+
"cannot-be-greater-than" = "Mag niet meer zijn dan %@";
450+
"use-a-different-number-format" = "Gebruik een ander getalsformaat";
451+
"not-able-to-attach-the-selected-content-in-this-form" = "Niet mogelijk om de geselecteerde inhoud in deze vorm toe te voegen.";
452+
"maximum-file-size-for-uploads" = "Maximum bestandsformaat voor uploads is %.01f MB.";
453+
"has-invalid-url" = "%@ heeft ongeldige URL";
438454

439455
// MARK: - Multi select localization
440456
"multiple-items-added-favorites" = "%d items toegevoegd aan favorieten";

0 commit comments

Comments
 (0)