[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-05-26 00:20:06 +00:00
parent 426b1c2938
commit 167a8cbfaa
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 22 additions and 2 deletions

View File

@ -7,9 +7,11 @@ OC.L10N.register(
"Hello %s," : "Hallo %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Der Benutzer %s, identifiziert durch die Benutzer-ID \"%s\", hat einen Export seiner persönlichen Daten angefragt. Bitte handel entsprechend.",
"Account deletion request" : "Anfrage zur Konto-Löschung",
"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 angefragt. Bitte handel entsprechend.",
"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 angefragt. Bitte handle entsprechend.",
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanfrage",
"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 zu beantragen. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anfrage 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 anfragen. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfragen",

View File

@ -5,9 +5,11 @@
"Hello %s," : "Hallo %s,",
"The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Der Benutzer %s, identifiziert durch die Benutzer-ID \"%s\", hat einen Export seiner persönlichen Daten angefragt. Bitte handel entsprechend.",
"Account deletion request" : "Anfrage zur Konto-Löschung",
"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 angefragt. Bitte handel entsprechend.",
"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 angefragt. Bitte handle entsprechend.",
"No administrator has set an email address" : "Kein Administrator hat eine E-Mail-Adresse angegeben",
"Data Request" : "Datenanfrage",
"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 zu beantragen. Passende Optionen werden in der persönlichen Seite der Nutzer angezeigt. Administratoren werden per Mail über die Anfrage 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 anfragen. Das kann bis zu 30 Tage dauern.",
"Request data export" : "Daten-Export anfragen",

9
l10n/zh_TW.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"data_request",
{
"sent!" : "送出",
"No administrator could have been contacted." : "沒有管理者可聯繫",
"Personal data export request" : "個人資料匯出請求",
"Hello %s," : "%s你好"
},
"nplurals=1; plural=0;");

7
l10n/zh_TW.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"sent!" : "送出",
"No administrator could have been contacted." : "沒有管理者可聯繫",
"Personal data export request" : "個人資料匯出請求",
"Hello %s," : "%s你好"
},"pluralForm" :"nplurals=1; plural=0;"
}