From ce6f099912faf15b35a84c9657bbac337fa6fcc5 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Sun, 3 Sep 2023 00:29:23 +0000 Subject: [PATCH] [skip ci] Updated translations via Crowdin --- src/i18n/lang/ca-ES.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/cs-CZ.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/da-DK.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/de-DE.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/de-swiss.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/eo-UY.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/es-ES.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/fr-FR.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/hu-HU.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/it-IT.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/ja-JP.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/ko-KR.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/nl-NL.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/no-NO.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/pl-PL.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/pt-BR.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/pt-PT.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/ro-RO.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/ru-RU.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/sk-SK.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/sr-CS.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/sv-SE.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/tr-TR.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/vi-VN.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/zh-CN.json | 29 +++++++++++++++++++++++++++++ src/i18n/lang/zh-TW.json | 29 +++++++++++++++++++++++++++++ 26 files changed, 754 insertions(+) diff --git a/src/i18n/lang/ca-ES.json b/src/i18n/lang/ca-ES.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/ca-ES.json +++ b/src/i18n/lang/ca-ES.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index fd952b16e..46284e453 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Nenalezeno", "text": "Požadovaná stránka neexistuje." @@ -139,6 +144,30 @@ "system": "Systém", "dark": "Tmavý" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/da-DK.json b/src/i18n/lang/da-DK.json index c5021d341..651f2633b 100644 --- a/src/i18n/lang/da-DK.json +++ b/src/i18n/lang/da-DK.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Ikke fundet", "text": "Den ønskede side findes ikke." @@ -139,6 +144,30 @@ "system": "System", "dark": "Mørk" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index 349be5c8b..c6f3dbce6 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -11,6 +11,11 @@ "import": "Importiere deine Daten in Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Nicht gefunden", "text": "Die angeforderte Seite existiert nicht." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dunkel" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index 37ecbea58..5861d7dd3 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -11,6 +11,11 @@ "import": "Importiere deine Daten in Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Nid gfunde", "text": "Dini gsuechti Siite giz nid." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dunkel" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/eo-UY.json b/src/i18n/lang/eo-UY.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/eo-UY.json +++ b/src/i18n/lang/eo-UY.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 70238715c..297cf088a 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -11,6 +11,11 @@ "import": "Importa tus datos a Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "No encontrado", "text": "La página solicitada no existe." @@ -139,6 +144,30 @@ "system": "Sistema", "dark": "Oscuro" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 64dddfa00..884255cb2 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -11,6 +11,11 @@ "import": "Importer vos données dans Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Non trouvé", "text": "La page que vous avez demandée n’existe pas." @@ -139,6 +144,30 @@ "system": "Système", "dark": "Sombre" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/hu-HU.json b/src/i18n/lang/hu-HU.json index ea9d59259..a161a969b 100644 --- a/src/i18n/lang/hu-HU.json +++ b/src/i18n/lang/hu-HU.json @@ -11,6 +11,11 @@ "import": "Importálja adatait a Vikunjába" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Nem található", "text": "A kért oldal nem létezik." @@ -139,6 +144,30 @@ "system": "Rendszer", "dark": "Sötét" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index 53a3b8261..594add697 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -11,6 +11,11 @@ "import": "Importa i tuoi dati in Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Non trovato", "text": "La pagina richiesta non esiste." @@ -139,6 +144,30 @@ "system": "Sistema", "dark": "Scuro" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/ja-JP.json b/src/i18n/lang/ja-JP.json index 84cd5316a..6d1089ae4 100644 --- a/src/i18n/lang/ja-JP.json +++ b/src/i18n/lang/ja-JP.json @@ -11,6 +11,11 @@ "import": "Vikunjaへのデータのインポート" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "リクエストされたページは存在しません。" @@ -139,6 +144,30 @@ "system": "システム既定", "dark": "ダーク" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/ko-KR.json b/src/i18n/lang/ko-KR.json index 85e77d55b..651084d76 100644 --- a/src/i18n/lang/ko-KR.json +++ b/src/i18n/lang/ko-KR.json @@ -11,6 +11,11 @@ "import": "데이터를 Vikunja로 가져오기" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "찾을 수 없습니다.", "text": "요청하신 페이지가 존재하지 않습니다." @@ -139,6 +144,30 @@ "system": "시스템", "dark": "어두운 테마" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index e524e39fa..c5a123e75 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Niet gevonden", "text": "De opgevraagde pagina bestaat niet." @@ -139,6 +144,30 @@ "system": "Systeem", "dark": "Donker" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/no-NO.json b/src/i18n/lang/no-NO.json index 5bd8b1f89..dcdc9071c 100644 --- a/src/i18n/lang/no-NO.json +++ b/src/i18n/lang/no-NO.json @@ -11,6 +11,11 @@ "import": "Importer dine data til Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Ikke funnet", "text": "Siden du ba om, finnes ikke." @@ -139,6 +144,30 @@ "system": "System", "dark": "Mørk" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/pl-PL.json b/src/i18n/lang/pl-PL.json index 7723c76be..bfcb3cdb1 100644 --- a/src/i18n/lang/pl-PL.json +++ b/src/i18n/lang/pl-PL.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Nie znaleziono", "text": "Żądana strona nie istnieje." @@ -139,6 +144,30 @@ "system": "Systemowy", "dark": "Ciemny" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index 73d6fc066..0d77e00dc 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Não encontrado", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 4db132150..5e8be3c87 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -11,6 +11,11 @@ "import": "Importar os teus dados para o Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Não encontrado", "text": "A página solicitada não existe." @@ -139,6 +144,30 @@ "system": "Sistema", "dark": "Escuro" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index 41ddff0bc..8ca9434f4 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -11,6 +11,11 @@ "import": "Импорт данных в Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Не найдено", "text": "Запрашиваемая страница не существует." @@ -139,6 +144,30 @@ "system": "Системная", "dark": "Тёмная" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/sk-SK.json b/src/i18n/lang/sk-SK.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/sk-SK.json +++ b/src/i18n/lang/sk-SK.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/sr-CS.json b/src/i18n/lang/sr-CS.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/sr-CS.json +++ b/src/i18n/lang/sr-CS.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index 43a558830..92ba045b5 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -11,6 +11,11 @@ "import": "Importera din data till Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Hittades inte", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Mörkt" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 dagar", + "60d": "60 dagar", + "90d": "90 dagar", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index c2ca22331..df7e3ef16 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Không tìm thấy gì cả", "text": "Trang bạn yêu cầu không tồn tại." @@ -139,6 +144,30 @@ "system": "Hệ thống", "dark": "Tối" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/zh-CN.json b/src/i18n/lang/zh-CN.json index 9571a07b7..69b94dc3b 100644 --- a/src/i18n/lang/zh-CN.json +++ b/src/i18n/lang/zh-CN.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "未找到数据", "text": "您请求的页面不存在。" @@ -139,6 +144,30 @@ "system": "跟随系统", "dark": "暗色" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": { diff --git a/src/i18n/lang/zh-TW.json b/src/i18n/lang/zh-TW.json index 04ebde91f..2df2ca192 100644 --- a/src/i18n/lang/zh-TW.json +++ b/src/i18n/lang/zh-TW.json @@ -11,6 +11,11 @@ "import": "Import your data into Vikunja" } }, + "demo": { + "title": "This instance is in demo mode. Do not use this for real data!", + "everythingWillBeDeleted": "Everything will be deleted in regular intervals!", + "accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create." + }, "404": { "title": "Not found", "text": "The page you requested does not exist." @@ -139,6 +144,30 @@ "system": "System", "dark": "Dark" } + }, + "apiTokens": { + "title": "API Tokens", + "general": "API tokens allow you to use Vikunja's API without user credentials.", + "apiDocs": "Check out the api docs", + "createAToken": "Create a token", + "createToken": "Create token", + "30d": "30 Days", + "60d": "60 Days", + "90d": "90 Days", + "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", + "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", + "delete": { + "header": "Delete this token", + "text1": "Are you sure you want to delete the token \"{token}\"?", + "text2": "This will revoke access to all applications or integrations using it. You cannot undo this." + }, + "attributes": { + "title": "Title", + "titlePlaceholder": "Enter a title you will recognize later", + "expiresAt": "Expires at", + "permissions": "Permissions" + } } }, "deletion": {