[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-12-27 01:18:01 +00:00
parent 16cbd80e80
commit 8e3b15d3ee
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 22 additions and 4 deletions

View File

@ -8,10 +8,10 @@ OC.L10N.register(
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal export svých osobních dat. Příslušně zareagujte.",
"Account deletion request" : "Požadavek na smazání účtu",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal smazání účtu. Příslušně zareagujte.",
"No administrator has set an email address" : "Žádný ze správců nemá nastavenou e-mailovou adresu",
"No administrator has set an email address" : "Žádný ze správců nemá nastavenou emailovou adresu",
"Data Request" : "Požadavek na data",
"Request your data from the admins" : "Vyžádat si svá data od správců",
"Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek e-mailem.",
"Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek emailem.",
"Account" : "Účet",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "U správce systému je možné si zažádat si o export svých dat nebo smazání účtu. Vyřízení může trvat až 30 dnů.",
"Request data export" : "Vyžádat export dat",

View File

@ -6,10 +6,10 @@
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal export svých osobních dat. Příslušně zareagujte.",
"Account deletion request" : "Požadavek na smazání účtu",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal smazání účtu. Příslušně zareagujte.",
"No administrator has set an email address" : "Žádný ze správců nemá nastavenou e-mailovou adresu",
"No administrator has set an email address" : "Žádný ze správců nemá nastavenou emailovou adresu",
"Data Request" : "Požadavek na data",
"Request your data from the admins" : "Vyžádat si svá data od správců",
"Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek e-mailem.",
"Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek emailem.",
"Account" : "Účet",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "U správce systému je možné si zažádat si o export svých dat nebo smazání účtu. Vyřízení může trvat až 30 dnů.",
"Request data export" : "Vyžádat export dat",

10
l10n/hu.js Normal file
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"data_request",
{
"sent!" : "elküldve!",
"Personal data export request" : "Személyes adatok exportálásának kérése",
"Hello %s," : "Szia %s,",
"Request your data from the admins" : "Kérd az adataidat a rendszergazdáktól",
"Account" : "Fiók"
},
"nplurals=2; plural=(n != 1);");

8
l10n/hu.json Normal file
View File

@ -0,0 +1,8 @@
{ "translations": {
"sent!" : "elküldve!",
"Personal data export request" : "Személyes adatok exportálásának kérése",
"Hello %s," : "Szia %s,",
"Request your data from the admins" : "Kérd az adataidat a rendszergazdáktól",
"Account" : "Fiók"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}