Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk.js « l10n - github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d121c6a7c4e32eca4fb6b048ee3c81da973cb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "data_request",
    {
    "sent!" : "odoslané!",
    "No administrator could have been contacted." : "Nepodarilo sa kontaktovať žiadneho administrátora",
    "Personal data export request" : "Žiadosť o export osobných údajov",
    "Hello %s," : "Ahoj %s,",
    "The user %s, identified by user id \"%s\", has requested an export of their personal data. Please take action accordingly." : "Užívateľ %s identifikovaný podľa ID %s, požiadal o export svojich osobných údajov. Vykonajte príslušné kroky.",
    "Account deletion request" : "Žiadosť o zmazanie účtu",
    "The user %s, identified by user id \"%s\", has requested to delete their account. Please take action accordingly." : "Užívateľ %s, identifikovaný podľa ID \"%s\", si vyžiadal zmazanie účtu. Vykonajte príslušné kroky.",
    "No administrator has set an email address" : "Žiaden administrátor si nenastavil emailovú adresu",
    "Data Request" : "Vyžiadať dáta",
    "Request your data from the admins" : "Vyžiadať dáta od administrátora",
    "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request." : "Umožnite svojim používateľom požiadať o export alebo vymazanie ich údajov. Podľa možností sú pridané do sekcie osobných nastavení. Správcovia budú o žiadosti informovaní e-mailom.",
    "Account" : "Účet",
    "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Od administrátora systému môžete požiadať o export údajov alebo vymazanie účtu. Môže to trvať až 30 dní.",
    "Request data export" : "Vyžiadať export dát",
    "Request account deletion" : "Žiadosť o zmazanie účtu"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");