From d1be727eb35390f957fc5e46ecda0d786fd913e7 Mon Sep 17 00:00:00 2001 From: "homarr-crowdin[bot]" <190541745+homarr-crowdin[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:54:32 +0000 Subject: [PATCH] chore(lang): updated translations from crowdin Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas --- packages/translation/src/lang/cn.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/cs.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/da.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/de.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/el.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/es.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/et.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/fr.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/he.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/hr.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/hu.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/it.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/ja.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/ko.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/lt.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/lv.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/nl.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/no.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/pl.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/pt.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/ro.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/ru.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/sk.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/sl.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/sv.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/tr.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/uk.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/vi.json | 46 +++++++++++++++++++++++++++ packages/translation/src/lang/zh.json | 46 +++++++++++++++++++++++++++ 29 files changed, 1334 insertions(+) diff --git a/packages/translation/src/lang/cn.json b/packages/translation/src/lang/cn.json index 99cdd83df..3d3af4bde 100644 --- a/packages/translation/src/lang/cn.json +++ b/packages/translation/src/lang/cn.json @@ -897,6 +897,7 @@ "passwordRequirements": "密码不符合要求", "boardAlreadyExists": "具有此名称的面板已存在", "invalidFileType": "无效的文件类型,例如 {expected}", + "invalidFileName": "", "fileTooLarge": "文件太大,最大大小为 {maxSize}", "invalidConfiguration": "无效配置", "groupNameTaken": "用户组名称已存在" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "日志", "api": "API", + "certificates": "", "tasks": "任务" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "日志" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/cs.json b/packages/translation/src/lang/cs.json index 1327cc1c0..2d0226e13 100644 --- a/packages/translation/src/lang/cs.json +++ b/packages/translation/src/lang/cs.json @@ -897,6 +897,7 @@ "passwordRequirements": "Heslo nesplňuje požadavky", "boardAlreadyExists": "Plocha s tímto názvem již existuje", "invalidFileType": "Neplatný typ souboru, očekáván {expected}", + "invalidFileName": "", "fileTooLarge": "Soubor je příliš velký, maximální velikost je {maxSize}", "invalidConfiguration": "Neplatná konfigurace", "groupNameTaken": "Název skupiny je již používán" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/da.json b/packages/translation/src/lang/da.json index 3e95234b8..fd6681fca 100644 --- a/packages/translation/src/lang/da.json +++ b/packages/translation/src/lang/da.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/de.json b/packages/translation/src/lang/de.json index d86d1f163..2a9c36e86 100644 --- a/packages/translation/src/lang/de.json +++ b/packages/translation/src/lang/de.json @@ -897,6 +897,7 @@ "passwordRequirements": "Passwort erfüllt nicht alle Anforderungen", "boardAlreadyExists": "Ein Board mit diesem Namen existiert bereits", "invalidFileType": "Ungültiger Dateityp, erwartete {expected}", + "invalidFileName": "", "fileTooLarge": "Datei ist zu groß, maximale Größe ist {maxSize}", "invalidConfiguration": "Ungültige Konfiguration", "groupNameTaken": "Gruppenname bereits vergeben" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/el.json b/packages/translation/src/lang/el.json index 467e62b71..2c20f686a 100644 --- a/packages/translation/src/lang/el.json +++ b/packages/translation/src/lang/el.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/es.json b/packages/translation/src/lang/es.json index 3e67a740c..977eb1190 100644 --- a/packages/translation/src/lang/es.json +++ b/packages/translation/src/lang/es.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/et.json b/packages/translation/src/lang/et.json index 809dd1b3b..8f573559d 100644 --- a/packages/translation/src/lang/et.json +++ b/packages/translation/src/lang/et.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/fr.json b/packages/translation/src/lang/fr.json index d5e0764d6..96d1cdeef 100644 --- a/packages/translation/src/lang/fr.json +++ b/packages/translation/src/lang/fr.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/he.json b/packages/translation/src/lang/he.json index 199ec747f..c018c2c62 100644 --- a/packages/translation/src/lang/he.json +++ b/packages/translation/src/lang/he.json @@ -897,6 +897,7 @@ "passwordRequirements": "הסיסמה אינה עומדת בדרישות", "boardAlreadyExists": "לוח בשם זה כבר קיים", "invalidFileType": "סוג קובץ לא חוקי, צפוי {expected}", + "invalidFileName": "", "fileTooLarge": "הקובץ גדול מדי, הגודל המרבי הוא {maxSize}", "invalidConfiguration": "תצורה לא חוקית", "groupNameTaken": "שם הקבוצה כבר תפוס" @@ -2101,6 +2102,7 @@ "docker": "דוקר", "logs": "קובצי לוג", "api": "ממשק API", + "certificates": "", "tasks": "משימות" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "קבצי לוג" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/hr.json b/packages/translation/src/lang/hr.json index 0d34e07e5..a4c17566d 100644 --- a/packages/translation/src/lang/hr.json +++ b/packages/translation/src/lang/hr.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/hu.json b/packages/translation/src/lang/hu.json index 83db2a158..7908d29c4 100644 --- a/packages/translation/src/lang/hu.json +++ b/packages/translation/src/lang/hu.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/it.json b/packages/translation/src/lang/it.json index b03c8a0ee..ac76933f4 100644 --- a/packages/translation/src/lang/it.json +++ b/packages/translation/src/lang/it.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/ja.json b/packages/translation/src/lang/ja.json index 7bc391e28..0936d82c1 100644 --- a/packages/translation/src/lang/ja.json +++ b/packages/translation/src/lang/ja.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/ko.json b/packages/translation/src/lang/ko.json index 6d760529f..9b6a441b3 100644 --- a/packages/translation/src/lang/ko.json +++ b/packages/translation/src/lang/ko.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/lt.json b/packages/translation/src/lang/lt.json index 286408d41..39152f032 100644 --- a/packages/translation/src/lang/lt.json +++ b/packages/translation/src/lang/lt.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/lv.json b/packages/translation/src/lang/lv.json index 0a23b97b6..8fbf5f407 100644 --- a/packages/translation/src/lang/lv.json +++ b/packages/translation/src/lang/lv.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/nl.json b/packages/translation/src/lang/nl.json index 6614bd856..9e7a90079 100644 --- a/packages/translation/src/lang/nl.json +++ b/packages/translation/src/lang/nl.json @@ -897,6 +897,7 @@ "passwordRequirements": "Wachtwoord voldoet niet aan de eisen", "boardAlreadyExists": "Er bestaat al een bord met deze naam", "invalidFileType": "Ongeldig bestandstype, verwachtte {expected}", + "invalidFileName": "", "fileTooLarge": "Bestand is te groot, maximale grootte is {maxSize}", "invalidConfiguration": "Ongeldige configuratie", "groupNameTaken": "Groepsnaam al in gebruik" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "Logs", "api": "API", + "certificates": "", "tasks": "Taken" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "Logs" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/no.json b/packages/translation/src/lang/no.json index 4a2ed606e..07e5013e7 100644 --- a/packages/translation/src/lang/no.json +++ b/packages/translation/src/lang/no.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/pl.json b/packages/translation/src/lang/pl.json index aad4f2e8c..66135f338 100644 --- a/packages/translation/src/lang/pl.json +++ b/packages/translation/src/lang/pl.json @@ -897,6 +897,7 @@ "passwordRequirements": "Twoje hasło nie spełnia wymagań.", "boardAlreadyExists": "Tablica o tej nazwie już istnieje", "invalidFileType": "Nieprawidłowy typ pliku, oczekiwany {expected}", + "invalidFileName": "", "fileTooLarge": "Plik jest zbyt duży, maksymalny rozmiar to {maxSize}", "invalidConfiguration": "Nieprawidłowa konfiguracja", "groupNameTaken": "Nazwa użytkownika jest już zajęta" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/pt.json b/packages/translation/src/lang/pt.json index 81b686d04..dbbc5e9fa 100644 --- a/packages/translation/src/lang/pt.json +++ b/packages/translation/src/lang/pt.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/ro.json b/packages/translation/src/lang/ro.json index c98e87be8..713841aa6 100644 --- a/packages/translation/src/lang/ro.json +++ b/packages/translation/src/lang/ro.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/ru.json b/packages/translation/src/lang/ru.json index 94cd1b16a..1bd029d4c 100644 --- a/packages/translation/src/lang/ru.json +++ b/packages/translation/src/lang/ru.json @@ -897,6 +897,7 @@ "passwordRequirements": "Пароль не соответствует требованиям", "boardAlreadyExists": "Панель с таким именем уже существует", "invalidFileType": "Неверный тип файла, ожидается {expected}", + "invalidFileName": "", "fileTooLarge": "Файл слишком большой, максимальный размер {maxSize}", "invalidConfiguration": "Неверная конфигурация", "groupNameTaken": "Имя группы уже занято" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "Логи", "api": "API", + "certificates": "", "tasks": "Задачи" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "Логи" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/sk.json b/packages/translation/src/lang/sk.json index 409efccfa..bfd72dbdf 100644 --- a/packages/translation/src/lang/sk.json +++ b/packages/translation/src/lang/sk.json @@ -897,6 +897,7 @@ "passwordRequirements": "Heslo nespĺňa požiadavky", "boardAlreadyExists": "Doska s týmto názvom už existuje", "invalidFileType": "Neplatný typ súboru, očakáva sa {expected}", + "invalidFileName": "", "fileTooLarge": "Súbor je príliš veľký, maximálna veľkosť je {maxSize}", "invalidConfiguration": "Neplatná konfigurácia", "groupNameTaken": "Názov skupiny je už obsadený" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "Záznamy", "api": "API", + "certificates": "", "tasks": "Úlohy" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "Záznamy" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/sl.json b/packages/translation/src/lang/sl.json index 96e6ccf2f..2767a297c 100644 --- a/packages/translation/src/lang/sl.json +++ b/packages/translation/src/lang/sl.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/sv.json b/packages/translation/src/lang/sv.json index ea7dfcbd9..fc5338049 100644 --- a/packages/translation/src/lang/sv.json +++ b/packages/translation/src/lang/sv.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/tr.json b/packages/translation/src/lang/tr.json index f659d9c94..800e7a5a2 100644 --- a/packages/translation/src/lang/tr.json +++ b/packages/translation/src/lang/tr.json @@ -897,6 +897,7 @@ "passwordRequirements": "Parola gereksinimleri karşılamıyor", "boardAlreadyExists": "Bu isimde bir panel zaten mevcut", "invalidFileType": "Geçersiz dosya türü, {expected} bekleniyor", + "invalidFileName": "", "fileTooLarge": "Dosya çok büyük, azami boyut {maxSize}", "invalidConfiguration": "Geçersiz yapılandırma", "groupNameTaken": "Grup adı zaten alınmış" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "Günlükler", "api": "API", + "certificates": "", "tasks": "Görevler" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "Günlükler" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/uk.json b/packages/translation/src/lang/uk.json index bd2ffbb42..250a8b8df 100644 --- a/packages/translation/src/lang/uk.json +++ b/packages/translation/src/lang/uk.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/vi.json b/packages/translation/src/lang/vi.json index 1d62bd5d7..9921b7ffc 100644 --- a/packages/translation/src/lang/vi.json +++ b/packages/translation/src/lang/vi.json @@ -897,6 +897,7 @@ "passwordRequirements": "", "boardAlreadyExists": "", "invalidFileType": "", + "invalidFileName": "", "fileTooLarge": "", "invalidConfiguration": "", "groupNameTaken": "" @@ -2101,6 +2102,7 @@ "docker": "", "logs": "", "api": "", + "certificates": "", "tasks": "" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } } diff --git a/packages/translation/src/lang/zh.json b/packages/translation/src/lang/zh.json index 6669bd82c..09d632016 100644 --- a/packages/translation/src/lang/zh.json +++ b/packages/translation/src/lang/zh.json @@ -897,6 +897,7 @@ "passwordRequirements": "密碼不符合要求", "boardAlreadyExists": "此面板名稱已存在", "invalidFileType": "無效的檔案類型,例如 {expected}", + "invalidFileName": "", "fileTooLarge": "檔案太大,最大大小為 {maxSize}", "invalidConfiguration": "無效設定", "groupNameTaken": "用戶組名稱已存在" @@ -2101,6 +2102,7 @@ "docker": "Docker", "logs": "Logs", "api": "API", + "certificates": "", "tasks": "任務" } }, @@ -2706,6 +2708,9 @@ }, "logs": { "label": "Logs" + }, + "certificates": { + "label": "" } }, "settings": { @@ -3101,5 +3106,46 @@ } } } + }, + "certificate": { + "page": { + "list": { + "title": "", + "description": "", + "noResults": { + "title": "" + }, + "expires": "" + } + }, + "action": { + "create": { + "label": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + }, + "remove": { + "label": "", + "confirm": "", + "notification": { + "success": { + "title": "", + "message": "" + }, + "error": { + "title": "", + "message": "" + } + } + } + } } }