Compare commits

...

38 Commits

Author SHA1 Message Date
Nextcloud bot b297da0aea
[tx-robot] updated from transifex 2019-11-04 02:23:39 +00:00
Nextcloud bot 09bc575460
[tx-robot] updated from transifex 2019-10-18 02:23:35 +00:00
Nextcloud bot 2ae0639154
[tx-robot] updated from transifex 2019-10-05 02:23:08 +00:00
Nextcloud bot 2f9325aa7e
[tx-robot] updated from transifex 2019-09-08 02:25:44 +00:00
Nextcloud bot fdf7a78e2f
[tx-robot] updated from transifex 2019-08-30 02:23:11 +00:00
Nextcloud bot 014625e857
[tx-robot] updated from transifex 2019-08-29 02:22:45 +00:00
Nextcloud bot ddf2b3c8b3
[tx-robot] updated from transifex 2019-08-28 02:24:04 +00:00
Nextcloud bot d55e9ce867
[tx-robot] updated from transifex 2019-08-18 02:24:17 +00:00
Nextcloud bot b47f616654
[tx-robot] updated from transifex 2019-08-14 02:23:13 +00:00
Nextcloud bot 90f22b1d6c
[tx-robot] updated from transifex 2019-08-09 02:22:02 +00:00
Nextcloud bot 65d58f7cc9
[tx-robot] updated from transifex 2019-08-03 02:22:43 +00:00
Nextcloud bot bf26884c0e
[tx-robot] updated from transifex 2019-08-01 02:23:51 +00:00
Nextcloud bot 9930b8ea82
[tx-robot] updated from transifex 2019-07-31 02:24:21 +00:00
Nextcloud bot 9b9131abe3
[tx-robot] updated from transifex 2019-07-22 02:24:08 +00:00
Nextcloud bot 37b74fd5ef
[tx-robot] updated from transifex 2019-07-21 02:23:51 +00:00
Nextcloud bot 71caa5312d
[tx-robot] updated from transifex 2019-07-20 02:22:43 +00:00
Nextcloud bot c4338dbfb5
[tx-robot] updated from transifex 2019-07-19 02:35:37 +00:00
Nextcloud bot 28b6911888
[tx-robot] updated from transifex 2019-07-17 02:23:22 +00:00
Nextcloud bot 9366b2fe65
[tx-robot] updated from transifex 2019-07-16 02:22:31 +00:00
Nextcloud bot 395ca835b8
[tx-robot] updated from transifex 2019-07-13 02:22:20 +00:00
Nextcloud bot 5072676877
[tx-robot] updated from transifex 2019-05-28 02:21:40 +00:00
Nextcloud bot 575643fcea
[tx-robot] updated from transifex 2019-05-22 02:21:15 +00:00
Nextcloud bot fd278461a8
[tx-robot] updated from transifex 2019-04-15 00:19:08 +00:00
Morris Jobke 9eeaaa1bca
Fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-12 15:45:20 +02:00
Morris Jobke e7d0048343
Fix drone
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-12 15:43:29 +02:00
Nextcloud bot e8fdd4d5ff
[tx-robot] updated from transifex 2019-04-01 00:20:51 +00:00
Nextcloud bot b49dea091f
[tx-robot] updated from transifex 2019-03-22 01:13:29 +00:00
Nextcloud bot d28e125625
[tx-robot] updated from transifex 2019-03-15 01:22:08 +00:00
Nextcloud bot 48b4284d69
[tx-robot] updated from transifex 2019-03-04 01:13:12 +00:00
Nextcloud bot 279cc30cb0
[tx-robot] updated from transifex 2019-01-15 01:19:13 +00:00
Nextcloud bot 92e1718f80
[tx-robot] updated from transifex 2019-01-13 01:19:36 +00:00
Nextcloud bot c27f843b5c
[tx-robot] updated from transifex 2019-01-11 01:18:32 +00:00
Nextcloud bot 0910d93c9b
[tx-robot] updated from transifex 2018-12-27 01:18:07 +00:00
Nextcloud bot 6d25c9cb6a
[tx-robot] updated from transifex 2018-12-21 01:17:53 +00:00
Nextcloud bot 424872b10e
[tx-robot] updated from transifex 2018-12-10 01:17:45 +00:00
Nextcloud bot b715f01a74
[tx-robot] updated from transifex 2018-11-27 01:17:34 +00:00
blizzz 789e9b260b
Merge pull request #22 from nextcloud/update-stable15-target-versions
Update stable15 target versions
2018-11-23 11:13:32 +01:00
Joas Schilling a3bb95995b
Update stable15 target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-23 10:45:31 +01:00
73 changed files with 541 additions and 189 deletions

View File

@ -1,30 +1,13 @@
clone:
git:
image: plugins/git
depth: 1
kind: pipeline
name: check-app-compatbility
pipeline:
signed-off-check:
steps:
- name: check-app-compatbility
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- php ./build/signed-off-checker.php
secrets: [ github_token ]
when:
matrix:
TESTS: signed-off-check
check-app-compatbility:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@ -33,16 +16,26 @@ pipeline:
# Code checker
- ./occ app:check-code $APP_NAME
- cd apps/$APP_NAME/
when:
matrix:
TESTS: check-app-compatbility
syntax-php7.0:
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: syntax-php7.0
steps:
- name: syntax-php7.0
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@ -50,15 +43,26 @@ pipeline:
- cd ../server
- composer install
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
when:
matrix:
TESTS: syntax-php7.0
php7.0:
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php7.0
steps:
- name: php7.0
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@ -70,15 +74,26 @@ pipeline:
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
when:
matrix:
TESTS: php7.0
php7.1:
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php7.1
steps:
- name: php7.1
image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@ -90,35 +105,42 @@ pipeline:
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
when:
matrix:
TESTS: php7.1
php7.2:
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php7.2
steps:
- name: php7.2
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=data_request
- CORE_BRANCH=master
- DB=sqlite
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
when:
matrix:
TESTS: php7.2
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
matrix:
include:
- TESTS: signed-off-check
- TESTS: check-app-compatbility
- TESTS: syntax-php7.0
- TESTS: php7.0
- TESTS: php7.1
- TESTS: php7.2
trigger:
branch:
- master
- stable*
event:
- pull_request
- push

6
l10n/bg.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"data_request",
{
"Account" : "Профил"
},
"nplurals=2; plural=(n != 1);");

