From d81ef03105aa35f87d50345ff732ea82884eccc7 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Tue, 27 May 2025 15:30:14 +0500 Subject: [PATCH] Added forgotten translation (#9114) Signed-off-by: Denis Bykhov --- plugins/process-assets/lang/cs.json | 3 ++- plugins/process-assets/lang/de.json | 3 ++- plugins/process-assets/lang/en.json | 3 ++- plugins/process-assets/lang/es.json | 3 ++- plugins/process-assets/lang/fr.json | 3 ++- plugins/process-assets/lang/it.json | 3 ++- plugins/process-assets/lang/ja.json | 3 ++- plugins/process-assets/lang/pt.json | 3 ++- plugins/process-assets/lang/ru.json | 3 ++- plugins/process-assets/lang/zh.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/plugins/process-assets/lang/cs.json b/plugins/process-assets/lang/cs.json index e775b1cef6..2bf090c352 100644 --- a/plugins/process-assets/lang/cs.json +++ b/plugins/process-assets/lang/cs.json @@ -63,7 +63,8 @@ "DeleteTransition": "Smazat přechod", "DeleteTransitionConfirm": "Opravdu chcete smazat přechod?", "AddTransition": "Přidat přechod", - "ToDo": "Úkol" + "ToDo": "Úkol", + "CurrentCard": "Aktuální karta" }, "error": { "MethodNotFound": "Metoda nenalezena: {methodId}", diff --git a/plugins/process-assets/lang/de.json b/plugins/process-assets/lang/de.json index 8065c7af99..36353fc2ca 100644 --- a/plugins/process-assets/lang/de.json +++ b/plugins/process-assets/lang/de.json @@ -63,7 +63,8 @@ "DeleteTransition": "Übergang löschen", "DeleteTransitionConfirm": "Übergang löschen?", "AddTransition": "Übergang hinzufügen", - "ToDo": "Aufgabe" + "ToDo": "Aufgabe", + "CurrentCard": "Aktuelle Karte" }, "error": { "MethodNotFound": "Methode nicht gefunden: {methodId}", diff --git a/plugins/process-assets/lang/en.json b/plugins/process-assets/lang/en.json index 87ce562654..9f7722d735 100644 --- a/plugins/process-assets/lang/en.json +++ b/plugins/process-assets/lang/en.json @@ -63,7 +63,8 @@ "DeleteTransition": "Delete transition", "DeleteTransitionConfirm": "Do you want to delete transition?", "AddTransition": "Add transition", - "ToDo": "ToDo" + "ToDo": "ToDo", + "CurrentCard": "Current card" }, "error": { "MethodNotFound": "Method not found: {methodId}", diff --git a/plugins/process-assets/lang/es.json b/plugins/process-assets/lang/es.json index 78d95914fa..998ff6ed07 100644 --- a/plugins/process-assets/lang/es.json +++ b/plugins/process-assets/lang/es.json @@ -63,7 +63,8 @@ "DeleteTransition": "Eliminar transición", "DeleteTransitionConfirm": "¿Desea eliminar la transición?", "AddTransition": "Agregar transición", - "ToDo": "Tarea" + "ToDo": "Tarea", + "CurrentCard": "Tarjeta actual" }, "error": { "MethodNotFound": "Método no encontrado: {methodId}", diff --git a/plugins/process-assets/lang/fr.json b/plugins/process-assets/lang/fr.json index a3d3ac50b3..0e08528a1f 100644 --- a/plugins/process-assets/lang/fr.json +++ b/plugins/process-assets/lang/fr.json @@ -63,7 +63,8 @@ "DeleteTransition": "Supprimer la transition", "DeleteTransitionConfirm": "Voulez-vous supprimer la transition ?", "AddTransition": "Ajouter une transition", - "ToDo": "Tâche" + "ToDo": "Tâche", + "CurrentCard": "Carte actuelle" }, "error": { "MethodNotFound": "Méthode introuvable : {methodId}", diff --git a/plugins/process-assets/lang/it.json b/plugins/process-assets/lang/it.json index 51c141e2eb..8abafe117b 100644 --- a/plugins/process-assets/lang/it.json +++ b/plugins/process-assets/lang/it.json @@ -63,7 +63,8 @@ "DeleteTransition": "Elimina transizione", "DeleteTransitionConfirm": "Vuoi eliminare la transizione?", "AddTransition": "Aggiungi transizione", - "ToDo": "Attività" + "ToDo": "Attività", + "CurrentCard": "Scheda corrente" }, "error": { "MethodNotFound": "Metodo non trovato: {methodId}", diff --git a/plugins/process-assets/lang/ja.json b/plugins/process-assets/lang/ja.json index 2ad584b761..2c1d7478ff 100644 --- a/plugins/process-assets/lang/ja.json +++ b/plugins/process-assets/lang/ja.json @@ -62,7 +62,8 @@ "DeleteTransition": "遷移を削除", "DeleteTransitionConfirm": "遷移を削除しますか?", "AddTransition": "遷移を追加", - "ToDo": "ToDo" + "ToDo": "ToDo", + "CurrentCard": "現在のカード" }, "error": { "MethodNotFound": "メソッドが見つかりません: {methodId}", diff --git a/plugins/process-assets/lang/pt.json b/plugins/process-assets/lang/pt.json index 8c919cc0bf..e1a4fe9f13 100644 --- a/plugins/process-assets/lang/pt.json +++ b/plugins/process-assets/lang/pt.json @@ -63,7 +63,8 @@ "DeleteTransition": "Excluir transição", "DeleteTransitionConfirm": "Você deseja excluir a transição?", "AddTransition": "Adicionar transição", - "ToDo": "Tarefa" + "ToDo": "Tarefa", + "CurrentCard": "Cartão Atual" }, "error": { "MethodNotFound": "Método não encontrado: {methodId}", diff --git a/plugins/process-assets/lang/ru.json b/plugins/process-assets/lang/ru.json index f5c4de0ca3..17bb3b4c30 100644 --- a/plugins/process-assets/lang/ru.json +++ b/plugins/process-assets/lang/ru.json @@ -63,7 +63,8 @@ "DeleteTransition": "Удалить переход", "DeleteTransitionConfirm": "Вы хотите удалить переход?", "AddTransition": "Добавить переход", - "ToDo": "ToDo" + "ToDo": "ToDo", + "CurrentCard": "Текущая карточка" }, "error": { "MethodNotFound": "Метод не найден: {methodId}", diff --git a/plugins/process-assets/lang/zh.json b/plugins/process-assets/lang/zh.json index 03016e2ad1..6c1dcfb04a 100644 --- a/plugins/process-assets/lang/zh.json +++ b/plugins/process-assets/lang/zh.json @@ -63,7 +63,8 @@ "DeleteTransition": "删除转换", "DeleteTransitionConfirm": "您确定要删除转换吗?", "AddTransition": "添加转换", - "ToDo": "待办事项" + "ToDo": "待办事项", + "CurrentCard": "当前卡片" }, "error": { "MethodNotFound": "找不到方法:{methodId}",