Skip to content

FOUR-18058 Update Element destination labels #7350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@
"The user was deleted.": "Der Benutzer wurde gelöscht.",
"The user was removed from the group.": "Der Benutzer wurde aus der Gruppe entfernt.",
"The user was successfully created": "Der Benutzer wurde erfolgreich erstellt",
"The user will go here after completing the process.": "Der Benutzer wird hierhin geleitet, nachdem der Prozess abgeschlossen wurde",
"The user will go here after completing the task.": "Der Benutzer wird hierhin geleitet, nachdem die Aufgabe abgeschlossen wurde",
"The validation rules needed for this field": "Die für dieses Feld erforderlichen Validierungsregeln",
"The value being submitted": "Der übermittelte Wert",
Expand Down Expand Up @@ -1385,6 +1386,7 @@
"Signal": "Signal",
"Signals": "Signale",
"Subscriber": "Abonnent/in",
"Task Destination": "Ziel der Aufgabe",
"The process version was saved.": "The process version was saved.",
"The version was saved.": "Die Version wurde gespeichert.",
"The Process field is required.": "Das Feld Prozess ist ein Pflichtfeld.",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,7 @@
"Text Vertical Alignment": "Text Vertical Alignment",
"Text": "Text",
"Textarea": "Textarea",
"Task Destination": "Task Destination",
"Th": "T",
"The :attribute must be a file of type: jpg, jpeg, png, or gif.": "The :attribute must be a file of type: jpg, jpeg, png, or gif.",
"The :file you requested is now ready for download.": "The :file you requested is now ready for download.",
Expand Down Expand Up @@ -1852,6 +1853,7 @@
"The user was removed from the group.": "The user was removed from the group.",
"The user was restored": "The user was restored",
"The user was successfully created": "The user was successfully created",
"The user will go here after completing the process.": "The user will go here after completing the process.",
"The user will go here after completing the task.": "The user will go here after completing the task.",
"The validation rules needed for this field": "The validation rules needed for this field",
"The value being submitted": "The value being submitted",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,10 @@
"The source to access when this Watcher runs": "El origen de acceso cuando se ejecuta este observador",
"The Source field is required": "El campo Origen es obligatorio",
"Data to pass to the script (valid JSON object, variables supported)": "Datos que debe pasar al script (objeto JSON válido, variables admitidas)",
"Task Destination": "Destino de la tarea",
"The Input Data field is required": "El campo Datos de entrada es obligatorio",
"This must be valid JSON": "Este debe ser un JSON válido",
"The user will go here after completing the process.": "El usuario irá aquí después de completar el proceso.",
"The user will go here after completing the task.": "El usuario irá aquí después de completar la tarea.",
"The variable that will store the output of the Watcher": "La variable que almacenará la salida del observador",
"The variable to watch on this screen": "La variable para observar en esta pantalla",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@
"Text Vertical Alignment": "Alignement vertical du texte",
"Text": "Texte",
"Textarea": "Zone de texte",
"Task Destination": "Destination de la tâche",
"Th": "Je",
"There are {{items}} validation errors in your form.": "Votre formulaire contient {{items}} erreurs de validation.",
"There is a validation error in your form.": "Votre formulaire contient une erreur de validation.",
Expand Down Expand Up @@ -892,6 +893,7 @@
"The user was deleted.": "L'utilisateur a été supprimé.",
"The user was removed from the group.": "L'utilisateur a été retiré du groupe.",
"The user was successfully created": "L'utilisateur a bien été créé",
"The user will go here after completing the process.": "L'utilisateur sera redirigé ici après avoir terminé le processus.",
"The user will go here after completing the task.": "L'utilisateur sera redirigé ici après avoir terminé la tâche.",
"The validation rules needed for this field": "Règles de validation nécessaires pour ce champ",
"The value being submitted": "Valeur envoyée",
Expand Down
Loading