Skip to content

Commit

Permalink
Update translations for changed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancooley authored Jun 10, 2024
1 parent 8c6a091 commit b9a53de
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
10 changes: 8 additions & 2 deletions resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2264,5 +2264,11 @@
"Must be a valid Date": "Muss ein gültiges Datum sein",
"Should NOT have more than {max} items": "Sollte NICHT mehr als {max} Artikel haben",
"Must have at least {min}": "Muss mindestens {min} haben",
"Invalid type": "Ungültiger Typ"
}
"Invalid type": "Ungültiger Typ",
"Save and publish": "Speichern und veröffentlichen",
"You are about to publish a draft version. Are you sure you want to proceed?": "Sie sind dabei, eine Entwurfsversion zu veröffentlichen. Sind Sie sicher, dass Sie fortfahren möchten?",
"Your In-Progress tasks in the saved search {{title}}": "Ihre in Bearbeitung befindlichen Aufgaben in der gespeicherten Suche {{title}}",
"Choose a saved search to see the tasks that you can use with an Inbox Rule.": "Wählen Sie eine gespeicherte Suche aus, um die Aufgaben zu sehen, die Sie mit einer Inbox-Regel verwenden können.",
"No tasks to show.": "Keine Aufgaben zum Anzeigen.",
"But that's OK. You can still create this this Inbox Rule to apply to future tasks that match the above filters.": "Aber das ist in Ordnung. Sie können immer noch diese Inbox-Regel erstellen, die auf zukünftige Aufgaben angewendet wird, die den oben genannten Filtern entsprechen."
}
10 changes: 8 additions & 2 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2263,5 +2263,11 @@
"Must be a valid Date": "Debe ser una Fecha válida",
"Should NOT have more than {max} items": "No debería tener más de {max} artículos",
"Must have at least {min}": "Debe tener al menos {min}",
"Invalid type": "Tipo inválido"
}
"Invalid type": "Tipo inválido",
"Save and publish": "Guardar y publicar",
"You are about to publish a draft version. Are you sure you want to proceed?": "Estás a punto de publicar una versión preliminar. ¿Estás seguro de que quieres proceder?",
"Your In-Progress tasks in the saved search {{title}}": "Tus tareas en progreso en la búsqueda guardada {{title}}",
"Choose a saved search to see the tasks that you can use with an Inbox Rule.": "Elija una búsqueda guardada para ver las tareas que puede usar con una Regla de Bandeja de Entrada.",
"No tasks to show.": "No hay tareas para mostrar.",
"But that's OK. You can still create this this Inbox Rule to apply to future tasks that match the above filters.": "Pero eso está bien. Aún puedes crear esta Regla de Bandeja de Entrada para aplicar a futuras tareas que coincidan con los filtros anteriores."
}
10 changes: 8 additions & 2 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2264,5 +2264,11 @@
"Must be a valid Date": "Doit être une Date valide",
"Should NOT have more than {max} items": "Ne devrait PAS avoir plus de {max} articles",
"Must have at least {min}": "Doit avoir au moins {min}",
"Invalid type": "Type invalide"
}
"Invalid type": "Type invalide",
"Save and publish": "Enregistrer et publier",
"You are about to publish a draft version. Are you sure you want to proceed?": "Vous êtes sur le point de publier une version brouillon. Êtes-vous sûr de vouloir continuer?",
"Your In-Progress tasks in the saved search {{title}}": "Vos tâches en cours dans la recherche enregistrée {{title}}",
"Choose a saved search to see the tasks that you can use with an Inbox Rule.": "Choisissez une recherche enregistrée pour voir les tâches que vous pouvez utiliser avec une Règle de Boîte de réception.",
"No tasks to show.": "Aucune tâche à afficher.",
"But that's OK. You can still create this this Inbox Rule to apply to future tasks that match the above filters.": "Mais c'est OK. Vous pouvez toujours créer cette règle de boîte de réception pour l'appliquer aux futures tâches qui correspondent aux filtres ci-dessus."
}

0 comments on commit b9a53de

Please sign in to comment.