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

zh_CN.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f6bc22b457922d954ce67beb83be95cee0eea6c (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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "仪表盘",
    "Dashboard app" : "仪表盘应用",
    "Show something" : "显示信息",
    "Customize" : "自定义",
    "Edit widgets" : "编辑小部件",
    "Change background image" : "更改背景图片",
    "Weather service" : "天气服务",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。",
    "Weather data from Met.no" : "天气数据获取自 Met.no",
    "geocoding with Nominatim" : "使用 Nominatim 地理编码",
    "elevation data from OpenTopoData" : "海拔数据获取自 OpenTopoData",
    "Weather" : "天气",
    "Status" : "状态",
    "Good morning" : "早上好",
    "Good morning, {name}" : "早上好,{name}",
    "Good afternoon" : "下午好",
    "Good afternoon, {name}" : "下午好,{name}",
    "Good evening" : "晚上好",
    "Good evening, {name}" : "晚上好,{name}",
    "Hello" : "你好",
    "Hello, {name}" : "你好, {name}",
    "Pick from Files" : "从文件中挑选",
    "Default images" : "默认图片",
    "Plain background" : "纯色背景",
    "Insert from {productName}" : "从 {productName} 插入",
    "Get more widgets from the app store" : "从应用商店获取更多小部件",
    "Good night, {name}" : "晚安,{name}",
    "Good night" : "晚安",
    "Pick from files" : "从文件选取"
},
"nplurals=1; plural=0;");