Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_TW.js « l10n - github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5918dcca0cdc41bdce5ed4bd21190430695c551b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 their personal data. Please take action accordingly." : "用戶 %s(ID “%s”)已請求匯出其個人資料。請採取相對的措施。",
    "Account deletion request" : "帳號刪除請求",
    "The user %s, identified by user id \"%s\", has requested to delete their account. Please take action accordingly." : "用戶 %s(ID “%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" : "請求刪除帳號"
},
"nplurals=1; plural=0;");