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

zh_HK.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13f621c0add793f8afd3ee4165d722818d330801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "settings",
    {
    "Wrong password" : "密碼錯誤",
    "Saved" : "已儲存",
    "Email sent" : "郵件已傳",
    "Delete" : "刪除",
    "Groups" : "群組",
    "Enable" : "啟用",
    "Email" : "電郵",
    "Unlimited" : "無限",
    "Everyone" : "所有人",
    "Forum" : "討論區",
    "None" : "空",
    "Login" : "登入",
    "Encryption" : "加密",
    "Server address" : "伺服器地址",
    "Port" : "連接埠",
    "SMTP Username" : "SMTP 使用者名稱",
    "SMTP Password" : "SMTP 密碼",
    "Version" : "版本",
    "Sharing" : "分享",
    "days" : "天",
    "Remove image" : "刪除圖片",
    "Cancel" : "取消",
    "Your email address" : "你的電郵地址",
    "Language" : "語言",
    "Help translate" : "幫忙翻譯",
    "Password" : "密碼",
    "New password" : "新密碼",
    "Change password" : "更改密碼",
    "Username" : "用戶名稱",
    "All" : "所有",
    "Disable" : "停用",
    "Updated" : "已更新",
    "undo" : "復原",
    "Create" : "新增",
    "Other" : "其他",
    "Default" : "預設"
},
"nplurals=1; plural=0;");