Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 27, 2025
1 parent e47fef6 commit 96a4624
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ OC.L10N.register(
"Could not perform update of ExApp" : "Nebylo možné provést aktualizaci ExApp",
"ExApp not found, failed to get logs" : "ExApp nenalezena, nepodařilo se získat záznamy událostí",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "Nepodařilo se získat záznamy událostí v kontejneru. Pozn.: Stahování docker kontejneru funguje pouze pro kontejnery s ovladačem zaznamenávání json-file nebo journald. Chyba: %s",
"ExApp not found, failed to get deploy options" : "ExApp nenalezena, nepodařilo se získat předvolby nasazení",
"AppAPI authentication failed" : "ověřování vůči AppAPI se nezdařilo",
"AppAPI ExApp notifier" : "Upozorňování AppAPI ExApp",
"AppAPI" : "AppAPI",
Expand Down
1 change: 1 addition & 0 deletions l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Could not perform update of ExApp" : "Nebylo možné provést aktualizaci ExApp",
"ExApp not found, failed to get logs" : "ExApp nenalezena, nepodařilo se získat záznamy událostí",
"Failed to get container logs. Note: Downloading Docker container works only for containers with the json-file or journald logging driver. Error: %s" : "Nepodařilo se získat záznamy událostí v kontejneru. Pozn.: Stahování docker kontejneru funguje pouze pro kontejnery s ovladačem zaznamenávání json-file nebo journald. Chyba: %s",
"ExApp not found, failed to get deploy options" : "ExApp nenalezena, nepodařilo se získat předvolby nasazení",
"AppAPI authentication failed" : "ověřování vůči AppAPI se nezdařilo",
"AppAPI ExApp notifier" : "Upozorňování AppAPI ExApp",
"AppAPI" : "AppAPI",
Expand Down
4 changes: 3 additions & 1 deletion l10n/lt_LT.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ OC.L10N.register(
"Delete" : "Ištrinti",
"Default" : "Numatytasis",
"Edit" : "Taisyti",
"Name" : "Vardas",
"Name" : "Pavadinimas",
"Protocol" : "Protokolas",
"Host" : "Serveris",
"Nextcloud URL" : "Nextcloud URL",
"More info" : "Daugiau informacijos",
Expand Down Expand Up @@ -56,6 +57,7 @@ OC.L10N.register(
"Disable" : "Išjungti",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.",
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.",
"The app has been enabled but needs to be updated." : "Programėlė įjungta, bet turi būti atnaujinta.",
"Error: This app cannot be enabled because it makes the server unstable" : "Klaida: Ši programėlė negali būti įjungta, nes ji neigiamai veikia serverio stabilumą"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
4 changes: 3 additions & 1 deletion l10n/lt_LT.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"Delete" : "Ištrinti",
"Default" : "Numatytasis",
"Edit" : "Taisyti",
"Name" : "Vardas",
"Name" : "Pavadinimas",
"Protocol" : "Protokolas",
"Host" : "Serveris",
"Nextcloud URL" : "Nextcloud URL",
"More info" : "Daugiau informacijos",
Expand Down Expand Up @@ -54,6 +55,7 @@
"Disable" : "Išjungti",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.",
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.",
"The app has been enabled but needs to be updated." : "Programėlė įjungta, bet turi būti atnaujinta.",
"Error: This app cannot be enabled because it makes the server unstable" : "Klaida: Ši programėlė negali būti įjungta, nes ji neigiamai veikia serverio stabilumą"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

0 comments on commit 96a4624

Please sign in to comment.