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

zh_HK.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 918e84c1c13b7d3d47edb9aaddf32b50b9e829fb (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
OC.L10N.register(
    "user_ldap",
    {
    "Select groups" : "選擇群組",
    "{nthServer}. Server" : "{nthServer}. 伺服器",
    "_%s group found_::_%s groups found_" : ["找到 %s 群組"],
    "_%s user found_::_%s users found_" : ["找到 %s 用戶"],
    "Server" : "伺服器",
    "Users" : "用戶",
    "Groups" : "群組",
    "Test Configuration" : "測試配置",
    "Help" : "幫助",
    "1. Server" : "1. 伺服器",
    "%s. Server:" : "%s. 伺服器:",
    "Host" : "主機",
    "Port" : "連接埠",
    "Password" : "密碼",
    "Saving" : "儲存中",
    "Back" : "返回",
    "Continue" : "繼續",
    "LDAP" : "LDAP",
    "Advanced" : "進階"
},
"nplurals=1; plural=0;");