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

zh_HK.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c70b4e96337156006bb3c990fc9b8adac30fc25c (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
42
OC.L10N.register(
    "gallery",
    {
    "New" : "新增",
    "Next" : "下一首",
    "Play" : "播放",
    "Pause" : "暫停",
    "Previous" : "上一首",
    "Close" : "關閉",
    "Download" : "下載",
    "Delete" : "刪除",
    "Share" : "分享",
    "Upload" : "上戴",
    "Error" : "錯誤",
    "Error while sharing" : "分享時發生錯誤",
    "Error while unsharing" : "取消分享時發生錯誤",
    "Error while changing permissions" : "更改權限時發生錯誤",
    "Shared with you and the group {group} by {owner}" : "{owner}與你及群組的分享",
    "Shared with you by {owner}" : "{owner}與你的分享",
    "Share link" : "分享連結",
    "Password protect" : "密碼保護",
    "Password" : "密碼",
    "Allow editing" : "容許編輯",
    "Send" : "發送",
    "Set expiration date" : "設定分享期限",
    "Expiration date" : "分享期限",
    "group" : "組別",
    "remote" : "遠端",
    "Unshare" : "取消分享",
    "notify by email" : "用電郵提示",
    "can share" : "可分享",
    "can edit" : "可編輯",
    "create" : "新增",
    "delete" : "刪除",
    "Password protected" : "密碼保護",
    "Email sent" : "郵件已傳",
    "Warning" : "警告",
    "Cancel upload" : "取消上戴",
    "Picture view" : "預覽圖片",
    "Sending ..." : "發送中..."
},
"nplurals=1; plural=0;");