From 28fff10fec2c6a0c9cf0e97b7ce0d806da1273f9 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Fri, 19 Jul 2024 00:03:11 +0000 Subject: [PATCH] chore(i18n): update translations via Crowdin (cherry picked from commit ebd6139c1fd62aad1fe55bc9ae096e650ef92837) --- frontend/src/i18n/lang/ar-SA.json | 1 + frontend/src/i18n/lang/ca-ES.json | 1 + frontend/src/i18n/lang/cs-CZ.json | 1 + frontend/src/i18n/lang/da-DK.json | 1 + frontend/src/i18n/lang/de-DE.json | 1 + frontend/src/i18n/lang/de-swiss.json | 1 + frontend/src/i18n/lang/eo-UY.json | 1 + frontend/src/i18n/lang/es-ES.json | 1 + frontend/src/i18n/lang/fr-FR.json | 1 + frontend/src/i18n/lang/hr-HR.json | 1 + frontend/src/i18n/lang/hu-HU.json | 1 + frontend/src/i18n/lang/it-IT.json | 1 + frontend/src/i18n/lang/ja-JP.json | 1 + frontend/src/i18n/lang/ko-KR.json | 1 + frontend/src/i18n/lang/nl-NL.json | 1 + frontend/src/i18n/lang/no-NO.json | 1 + frontend/src/i18n/lang/pl-PL.json | 1 + frontend/src/i18n/lang/pt-BR.json | 1 + frontend/src/i18n/lang/pt-PT.json | 1 + frontend/src/i18n/lang/ro-RO.json | 1 + frontend/src/i18n/lang/ru-RU.json | 1 + frontend/src/i18n/lang/sk-SK.json | 1 + frontend/src/i18n/lang/sl-SI.json | 1 + frontend/src/i18n/lang/sr-CS.json | 1 + frontend/src/i18n/lang/sv-SE.json | 1 + frontend/src/i18n/lang/tr-TR.json | 1 + frontend/src/i18n/lang/uk-UA.json | 1 + frontend/src/i18n/lang/vi-VN.json | 1 + frontend/src/i18n/lang/zh-CN.json | 1 + frontend/src/i18n/lang/zh-TW.json | 1 + 30 files changed, 30 insertions(+) diff --git a/frontend/src/i18n/lang/ar-SA.json b/frontend/src/i18n/lang/ar-SA.json index 2e9a513d9..b24362597 100644 --- a/frontend/src/i18n/lang/ar-SA.json +++ b/frontend/src/i18n/lang/ar-SA.json @@ -163,6 +163,7 @@ "90d": "90 يوماً", "permissionExplanation": "نطاق الصلاحيات المسموح به هو ما يسمح لك القيام به رمز Api.", "titleRequired": "العنوان إجباري", + "permissionRequired": "Please select at least one permission from the list.", "expired": "انتهت صلاحية هذا الرمز {ago}.", "tokenCreatedSuccess": "إليك رمز Api الجديد: {token}", "tokenCreatedNotSeeAgain": "قم بتخزينه في مكان آمن، لن تتمكن من عرضه مرة أخرى!", diff --git a/frontend/src/i18n/lang/ca-ES.json b/frontend/src/i18n/lang/ca-ES.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/ca-ES.json +++ b/frontend/src/i18n/lang/ca-ES.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/cs-CZ.json b/frontend/src/i18n/lang/cs-CZ.json index 52f4716b8..76ee5ec5c 100644 --- a/frontend/src/i18n/lang/cs-CZ.json +++ b/frontend/src/i18n/lang/cs-CZ.json @@ -163,6 +163,7 @@ "90d": "90 dní", "permissionExplanation": "Oprávnění vám umožní nastavit, k čemu lze api token použít.", "titleRequired": "Je vyžadován název", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Platnost tohoto tokenu vypršela {ago}.", "tokenCreatedSuccess": "Zde je tvůj nový api token: {token}", "tokenCreatedNotSeeAgain": "Ulož jej na zabezpečeném místě, už ho znovu neuvidíš!", diff --git a/frontend/src/i18n/lang/da-DK.json b/frontend/src/i18n/lang/da-DK.json index 53f461e94..a008510f1 100644 --- a/frontend/src/i18n/lang/da-DK.json +++ b/frontend/src/i18n/lang/da-DK.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/de-DE.json b/frontend/src/i18n/lang/de-DE.json index 781482cb8..19e872ca3 100644 --- a/frontend/src/i18n/lang/de-DE.json +++ b/frontend/src/i18n/lang/de-DE.json @@ -163,6 +163,7 @@ "90d": "90 Tage", "permissionExplanation": "Mit Berechtigungen kannst du einschränken, was ein API-Token tun darf.", "titleRequired": "Titel ist erforderlich", + "permissionRequired": "Bitte wähle mindestens eine Berechtigung aus der Liste.", "expired": "Dieses Token ist {ago} abgelaufen.", "tokenCreatedSuccess": "Hier ist dein neues API Token: {token}", "tokenCreatedNotSeeAgain": "Speichere es an einem sicheren Ort, du wirst es nicht mehr sehen!", diff --git a/frontend/src/i18n/lang/de-swiss.json b/frontend/src/i18n/lang/de-swiss.json index 49bc813d4..42df64bcb 100644 --- a/frontend/src/i18n/lang/de-swiss.json +++ b/frontend/src/i18n/lang/de-swiss.json @@ -163,6 +163,7 @@ "90d": "90 Tage", "permissionExplanation": "Mit Berechtigungen kannst du einschränken, was ein API-Token tun darf.", "titleRequired": "Titel ist erforderlich", + "permissionRequired": "Bitte wähle mindestens eine Berechtigung aus der Liste.", "expired": "Dieses Token ist {ago} abgelaufen.", "tokenCreatedSuccess": "Hier ist dein neues API Token: {token}", "tokenCreatedNotSeeAgain": "Speichere es an einem sicheren Ort, du wirst es nicht mehr sehen!", diff --git a/frontend/src/i18n/lang/eo-UY.json b/frontend/src/i18n/lang/eo-UY.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/eo-UY.json +++ b/frontend/src/i18n/lang/eo-UY.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/es-ES.json b/frontend/src/i18n/lang/es-ES.json index 3b39fc959..7cbc2f19b 100644 --- a/frontend/src/i18n/lang/es-ES.json +++ b/frontend/src/i18n/lang/es-ES.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/fr-FR.json b/frontend/src/i18n/lang/fr-FR.json index 7c219b6d1..2c346f7fd 100644 --- a/frontend/src/i18n/lang/fr-FR.json +++ b/frontend/src/i18n/lang/fr-FR.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/hr-HR.json b/frontend/src/i18n/lang/hr-HR.json index 6b094d853..0e4b832c9 100644 --- a/frontend/src/i18n/lang/hr-HR.json +++ b/frontend/src/i18n/lang/hr-HR.json @@ -163,6 +163,7 @@ "90d": "90 dana", "permissionExplanation": "Dopuštenja vam omogućuju da odredite što api token smije raditi.", "titleRequired": "Naslov je obavezan", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Ovaj je token istekao {ago}.", "tokenCreatedSuccess": "Evo vašeg novog api tokena: {token}", "tokenCreatedNotSeeAgain": "Čuvajte ga na sigurnom mjestu, nećete ga više vidjeti!", diff --git a/frontend/src/i18n/lang/hu-HU.json b/frontend/src/i18n/lang/hu-HU.json index c356345cb..a733a9073 100644 --- a/frontend/src/i18n/lang/hu-HU.json +++ b/frontend/src/i18n/lang/hu-HU.json @@ -163,6 +163,7 @@ "90d": "90 nap", "permissionExplanation": "Az engedélyek lehetővé teszik annak hatókörét, hogy egy API Token mire jogosult.", "titleRequired": "A cím kötelező", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Ez a token lejárt {ago}.", "tokenCreatedSuccess": "Íme az új API tokenje: {token}", "tokenCreatedNotSeeAgain": "Tárolja el biztonságos helyen, többé nem fogja látni!", diff --git a/frontend/src/i18n/lang/it-IT.json b/frontend/src/i18n/lang/it-IT.json index d91a698d4..79c5c108d 100644 --- a/frontend/src/i18n/lang/it-IT.json +++ b/frontend/src/i18n/lang/it-IT.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/ja-JP.json b/frontend/src/i18n/lang/ja-JP.json index 8c3b90064..9ca97fab6 100644 --- a/frontend/src/i18n/lang/ja-JP.json +++ b/frontend/src/i18n/lang/ja-JP.json @@ -163,6 +163,7 @@ "90d": "90日", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "トークン名を入力してください。", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "このトークンは二度と表示されません。安全な場所に保管してください。", diff --git a/frontend/src/i18n/lang/ko-KR.json b/frontend/src/i18n/lang/ko-KR.json index dfad5fa07..b824add37 100644 --- a/frontend/src/i18n/lang/ko-KR.json +++ b/frontend/src/i18n/lang/ko-KR.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/nl-NL.json b/frontend/src/i18n/lang/nl-NL.json index b54a1237a..1c476e2e4 100644 --- a/frontend/src/i18n/lang/nl-NL.json +++ b/frontend/src/i18n/lang/nl-NL.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/no-NO.json b/frontend/src/i18n/lang/no-NO.json index 561167638..957fab41d 100644 --- a/frontend/src/i18n/lang/no-NO.json +++ b/frontend/src/i18n/lang/no-NO.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/pl-PL.json b/frontend/src/i18n/lang/pl-PL.json index d7b49c2dd..eb83878da 100644 --- a/frontend/src/i18n/lang/pl-PL.json +++ b/frontend/src/i18n/lang/pl-PL.json @@ -163,6 +163,7 @@ "90d": "90 dni", "permissionExplanation": "Uprawnienia pozwalają określić, co token API ma prawo robić.", "titleRequired": "Tytuł jest wymagany", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Ten token wygasł {ago}.", "tokenCreatedSuccess": "Oto twój nowy token: {token}", "tokenCreatedNotSeeAgain": "Przechowuj go w bezpiecznym miejscu, nie zobaczysz go ponownie!", diff --git a/frontend/src/i18n/lang/pt-BR.json b/frontend/src/i18n/lang/pt-BR.json index 6cb4b2ca0..3b6b0f502 100644 --- a/frontend/src/i18n/lang/pt-BR.json +++ b/frontend/src/i18n/lang/pt-BR.json @@ -163,6 +163,7 @@ "90d": "90 Dias", "permissionExplanation": "As permissões controlam as ações que um token de API pode realizar.", "titleRequired": "O título é obrigatório", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Este token venceu {ago}.", "tokenCreatedSuccess": "Aqui está seu novo token de API: {token}", "tokenCreatedNotSeeAgain": "Guarde em um local seguro, você não poderá visualizá-lo novamente!", diff --git a/frontend/src/i18n/lang/pt-PT.json b/frontend/src/i18n/lang/pt-PT.json index 7e83bbde6..ab9369cb8 100644 --- a/frontend/src/i18n/lang/pt-PT.json +++ b/frontend/src/i18n/lang/pt-PT.json @@ -163,6 +163,7 @@ "90d": "90 Dias", "permissionExplanation": "As permissões permitem-te definir o âmbito para o qual o token de API pode ser utilizado.", "titleRequired": "O título é requerido", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Este token expirou {ago}.", "tokenCreatedSuccess": "Aqui está o teu novo token de API: {token}", "tokenCreatedNotSeeAgain": "Guarda-o num local seguro, não o vais poder visualizar novamente!", diff --git a/frontend/src/i18n/lang/ro-RO.json b/frontend/src/i18n/lang/ro-RO.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/ro-RO.json +++ b/frontend/src/i18n/lang/ro-RO.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/ru-RU.json b/frontend/src/i18n/lang/ru-RU.json index 0d3f66f66..2188a4de7 100644 --- a/frontend/src/i18n/lang/ru-RU.json +++ b/frontend/src/i18n/lang/ru-RU.json @@ -163,6 +163,7 @@ "90d": "90 дней", "permissionExplanation": "Разрешения позволяют выбрать, какие действия можно выполнять с использованием этого токена.", "titleRequired": "Название обязательно", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Срок действия этого токена истёк {ago}.", "tokenCreatedSuccess": "Ваш новый токен: {token}", "tokenCreatedNotSeeAgain": "Сохраните его в безопасном месте, вы не увидите его снова!", diff --git a/frontend/src/i18n/lang/sk-SK.json b/frontend/src/i18n/lang/sk-SK.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/sk-SK.json +++ b/frontend/src/i18n/lang/sk-SK.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/sl-SI.json b/frontend/src/i18n/lang/sl-SI.json index 3285fa9b1..812ac95d6 100644 --- a/frontend/src/i18n/lang/sl-SI.json +++ b/frontend/src/i18n/lang/sl-SI.json @@ -163,6 +163,7 @@ "90d": "90 dni", "permissionExplanation": "Dovoljenja vam omogočajo, da določite, kaj vse vam API žeton dovoli.", "titleRequired": "Naslov je obvezen", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Žeton je potekel pred {ago}.", "tokenCreatedSuccess": "Tu je vaš novi API žeton: {token}", "tokenCreatedNotSeeAgain": "Shranite ga na varno mesto, ker ga ne boste več videli!", diff --git a/frontend/src/i18n/lang/sr-CS.json b/frontend/src/i18n/lang/sr-CS.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/sr-CS.json +++ b/frontend/src/i18n/lang/sr-CS.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/sv-SE.json b/frontend/src/i18n/lang/sv-SE.json index e64e9f66c..6aa27e436 100644 --- a/frontend/src/i18n/lang/sv-SE.json +++ b/frontend/src/i18n/lang/sv-SE.json @@ -163,6 +163,7 @@ "90d": "90 dagar", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Förvara den på en säker plats, du kommer aldrig att se den igen!", diff --git a/frontend/src/i18n/lang/tr-TR.json b/frontend/src/i18n/lang/tr-TR.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/tr-TR.json +++ b/frontend/src/i18n/lang/tr-TR.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/uk-UA.json b/frontend/src/i18n/lang/uk-UA.json index 2fb80b3b1..df1962292 100644 --- a/frontend/src/i18n/lang/uk-UA.json +++ b/frontend/src/i18n/lang/uk-UA.json @@ -163,6 +163,7 @@ "90d": "90 днів", "permissionExplanation": "Дозволи визначають, що може робити api ключ.", "titleRequired": "Слід вказати заголовок", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Цей ключ закінчився {ago}.", "tokenCreatedSuccess": "Ось Ваш новий api ключ: {token}", "tokenCreatedNotSeeAgain": "Збережіть його в надійному місці, бо він зникне і не з'явиться знову!", diff --git a/frontend/src/i18n/lang/vi-VN.json b/frontend/src/i18n/lang/vi-VN.json index 7419c2868..184117372 100644 --- a/frontend/src/i18n/lang/vi-VN.json +++ b/frontend/src/i18n/lang/vi-VN.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!", diff --git a/frontend/src/i18n/lang/zh-CN.json b/frontend/src/i18n/lang/zh-CN.json index 81a12a2ac..bb61c2d7d 100644 --- a/frontend/src/i18n/lang/zh-CN.json +++ b/frontend/src/i18n/lang/zh-CN.json @@ -163,6 +163,7 @@ "90d": "90 天", "permissionExplanation": "权限允许您限制 api 令牌被允许做什么。", "titleRequired": "需要指定标题", + "permissionRequired": "Please select at least one permission from the list.", "expired": "Token {ago} 前到期", "tokenCreatedSuccess": "这是您的令牌: {token}", "tokenCreatedNotSeeAgain": "将其存储在一个安全的位置,你不会再看到它了!", diff --git a/frontend/src/i18n/lang/zh-TW.json b/frontend/src/i18n/lang/zh-TW.json index e6b609b06..490ee26d8 100644 --- a/frontend/src/i18n/lang/zh-TW.json +++ b/frontend/src/i18n/lang/zh-TW.json @@ -163,6 +163,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "permissionRequired": "Please select at least one permission from the list.", "expired": "This token has expired {ago}.", "tokenCreatedSuccess": "Here is your new api token: {token}", "tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!",