From 6e5fbde23b47daf85e238cc38189c9f824f42b28 Mon Sep 17 00:00:00 2001 From: "homarr-crowdin[bot]" <190541745+homarr-crowdin[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:13:39 +0100 Subject: [PATCH] chore(lang): update translations from crowdin (#4362) Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com> --- packages/translation/src/lang/en-gb.json | 62 ++++++++++++------------ packages/translation/src/lang/pl.json | 20 ++++---- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/packages/translation/src/lang/en-gb.json b/packages/translation/src/lang/en-gb.json index 8f13322a5..0faef3089 100644 --- a/packages/translation/src/lang/en-gb.json +++ b/packages/translation/src/lang/en-gb.json @@ -612,17 +612,17 @@ "select": { "label": "Select an application", "notFound": "No application found", - "search": "", - "noResults": "", - "action": "", - "title": "" + "search": "Search for an app", + "noResults": "No results", + "action": "Select {app}", + "title": "Select an app to add to this board" }, "create": { - "title": "", - "description": "", - "action": "" + "title": "Create new app", + "description": "Create a new app ", + "action": "Open app creation" }, - "add": "" + "add": "Add an app" } }, "integration": { @@ -649,14 +649,14 @@ "app": { "option": { "existing": { - "title": "", - "label": "" + "title": "Existing", + "label": "Select existing app" }, "new": { - "title": "", + "title": "New", "url": { - "label": "", - "description": "" + "label": "App URL", + "description": "The URL the app will open when accessed from the dashboard" } } } @@ -676,9 +676,9 @@ }, "app": { "action": { - "add": "", - "remove": "", - "select": "" + "add": "Link an app", + "remove": "Unlink", + "select": "Select an app to link" } } }, @@ -709,7 +709,7 @@ "description": "Integration, {kind} can be used with the search engine. Please check this to automatically configure the search engine." }, "app": { - "sectionTitle": "" + "sectionTitle": "Linked App" }, "createApp": { "label": "Create application", @@ -730,30 +730,30 @@ "error": { "common": { "cause": { - "title": "" + "title": "Cause with more details" } }, "unknown": { - "title": "", - "description": "" + "title": "Unknown error", + "description": "An unknown error occurred, open the cause below to see more details" }, "parse": { - "title": "", - "description": "" + "title": "Parse error", + "description": "The response could not be parsed. Please verify that the URL is pointing to the base URL of the service." }, "authorization": { - "title": "", - "description": "" + "title": "Authorisation error", + "description": "The request was not authorised. Please verify that the credentials are correct and you have them configured with enough permissions." }, "statusCode": { - "title": "", - "description": "", - "otherDescription": "", + "title": "Response error", + "description": "Received unexpected {statusCode} ({reason}) response from . Please verify that the URL is pointing to the base URL of the integration.", + "otherDescription": "Received unexpected {statusCode} response from . Please verify that the URL is pointing to the base URL of the integration.", "reason": { - "badRequest": "", - "notFound": "", - "tooManyRequests": "", - "internalServerError": "", + "badRequest": "Bad request", + "notFound": "Not found", + "tooManyRequests": "Too many requests", + "internalServerError": "Internal server error", "serviceUnavailable": "", "gatewayTimeout": "" } diff --git a/packages/translation/src/lang/pl.json b/packages/translation/src/lang/pl.json index 2228f7aa5..1a806e7a8 100644 --- a/packages/translation/src/lang/pl.json +++ b/packages/translation/src/lang/pl.json @@ -649,14 +649,14 @@ "app": { "option": { "existing": { - "title": "", - "label": "" + "title": "Istniejąca", + "label": "Wybierz istniejącą aplikację" }, "new": { - "title": "", + "title": "Nowy", "url": { - "label": "", - "description": "" + "label": "Adres URL aplikacji", + "description": "Adres URL, który zostanie otwarty po kliknięciu aplikacji na pulpicie" } } } @@ -676,9 +676,9 @@ }, "app": { "action": { - "add": "", - "remove": "", - "select": "" + "add": "Połącz aplikację", + "remove": "Odłącz", + "select": "Wybierz aplikację do połączenia" } } }, @@ -709,7 +709,7 @@ "description": "Integracja \"{kind}\" może być używana z wyszukiwarkami. Zaznacz to, aby automatycznie skonfigurować wyszukiwarkę." }, "app": { - "sectionTitle": "" + "sectionTitle": "Połączona aplikacja" }, "createApp": { "label": "Stwórz aplikację", @@ -1051,7 +1051,7 @@ "add": "Dodaj", "apply": "Zastosuj", "backToOverview": "Powrót do widoku ogólnego", - "change": "", + "change": "Zmień", "create": "Utwórz", "createAnother": "Utwórz i zacznij od nowa", "edit": "Edytuj",