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: f0c5f5cac05ff52b9c08ea84cf7f875336bd4a65 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
OC.L10N.register(
    "external",
    {
    "New site" : "新站点",
    "Uploading…" : "上传中......",
    "Reloading icon list…" : "正在重新加载图标列表......",
    "Icon could not be uploaded" : "图标无法上传",
    "Select an icon" : "选择图标",
    "All languages" : "所有语言",
    "Header" : "页眉",
    "Setting menu" : "设置菜单",
    "User quota" : "用户限额",
    "All devices" : "所有设备",
    "Only in the Android app" : "仅在Android应用中",
    "Only in the iOS app" : "仅在IOS应用中",
    "Only in the desktop client" : "仅在桌面客户端",
    "Only in the browser" : "仅在浏览器中",
    "The given label is invalid" : "标签无效",
    "The given URL is invalid" : "指定 URL 非法",
    "The given language does not exist" : "语言不存在",
    "The given type is invalid" : "类型无效",
    "The given device is invalid" : "设备无效",
    "At least one of the given groups does not exist" : "至少有一个给定的组不存在",
    "The given icon does not exist" : "图标不存在",
    "The site does not exist" : "网站不存在",
    "No file uploaded" : "没有文件被上传",
    "Provided file is not an image" : "提供的文件不是一个图片",
    "Provided image is not a square of 16, 24 or 32 pixels width" : "提供的图片不是一个 16、24 或 32 像素宽的正方形",
    "An error occurred while uploading the icon, please make sure the data directory is writable" : "上传图标时出错,请确认数据目录可写",
    "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 应用或重要的站点.",
    "Name" : "名称",
    "URL" : "URL",
    "Language" : "语言",
    "Groups" : "组",
    "Devices" : "设备",
    "Icon" : "图标",
    "Remove site" : "移除站点",
    "Position" : "位置",
    "Redirect" : "跳转",
    "Delete icon" : "删除图标",
    "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." : "我们强烈建议测试一下配置的站点。",
    "Icons" : "图标",
    "If you upload a test.png and a test-dark.png file, both will be used as one icon. The dark version will be used on mobile devices, otherwise the white icon is not visible on the white background in the mobile apps." : "如果你上传了 test.png 和 test-dark.png 文件,它们将被视为一个图标使用。暗色版本将被用于手机设备,另外,白色图标在白色背景的手机应用中是不可见的。",
    "Uploading an icon with the same name will replace the current icon." : "上传同名图标将替换当前图标。",
    "Upload new icon" : "上传新图标",
    "Normal" : "普通",
    "Setting" : "设置",
    "Quota" : "限额",
    "The given name is invalid" : "用户名无效",
    "Add" : "增加",
    "Saving" : "保存中",
    "Saved!" : "已保存",
    "Can not save site" : "无法保存站点"
},
"nplurals=1; plural=0;");