From 3e9b872894d8b7dc9d5fddd4dac661b751a28708 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Tue, 5 Sep 2023 00:29:24 +0000 Subject: [PATCH] [skip ci] Updated translations via Crowdin --- src/i18n/lang/cs-CZ.json | 2 +- src/i18n/lang/da-DK.json | 2 +- src/i18n/lang/de-DE.json | 50 ++++++++++++++++++------------------- src/i18n/lang/de-swiss.json | 50 ++++++++++++++++++------------------- src/i18n/lang/eo-UY.json | 2 +- src/i18n/lang/es-ES.json | 2 +- src/i18n/lang/fr-FR.json | 2 +- src/i18n/lang/hu-HU.json | 2 +- src/i18n/lang/it-IT.json | 2 +- src/i18n/lang/ja-JP.json | 2 +- src/i18n/lang/ko-KR.json | 2 +- src/i18n/lang/nl-NL.json | 2 +- src/i18n/lang/no-NO.json | 2 +- src/i18n/lang/pl-PL.json | 2 +- src/i18n/lang/pt-BR.json | 2 +- src/i18n/lang/pt-PT.json | 2 +- src/i18n/lang/ro-RO.json | 2 +- src/i18n/lang/ru-RU.json | 2 +- src/i18n/lang/sk-SK.json | 2 +- src/i18n/lang/sr-CS.json | 2 +- src/i18n/lang/sv-SE.json | 2 +- src/i18n/lang/tr-TR.json | 2 +- src/i18n/lang/vi-VN.json | 2 +- src/i18n/lang/zh-CN.json | 2 +- src/i18n/lang/zh-TW.json | 2 +- 25 files changed, 73 insertions(+), 73 deletions(-) diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index 6b4571f1b..27ab813e6 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -913,7 +913,7 @@ "urlPlaceholder": "např. https://localhost:3456", "change": "změnit", "use": "Používá se instalace Vikunja v {0}", - "error": "Nelze najít nebo použít instalaci Vikunja na \"{domain}\". Zkuste prosím jinou url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Pomocí instalace Vikunja na \"{domain}\".", "urlRequired": "Je vyžadována adresa URL." }, diff --git a/src/i18n/lang/da-DK.json b/src/i18n/lang/da-DK.json index c5f1c0373..de9e225ea 100644 --- a/src/i18n/lang/da-DK.json +++ b/src/i18n/lang/da-DK.json @@ -913,7 +913,7 @@ "urlPlaceholder": "f.eks. https://localhost:3456", "change": "ændr", "use": "Brug Vikunja-installationen på {0}", - "error": "Kunne ikke finde eller bruge Vikunja-installationen på \"{domain}\". Prøv venligst en anden url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Bruger Vikunja-installationen på \"{domain}\".", "urlRequired": "En url er påkrævet." }, diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index 2c6256c7b..3e6dae123 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -12,9 +12,9 @@ } }, "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." + "title": "Diese Instanz ist im Demo-Modus. Verwende sie nicht mit echten Daten!", + "everythingWillBeDeleted": "Alles wird in regelmäßigen Abständen gelöscht!", + "accountWillBeDeleted": "Dein Account wird gelöscht, einschließlich aller Projekte, Aufgaben und Anhänge, die du möglicherweise erstellst." }, "404": { "title": "Nicht gefunden", @@ -146,27 +146,27 @@ } }, "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}.", + "title": "API-Tokens", + "general": "Mit API-Token kannst du die API von Vikunja ohne Login-Daten verwenden.", + "apiDocs": "Schaue dir die API-Dokumentation an", + "createAToken": "Token erstellen", + "createToken": "Token erstellen", + "30d": "30 Tage", + "60d": "60 Tage", + "90d": "90 Tage", + "permissionExplanation": "Mit Berechtigungen kannst du einschränken, was ein API-Token tun darf.", + "titleRequired": "Titel ist erforderlich", + "expired": "Dieses Token ist {ago} abgelaufen.", "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." + "header": "Dieses Token löschen", + "text1": "Bist Du sicher, dass Du das Token \"{token}\" löschen möchtest?", + "text2": "Dies wird den Zugriff des Tokens auf alle Anwendungen oder Integrationen aufheben. Du kannst dies nicht rückgängig machen." }, "attributes": { - "title": "Title", - "titlePlaceholder": "Enter a title you will recognize later", - "expiresAt": "Expires at", - "permissions": "Permissions" + "title": "Titel", + "titlePlaceholder": "Gib einen Titel ein, den du später erkennen wirst", + "expiresAt": "Läuft ab am", + "permissions": "Berechtigungen" } } }, @@ -334,9 +334,9 @@ "doneBucketHint": "Alle Aufgaben, die in diese Spalte verschoben werden, werden automatisch als erledigt markiert.", "doneBucketHintExtended": "Alle Aufgaben, die in die Erledigt Spalte verschoben wurden, werden automatisch als erledigt markiert. Aufgaben, die in einer anderen Spalte als Erledigt markiert wurden, werden auch in diese Spalte verschoben.", "doneBucketSavedSuccess": "Erledigt Spalte gespeichert.", - "defaultBucket": "Default bucket", - "defaultBucketHint": "When creating tasks without specifying a bucket, they will be added to this bucket.", - "defaultBucketSavedSuccess": "The default bucket has been saved successfully.", + "defaultBucket": "Standard-Spalte", + "defaultBucketHint": "Wenn Aufgaben ohne Angabe einer Spalte erstellt werden, werden sie zu dieser Spalte hinzugefügt.", + "defaultBucketSavedSuccess": "Die Standardspalte wurde erfolgreich gespeichert.", "deleteLast": "Du kannst die letzte Spalte nicht entfernen.", "addTaskPlaceholder": "Gebe einen Aufgabentitel ein …", "addTask": "Eine Aufgabe hinzufügen", @@ -913,7 +913,7 @@ "urlPlaceholder": "z.B. https://localhost:3456", "change": "ändern", "use": "Verwende die Vikunja-Installation unter „{0}“", - "error": "Konnte keine Vikunja-Installation unter „{domain}“ finden oder verwenden. Bitte probiere eine andere Url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Verwende die Vikunja-Installation unter „{domain}“.", "urlRequired": "Eine Url ist erforderlich." }, diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index 960578ef7..59645d4f6 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -12,9 +12,9 @@ } }, "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." + "title": "Diese Instanz ist im Demo-Modus. Verwende sie nicht mit echten Daten!", + "everythingWillBeDeleted": "Alles wird in regelmäßigen Abständen gelöscht!", + "accountWillBeDeleted": "Dein Account wird gelöscht, einschließlich aller Projekte, Aufgaben und Anhänge, die du möglicherweise erstellst." }, "404": { "title": "Nid gfunde", @@ -146,27 +146,27 @@ } }, "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}.", + "title": "API-Tokens", + "general": "Mit API-Token kannst du die API von Vikunja ohne Login-Daten verwenden.", + "apiDocs": "Schaue dir die API-Dokumentation an", + "createAToken": "Token erstellen", + "createToken": "Token erstellen", + "30d": "30 Tage", + "60d": "60 Tage", + "90d": "90 Tage", + "permissionExplanation": "Mit Berechtigungen kannst du einschränken, was ein API-Token tun darf.", + "titleRequired": "Titel ist erforderlich", + "expired": "Dieses Token ist {ago} abgelaufen.", "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." + "header": "Dieses Token löschen", + "text1": "Bist Du sicher, dass Du das Token \"{token}\" löschen möchtest?", + "text2": "Dies wird den Zugriff des Tokens auf alle Anwendungen oder Integrationen aufheben. Du kannst dies nicht rückgängig machen." }, "attributes": { - "title": "Title", - "titlePlaceholder": "Enter a title you will recognize later", - "expiresAt": "Expires at", - "permissions": "Permissions" + "title": "Titel", + "titlePlaceholder": "Gib einen Titel ein, den du später erkennen wirst", + "expiresAt": "Läuft ab am", + "permissions": "Berechtigungen" } } }, @@ -334,9 +334,9 @@ "doneBucketHint": "Alle Aufgaben, die in diese Spalte verschoben werden, werden automatisch als erledigt markiert.", "doneBucketHintExtended": "Alle Aufgaben, die in die Erledigt Spalte verschoben wurden, werden automatisch als erledigt markiert. Aufgaben, die in einer anderen Spalte als Erledigt markiert wurden, werden auch in diese Spalte verschoben.", "doneBucketSavedSuccess": "Erledigt Spalte gespeichert.", - "defaultBucket": "Default bucket", - "defaultBucketHint": "When creating tasks without specifying a bucket, they will be added to this bucket.", - "defaultBucketSavedSuccess": "The default bucket has been saved successfully.", + "defaultBucket": "Standard-Spalte", + "defaultBucketHint": "Wenn Aufgaben ohne Angabe einer Spalte erstellt werden, werden sie zu dieser Spalte hinzugefügt.", + "defaultBucketSavedSuccess": "Die Standardspalte wurde erfolgreich gespeichert.", "deleteLast": "Du kannst die letzte Spalte nicht entfernen.", "addTaskPlaceholder": "Gebe einen Aufgabentitel ein …", "addTask": "Eine Aufgabe hinzufügen", @@ -913,7 +913,7 @@ "urlPlaceholder": "z.B. https://localhost:3456", "change": "ändere", "use": "Verwende die Vikunja-Installation unter „{0}“", - "error": "Konnte keine Vikunja-Installation unter „{domain}“ finden oder verwenden. Bitte probiere eine andere Url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Benutze d'Vikunja Installation uf \"{domain}\".", "urlRequired": "Eine Url ist erforderlich." }, diff --git a/src/i18n/lang/eo-UY.json b/src/i18n/lang/eo-UY.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/eo-UY.json +++ b/src/i18n/lang/eo-UY.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 8a65e790a..8ea62a358 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -913,7 +913,7 @@ "urlPlaceholder": "ej. https://localhost:3456", "change": "cambiar", "use": "Utilizando la instalación de Vikunja en {0}", - "error": "No se pudo encontrar o usar la instalación de Vikunja en \"{domain}\". Por favor, prueba con una url diferente.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Usando la instalación de Vikunja en \"{domain}\".", "urlRequired": "Se requiere una url." }, diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 0c143c454..f62d9f3eb 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -913,7 +913,7 @@ "urlPlaceholder": "Par exemple : https://localhost:3456", "change": "changer", "use": "Utiliser l’installation de Vikunja à {0}", - "error": "Impossible de trouver ou d'utiliser l'installation de Vikunja sur « {domain} ». Veuillez essayer une autre adresse.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Utilisation de l’installation Vikunja sur « {domain} ».", "urlRequired": "Une adresse est requise." }, diff --git a/src/i18n/lang/hu-HU.json b/src/i18n/lang/hu-HU.json index 9c9ab167b..d2f43a69e 100644 --- a/src/i18n/lang/hu-HU.json +++ b/src/i18n/lang/hu-HU.json @@ -913,7 +913,7 @@ "urlPlaceholder": "Például: https://localhost:3456", "change": "csere", "use": "A Vikunja telepítés használata itt: {0}", - "error": "Nem található, vagy nem használható a Vikunja telepítése a(z) \"{domain}\" címen. Kérjük, próbálkozzon másik URL-lel.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "A Vikunja telepítés használata itt: {domain}", "urlRequired": "Az URL megadása kötelező." }, diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index 4f1870bdd..197572744 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -913,7 +913,7 @@ "urlPlaceholder": "es. http://localhost:8080", "change": "modifica", "use": "Usa l'installazione di Vikunja a {0}", - "error": "Impossibile trovare o usare l'installazione di Vikunja su \"{domain}\". Prova per favore con un altro Url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Utilizzando l'installazione di Vikunja su \"{domain}\".", "urlRequired": "L'URL è obbligatorio." }, diff --git a/src/i18n/lang/ja-JP.json b/src/i18n/lang/ja-JP.json index 6fac475ac..4e557d970 100644 --- a/src/i18n/lang/ja-JP.json +++ b/src/i18n/lang/ja-JP.json @@ -913,7 +913,7 @@ "urlPlaceholder": "例: https://localhost:3456", "change": "変更", "use": "{0} に設置されたVikunjaを使用します。", - "error": "\"{domain}\" にはVikunjaは存在しないか使用できない状態です。別のURLでお試しください。", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "\"{domain}\" に設置されたVikunjaを使用します。", "urlRequired": "URLは必須です。" }, diff --git a/src/i18n/lang/ko-KR.json b/src/i18n/lang/ko-KR.json index c95142ceb..311740eea 100644 --- a/src/i18n/lang/ko-KR.json +++ b/src/i18n/lang/ko-KR.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index c67bbe3f8..a460a263c 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -913,7 +913,7 @@ "urlPlaceholder": "bv. https://localhost:3456", "change": "wijzigen", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/no-NO.json b/src/i18n/lang/no-NO.json index 9b690e639..d44d8a0e5 100644 --- a/src/i18n/lang/no-NO.json +++ b/src/i18n/lang/no-NO.json @@ -913,7 +913,7 @@ "urlPlaceholder": "f.eks. http://localhost:3456", "change": "endre", "use": "Bruker Vikunja installasjonen på {0}", - "error": "Kunne ikke finne eller bruke Vikunja installasjon på{domain}\". Prøv en annen Url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Bruker Vikunja installasjonen på \"{domain}.", "urlRequired": "Url'en er tom, vennligst legg til." }, diff --git a/src/i18n/lang/pl-PL.json b/src/i18n/lang/pl-PL.json index 4b49a3f83..41474c019 100644 --- a/src/i18n/lang/pl-PL.json +++ b/src/i18n/lang/pl-PL.json @@ -913,7 +913,7 @@ "urlPlaceholder": "np. https://localhost:3456", "change": "zmień", "use": "Użyj instalacji Vikunji z {0}", - "error": "Nie można znaleźć lub użyć instalacji Vikunji z \"{domain}\". Wypróbuj inny adres URL.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Używasz instalacji Vikunji z \"{domain}\".", "urlRequired": "URL jest wymagany." }, diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index 6f3768bf7..ec79dd337 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Usando a instalação Vikunja em \"{domain}\".", "urlRequired": "Uma url é necessária." }, diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 313534348..0e8502fc0 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -913,7 +913,7 @@ "urlPlaceholder": "ex.: https://localhost:3456", "change": "alterar", "use": "A utilizar a instalação do Vikunja em {0}", - "error": "Não foi possível encontrar ou utilizar a instalação do Vikunja em \"{domain}\". Por favor, tenta um url diferente.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "A utilizar a instalação do Vikunja em \"{domain}\".", "urlRequired": "É necessário um url." }, diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index 80be1a9b6..59456c010 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -913,7 +913,7 @@ "urlPlaceholder": "напр. https://localhost:3456", "change": "изменить", "use": "Используется Vikunja на {0}", - "error": "Не удалось подключиться к Vikunja по адресу \"{domain}\". Попробуйте указать другой url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Используется Vikunja на \"{domain}\".", "urlRequired": "Требуется url." }, diff --git a/src/i18n/lang/sk-SK.json b/src/i18n/lang/sk-SK.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/sk-SK.json +++ b/src/i18n/lang/sk-SK.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/sr-CS.json b/src/i18n/lang/sr-CS.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/sr-CS.json +++ b/src/i18n/lang/sr-CS.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index 4efecd5f7..2eb9d6d74 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -913,7 +913,7 @@ "urlPlaceholder": "t. ex. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." }, diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index 3bf58f8b3..5447f7d64 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -913,7 +913,7 @@ "urlPlaceholder": "ví dụ: https://localhost:3456", "change": "thay đổi", "use": "Sử dụng cài đặt Vikunja tại {0}", - "error": "Không thể tìm thấy hoặc sử dụng cài đặt Vikunja tại \"{domain}\". Vui lòng thử một url khác.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Sử dụng cài đặt Vikunja tại \"{domain}\".", "urlRequired": "Cần có một url." }, diff --git a/src/i18n/lang/zh-CN.json b/src/i18n/lang/zh-CN.json index f575a75ec..f280651d7 100644 --- a/src/i18n/lang/zh-CN.json +++ b/src/i18n/lang/zh-CN.json @@ -913,7 +913,7 @@ "urlPlaceholder": "例如: http://localhost:3456", "change": "换一换", "use": "在 {0} 使用 Vikunja 安装程序", - "error": "无法在 “{domain}” 上找到或使用 Vikunja 安装程序。 请尝试其他网址。", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "在 “{domain}” 上使用 Vikunja 安装程序。", "urlRequired": "Url 是必需的。" }, diff --git a/src/i18n/lang/zh-TW.json b/src/i18n/lang/zh-TW.json index 7daac8e03..a09c37634 100644 --- a/src/i18n/lang/zh-TW.json +++ b/src/i18n/lang/zh-TW.json @@ -913,7 +913,7 @@ "urlPlaceholder": "eg. https://localhost:3456", "change": "change", "use": "Using Vikunja installation at {0}", - "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", + "error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required." },