зеркало из https://github.com/nextcloud/guests.git
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
78acdca36b
Коммит
ed0cf648f0
24
l10n/sk.js
24
l10n/sk.js
|
@ -8,7 +8,9 @@ OC.L10N.register(
|
|||
"A user with that name already exists." : "Používateľ s týmto menom už existuje.",
|
||||
"User successfully created" : "Používateľ úspešne vytvorený",
|
||||
"Failed to authorize" : "Autorizácia zlyhala",
|
||||
"Guest does not exist" : "Návštevník neexistuje",
|
||||
"User already exists" : "Používateľ už existuje",
|
||||
"User is not a guest" : "Užívateľ nie je návštevník",
|
||||
"%s shared »%s« with you" : "%s Vám sprístupnil »%s«",
|
||||
"Incoming share" : "Prichádzajúce zdieľanie",
|
||||
"Hey there," : "Zdravím,",
|
||||
|
@ -23,6 +25,10 @@ OC.L10N.register(
|
|||
"Guests" : "Hostia",
|
||||
"Data imported" : "Údaje importované",
|
||||
"Data from your previous guest account was successfully imported into your new account." : "Údaje z vášho predchádzajúceho účtu hosťa boli úspešne importované do vášho nového účtu.",
|
||||
"Guest conversion failed" : "Konverzia návštevníka zlyhala",
|
||||
"Failed to convert guest {guest} account to {user} account" : "Zlyhala konverzia účtu návštevníka {guest} na účet {user}",
|
||||
"Guest conversion done" : "Konverzia návštevníka dokončená",
|
||||
"Conversion of guest {guest} to {user} completed" : "Konverzia návštevníka {guest}na {user} dokončená",
|
||||
"Create guest accounts for easier collaboration" : "Vytvorte si účty hostí pre ľahšiu spoluprácu",
|
||||
"👥 Allows for better collaboration with external users by allowing users to create guests account.\n\nGuests accounts can be created from the share menu by entering either the recipients email or name and choosing \"create guest account\", once the share is created the guest user will receive an email notification about the mail with a link to set their password.\n\nGuests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted." : "👥 Umožňuje lepšiu spoluprácu s externými používateľmi tým, že si môžu vytvoriť účtet hosťa.\n\nÚčty hostí je možné vytvoriť z ponuky zdieľania zadaním e-mailu alebo mena príjemcu a výberom možnosti „vytvoriť účet hosťa“. Po vytvorení zdieľania používateľ-hosť o tom dostane e-mailom upozornenie spolu s odkazom pre nastavenie svojho hesla.\n\nPoužívatelia-hostia majú prístup iba k súborom, ktoré sú im zdieľané, a nemôžu vytvárať žiadne súbory mimo zdieľania. Aplikácie prístupné účtom hosťov sú riadené zoznamom povolených.",
|
||||
"None" : "Žiadne",
|
||||
|
@ -36,8 +42,13 @@ OC.L10N.register(
|
|||
"Received shares" : "Obdržané zdieľania",
|
||||
"No guest accounts created" : "Neboli vytvorené žiadne účty hostí",
|
||||
"Default" : "Predvolené",
|
||||
"Convert guest to regular account" : "Konvertovať návštevníka na plnohodnotný účet",
|
||||
"New account name" : "Nový názov účtu",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Converting guest…" : "Konverzia návštevníka...",
|
||||
"Convert" : "Konvertovať",
|
||||
"Conversion of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} is pending" : "Konverzia návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} čaká na spracovanie",
|
||||
"Conversion of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} has started" : "Konverzia návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} začala",
|
||||
"Name:" : "Meno:",
|
||||
"Email:" : "Email:",
|
||||
"Language:" : "Jazyk:",
|
||||
|
@ -60,6 +71,17 @@ OC.L10N.register(
|
|||
"Saving …" : "Ukladanie …",
|
||||
"Invite guest" : "Pozviať hosťa",
|
||||
"A user with this ID or email address already exists" : "Používateľ s takýmto ID alebo e-mailom už existuje.",
|
||||
"Transfer" : "Prenos"
|
||||
"Guest will be converted to a regular account with the account name \"{userId}\" soon" : "Návštevník bude konvertovaný na plnohodnotný účet s názvom účtu \"{userId}\" čoskoro",
|
||||
"Guest transfer failed" : "Prenos návštevníka zlyhal",
|
||||
"Failed to transfer guest {guest} to {user}" : "Chyba pri prenose návštevníka {guest} na {user}",
|
||||
"Guest transfer done" : "Prenos návštevníka skončil",
|
||||
"Transfer of guest {guest} to {user} completed" : "Prenos návštevníka {guest} na {user} je hotový",
|
||||
"Transfer guest to new account" : "Preniesť návštevníka na nový účet",
|
||||
"Transferring guest…" : "Prenos návštevníka...",
|
||||
"Transfer" : "Prenos",
|
||||
"Transfer of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} is pending" : "Prenos návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} čaká na spracovanie",
|
||||
"Transfer of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} has started" : "Prenos návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} začal",
|
||||
"Guest will be transferred to \"{userId}\" soon" : "Návštevník bude prenesený na \"{userId}\" čoskoro",
|
||||
"Transfer guest to full account" : "Preniesť návštevníka na plnohodnotný účet"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
|
24
l10n/sk.json
24
l10n/sk.json
|
@ -6,7 +6,9 @@
|
|||
"A user with that name already exists." : "Používateľ s týmto menom už existuje.",
|
||||
"User successfully created" : "Používateľ úspešne vytvorený",
|
||||
"Failed to authorize" : "Autorizácia zlyhala",
|
||||
"Guest does not exist" : "Návštevník neexistuje",
|
||||
"User already exists" : "Používateľ už existuje",
|
||||
"User is not a guest" : "Užívateľ nie je návštevník",
|
||||
"%s shared »%s« with you" : "%s Vám sprístupnil »%s«",
|
||||
"Incoming share" : "Prichádzajúce zdieľanie",
|
||||
"Hey there," : "Zdravím,",
|
||||
|
@ -21,6 +23,10 @@
|
|||
"Guests" : "Hostia",
|
||||
"Data imported" : "Údaje importované",
|
||||
"Data from your previous guest account was successfully imported into your new account." : "Údaje z vášho predchádzajúceho účtu hosťa boli úspešne importované do vášho nového účtu.",
|
||||
"Guest conversion failed" : "Konverzia návštevníka zlyhala",
|
||||
"Failed to convert guest {guest} account to {user} account" : "Zlyhala konverzia účtu návštevníka {guest} na účet {user}",
|
||||
"Guest conversion done" : "Konverzia návštevníka dokončená",
|
||||
"Conversion of guest {guest} to {user} completed" : "Konverzia návštevníka {guest}na {user} dokončená",
|
||||
"Create guest accounts for easier collaboration" : "Vytvorte si účty hostí pre ľahšiu spoluprácu",
|
||||
"👥 Allows for better collaboration with external users by allowing users to create guests account.\n\nGuests accounts can be created from the share menu by entering either the recipients email or name and choosing \"create guest account\", once the share is created the guest user will receive an email notification about the mail with a link to set their password.\n\nGuests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted." : "👥 Umožňuje lepšiu spoluprácu s externými používateľmi tým, že si môžu vytvoriť účtet hosťa.\n\nÚčty hostí je možné vytvoriť z ponuky zdieľania zadaním e-mailu alebo mena príjemcu a výberom možnosti „vytvoriť účet hosťa“. Po vytvorení zdieľania používateľ-hosť o tom dostane e-mailom upozornenie spolu s odkazom pre nastavenie svojho hesla.\n\nPoužívatelia-hostia majú prístup iba k súborom, ktoré sú im zdieľané, a nemôžu vytvárať žiadne súbory mimo zdieľania. Aplikácie prístupné účtom hosťov sú riadené zoznamom povolených.",
|
||||
"None" : "Žiadne",
|
||||
|
@ -34,8 +40,13 @@
|
|||
"Received shares" : "Obdržané zdieľania",
|
||||
"No guest accounts created" : "Neboli vytvorené žiadne účty hostí",
|
||||
"Default" : "Predvolené",
|
||||
"Convert guest to regular account" : "Konvertovať návštevníka na plnohodnotný účet",
|
||||
"New account name" : "Nový názov účtu",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Converting guest…" : "Konverzia návštevníka...",
|
||||
"Convert" : "Konvertovať",
|
||||
"Conversion of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} is pending" : "Konverzia návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} čaká na spracovanie",
|
||||
"Conversion of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} has started" : "Konverzia návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} začala",
|
||||
"Name:" : "Meno:",
|
||||
"Email:" : "Email:",
|
||||
"Language:" : "Jazyk:",
|
||||
|
@ -58,6 +69,17 @@
|
|||
"Saving …" : "Ukladanie …",
|
||||
"Invite guest" : "Pozviať hosťa",
|
||||
"A user with this ID or email address already exists" : "Používateľ s takýmto ID alebo e-mailom už existuje.",
|
||||
"Transfer" : "Prenos"
|
||||
"Guest will be converted to a regular account with the account name \"{userId}\" soon" : "Návštevník bude konvertovaný na plnohodnotný účet s názvom účtu \"{userId}\" čoskoro",
|
||||
"Guest transfer failed" : "Prenos návštevníka zlyhal",
|
||||
"Failed to transfer guest {guest} to {user}" : "Chyba pri prenose návštevníka {guest} na {user}",
|
||||
"Guest transfer done" : "Prenos návštevníka skončil",
|
||||
"Transfer of guest {guest} to {user} completed" : "Prenos návštevníka {guest} na {user} je hotový",
|
||||
"Transfer guest to new account" : "Preniesť návštevníka na nový účet",
|
||||
"Transferring guest…" : "Prenos návštevníka...",
|
||||
"Transfer" : "Prenos",
|
||||
"Transfer of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} is pending" : "Prenos návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} čaká na spracovanie",
|
||||
"Transfer of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} has started" : "Prenos návštevníka {strongStart}{guest}{strongEnd} na {strongStart}{user}{strongEnd} začal",
|
||||
"Guest will be transferred to \"{userId}\" soon" : "Návštevník bude prenesený na \"{userId}\" čoskoro",
|
||||
"Transfer guest to full account" : "Preniesť návštevníka na plnohodnotný účet"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
Загрузка…
Ссылка в новой задаче