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

zh_CN.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79d9f6738522da4d852230fa3cbfa6e793d5f68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "请输入正确的 url - 应该以 http://, https:// 或 / 开头",
    "External sites saved." : "外部站点已经保存。",
    "External Sites" : "外部站点",
    "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 below properly." : "我们强烈建议测试一下配置的站点。",
    "Name" : "名称",
    "URL" : "URL",
    "Select an icon" : "选择图标",
    "Remove site" : "移除站点",
    "Add" : "增加"
},
"nplurals=1; plural=0;");