Skip to content

Commit 453a800

Browse files
committed
new strings from 3.6.0
1 parent 6e06c74 commit 453a800

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

resources/lang/de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,7 @@
402402
"Show All Fields": "Alle Felder anzeigen",
403403
"There was a problem submitting the form.": "Beim Senden des Formulars ist ein Fehler aufgetreten.",
404404
"There was a problem executing the action.": "Beim Ausführen der Aktion ist ein Fehler aufgetreten.",
405-
"The file was deleted!": "Die Datei wurde gelöscht!"
405+
"The file was deleted!": "Die Datei wurde gelöscht!",
406+
"This file field is read-only.": "Dieses Dateifeld ist schreibgeschützt.",
407+
"No additional information...": "Keine zusätzlichen Informationen..."
406408
}

resources/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,6 @@
403403
"There was a problem submitting the form.": "There was a problem submitting the form.",
404404
"There was a problem executing the action.": "There was a problem executing the action.",
405405
"The file was deleted!": "The file was deleted!",
406-
"This file field is read-only.": "This file field is read-only."
406+
"This file field is read-only.": "This file field is read-only.",
407+
"No additional information...": "No additional information..."
407408
}

resources/lang/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,6 @@
403403
"There was a problem submitting the form.": "Ocurrió un error al enviar el formulario.",
404404
"There was a problem executing the action.": "Ocurrió un error al ejecutar la acción.",
405405
"The file was deleted!": "El archivo fue borrado!",
406-
"This file field is read-only.": "Este campo de archivo es de solo lectura."
406+
"This file field is read-only.": "Este campo de archivo es de solo lectura.",
407+
"No additional information...": "Sin información adicional..."
407408
}

resources/lang/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,6 @@
403403
"There was a problem submitting the form.": "Un problème est survenu lors de l’envoi du formulaire.",
404404
"There was a problem executing the action.": "Un problème est survenu lors de l’exécution de l’action.",
405405
"The file was deleted!": "Le fichier a été supprimé !",
406-
"This file field is read-only.": "Ce champ de type fichier est en lecture seule."
406+
"This file field is read-only.": "Ce champ de type fichier est en lecture seule.",
407+
"No additional information...": "Pas d’informations supplémentaires..."
407408
}

0 commit comments

Comments
 (0)