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 Feb 8, 2025
1 parent f61e272 commit ed98904
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
18 changes: 17 additions & 1 deletion l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ OC.L10N.register(
"Disable" : "Zakázať",
"Enable" : "Povoliť",
"Email Verified Flag" : "Príznak overenia e-mailom",
"Source for email verified flag in token" : "Zdroj pre príznak overeného e-mailu v tokene",
"Select behaviour for setting email verified flag" : "Vyberte správanie pre nastavenie príznaku overeného e-mailu",
"Use Nextcloud account information" : "Použiť informácie o účte z Nextcloudu",
"Set to always verified" : "Nastaviť vždy ako overené",
"Integrate avatar in user info/ID token" : "Integrovať avatara v info/ID tokene užívateľa",
"Method for integration of avatar" : "Metóda integrácia avatara",
"Select how the avatar image should be integrated" : "Vyberte ako bude integrovaný obrázok avatara",
"No integration" : "Žiadna integrácia",
"Add to user info" : "Pridať informácie o užívateľovi",
"Add to user info and ID token" : "Pridať informácie o užívateľovy a ID token",
"Accepted Logout Redirect URIs" : "Akceptované URI presmerovania odhlásenia",
"Public Key" : "Verejný kľúč",
"Regenerate Keys" : "Znova vytvoriť kľúče",
"OpenID Connect Redirect" : "Presmerovanie OpenID Connect",
Expand All @@ -44,6 +55,11 @@ OC.L10N.register(
"Show client secret" : "Zobraziť tajomstvo klienta",
"-- NONE --" : "-- PRÁZDNE --",
"Signing Algorithm" : "Algoritmus podpisu",
"Type" : "Typ"
"Type" : "Typ",
"Flows" : "Flows (toky)",
"Flows allowed to be used with the client." : "Povolené toky pre použitie s klientom.",
"Limited to Groups" : "Limitované pre Skupiny",
"Only users in one of the following groups are allowed to use the client." : "Klienta môžu používať iba užívatelia v jednej z nasledujúcich skupín.",
"Groups allowed to use the client." : "Skupiny ktoré môžu používať klienta."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
18 changes: 17 additions & 1 deletion l10n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
"Disable" : "Zakázať",
"Enable" : "Povoliť",
"Email Verified Flag" : "Príznak overenia e-mailom",
"Source for email verified flag in token" : "Zdroj pre príznak overeného e-mailu v tokene",
"Select behaviour for setting email verified flag" : "Vyberte správanie pre nastavenie príznaku overeného e-mailu",
"Use Nextcloud account information" : "Použiť informácie o účte z Nextcloudu",
"Set to always verified" : "Nastaviť vždy ako overené",
"Integrate avatar in user info/ID token" : "Integrovať avatara v info/ID tokene užívateľa",
"Method for integration of avatar" : "Metóda integrácia avatara",
"Select how the avatar image should be integrated" : "Vyberte ako bude integrovaný obrázok avatara",
"No integration" : "Žiadna integrácia",
"Add to user info" : "Pridať informácie o užívateľovi",
"Add to user info and ID token" : "Pridať informácie o užívateľovy a ID token",
"Accepted Logout Redirect URIs" : "Akceptované URI presmerovania odhlásenia",
"Public Key" : "Verejný kľúč",
"Regenerate Keys" : "Znova vytvoriť kľúče",
"OpenID Connect Redirect" : "Presmerovanie OpenID Connect",
Expand All @@ -42,6 +53,11 @@
"Show client secret" : "Zobraziť tajomstvo klienta",
"-- NONE --" : "-- PRÁZDNE --",
"Signing Algorithm" : "Algoritmus podpisu",
"Type" : "Typ"
"Type" : "Typ",
"Flows" : "Flows (toky)",
"Flows allowed to be used with the client." : "Povolené toky pre použitie s klientom.",
"Limited to Groups" : "Limitované pre Skupiny",
"Only users in one of the following groups are allowed to use the client." : "Klienta môžu používať iba užívatelia v jednej z nasledujúcich skupín.",
"Groups allowed to use the client." : "Skupiny ktoré môžu používať klienta."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}
2 changes: 1 addition & 1 deletion translationfiles/templates/oidc.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Nextcloud 3.14159\n"
"Report-Msgid-Bugs-To: translations\\@example.com\n"
"POT-Creation-Date: 2025-02-07 02:17+0000\n"
"POT-Creation-Date: 2025-02-08 02:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit ed98904

Please sign in to comment.