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

zh_CN.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90e5e55250aee301df3e3c6bda3a6e911100ec7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "external",
    {
    "Select an icon" : "选择图标",
    "All languages" : "所有语言",
    "The given URL is invalid" : "指定 URL 非法",
    "The given language does not exist" : "语言不存在",
    "The given type is invalid" : "类型无效",
    "The given icon does not exist" : "图标不存在",
    "The site does not exist" : "网站不存在",
    "External sites" : "外部站点",
    "__language_name__" : "__language_name__",
    "Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites." : "将网站直接添加到顶栏的应用列表中. 这将对所有用户可见, 同时这可以快速访问内部其他的 Web 应用或重要的站点.",
    "Add" : "增加",
    "Remove site" : "移除站点",
    "Name" : "名称",
    "URL" : "URL",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "请注意当运行 HTTPS 环境下时,部分浏览器将会屏蔽显示 HTTP 网站。",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "另外请注意由于安全原因,部分站点禁用了 iFrame。",
    "We highly recommend to test the configured sites above properly." : "我们强烈建议测试一下配置的站点。"
},
"nplurals=1; plural=0;");