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: e92ee72498e7312a263c40e95173d54060c9e8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "已儲存",
    "Select groups" : "選擇群組",
    "Description" : "描述",
    "Error" : "錯誤",
    "Nickname" : "暱稱",
    "Cancel" : "取消",
    "Save" : "儲存",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Download" : "下載",
    "Create" : "新增",
    "Password" : "密碼",
    "OK" : "確定"
},
"nplurals=1; plural=0;");