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

zh_HK.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76c30c96dc1b0b70a3fe30506b39d84f8ed63edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "已儲存",
    "All" : "所有",
    "Error" : "錯誤",
    "Nickname" : "暱稱",
    "Cancel" : "取消",
    "Save" : "儲存",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Download" : "下載",
    "Create" : "新增",
    "Apply" : "套用",
    "Add" : "加入",
    "Password" : "密碼",
    "OK" : "確定"
},
"nplurals=1; plural=0;");