Skip to content

Commit 6e5fbde

Browse files
chore(lang): update translations from crowdin (#4362)
Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
1 parent 136ed8e commit 6e5fbde

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

packages/translation/src/lang/en-gb.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -612,17 +612,17 @@
612612
"select": {
613613
"label": "Select an application",
614614
"notFound": "No application found",
615-
"search": "",
616-
"noResults": "",
617-
"action": "",
618-
"title": ""
615+
"search": "Search for an app",
616+
"noResults": "No results",
617+
"action": "Select {app}",
618+
"title": "Select an app to add to this board"
619619
},
620620
"create": {
621-
"title": "",
622-
"description": "",
623-
"action": ""
621+
"title": "Create new app",
622+
"description": "Create a new app ",
623+
"action": "Open app creation"
624624
},
625-
"add": ""
625+
"add": "Add an app"
626626
}
627627
},
628628
"integration": {
@@ -649,14 +649,14 @@
649649
"app": {
650650
"option": {
651651
"existing": {
652-
"title": "",
653-
"label": ""
652+
"title": "Existing",
653+
"label": "Select existing app"
654654
},
655655
"new": {
656-
"title": "",
656+
"title": "New",
657657
"url": {
658-
"label": "",
659-
"description": ""
658+
"label": "App URL",
659+
"description": "The URL the app will open when accessed from the dashboard"
660660
}
661661
}
662662
}
@@ -676,9 +676,9 @@
676676
},
677677
"app": {
678678
"action": {
679-
"add": "",
680-
"remove": "",
681-
"select": ""
679+
"add": "Link an app",
680+
"remove": "Unlink",
681+
"select": "Select an app to link"
682682
}
683683
}
684684
},
@@ -709,7 +709,7 @@
709709
"description": "Integration, {kind} can be used with the search engine. Please check this to automatically configure the search engine."
710710
},
711711
"app": {
712-
"sectionTitle": ""
712+
"sectionTitle": "Linked App"
713713
},
714714
"createApp": {
715715
"label": "Create application",
@@ -730,30 +730,30 @@
730730
"error": {
731731
"common": {
732732
"cause": {
733-
"title": ""
733+
"title": "Cause with more details"
734734
}
735735
},
736736
"unknown": {
737-
"title": "",
738-
"description": ""
737+
"title": "Unknown error",
738+
"description": "An unknown error occurred, open the cause below to see more details"
739739
},
740740
"parse": {
741-
"title": "",
742-
"description": ""
741+
"title": "Parse error",
742+
"description": "The response could not be parsed. Please verify that the URL is pointing to the base URL of the service."
743743
},
744744
"authorization": {
745-
"title": "",
746-
"description": ""
745+
"title": "Authorisation error",
746+
"description": "The request was not authorised. Please verify that the credentials are correct and you have them configured with enough permissions."
747747
},
748748
"statusCode": {
749-
"title": "",
750-
"description": "",
751-
"otherDescription": "",
749+
"title": "Response error",
750+
"description": "Received unexpected {statusCode} ({reason}) response from <url></url>. Please verify that the URL is pointing to the base URL of the integration.",
751+
"otherDescription": "Received unexpected {statusCode} response from <url></url>. Please verify that the URL is pointing to the base URL of the integration.",
752752
"reason": {
753-
"badRequest": "",
754-
"notFound": "",
755-
"tooManyRequests": "",
756-
"internalServerError": "",
753+
"badRequest": "Bad request",
754+
"notFound": "Not found",
755+
"tooManyRequests": "Too many requests",
756+
"internalServerError": "Internal server error",
757757
"serviceUnavailable": "",
758758
"gatewayTimeout": ""
759759
}

packages/translation/src/lang/pl.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,14 @@
649649
"app": {
650650
"option": {
651651
"existing": {
652-
"title": "",
653-
"label": ""
652+
"title": "Istniejąca",
653+
"label": "Wybierz istniejącą aplikację"
654654
},
655655
"new": {
656-
"title": "",
656+
"title": "Nowy",
657657
"url": {
658-
"label": "",
659-
"description": ""
658+
"label": "Adres URL aplikacji",
659+
"description": "Adres URL, który zostanie otwarty po kliknięciu aplikacji na pulpicie"
660660
}
661661
}
662662
}
@@ -676,9 +676,9 @@
676676
},
677677
"app": {
678678
"action": {
679-
"add": "",
680-
"remove": "",
681-
"select": ""
679+
"add": "Połącz aplikację",
680+
"remove": "Odłącz",
681+
"select": "Wybierz aplikację do połączenia"
682682
}
683683
}
684684
},
@@ -709,7 +709,7 @@
709709
"description": "Integracja \"{kind}\" może być używana z wyszukiwarkami. Zaznacz to, aby automatycznie skonfigurować wyszukiwarkę."
710710
},
711711
"app": {
712-
"sectionTitle": ""
712+
"sectionTitle": "Połączona aplikacja"
713713
},
714714
"createApp": {
715715
"label": "Stwórz aplikację",
@@ -1051,7 +1051,7 @@
10511051
"add": "Dodaj",
10521052
"apply": "Zastosuj",
10531053
"backToOverview": "Powrót do widoku ogólnego",
1054-
"change": "",
1054+
"change": "Zmień",
10551055
"create": "Utwórz",
10561056
"createAnother": "Utwórz i zacznij od nowa",
10571057
"edit": "Edytuj",

0 commit comments

Comments
 (0)