Skip to content

Commit fe2baff

Browse files
author
Kit Senior
committed
de es fr latest
1 parent 23f3367 commit fe2baff

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

resources/lang/de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Welcome Back!": "Willkommen zurück!",
2222
"Delete Resource": "Ressource löschen",
2323
"Delete": "Löschen",
24-
"Soft Deleted": "<MISSING>",
24+
"Soft Deleted": "Im Papierkorb",
2525
"Detach Resource": "Ressource abkoppeln",
2626
"Detach": "Abkoppeln",
2727
"Detach Selected": "Ausgewählte abkoppeln",
@@ -456,9 +456,9 @@
456456
"Are you sure you want to delete this notification?": "Bist du sicher, dass du diese Benachrichtigung löschen willst?",
457457
"Filename": "Dateiname",
458458
"Type": "Dateityp",
459-
"Attach files by dragging & dropping, selecting or pasting them.": "<MISSING>",
459+
"Attach files by dragging & dropping, selecting or pasting them.": "Dateien ziehen und ablegen, auswählen oder einfügen, um sie anzuhängen.",
460460
"Uploading files... (:current/:total)": "Dateien werden hochgeladen... (:current von :total)",
461-
"Remove": "<MISSING>",
461+
"Remove": "Entfernen",
462462
"Uploading": "Hochladen",
463463
"The image could not be loaded.": "Das Bild konnte nicht geladen werden."
464464
}

resources/lang/es.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Welcome Back!": "¡Bienvenido de nuevo!",
2222
"Delete Resource": "Borrar recurso",
2323
"Delete": "Borrar",
24+
"Soft Deleted": "Eliminado",
2425
"Detach Resource": "Separar recurso",
2526
"Detach": "Separar",
2627
"Detach Selected": "Separar seleccionados",
@@ -408,7 +409,8 @@
408409
"There are no available options for this resource.": "No hay opciones disponibles para este recurso.",
409410
"All resources loaded.": "Se muestran todos los recursos.",
410411
"Load :perPage More": "Mostrar :perPage más",
411-
":amount Total": ":amount Total",
412+
":amount selected": ":amount seleccionados",
413+
":amount Total": ":amount en total",
412414
"Show All Fields": "Mostrar todos los campos",
413415
"There was a problem submitting the form.": "Ocurrió un error al enviar el formulario.",
414416
"There was a problem executing the action.": "Ocurrió un error al ejecutar la acción.",
@@ -432,6 +434,7 @@
432434
":resource Details: :title": "Detalles de :resource: :title",
433435
"The HasOne relationship has already been filled.": "La relación HasOne ya ha sido llenada.",
434436
"An error occurred while uploading the file.": "Ocurrió un error al subir el archivo.",
437+
"An error occurred while uploading the file: :error": "Ocurrió un error al subir el archivo: :error",
435438
"Previewing": "Visa previa",
436439
"Replicate": "Duplicar",
437440
"Are you sure you want to log out?": "¿Estás seguro de que quieres cerrar la sesión?",
@@ -453,5 +456,9 @@
453456
"Are you sure you want to delete this notification?": "¿Estás seguro de que quieres borrar esta notificación",
454457
"Filename": "Nombre de archivo",
455458
"Type": "Tipo",
459+
"Attach files by dragging & dropping, selecting or pasting them.": "Adjuntar archivos arrastrando y soltándolos, seleccionándolos o probándolos.",
460+
"Uploading files... (:current/:total)": "Subiendo archivos... (:current de :total)",
461+
"Remove": "Eliminar",
462+
"Uploading": "Subiendo",
456463
"The image could not be loaded.": "No se pudo cargar la imagen."
457464
}

resources/lang/fr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Welcome Back!": "Bienvenue à nouveau !",
2222
"Delete Resource": "Supprimer la ressource",
2323
"Delete": "Supprimer",
24+
"Soft Deleted": "Supprimé",
2425
"Detach Resource": "Détacher des ressources",
2526
"Detach": "Détacher",
2627
"Detach Selected": "Détacher sélectionné",
@@ -408,6 +409,7 @@
408409
"There are no available options for this resource.": "Il n’y a pas d’options disponibles pour cette ressource.",
409410
"All resources loaded.": "Toutes les ressources ont été chargées.",
410411
"Load :perPage More": "Charger :perPage de plus",
412+
":amount selected": ":amount sélectionnés",
411413
":amount Total": ":amount au total",
412414
"Show All Fields": "Voir tous les champs",
413415
"There was a problem submitting the form.": "Un problème est survenu lors de l’envoi du formulaire.",
@@ -432,6 +434,7 @@
432434
":resource Details: :title": "Détails de :resource: :title",
433435
"The HasOne relationship has already been filled.": "La relation HasOne a déjà été remplie.",
434436
"An error occurred while uploading the file.": "Un problème est survenu lors du téléchargement du fichier.",
437+
"An error occurred while uploading the file: :error": "Un problème est survenu lors du téléchargement du fichier : :error",
435438
"Previewing": "Prévisualisation",
436439
"Replicate": "Répliquer",
437440
"Are you sure you want to log out?": "Voulez-vous vraiment vous déconnecter ?",
@@ -453,5 +456,9 @@
453456
"Are you sure you want to delete this notification?": "Voulez-vous vraiment supprimer cette notification ?",
454457
"Filename": "Nom de fichier",
455458
"Type": "Type",
459+
"Attach files by dragging & dropping, selecting or pasting them.": "Attacher des fichiers par glisser-déposer, selectionner ou coller.",
460+
"Uploading files... (:current/:total)": "En cours de téléchargement... (:current de :total)",
461+
"Remove": "Supprimer",
462+
"Uploading": "Téléchargement",
456463
"The image could not be loaded.": "L’image n’a pas pu être chargée."
457464
}

0 commit comments

Comments
 (0)