From 167a8cbfaa5c5cf131ec3b42452a9875a250548f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 26 May 2018 00:20:06 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/de.js | 4 +++- l10n/de.json | 4 +++- l10n/zh_TW.js | 9 +++++++++ l10n/zh_TW.json | 7 +++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 l10n/zh_TW.js create mode 100644 l10n/zh_TW.json diff --git a/l10n/de.js b/l10n/de.js index c2c9fee..1e62d2e 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -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", diff --git a/l10n/de.json b/l10n/de.json index 370929a..5b0307d 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -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", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 0000000..cd0c06f --- /dev/null +++ b/l10n/zh_TW.js @@ -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;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 0000000..8f16620 --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,7 @@ +{ "translations": { + "sent!" : "送出", + "No administrator could have been contacted." : "沒有管理者可聯繫", + "Personal data export request" : "個人資料匯出請求", + "Hello %s," : "%s你好" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file