4
l10n/bg.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Account" : "Профил"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -2,19 +2,20 @@ OC.L10N.register(
"data_request",
{
"sent!" : "enviat!",
"No administrator could have been contacted." : "No es va poder contactar caap administrador.",
"No administrator could have been contacted." : "No sha pogut contactar amb cap administrador.",
"Personal data export request" : "Sol·licitud d'exportació de dades de caràcter personal",
"Hello %s," : "Hola %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "L'usuari %s, identificats per id d'usuari \"%s\", ha demanat una exportació de les seves dades personals. Si us plau, actuar en conseqüència.",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "L'usuari %s, identificat per id d'usuari \"%s\", ha demanat una exportació de les seves dades personals. Si us plau, actueu en conseqüència.",
"Account deletion request" : "Sol·licitud de supressió de compte",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "L'usuari %s, identificats per id d'usuari \"%s\", ha demanat suprimir el compte. Si us plau, actuar en conseqüència.",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "L'usuari %s, identificat per id d'usuari \"%s\", ha demanat suprimir el compte. Si us plau, actueu en conseqüència.",
"No administrator has set an email address" : "Cap administrador ha definit una adreça de correu electrònic",
"Data Request" : "Petició de Dades",
"Request your data from the admins" : "Sol·licitar les teves dades dels administradors",
"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." : "Permetre els usuaris per a sol·licitar una exportació o supressió de les seves dades. Les opcions corresponents s'afegeixen a l'apartat de configuració personal. Els administracions seràn notificats per correu electrònic sobre la petició.",
"Request your data from the admins" : "Demaneu les vostres dades dels administradors",
"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." : "Permet als vostres usuaris sol·licitar lexportació o la supressió de les seves dades. Les opcions dacord safegeixen a la secció de configuració personal. Els administradors seran notificats per correu electrònic sobre la sol·licitud.",
"Account" : "Compte",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pots sol·licitar a ladministrador del sistema lexportació de les teves dades o lesborrat del compte. Pot trigar fins a 30 dies.",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Podeu sol·licitar a ladministrador del sistema lexportació de les vostres dades o la supressió del compte. Pot trigar fins a 30 dies.",
"Request data export" : "Sol·licitud d'exportació de dades",
"Request account deletion" : "Sol·licitud de supressió de compte"
"Request account deletion" : "Sol·licitud de supressió de compte",
"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." : "Permet als vostres usuaris sol·licitar lexportació o la supressió de les seves dades. Les opcions dacord safegeixen a la secció de configuració personal. Els administradors seran notificats per correu electrònic sobre la sol·licitud."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,18 +1,19 @@
{ "translations": {
"sent!" : "enviat!",
"No administrator could have been contacted." : "No es va poder contactar caap administrador.",
"No administrator could have been contacted." : "No sha pogut contactar amb cap administrador.",
"Personal data export request" : "Sol·licitud d'exportació de dades de caràcter personal",
"Hello %s," : "Hola %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "L'usuari %s, identificats per id d'usuari \"%s\", ha demanat una exportació de les seves dades personals. Si us plau, actuar en conseqüència.",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "L'usuari %s, identificat per id d'usuari \"%s\", ha demanat una exportació de les seves dades personals. Si us plau, actueu en conseqüència.",
"Account deletion request" : "Sol·licitud de supressió de compte",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "L'usuari %s, identificats per id d'usuari \"%s\", ha demanat suprimir el compte. Si us plau, actuar en conseqüència.",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "L'usuari %s, identificat per id d'usuari \"%s\", ha demanat suprimir el compte. Si us plau, actueu en conseqüència.",
"No administrator has set an email address" : "Cap administrador ha definit una adreça de correu electrònic",
"Data Request" : "Petició de Dades",
"Request your data from the admins" : "Sol·licitar les teves dades dels administradors",
"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." : "Permetre els usuaris per a sol·licitar una exportació o supressió de les seves dades. Les opcions corresponents s'afegeixen a l'apartat de configuració personal. Els administracions seràn notificats per correu electrònic sobre la petició.",
"Request your data from the admins" : "Demaneu les vostres dades dels administradors",
"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." : "Permet als vostres usuaris sol·licitar lexportació o la supressió de les seves dades. Les opcions dacord safegeixen a la secció de configuració personal. Els administradors seran notificats per correu electrònic sobre la sol·licitud.",
"Account" : "Compte",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pots sol·licitar a ladministrador del sistema lexportació de les teves dades o lesborrat del compte. Pot trigar fins a 30 dies.",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Podeu sol·licitar a ladministrador del sistema lexportació de les vostres dades o la supressió del compte. Pot trigar fins a 30 dies.",
"Request data export" : "Sol·licitud d'exportació de dades",
"Request account deletion" : "Sol·licitud de supressió de compte"
"Request account deletion" : "Sol·licitud de supressió de compte",
"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." : "Permet als vostres usuaris sol·licitar lexportació o la supressió de les seves dades. Les opcions dacord safegeixen a la secció de configuració personal. Els administradors seran notificats per correu electrònic sobre la sol·licitud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -8,13 +8,13 @@ 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.",
"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",
"Request account deletion" : "Vyžádat smazání účtu"
"Request account deletion" : "Vyžádat smazání účtu",
"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."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@ -6,13 +6,13 @@
"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.",
"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",
"Request account deletion" : "Vyžádat smazání účtu"
"Request account deletion" : "Vyžádat smazání účtu",
"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."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Ingen administrator har opgivet en emailadresse",
"Data Request" : "Anmodning om data",
"Request your data from the admins" : "Anmod om dine data fra administratorerne",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktion tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning.",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktioner tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kan anmode om at få eksporteret dine data eller slettet din konto fra systemadministratoren. Dette kan tage op til 30 dage.",
"Request data export" : "Anmodning om eksport af data",
"Request account deletion" : "Anmodning om sletning af konto"
"Request account deletion" : "Anmodning om sletning af konto",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktion tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Ingen administrator har opgivet en emailadresse",
"Data Request" : "Anmodning om data",
"Request your data from the admins" : "Anmod om dine data fra administratorerne",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktion tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning.",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktioner tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kan anmode om at få eksporteret dine data eller slettet din konto fra systemadministratoren. Dette kan tage op til 30 dage.",
"Request data export" : "Anmodning om eksport af data",
"Request account deletion" : "Anmodning om sletning af konto"
"Request account deletion" : "Anmodning om sletning af konto",
"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." : "Gør det muligt for dine brugere at anmode om eksport eller sletning af deres data. De tilhørende funktion tilføjes til sektionen med personlige indstillinger. Administratorer vil få en email, når der indgives en anmodning."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -10,11 +10,12 @@ OC.L10N.register(
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Der Benutzer %s, identifiziert durch die Benutzer-ID \"%s\", hat eine Löschung seines Kontos angefordert. Bitte handle entsprechend.",
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanforderung",
"Request your data from the admins" : "Fordere deine Daten bei den Administratoren an",
"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." : "Erlaube deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt.",
"Request your data from the admins" : "Fordere Deine Daten bei den Administratoren an",
"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." : "Erlaubt Deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per E-Mail über die Anforderung benachrichtigt.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kannst einen Export Deiner Daten oder die Konto-Löschung beim System-Administrator anfordern. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfordern",
"Request account deletion" : "Konto-Löschung fordern"
"Request account deletion" : "Konto-Löschung fordern",
"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." : "Erlaube Deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt."
},
"nplurals=2; plural=(n != 1);");

View File

@ -8,11 +8,12 @@
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Der Benutzer %s, identifiziert durch die Benutzer-ID \"%s\", hat eine Löschung seines Kontos angefordert. Bitte handle entsprechend.",
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanforderung",
"Request your data from the admins" : "Fordere deine Daten bei den Administratoren an",
"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." : "Erlaube deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt.",
"Request your data from the admins" : "Fordere Deine Daten bei den Administratoren an",
"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." : "Erlaubt Deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per E-Mail über die Anforderung benachrichtigt.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kannst einen Export Deiner Daten oder die Konto-Löschung beim System-Administrator anfordern. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfordern",
"Request account deletion" : "Konto-Löschung fordern"
"Request account deletion" : "Konto-Löschung fordern",
"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." : "Erlaube Deinen Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanforderung",
"Request your data from the admins" : "Daten vom Administrator anfordern",
"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." : "Ihren Nutzern erlauben einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt.",
"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." : "Erlaubt Ihren Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per E-Mail über die Anforderung benachrichtigt.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Sie können einen Export Ihrer Daten oder die Konto-Löschung beim System-Administrator anfordern. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfordern",
"Request account deletion" : "Konto-Löschung fordern"
"Request account deletion" : "Konto-Löschung anfordern",
"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." : "Ihren Nutzern erlauben einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanforderung",
"Request your data from the admins" : "Daten vom Administrator anfordern",
"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." : "Ihren Nutzern erlauben einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt.",
"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." : "Erlaubt Ihren Nutzern einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per E-Mail über die Anforderung benachrichtigt.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Sie können einen Export Ihrer Daten oder die Konto-Löschung beim System-Administrator anfordern. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfordern",
"Request account deletion" : "Konto-Löschung fordern"
"Request account deletion" : "Konto-Löschung anfordern",
"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." : "Ihren Nutzern erlauben einen Export oder die Löschung ihrer Daten anzufordern. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anforderung benachrichtigt."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -7,8 +7,8 @@ OC.L10N.register(
"No administrator has set an email address" : "Κανένας διαχειριστής δεν όρισε μια διεύθυνση ηλεκτρονικού ταχυδρομείου",
"Data Request" : "Αίτημα δεδομένων",
"Request your data from the admins" : "Αιτηθείτε τα δεδομένα από τους διαχειριστές",
"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." : "Ενεργοποίηση των αιτημάτων χρηστών για εξαγωγή ή διαγραφή των δεδομένων τους. Σύμφωνα με τις επιλογές που έχουν προστεθεί στο τμήμα των προσωπικών ρυθμίσεων.Οι διαχειρηστές θα ειδοποιούνται με email για το αίτημα.",
"Account" : "Λογαριασμός",
"Request account deletion" : "Αίτηση διαγραφής λογαριασμού"
"Request account deletion" : "Αίτηση διαγραφής λογαριασμού",
"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." : "Ενεργοποίηση των αιτημάτων χρηστών για εξαγωγή ή διαγραφή των δεδομένων τους. Σύμφωνα με τις επιλογές που έχουν προστεθεί στο τμήμα των προσωπικών ρυθμίσεων.Οι διαχειρηστές θα ειδοποιούνται με email για το αίτημα."
},
"nplurals=2; plural=(n != 1);");

View File

@ -5,8 +5,8 @@
"No administrator has set an email address" : "Κανένας διαχειριστής δεν όρισε μια διεύθυνση ηλεκτρονικού ταχυδρομείου",
"Data Request" : "Αίτημα δεδομένων",
"Request your data from the admins" : "Αιτηθείτε τα δεδομένα από τους διαχειριστές",
"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." : "Ενεργοποίηση των αιτημάτων χρηστών για εξαγωγή ή διαγραφή των δεδομένων τους. Σύμφωνα με τις επιλογές που έχουν προστεθεί στο τμήμα των προσωπικών ρυθμίσεων.Οι διαχειρηστές θα ειδοποιούνται με email για το αίτημα.",
"Account" : "Λογαριασμός",
"Request account deletion" : "Αίτηση διαγραφής λογαριασμού"
"Request account deletion" : "Αίτηση διαγραφής λογαριασμού",
"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." : "Ενεργοποίηση των αιτημάτων χρηστών για εξαγωγή ή διαγραφή των δεδομένων τους. Σύμφωνα με τις επιλογές που έχουν προστεθεί στο τμήμα των προσωπικών ρυθμίσεων.Οι διαχειρηστές θα ειδοποιούνται με email για το αίτημα."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "No administrator has set an email address",
"Data Request" : "Data Request",
"Request your data from the admins" : "Request your data from the admins",
"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." : "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.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days.",
"Request data export" : "Request data export",
"Request account deletion" : "Request account deletion"
"Request account deletion" : "Request account deletion",
"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." : "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."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "No administrator has set an email address",
"Data Request" : "Data Request",
"Request your data from the admins" : "Request your data from the admins",
"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." : "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.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days.",
"Request data export" : "Request data export",
"Request account deletion" : "Request account deletion"
"Request account deletion" : "Request account deletion",
"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." : "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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/eo.js Normal file
View File

@ -0,0 +1,20 @@
OC.L10N.register(
"data_request",
{
"sent!" : "sendita!",
"No administrator could have been contacted." : "Neniu administranto povis esti kontaktita.",
"Personal data export request" : "Peto pri propra datumeksporto",
"Hello %s," : "Saluton %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "La uzanto %s, kun identigilo „%s“, petis eksporton de siaj propraj datumoj. Bv. fari tion, kio necesas.",
"Account deletion request" : "Peto pri konta forigado",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "La uzanto %s, kun idetigilo „%s“, petis forigadon de sia konto. Bv. fari tion, kio necesas.",
"No administrator has set an email address" : "Neniu administranto havas retpoŝtadreson.",
"Data Request" : "Peto pri datumoj",
"Request your data from the admins" : "Peti viajn datumojn el via administranto",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Vi povas peti eksporton de viaj datumoj aŭ forigadon de via konto el la sistema administranto. Tio povas daŭri ĝis 30 tagoj.",
"Request data export" : "Peti datumeksporton",
"Request account deletion" : "Peti kontoforigadon",
"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." : "Permesas al viaj uzantoj peti eksporton aŭ forigadon de iliaj datumoj. Laŭaj opcioj aldoniĝos al iliaj agordoj. Administrantoj sciiĝos per retpoŝtmesaĝo pri la peto."
},
"nplurals=2; plural=(n != 1);");

18
l10n/eo.json Normal file
View File

@ -0,0 +1,18 @@
{ "translations": {
"sent!" : "sendita!",
"No administrator could have been contacted." : "Neniu administranto povis esti kontaktita.",
"Personal data export request" : "Peto pri propra datumeksporto",
"Hello %s," : "Saluton %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "La uzanto %s, kun identigilo „%s“, petis eksporton de siaj propraj datumoj. Bv. fari tion, kio necesas.",
"Account deletion request" : "Peto pri konta forigado",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "La uzanto %s, kun idetigilo „%s“, petis forigadon de sia konto. Bv. fari tion, kio necesas.",
"No administrator has set an email address" : "Neniu administranto havas retpoŝtadreson.",
"Data Request" : "Peto pri datumoj",
"Request your data from the admins" : "Peti viajn datumojn el via administranto",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Vi povas peti eksporton de viaj datumoj aŭ forigadon de via konto el la sistema administranto. Tio povas daŭri ĝis 30 tagoj.",
"Request data export" : "Peti datumeksporton",
"Request account deletion" : "Peti kontoforigadon",
"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." : "Permesas al viaj uzantoj peti eksporton aŭ forigadon de iliaj datumoj. Laŭaj opcioj aldoniĝos al iliaj agordoj. Administrantoj sciiĝos per retpoŝtmesaĝo pri la peto."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Ningún administrador ha establecido una dirección de correo electrónico",
"Data Request" : "Solicitud de datos",
"Request your data from the admins" : "Solicite sus datos a los administradores.",
"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." : "Permite que sus usuarios soliciten la exportación o eliminación de sus datos. Las opciones conformes se agregan a la sección de configuración personal. Las administraciones serán notificados por correo electrónico sobre la solicitud.",
"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." : "Permitir que los usuarios soliciten una exportación o una eliminación de sus datos. Las correspondientes opciones son añadidas a la sección de ajustes personales. Los Administradores será notificados por correo acerca de las peticiones.",
"Account" : "Cuenta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puede solicitar la exportación de sus datos o la eliminación de la cuenta desde el administrador de sistema. Esto puede tardar hasta 30 días.",
"Request data export" : "Solicitar la exportación de datos",
"Request account deletion" : "Solicitar la eliminación de la cuenta"
"Request account deletion" : "Solicitar la eliminación de la cuenta",
"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." : "Permite que sus usuarios soliciten la exportación o eliminación de sus datos. Las opciones conformes se agregan a la sección de configuración personal. Las administraciones serán notificados por correo electrónico sobre la solicitud."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Ningún administrador ha establecido una dirección de correo electrónico",
"Data Request" : "Solicitud de datos",
"Request your data from the admins" : "Solicite sus datos a los administradores.",
"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." : "Permite que sus usuarios soliciten la exportación o eliminación de sus datos. Las opciones conformes se agregan a la sección de configuración personal. Las administraciones serán notificados por correo electrónico sobre la solicitud.",
"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." : "Permitir que los usuarios soliciten una exportación o una eliminación de sus datos. Las correspondientes opciones son añadidas a la sección de ajustes personales. Los Administradores será notificados por correo acerca de las peticiones.",
"Account" : "Cuenta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puede solicitar la exportación de sus datos o la eliminación de la cuenta desde el administrador de sistema. Esto puede tardar hasta 30 días.",
"Request data export" : "Solicitar la exportación de datos",
"Request account deletion" : "Solicitar la eliminación de la cuenta"
"Request account deletion" : "Solicitar la eliminación de la cuenta",
"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." : "Permite que sus usuarios soliciten la exportación o eliminación de sus datos. Las opciones conformes se agregan a la sección de configuración personal. Las administraciones serán notificados por correo electrónico sobre la solicitud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "Ningún adminsitrador ha establecido una cuenta de correo electrónico",
"Data Request" : "Solicitud de Datos",
"Request your data from the admins" : "Solicita tus datos de otros adminsitradores",
"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." : "Permítele a tus usuarios solciitar un exportado o el borrado de sus datos. Las opciones correspondientes se agregan a la sección de configuración personal. Los administradores serán notificados por correo electrónico de la solicitud.",
"Account" : "Cuenta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puedes solicitar exportar tus datoso borrar la cuenta a tu adminsitrador del sistema. Esto puede tomar hasta 30 días.",
"Request data export" : "Solicitar exportar datos",
"Request account deletion" : "Solicitar borrado de cuenta"
"Request account deletion" : "Solicitar borrado de cuenta",
"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." : "Permítele a tus usuarios solciitar un exportado o el borrado de sus datos. Las opciones correspondientes se agregan a la sección de configuración personal. Los administradores serán notificados por correo electrónico de la solicitud."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "Ningún adminsitrador ha establecido una cuenta de correo electrónico",
"Data Request" : "Solicitud de Datos",
"Request your data from the admins" : "Solicita tus datos de otros adminsitradores",
"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." : "Permítele a tus usuarios solciitar un exportado o el borrado de sus datos. Las opciones correspondientes se agregan a la sección de configuración personal. Los administradores serán notificados por correo electrónico de la solicitud.",
"Account" : "Cuenta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puedes solicitar exportar tus datoso borrar la cuenta a tu adminsitrador del sistema. Esto puede tomar hasta 30 días.",
"Request data export" : "Solicitar exportar datos",
"Request account deletion" : "Solicitar borrado de cuenta"
"Request account deletion" : "Solicitar borrado de cuenta",
"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." : "Permítele a tus usuarios solciitar un exportado o el borrado de sus datos. Las opciones correspondientes se agregan a la sección de configuración personal. Los administradores serán notificados por correo electrónico de la solicitud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

13
l10n/eu.js Normal file
View File

@ -0,0 +1,13 @@
OC.L10N.register(
"data_request",
{
"sent!" : "bidalita!",
"No administrator could have been contacted." : "Ezin izan da administratzailerik kontaktatu.",
"Hello %s," : "Kaixo %s,",
"Data Request" : "Datu eskaera",
"Request your data from the admins" : "Eskatu zure datuak administratzaileei",
"Account" : "Kontua",
"Request data export" : "Eskatu datuen esportazioa",
"Request account deletion" : "Eskatua kontuaren ezabaketa"
},
"nplurals=2; plural=(n != 1);");

11
l10n/eu.json Normal file
View File

@ -0,0 +1,11 @@
{ "translations": {
"sent!" : "bidalita!",
"No administrator could have been contacted." : "Ezin izan da administratzailerik kontaktatu.",
"Hello %s," : "Kaixo %s,",
"Data Request" : "Datu eskaera",
"Request your data from the admins" : "Eskatu zure datuak administratzaileei",
"Account" : "Kontua",
"Request data export" : "Eskatu datuen esportazioa",
"Request account deletion" : "Eskatua kontuaren ezabaketa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "Yksikään ylläpitäjä ei ole asettanut sähköpostiosoitettaan",
"Data Request" : "Tietopyyntö",
"Request your data from the admins" : "Pyydä tietosi ylläpidolta",
"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." : "Salli käyttäjien pyytää tietojensa viemistä tai tilinsä poistamista. Valinnat lisätään näkyviin käyttäjien henkilökohtaiseen osioon. Ylläpidolle ilmoitetaan saapuneista tietopyynnöistä sähköpostitse.",
"Account" : "Tili",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Voit pyytää tietojesi viemistä tai tilin poistamista järjestelmän ylläpitäjiltä. Toimenpiteessä voi kestää 30 päivää.",
"Request data export" : "Pyydän tietojen vientiä",
"Request account deletion" : "Pyydä tilin poistoa"
"Request account deletion" : "Pyydä tilin poistoa",
"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." : "Salli käyttäjien pyytää tietojensa viemistä tai tilinsä poistamista. Valinnat lisätään näkyviin käyttäjien henkilökohtaiseen osioon. Ylläpidolle ilmoitetaan saapuneista tietopyynnöistä sähköpostitse."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "Yksikään ylläpitäjä ei ole asettanut sähköpostiosoitettaan",
"Data Request" : "Tietopyyntö",
"Request your data from the admins" : "Pyydä tietosi ylläpidolta",
"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." : "Salli käyttäjien pyytää tietojensa viemistä tai tilinsä poistamista. Valinnat lisätään näkyviin käyttäjien henkilökohtaiseen osioon. Ylläpidolle ilmoitetaan saapuneista tietopyynnöistä sähköpostitse.",
"Account" : "Tili",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Voit pyytää tietojesi viemistä tai tilin poistamista järjestelmän ylläpitäjiltä. Toimenpiteessä voi kestää 30 päivää.",
"Request data export" : "Pyydän tietojen vientiä",
"Request account deletion" : "Pyydä tilin poistoa"
"Request account deletion" : "Pyydä tilin poistoa",
"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." : "Salli käyttäjien pyytää tietojensa viemistä tai tilinsä poistamista. Valinnat lisätään näkyviin käyttäjien henkilökohtaiseen osioon. Ylläpidolle ilmoitetaan saapuneista tietopyynnöistä sähköpostitse."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Aucun administrateur n'a défini d'adresse E-mail",
"Data Request" : "Demande de données",
"Request your data from the admins" : "Demander vos données aux administrateurs",
"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." : "Permet à vos utilisateurs de demander l'export ou la suppression de leurs données. Les options relatives sont ajoutées à la section des paramètres personnels. Les administrateurs seront avertis par E-mail de la demande.",
"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." : "Permet à vos utilisateurs de demander l'exportation ou la suppression de leurs données. Les options sont ajoutées à la section des paramètres personnels. Les administrateurs seront notifiés par courriel de la demande.",
"Account" : "Compte",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Vous pouvez demander un export de vos données ou la suppression de votre compte à l'administrateur du système. Ceci peut prendre jusqu'à 30 jours.",
"Request data export" : "Demander l'export de données",
"Request account deletion" : "Demander la suppression d'un compte"
"Request account deletion" : "Demander la suppression d'un compte",
"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." : "Permet à vos utilisateurs de demander l'export ou la suppression de leurs données. Les options relatives sont ajoutées à la section des paramètres personnels. Les administrateurs seront avertis par E-mail de la demande."
},
"nplurals=2; plural=(n > 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Aucun administrateur n'a défini d'adresse E-mail",
"Data Request" : "Demande de données",
"Request your data from the admins" : "Demander vos données aux administrateurs",
"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." : "Permet à vos utilisateurs de demander l'export ou la suppression de leurs données. Les options relatives sont ajoutées à la section des paramètres personnels. Les administrateurs seront avertis par E-mail de la demande.",
"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." : "Permet à vos utilisateurs de demander l'exportation ou la suppression de leurs données. Les options sont ajoutées à la section des paramètres personnels. Les administrateurs seront notifiés par courriel de la demande.",
"Account" : "Compte",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Vous pouvez demander un export de vos données ou la suppression de votre compte à l'administrateur du système. Ceci peut prendre jusqu'à 30 jours.",
"Request data export" : "Demander l'export de données",
"Request account deletion" : "Demander la suppression d'un compte"
"Request account deletion" : "Demander la suppression d'un compte",
"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." : "Permet à vos utilisateurs de demander l'export ou la suppression de leurs données. Les options relatives sont ajoutées à la section des paramètres personnels. Les administrateurs seront avertis par E-mail de la demande."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

21
l10n/gl.js Normal file
View File

@ -0,0 +1,21 @@
OC.L10N.register(
"data_request",
{
"sent!" : "enviado!",
"No administrator could have been contacted." : "Non foi posíbel contactar cun administrador.",
"Personal data export request" : "Solicitude de exportación de datos persoais ",
"Hello %s," : "Ola %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "O usuario %s, identificado polo ID de usuario «%s», solicitou a exportación dos seus datos persoais. Actúe en consecuencia. ",
"Account deletion request" : "Solicitude de eliminación da conta ",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "O usuario %s, identificado polo ID de usuario «%s», solicitou a eliminación da súa conta. Actúe en consecuencia. ",
"No administrator has set an email address" : "Ningún administrador estabeleceu un enderezo de correo-e",
"Data Request" : "Solicitude de datos",
"Request your data from the admins" : "Solicite os seus datos aos administradores.",
"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." : "Permita que os seus usuarios soliciten unha exportación ou eliminación dos seus datos. As opcións correspondentes engádense á sección de axustes persoais. Os administradores serán notificados por correo electrónico sobre a solicitude.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pode solicitar a exportación dos seus datos ou a eliminación da conta dende o administrador do sistema. Isto pode demorar ata 30 días. ",
"Request data export" : "Solicitar a exportación de datos ",
"Request account deletion" : "Solicitar a eliminación da conta ",
"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." : "Permita que os seus usuarios soliciten unha exportación ou eliminación dos seus datos. As opcións corresondentes engádense á sección de axustes persoais. As administracións notificaranse por correo electrónico sobre a solicitude."
},
"nplurals=2; plural=(n != 1);");

19
l10n/gl.json Normal file
View File

@ -0,0 +1,19 @@
{ "translations": {
"sent!" : "enviado!",
"No administrator could have been contacted." : "Non foi posíbel contactar cun administrador.",
"Personal data export request" : "Solicitude de exportación de datos persoais ",
"Hello %s," : "Ola %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "O usuario %s, identificado polo ID de usuario «%s», solicitou a exportación dos seus datos persoais. Actúe en consecuencia. ",
"Account deletion request" : "Solicitude de eliminación da conta ",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "O usuario %s, identificado polo ID de usuario «%s», solicitou a eliminación da súa conta. Actúe en consecuencia. ",
"No administrator has set an email address" : "Ningún administrador estabeleceu un enderezo de correo-e",
"Data Request" : "Solicitude de datos",
"Request your data from the admins" : "Solicite os seus datos aos administradores.",
"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." : "Permita que os seus usuarios soliciten unha exportación ou eliminación dos seus datos. As opcións correspondentes engádense á sección de axustes persoais. Os administradores serán notificados por correo electrónico sobre a solicitude.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pode solicitar a exportación dos seus datos ou a eliminación da conta dende o administrador do sistema. Isto pode demorar ata 30 días. ",
"Request data export" : "Solicitar a exportación de datos ",
"Request account deletion" : "Solicitar a eliminación da conta ",
"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." : "Permita que os seus usuarios soliciten unha exportación ou eliminación dos seus datos. As opcións corresondentes engádense á sección de axustes persoais. As administracións notificaranse por correo electrónico sobre a solicitude."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "אף אחד מהמנהלים לא הגדיר כתובת דוא״ל",
"Data Request" : "בקשת נתונים",
"Request your data from the admins" : "בקשת הנתונים שלך מהמנהלים",
"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." : "לאפשר למשתמשים שלך לבקש ייצוא או מחיקה של הנתונים שלהם. האפשרויות המתאימות נוספות לאגף ההגדרות האישיות. מנהלים יקבלו הודעה בדוא״ל בנוגע לבקשה.",
"Account" : "חשבון",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "ניתן לבקש ייצוא של הנתונים שלך או את מחיקת החשבון שלך מהמערכת ממנהל מערכת. פעולה זו יכולה לארוך עד 30 ימים.",
"Request data export" : "בקשת ייצוא נתונים",
"Request account deletion" : "בקשת מחיקת חשבון"
"Request account deletion" : "בקשת מחיקת חשבון",
"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." : "לאפשר למשתמשים שלך לבקש ייצוא או מחיקה של הנתונים שלהם. האפשרויות המתאימות נוספות לאגף ההגדרות האישיות. מנהלים יקבלו הודעה בדוא״ל בנוגע לבקשה."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "אף אחד מהמנהלים לא הגדיר כתובת דוא״ל",
"Data Request" : "בקשת נתונים",
"Request your data from the admins" : "בקשת הנתונים שלך מהמנהלים",
"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." : "לאפשר למשתמשים שלך לבקש ייצוא או מחיקה של הנתונים שלהם. האפשרויות המתאימות נוספות לאגף ההגדרות האישיות. מנהלים יקבלו הודעה בדוא״ל בנוגע לבקשה.",
"Account" : "חשבון",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "ניתן לבקש ייצוא של הנתונים שלך או את מחיקת החשבון שלך מהמערכת ממנהל מערכת. פעולה זו יכולה לארוך עד 30 ימים.",
"Request data export" : "בקשת ייצוא נתונים",
"Request account deletion" : "בקשת מחיקת חשבון"
"Request account deletion" : "בקשת מחיקת חשבון",
"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." : "לאפשר למשתמשים שלך לבקש ייצוא או מחיקה של הנתונים שלהם. האפשרויות המתאימות נוספות לאגף ההגדרות האישיות. מנהלים יקבלו הודעה בדוא״ל בנוגע לבקשה."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

21
l10n/hr.js Normal file
View File

@ -0,0 +1,21 @@
OC.L10N.register(
"data_request",
{
"sent!" : "poslana!",
"No administrator could have been contacted." : "Nije stupljeno u kontakt ni s jednim administratorom.",
"Personal data export request" : "Zahtjev za izvoz osobnih podataka",
"Hello %s," : "Pozdrav %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Korisnik %s s korisničkim imenom „%s” zatražio je izvoz svojih osobnih podataka. Poduzmite odgovarajuće radnje.",
"Account deletion request" : "Zahtjev za brisanje računa",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Korisnik %s s korisničkim imenom „%s” zatražio je brisanje računa. Poduzmite odgovarajuće radnje.",
"No administrator has set an email address" : "Nijedan administrator nije postavio adresu e-pošte",
"Data Request" : "Zahtjev za podacima",
"Request your data from the admins" : "Zatražite podatke od administratora",
"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." : "Omogućite korisnicima da zatraže izvoz ili brisanje svojih podataka. Odgovarajuće mogućnosti dodaju se odjeljku s osobnim postavkama. Administratori će biti obaviješteni putem e-pošte o zahtjevu.",
"Account" : "Račun",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Možete zatražiti izvoz podataka ili brisanje računa od administratora sustava. To može potrajati do 30 dana.",
"Request data export" : "Zatraži izvoz podataka",
"Request account deletion" : "Zatraži brisanje računa",
"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." : "Omogućite korisnicima da zatraže izvoz ili brisanje svojih podataka. Odgovarajuće mogućnosti dodaju se odjeljku s osobnim postavkama. Administratori će biti obaviješteni putem e-pošte o zahtjevu."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

19
l10n/hr.json Normal file
View File

@ -0,0 +1,19 @@
{ "translations": {
"sent!" : "poslana!",
"No administrator could have been contacted." : "Nije stupljeno u kontakt ni s jednim administratorom.",
"Personal data export request" : "Zahtjev za izvoz osobnih podataka",
"Hello %s," : "Pozdrav %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Korisnik %s s korisničkim imenom „%s” zatražio je izvoz svojih osobnih podataka. Poduzmite odgovarajuće radnje.",
"Account deletion request" : "Zahtjev za brisanje računa",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Korisnik %s s korisničkim imenom „%s” zatražio je brisanje računa. Poduzmite odgovarajuće radnje.",
"No administrator has set an email address" : "Nijedan administrator nije postavio adresu e-pošte",
"Data Request" : "Zahtjev za podacima",
"Request your data from the admins" : "Zatražite podatke od administratora",
"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." : "Omogućite korisnicima da zatraže izvoz ili brisanje svojih podataka. Odgovarajuće mogućnosti dodaju se odjeljku s osobnim postavkama. Administratori će biti obaviješteni putem e-pošte o zahtjevu.",
"Account" : "Račun",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Možete zatražiti izvoz podataka ili brisanje računa od administratora sustava. To može potrajati do 30 dana.",
"Request data export" : "Zatraži izvoz podataka",
"Request account deletion" : "Zatraži brisanje računa",
"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." : "Omogućite korisnicima da zatraže izvoz ili brisanje svojih podataka. Odgovarajuće mogućnosti dodaju se odjeljku s osobnim postavkama. Administratori će biti obaviješteni putem e-pošte o zahtjevu."
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}

21
l10n/hu.js Normal file
View File

@ -0,0 +1,21 @@
OC.L10N.register(
"data_request",
{
"sent!" : "elküldve!",
"No administrator could have been contacted." : "Nem sikerült kapcsolatba lépni egy adminisztrátorral sem.",
"Personal data export request" : "Személyes adatok exportálásának kérése",
"Hello %s," : "Kedves %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "%s felhasználó (felhasználóazonosítója „%s”) a személyes adatainak exportálását kérte. Tegye meg a lépéseket ennek megfelelően.",
"Account deletion request" : "Fióktörlési kérés",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "%s felhasználó (felhasználóazonosítója „%s”) a fiókja törlését kérte. Tegye meg a lépéseket ennek megfelelően.",
"No administrator has set an email address" : "Egyetlen adminisztrátornak sincs megadva az e-mail címe",
"Data Request" : "Adatkérés",
"Request your data from the admins" : "Az Ön adatainak elkérése az adminisztrátoroktól",
"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." : "Engedélyezze, hogy a felhasználók az adataik exportálását vagy törlését kérhessék. A megfelelő lehetőségek a személy beállítások szakaszba kerülnek. Az adminisztrátorok e-mailben lesznek értesítve a kérésről.",
"Account" : "Fiók",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Az adatai exportálását vagy a fiókja törlését kérheti az adminisztrátortól. Ez akár 30 napig is eltarthat.",
"Request data export" : "Adatexport kérése",
"Request account deletion" : "Fióktörlés kérése",
"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." : "Engedélyezze, hogy a felhasználók az adataik exportálását vagy törlését kérhessék. A megfelelő lehetőségek a személy beállítások szakaszba kerülnek. Az adminisztrátorok e-mailben lesznek értesítve a kérésről."
},
"nplurals=2; plural=(n != 1);");

19
l10n/hu.json Normal file
View File

@ -0,0 +1,19 @@
{ "translations": {
"sent!" : "elküldve!",
"No administrator could have been contacted." : "Nem sikerült kapcsolatba lépni egy adminisztrátorral sem.",
"Personal data export request" : "Személyes adatok exportálásának kérése",
"Hello %s," : "Kedves %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "%s felhasználó (felhasználóazonosítója „%s”) a személyes adatainak exportálását kérte. Tegye meg a lépéseket ennek megfelelően.",
"Account deletion request" : "Fióktörlési kérés",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "%s felhasználó (felhasználóazonosítója „%s”) a fiókja törlését kérte. Tegye meg a lépéseket ennek megfelelően.",
"No administrator has set an email address" : "Egyetlen adminisztrátornak sincs megadva az e-mail címe",
"Data Request" : "Adatkérés",
"Request your data from the admins" : "Az Ön adatainak elkérése az adminisztrátoroktól",
"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." : "Engedélyezze, hogy a felhasználók az adataik exportálását vagy törlését kérhessék. A megfelelő lehetőségek a személy beállítások szakaszba kerülnek. Az adminisztrátorok e-mailben lesznek értesítve a kérésről.",
"Account" : "Fiók",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Az adatai exportálását vagy a fiókja törlését kérheti az adminisztrátortól. Ez akár 30 napig is eltarthat.",
"Request data export" : "Adatexport kérése",
"Request account deletion" : "Fióktörlés kérése",
"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." : "Engedélyezze, hogy a felhasználók az adataik exportálását vagy törlését kérhessék. A megfelelő lehetőségek a személy beállítások szakaszba kerülnek. Az adminisztrátorok e-mailben lesznek értesítve a kérésről."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -14,6 +14,7 @@ OC.L10N.register(
"Account" : "Notandaaðgangur",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Þú getur beðið um útflutning á gögnunum þínum eða eyðingu notandaaðgangsins þíns frá kerfisstjóra. Þetta getur tekið allt að 30 dögum.",
"Request data export" : "Biðja um útflutning gagna",
"Request account deletion" : "Biðja um að aðgangi sé eytt"
"Request account deletion" : "Biðja um að aðgangi sé eytt",
"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." : "Gerir notendum þínum kleift að biðja um útflutning eða eyðingu gagnanna sinna. Viðeigandi valkostir birtast þá í einkastillingunum þeirra. Stjórnendur fá tilkynningar í tölvupósti um slíkar beiðnir."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -12,6 +12,7 @@
"Account" : "Notandaaðgangur",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Þú getur beðið um útflutning á gögnunum þínum eða eyðingu notandaaðgangsins þíns frá kerfisstjóra. Þetta getur tekið allt að 30 dögum.",
"Request data export" : "Biðja um útflutning gagna",
"Request account deletion" : "Biðja um að aðgangi sé eytt"
"Request account deletion" : "Biðja um að aðgangi sé eytt",
"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." : "Gerir notendum þínum kleift að biðja um útflutning eða eyðingu gagnanna sinna. Viðeigandi valkostir birtast þá í einkastillingunum þeirra. Stjórnendur fá tilkynningar í tölvupósti um slíkar beiðnir."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Nessun amministratore ha configurato un indirizzo di posta",
"Data Request" : "Richiesta di dati",
"Request your data from the admins" : "Richiedi i tuoi dati agli amministratori",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta.",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o un'eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puoi richiedere un'esportazione dei tuoi dati o l'eliminazione dell'account all'amministratore di sistema. Ciò può richiedere fino a 30 giorni.",
"Request data export" : "Richiedi di esportazione dati",
"Request account deletion" : "Richiesta di eliminazione account"
"Request account deletion" : "Richiesta di eliminazione account",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Nessun amministratore ha configurato un indirizzo di posta",
"Data Request" : "Richiesta di dati",
"Request your data from the admins" : "Richiedi i tuoi dati agli amministratori",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta.",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o un'eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Puoi richiedere un'esportazione dei tuoi dati o l'eliminazione dell'account all'amministratore di sistema. Ciò può richiedere fino a 30 giorni.",
"Request data export" : "Richiedi di esportazione dati",
"Request account deletion" : "Richiesta di eliminazione account"
"Request account deletion" : "Richiesta di eliminazione account",
"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." : "Abilita i tuoi utenti a richiedere un'esportazione o eliminazione dei propri dati. Le relative opzioni sono aggiunte alla sezione delle impostazioni personali. Gli amministratori saranno notificati tramite email della richiesta."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -5,14 +5,17 @@ OC.L10N.register(
"No administrator could have been contacted." : "管理者に連絡が取れなかった可能性があります。",
"Personal data export request" : "個人データのエクスポート要求",
"Hello %s," : "こんにちは %s さん、",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "ユーザーID \"%s\"で識別されるユーザー%sは、自分のアカウントのエクスポートを要求しました。 適切に対処してください。",
"Account deletion request" : "アカウントの削除要求",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "ユーザーID \"%s\"で識別されるユーザー%sは、自分のアカウントの削除を要求しました。 適切に対処してください。",
"No administrator has set an email address" : "メールアドレスに管理者が設定されていません",
"Data Request" : "データリクエスト",
"Request your data from the admins" : "管理者からのデータのリクエスト",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。",
"Account" : "アカウント",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "データのエクスポートまたはアカウントの削除は、システム管理者に要求できます。 これには最大30日かかります。",
"Request data export" : "リクエストデータのエクスポート",
"Request account deletion" : "アカウントの削除をリクエストする"
"Request account deletion" : "アカウントの削除をリクエストする",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。"
},
"nplurals=1; plural=0;");

View File

@ -3,14 +3,17 @@
"No administrator could have been contacted." : "管理者に連絡が取れなかった可能性があります。",
"Personal data export request" : "個人データのエクスポート要求",
"Hello %s," : "こんにちは %s さん、",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "ユーザーID \"%s\"で識別されるユーザー%sは、自分のアカウントのエクスポートを要求しました。 適切に対処してください。",
"Account deletion request" : "アカウントの削除要求",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "ユーザーID \"%s\"で識別されるユーザー%sは、自分のアカウントの削除を要求しました。 適切に対処してください。",
"No administrator has set an email address" : "メールアドレスに管理者が設定されていません",
"Data Request" : "データリクエスト",
"Request your data from the admins" : "管理者からのデータのリクエスト",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。",
"Account" : "アカウント",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "データのエクスポートまたはアカウントの削除は、システム管理者に要求できます。 これには最大30日かかります。",
"Request data export" : "リクエストデータのエクスポート",
"Request account deletion" : "アカウントの削除をリクエストする"
"Request account deletion" : "アカウントの削除をリクエストする",
"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." : "ユーザーがデータのエクスポートまたは削除を要求できるようにします。 オプションに従って、個人設定セクションに追加されます。 管理者には、その要求について電子メールで通知されます。"
},"pluralForm" :"nplurals=1; plural=0;"
}

20
l10n/ko.js Normal file
View File

@ -0,0 +1,20 @@
OC.L10N.register(
"data_request",
{
"sent!" : "보냈습니다!",
"No administrator could have been contacted." : "연락할 수 있는 관리자가 없습니다.",
"Personal data export request" : "개인 데이터 내보내기 요청",
"Hello %s," : "안녕하세요 %s 님,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "사용자 %s, 사용자 ID \"%s\" 님이 개인 데이터 내보내기를 요청했습니다. 요청을 처리해 주십시오.",
"Account deletion request" : "계정 삭제 요청",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "사용자 %s, 사용자 ID \"%s\" 님이 계정 삭제를 요청했습니다. 요청을 처리해 주십시오.",
"No administrator has set an email address" : "이메일 주소를 설정한 관리자 없음",
"Data Request" : "데이터 요청",
"Request your data from the admins" : "관리자에게 내 데이터 요청",
"Account" : "계정",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "시스템 관리자에게 데이터 복사본이나 계정 삭제를 요청할 수 있습니다. 최대 30일이 소요될 수 있습니다.",
"Request data export" : "데이터 내보내기 요청",
"Request account deletion" : "계정 삭제 요청",
"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." : "사용자 데이터 내보내기나 사용자 데이터 삭제 요청을 허용합니다. 개인 설정 부분에 해당하는 옵션이 추가됩니다. 관리자에게 이메일로 해당 요청을 알립니다."
},
"nplurals=1; plural=0;");

18
l10n/ko.json Normal file
View File

@ -0,0 +1,18 @@
{ "translations": {
"sent!" : "보냈습니다!",
"No administrator could have been contacted." : "연락할 수 있는 관리자가 없습니다.",
"Personal data export request" : "개인 데이터 내보내기 요청",
"Hello %s," : "안녕하세요 %s 님,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "사용자 %s, 사용자 ID \"%s\" 님이 개인 데이터 내보내기를 요청했습니다. 요청을 처리해 주십시오.",
"Account deletion request" : "계정 삭제 요청",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "사용자 %s, 사용자 ID \"%s\" 님이 계정 삭제를 요청했습니다. 요청을 처리해 주십시오.",
"No administrator has set an email address" : "이메일 주소를 설정한 관리자 없음",
"Data Request" : "데이터 요청",
"Request your data from the admins" : "관리자에게 내 데이터 요청",
"Account" : "계정",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "시스템 관리자에게 데이터 복사본이나 계정 삭제를 요청할 수 있습니다. 최대 30일이 소요될 수 있습니다.",
"Request data export" : "데이터 내보내기 요청",
"Request account deletion" : "계정 삭제 요청",
"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." : "사용자 데이터 내보내기나 사용자 데이터 삭제 요청을 허용합니다. 개인 설정 부분에 해당하는 옵션이 추가됩니다. 관리자에게 이메일로 해당 요청을 알립니다."
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,9 +1,18 @@
OC.L10N.register(
"data_request",
{
"sent!" : "išsiųsta!",
"No administrator could have been contacted." : "Nepavyko susisiekti su jokiu administratoriumi.",
"Personal data export request" : "Asmeninių duomenų eksportavimo užklausa",
"Hello %s," : "Sveiki, %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Naudotojas %s, identifikuojamas pagal naudotojo id \"%s\", užklausė savo asmeninių duomenų eksportavimą. Imkitės atitinkamų veiksmų.",
"Account deletion request" : "Paskyros ištrynimo užklausa",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Naudotojas %s, identifikuojamas pagal naudotojo id \"%s\", užklausė ištrinti paskyrą. Imkitės atitinkamų veiksmų.",
"No administrator has set an email address" : "Joks administratorius nenusistatė el. pašto adreso",
"Account" : "Paskyra"
"Data Request" : "Duomenų užklausa",
"Account" : "Paskyra",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Gali užklausti sistemos administratoriaus eksportuoti jūsų duomenis arba ištrinti paskyrą. Tai gali užtrukti iki 30 dienų.",
"Request data export" : "Užklausti duomenų eksportavimo",
"Request account deletion" : "Užklausti paskyros ištrynimo"
},
"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);");

View File

@ -1,7 +1,16 @@
{ "translations": {
"sent!" : "išsiųsta!",
"No administrator could have been contacted." : "Nepavyko susisiekti su jokiu administratoriumi.",
"Personal data export request" : "Asmeninių duomenų eksportavimo užklausa",
"Hello %s," : "Sveiki, %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Naudotojas %s, identifikuojamas pagal naudotojo id \"%s\", užklausė savo asmeninių duomenų eksportavimą. Imkitės atitinkamų veiksmų.",
"Account deletion request" : "Paskyros ištrynimo užklausa",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Naudotojas %s, identifikuojamas pagal naudotojo id \"%s\", užklausė ištrinti paskyrą. Imkitės atitinkamų veiksmų.",
"No administrator has set an email address" : "Joks administratorius nenusistatė el. pašto adreso",
"Account" : "Paskyra"
"Data Request" : "Duomenų užklausa",
"Account" : "Paskyra",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Gali užklausti sistemos administratoriaus eksportuoti jūsų duomenis arba ištrinti paskyrą. Tai gali užtrukti iki 30 dienų.",
"Request data export" : "Užklausti duomenų eksportavimo",
"Request account deletion" : "Užklausti paskyros ištrynimo"
},"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);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "Neviens administrators nav norādijis e-pasta adresi",
"Data Request" : "Datu Pieprasījums",
"Request your data from the admins" : "Pieprasi savus datus no administrātoriem",
"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." : "Ļauj saviem lietotājiem pieprasīt savu datu eksportu vai dzēšanu. Balstoties uz iespējām, kas pievienotas personas iestatījumos. Administrātoriem pieprasījums tiks paziņots caur e-pastu. ",
"Account" : "Konts",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Tu vari pieprasīt savu datu eksportu vai konta dzēšanu no sistēmas administrātora. Tas var aizņemt līdz pat 30 dienām.",
"Request data export" : "Pieprasīt datu eksportu",
"Request account deletion" : "Pieprasīt konta dzēšanu"
"Request account deletion" : "Pieprasīt konta dzēšanu",
"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." : "Ļauj saviem lietotājiem pieprasīt savu datu eksportu vai dzēšanu. Balstoties uz iespējām, kas pievienotas personas iestatījumos. Administrātoriem pieprasījums tiks paziņots caur e-pastu. "
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "Neviens administrators nav norādijis e-pasta adresi",
"Data Request" : "Datu Pieprasījums",
"Request your data from the admins" : "Pieprasi savus datus no administrātoriem",
"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." : "Ļauj saviem lietotājiem pieprasīt savu datu eksportu vai dzēšanu. Balstoties uz iespējām, kas pievienotas personas iestatījumos. Administrātoriem pieprasījums tiks paziņots caur e-pastu. ",
"Account" : "Konts",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Tu vari pieprasīt savu datu eksportu vai konta dzēšanu no sistēmas administrātora. Tas var aizņemt līdz pat 30 dienām.",
"Request data export" : "Pieprasīt datu eksportu",
"Request account deletion" : "Pieprasīt konta dzēšanu"
"Request account deletion" : "Pieprasīt konta dzēšanu",
"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." : "Ļauj saviem lietotājiem pieprasīt savu datu eksportu vai dzēšanu. Balstoties uz iespējām, kas pievienotas personas iestatījumos. Administrātoriem pieprasījums tiks paziņots caur e-pastu. "
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
}

View File

@ -10,11 +10,12 @@ OC.L10N.register(
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "De gebruiker %s, identificeerbaar met gebruikers id \"%s\", heeft verwijdering van zijn account aangevraagd. Neem a.u.b. de benodigde acties.",
"No administrator has set an email address" : "Er is geen administrator e-mail adres bekend.",
"Data Request" : "Verzoek gegevens",
"Request your data from the admins" : "Verzoek de Admins voor jouw gegevens",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Administrators worden via email verwittigd van het verzoek.",
"Request your data from the admins" : "Vraag je gegevens op bij de beheerder",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Beheerders worden via e-mail geïnformeerd over het verzoek.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Je kunt een verzoek indienen voor een export van je gegevens, of verwijdering van je account door een systeem administrator. Dit kan tot 30 dagen duren.",
"Request data export" : "Export gegevens aanvragen",
"Request account deletion" : "Verwijdering van account aanvragen "
"Request account deletion" : "Verwijdering van account aanvragen ",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Administrators worden via email verwittigd van het verzoek."
},
"nplurals=2; plural=(n != 1);");

View File

@ -8,11 +8,12 @@
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "De gebruiker %s, identificeerbaar met gebruikers id \"%s\", heeft verwijdering van zijn account aangevraagd. Neem a.u.b. de benodigde acties.",
"No administrator has set an email address" : "Er is geen administrator e-mail adres bekend.",
"Data Request" : "Verzoek gegevens",
"Request your data from the admins" : "Verzoek de Admins voor jouw gegevens",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Administrators worden via email verwittigd van het verzoek.",
"Request your data from the admins" : "Vraag je gegevens op bij de beheerder",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Beheerders worden via e-mail geïnformeerd over het verzoek.",
"Account" : "Account",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Je kunt een verzoek indienen voor een export van je gegevens, of verwijdering van je account door een systeem administrator. Dit kan tot 30 dagen duren.",
"Request data export" : "Export gegevens aanvragen",
"Request account deletion" : "Verwijdering van account aanvragen "
"Request account deletion" : "Verwijdering van account aanvragen ",
"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." : "Laat je gebruiker een export van je gegevens aanvragen. Deze opties zijn toegevoegd aan de sectie persoonlijke instellingen. Administrators worden via email verwittigd van het verzoek."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Żaden administrator nie ustawił adresu e-mail",
"Data Request" : "Żądanie danych",
"Request your data from the admins" : "Poproś o dane od administratorów",
"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żliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu.",
"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żliwienie użytkownikom żądania eksportu lub usunięcia ich danych. Zgodnie z opcjami są dodawane do sekcji ustawień osobistych. Administratorzy zostaną powiadomieni pocztą elektroniczną o żądaniu.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Możesz zażądać eksportu danych lub usunięcia konta od administratora systemu. Może to potrwać do 30 dni.",
"Request data export" : "Zażądaj eksportu danych",
"Request account deletion" : "Zażądaj usunięcia konta"
"Request account deletion" : "Zażądaj usunięcia konta",
"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żliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Żaden administrator nie ustawił adresu e-mail",
"Data Request" : "Żądanie danych",
"Request your data from the admins" : "Poproś o dane od administratorów",
"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żliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu.",
"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żliwienie użytkownikom żądania eksportu lub usunięcia ich danych. Zgodnie z opcjami są dodawane do sekcji ustawień osobistych. Administratorzy zostaną powiadomieni pocztą elektroniczną o żądaniu.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Możesz zażądać eksportu danych lub usunięcia konta od administratora systemu. Może to potrwać do 30 dni.",
"Request data export" : "Zażądaj eksportu danych",
"Request account deletion" : "Zażądaj usunięcia konta"
"Request account deletion" : "Zażądaj usunięcia konta",
"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żliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu."
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Nenhum administrador definiu um endereço de e-mail",
"Data Request" : "Solicitação de Dados",
"Request your data from the admins" : "Solicite seus dados dos administradores",
"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." : "Habilita usuários a solicitarem uma exportação ou exclusão de seus dados. As opções são adicionadas à seção de configurações pessoais. Os administradores serão notificados por e-mail sobre o pedido.",
"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." : "Permita a seus usuários solicitarem uma exportação ou exclusão de seus dados. Estas opções estarão nas configurações pessoais e os administradores serão notificados por e-mail do pedido.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Você pode solicitar ao administrador a exportação de seus dados ou a exclusão da conta. Isso pode levar até 30 dias.",
"Request data export" : "Solicitar a exportação de dados",
"Request account deletion" : "Solicitar a exclusão da conta"
"Request account deletion" : "Solicitar a exclusão da conta",
"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." : "Habilita usuários a solicitarem uma exportação ou exclusão de seus dados. As opções são adicionadas à seção de configurações pessoais. Os administradores serão notificados por e-mail sobre o pedido."
},
"nplurals=2; plural=(n > 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Nenhum administrador definiu um endereço de e-mail",
"Data Request" : "Solicitação de Dados",
"Request your data from the admins" : "Solicite seus dados dos administradores",
"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." : "Habilita usuários a solicitarem uma exportação ou exclusão de seus dados. As opções são adicionadas à seção de configurações pessoais. Os administradores serão notificados por e-mail sobre o pedido.",
"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." : "Permita a seus usuários solicitarem uma exportação ou exclusão de seus dados. Estas opções estarão nas configurações pessoais e os administradores serão notificados por e-mail do pedido.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Você pode solicitar ao administrador a exportação de seus dados ou a exclusão da conta. Isso pode levar até 30 dias.",
"Request data export" : "Solicitar a exportação de dados",
"Request account deletion" : "Solicitar a exclusão da conta"
"Request account deletion" : "Solicitar a exclusão da conta",
"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." : "Habilita usuários a solicitarem uma exportação ou exclusão de seus dados. As opções são adicionadas à seção de configurações pessoais. Os administradores serão notificados por e-mail sobre o pedido."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -11,10 +11,10 @@ OC.L10N.register(
"No administrator has set an email address" : "Nenhum administrador definiu um endereço de e-mail",
"Data Request" : "Pedido de Dados",
"Request your data from the admins" : "Solicite os seus dados via administradores",
"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." : "Permita que os seus utilizadores solicitem uma exportação ou eliminação dos próprios dados. As opções de acordo são adicionadas à secção de definições pessoais. As administrações serão notificadas por e-mail sobre o pedido.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pode solicitar uma exportação dos seus dados ou a eliminação da conta via administrador do sistema. Isto pode demorar até 30 dias.",
"Request data export" : "Solicitar exportação de dados",
"Request account deletion" : "Solicitar eliminação da conta"
"Request account deletion" : "Solicitar eliminação da conta",
"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." : "Permita que os seus utilizadores solicitem uma exportação ou eliminação dos próprios dados. As opções de acordo são adicionadas à secção de definições pessoais. As administrações serão notificadas por e-mail sobre o pedido."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,10 @@
"No administrator has set an email address" : "Nenhum administrador definiu um endereço de e-mail",
"Data Request" : "Pedido de Dados",
"Request your data from the admins" : "Solicite os seus dados via administradores",
"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." : "Permita que os seus utilizadores solicitem uma exportação ou eliminação dos próprios dados. As opções de acordo são adicionadas à secção de definições pessoais. As administrações serão notificadas por e-mail sobre o pedido.",
"Account" : "Conta",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Pode solicitar uma exportação dos seus dados ou a eliminação da conta via administrador do sistema. Isto pode demorar até 30 dias.",
"Request data export" : "Solicitar exportação de dados",
"Request account deletion" : "Solicitar eliminação da conta"
"Request account deletion" : "Solicitar eliminação da conta",
"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." : "Permita que os seus utilizadores solicitem uma exportação ou eliminação dos próprios dados. As opções de acordo são adicionadas à secção de definições pessoais. As administrações serão notificadas por e-mail sobre o pedido."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

10
l10n/ro.js Normal file
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"data_request",
{
"sent!" : "trimis!",
"No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.",
"Account deletion request" : "Cerere ștergere cont",
"Account" : "Cont",
"Request account deletion" : "Cerere ștergere cont"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");

8
l10n/ro.json Normal file
View File

@ -0,0 +1,8 @@
{ "translations": {
"sent!" : "trimis!",
"No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.",
"Account deletion request" : "Cerere ștergere cont",
"Account" : "Cont",
"Request account deletion" : "Cerere ștergere cont"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Ни один администратор не установил адрес электронной почты",
"Data Request" : "Запрос данных",
"Request your data from the admins" : "Запросить Ваши данные у администраторов",
"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." : "Позволяет пользователям запрашивать экспорт или удаление своих данных. В разделе личных настроек добавляются опции. Администоры будут уведомлены по электронной почте о запросе.",
"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." : "Разрешить вашим пользователять запрашивать экспорт или удаление их данных. Соответствующие опции добавятся в раздел персональных настроек. Администраторы будут уведомлены о запросе по email.",
"Account" : "Аккаунт",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Вы можете запросить у системного администратора экспорт ваших данных или удаление учетной записи. Это может занять до 30 дней.",
"Request data export" : "Запрос экспорта данных",
"Request account deletion" : "Запрос удаления аккаунта"
"Request account deletion" : "Запрос удаления аккаунта",
"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." : "Позволяет пользователям запрашивать экспорт или удаление своих данных. В разделе личных настроек добавляются опции. Администоры будут уведомлены по электронной почте о запросе."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Ни один администратор не установил адрес электронной почты",
"Data Request" : "Запрос данных",
"Request your data from the admins" : "Запросить Ваши данные у администраторов",
"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." : "Позволяет пользователям запрашивать экспорт или удаление своих данных. В разделе личных настроек добавляются опции. Администоры будут уведомлены по электронной почте о запросе.",
"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." : "Разрешить вашим пользователять запрашивать экспорт или удаление их данных. Соответствующие опции добавятся в раздел персональных настроек. Администраторы будут уведомлены о запросе по email.",
"Account" : "Аккаунт",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Вы можете запросить у системного администратора экспорт ваших данных или удаление учетной записи. Это может занять до 30 дней.",
"Request data export" : "Запрос экспорта данных",
"Request account deletion" : "Запрос удаления аккаунта"
"Request account deletion" : "Запрос удаления аккаунта",
"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." : "Позволяет пользователям запрашивать экспорт или удаление своих данных. В разделе личных настроек добавляются опции. Администоры будут уведомлены по электронной почте о запросе."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View File

@ -6,7 +6,9 @@ OC.L10N.register(
"Personal data export request" : "Žiadosť o export osobných údajov",
"Hello %s," : "Ahoj %s,",
"Account deletion request" : "Žiadosť o zmazanie účtu",
"No administrator has set an email address" : "Žiaden administrátor si nenastavil emailovú adresu",
"Account" : "Účet",
"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);");

View File

@ -4,7 +4,9 @@
"Personal data export request" : "Žiadosť o export osobných údajov",
"Hello %s," : "Ahoj %s,",
"Account deletion request" : "Žiadosť o zmazanie účtu",
"No administrator has set an email address" : "Žiaden administrátor si nenastavil emailovú adresu",
"Account" : "Účet",
"Request data export" : "Vyžiadať export dát",
"Request account deletion" : "Žiadosť o zmazanie účtu"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

11
l10n/sl.js Normal file
View File

@ -0,0 +1,11 @@
OC.L10N.register(
"data_request",
{
"sent!" : "poslano!",
"No administrator could have been contacted." : "Stika s skrbnikom ni bilo mogoče vzpostaviti.",
"Personal data export request" : "Zahteva za izvoz osebnih podatkov",
"Hello %s," : "Pozdravljeni, %s,",
"Account" : "Račun",
"Request account deletion" : "Zahtevaj izbris računa"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

9
l10n/sl.json Normal file
View File

@ -0,0 +1,9 @@
{ "translations": {
"sent!" : "poslano!",
"No administrator could have been contacted." : "Stika s skrbnikom ni bilo mogoče vzpostaviti.",
"Personal data export request" : "Zahteva za izvoz osebnih podatkov",
"Hello %s," : "Pozdravljeni, %s,",
"Account" : "Račun",
"Request account deletion" : "Zahtevaj izbris računa"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Ниједан администратор није подесио адресу е-поште",
"Data Request" : "Захтев за подацима",
"Request your data from the admins" : "Захтевајте Ваше податке од администратора",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима.",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима.",
"Account" : "Налог",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Можете захтевати извоз Ваших података или брисање налога од администратора система. Ово може потрајати до 30 дана.",
"Request data export" : "Захтевајте извоз података",
"Request account deletion" : "Захтевајте брисање налога"
"Request account deletion" : "Захтевајте брисање налога",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Ниједан администратор није подесио адресу е-поште",
"Data Request" : "Захтев за подацима",
"Request your data from the admins" : "Захтевајте Ваше податке од администратора",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима.",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима.",
"Account" : "Налог",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Можете захтевати извоз Ваших података или брисање налога од администратора система. Ово може потрајати до 30 дана.",
"Request data export" : "Захтевајте извоз података",
"Request account deletion" : "Захтевајте брисање налога"
"Request account deletion" : "Захтевајте брисање налога",
"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." : "Омогућава вашим корисницима да извезу или обришу њихове податке. Ове опције су додате у одељак личних подешавања. Администратори ће бити обавештени е-поштом о оваквим захтевима."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Ingen administratör ha angett någon e-postadress",
"Data Request" : "Databegäran",
"Request your data from the admins" : "Begär din data från administratören",
"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." : "Tillåt användare att begära export av sin data eller radering av sitt konto. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran.",
"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." : "Tillåt användare att begära export eller radering av sin data. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kan begära export av din data eller radering av ditt konto från systemadministratören. Detta kan ta upp till 30 dagar.",
"Request data export" : "Begär export av data",
"Request account deletion" : "Begär att radera ditt konto"
"Request account deletion" : "Begär att radera ditt konto",
"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." : "Tillåt användare att begära export av sin data eller radering av sitt konto. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran."
},
"nplurals=2; plural=(n != 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Ingen administratör ha angett någon e-postadress",
"Data Request" : "Databegäran",
"Request your data from the admins" : "Begär din data från administratören",
"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." : "Tillåt användare att begära export av sin data eller radering av sitt konto. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran.",
"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." : "Tillåt användare att begära export eller radering av sin data. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran.",
"Account" : "Konto",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Du kan begära export av din data eller radering av ditt konto från systemadministratören. Detta kan ta upp till 30 dagar.",
"Request data export" : "Begär export av data",
"Request account deletion" : "Begär att radera ditt konto"
"Request account deletion" : "Begär att radera ditt konto",
"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." : "Tillåt användare att begära export av sin data eller radering av sitt konto. Dessa alternativ kommer att läggas till i användarens personliga inställningar. Administratörer kommer att meddelas via e-post vid användares begäran."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -11,10 +11,11 @@ OC.L10N.register(
"No administrator has set an email address" : "Hiç bir yönetici için e-posta adresi ayarlanmamış",
"Data Request" : "Veri İsteği",
"Request your data from the admins" : "Yöneticilerden verilerinizi istemenizi sağlar",
"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." : "Kullanıcıların, kişisel ayarlar bölümünde belirtilen seçeneklere göre verilerinin dışa aktarılması ya da silinmesi isteğinde bulunmasını sağlar. Yapılan istek e-posta ile yöneticilere bildirilir.",
"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." : "Kullanıcılarınızın kişisel verilerini dışa aktarma ya da silinme isteğinde bulunmasını sağlar. Seçeneklere göre kişisel ayarlar bölümüne eklenir. Yapılan istekler yöneticilere e-posta ile bildirilir.",
"Account" : "Hesap",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Sistem yöneticisinden verilerinizin dışa aktarılmasını ya da hesabınızın silinmesini sistem isteyebilirsiniz. Bu işlemin tamamlanması 30 güne kadar zaman alabilir.",
"Request data export" : "Verilerin dışa aktarılmasını isteyin",
"Request account deletion" : "Hesabınızın silinmesini isteyin"
"Request account deletion" : "Hesabınızın silinmesini isteyin",
"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." : "Kullanıcıların, kişisel ayarlar bölümünde belirtilen seçeneklere göre verilerinin dışa aktarılması ya da silinmesi isteğinde bulunmasını sağlar. Yapılan istek e-posta ile yöneticilere bildirilir."
},
"nplurals=2; plural=(n > 1);");

View File

@ -9,10 +9,11 @@
"No administrator has set an email address" : "Hiç bir yönetici için e-posta adresi ayarlanmamış",
"Data Request" : "Veri İsteği",
"Request your data from the admins" : "Yöneticilerden verilerinizi istemenizi sağlar",
"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." : "Kullanıcıların, kişisel ayarlar bölümünde belirtilen seçeneklere göre verilerinin dışa aktarılması ya da silinmesi isteğinde bulunmasını sağlar. Yapılan istek e-posta ile yöneticilere bildirilir.",
"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." : "Kullanıcılarınızın kişisel verilerini dışa aktarma ya da silinme isteğinde bulunmasını sağlar. Seçeneklere göre kişisel ayarlar bölümüne eklenir. Yapılan istekler yöneticilere e-posta ile bildirilir.",
"Account" : "Hesap",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Sistem yöneticisinden verilerinizin dışa aktarılmasını ya da hesabınızın silinmesini sistem isteyebilirsiniz. Bu işlemin tamamlanması 30 güne kadar zaman alabilir.",
"Request data export" : "Verilerin dışa aktarılmasını isteyin",
"Request account deletion" : "Hesabınızın silinmesini isteyin"
"Request account deletion" : "Hesabınızın silinmesini isteyin",
"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." : "Kullanıcıların, kişisel ayarlar bölümünde belirtilen seçeneklere göre verilerinin dışa aktarılması ya da silinmesi isteğinde bulunmasını sağlar. Yapılan istek e-posta ile yöneticilere bildirilir."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -4,16 +4,18 @@ OC.L10N.register(
"sent!" : "发送!",
"No administrator could have been contacted." : "没有可联系的管理员。",
"Personal data export request" : "个人数据导出请求",
"Hello %s," : "%s 你好",
"Hello %s," : "您好,%s",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "由用户ID“%s”标识的用户%s请求导出其个人数据。 请采取相应措施。",
"Account deletion request" : "账户删除请求",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "由用户ID“%s”标识的用户%s请求删除其账户。 请采取相应措施。",
"No administrator has set an email address" : "管理员未设置电子邮件地址",
"Data Request" : "请求数据",
"Request your data from the admins" : "请求管理员提供您的数据",
"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." : "允许您的用户请求导出或删除他们的数据。相应选项会加入个人设置部分。管理员将会收到关于请求的电子邮件通知。",
"Account" : "账户",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "您可以向管理员申请导出数据或删除账户。这可能需要长达30天。",
"Request data export" : "请求导出数据",
"Request account deletion" : "请求删除账户"
"Request account deletion" : "请求删除账户",
"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." : "允许您的用户请求导出或删除他们的数据。相应选项会加入个人设置部分。管理员将会收到请求的通知电子邮件。"
},
"nplurals=1; plural=0;");

View File

@ -2,16 +2,18 @@
"sent!" : "发送!",
"No administrator could have been contacted." : "没有可联系的管理员。",
"Personal data export request" : "个人数据导出请求",
"Hello %s," : "%s 你好",
"Hello %s," : "您好,%s",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "由用户ID“%s”标识的用户%s请求导出其个人数据。 请采取相应措施。",
"Account deletion request" : "账户删除请求",
"The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "由用户ID“%s”标识的用户%s请求删除其账户。 请采取相应措施。",
"No administrator has set an email address" : "管理员未设置电子邮件地址",
"Data Request" : "请求数据",
"Request your data from the admins" : "请求管理员提供您的数据",
"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." : "允许您的用户请求导出或删除他们的数据。相应选项会加入个人设置部分。管理员将会收到关于请求的电子邮件通知。",
"Account" : "账户",
"You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "您可以向管理员申请导出数据或删除账户。这可能需要长达30天。",
"Request data export" : "请求导出数据",
"Request account deletion" : "请求删除账户"
"Request account deletion" : "请求删除账户",
"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." : "允许您的用户请求导出或删除他们的数据。相应选项会加入个人设置部分。管理员将会收到请求的通知电子邮件。"
},"pluralForm" :"nplurals=1; plural=0;"
}