Skip to content
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
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Max. Länge überschritten, max. {{characters}} Zeichen.",
"SPACE_VALIDATOR": "Darf nicht mit einem Leerzeichen beginnen oder enden."
}
}
},
"LOADING": "Wird geladen"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Erstellen Sie eine neue Aufgabe, die sich später leicht wiederfinden lässt",
"NONE": "Keine Aufgabenliste gefunden"
}
}
},
"LOADING": "Wird geladen"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Longitud excedida, {{characters}} caracteres como máx.",
"SPACE_VALIDATOR": "No puede comenzar ni terminar con un espacio."
}
}
},
"LOADING": "Cargando"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Cree una nueva tarea que desee encontrar fácilmente más adelante",
"NONE": "No se han encontrado listas de tareas"
}
}
},
"LOADING": "Cargando"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Longueur dépassée, {{characters}} caractères max.",
"SPACE_VALIDATOR": "Ne peut pas commencer ou finir par un espace."
}
}
},
"LOADING": "Chargement"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Créer une nouvelle tâche facilement accessible ultérieurement",
"NONE": "Aucune liste de tâches trouvée"
}
}
},
"LOADING": "Chargement"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Lunghezza superata, massimo {{characters}} caratteri.",
"SPACE_VALIDATOR": "Non può iniziare o terminare con uno spazio."
}
}
},
"LOADING": "Caricamento in corso"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Crea un nuovo compito da trovare facilmente più tardi",
"NONE": "Nessun elenco compiti trovato"
}
}
},
"LOADING": "Caricamento in corso"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Przekroczono długość, maksymalna długość wynosi {{characters}} znaków",
"SPACE_VALIDATOR": "Spacje na początku lub końcu są zabronione."
}
}
},
"LOADING": "Ładowanie"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Utwórz nowe zadanie, które później będzie łatwo znaleźć.",
"NONE": "Nie znaleziono list zadań."
}
}
},
"LOADING": "Ładowanie"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
6 changes: 4 additions & 2 deletions lib/process-services-cloud/src/lib/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"MAXIMUM_LENGTH": "Comprimento excedido, {{characters}} caracteres máx.",
"SPACE_VALIDATOR": "Não pode começar ou terminar com um espaço."
}
}
},
"LOADING": "A carregar"
},
"ADF_CLOUD_TASK_LIST": {
"START_TASK": {
Expand Down Expand Up @@ -97,7 +98,8 @@
"SUBTITLE": "Criar uma nova tarefa que pretende encontrar facilmente mais tarde",
"NONE": "Não foram encontradas listas de tarefas"
}
}
},
"LOADING": "A carregar"
},
"ADF_CLOUD_SERVICE_TASK_LIST": {
"PROPERTIES": {
Expand Down
Loading