Compare commits

...

6 Commits

Author SHA1 Message Date
Nextcloud bot c19e78ff94
[tx-robot] updated from transifex 2019-11-04 02:23:28 +00:00
Nextcloud bot d7276c40e4
[tx-robot] updated from transifex 2019-10-18 02:23:24 +00:00
Nextcloud bot af1deb5e65
[tx-robot] updated from transifex 2019-10-05 02:22:57 +00:00
Nextcloud bot 2bdb9a3014
[tx-robot] updated from transifex 2019-09-08 02:25:37 +00:00
Joas Schilling a29dca4f78
Merge pull request #29 from nextcloud/update-master-version
Update version on master
2019-09-05 15:25:10 +02:00
Joas Schilling 35b2f88c33
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05 11:12:10 +02:00
7 changed files with 28 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<name>Data Request</name>
<summary>Request your data from the admins</summary>
<description><![CDATA[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.]]></description>
<version>1.4.0</version>
<version>1.5.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
<namespace>DataRequest</namespace>
@ -15,7 +15,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="17"/>
<nextcloud min-version="18" max-version="18" />
</dependencies>
<settings>

View File

@ -15,7 +15,7 @@ OC.L10N.register(
"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

@ -13,7 +13,7 @@
"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);"
}

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

@ -1,6 +1,9 @@
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"

View File

@ -1,4 +1,7 @@
{ "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"