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

zh_CN.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 539875aaff61ce6cd4afae81d81993fdfff25fef (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
60
61
62
63
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "未知地址",
    "No result." : "无结果。",
    "Malformed JSON data." : "JSON 数据格式错误。",
    "Error" : "错误",
    "Weather status" : "天气状况",
    "Weather status in your dashboard" : "仪表盘中的天气状况",
    "Weather status integrated in the Dashboard app.\n    User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app." : "仪表盘仪表盘应用程序中集成了天气状况。\n用户的位置可以自动确定或手动定义。然后将会显示 6 小时的预报。\n此状况也可以集成到其他地方,例如日历应用。",
    "Detect location" : "检测地点",
    "Set custom address" : "自定义地址",
    "Favorites" : "收藏",
    "{temperature} {unit} clear sky later today" : "今天日晚些时候{temperature} {unit}晴天",
    "{temperature} {unit} clear sky" : "{temperature} {unit}晴天",
    "{temperature} {unit} cloudy later today" : "今日晚些时候{temperature} {unit}多云",
    "{temperature} {unit} cloudy" : "{temperature} {unit}多云",
    "{temperature} {unit} fair weather later today" : "今日晚些时候天气还行{temperature} {unit}",
    "{temperature} {unit} fair weather" : "{temperature} {unit}天气还行",
    "{temperature} {unit} partly cloudy later today" : "今日晚些时候{temperature} {unit}局部多云",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit}局部多云",
    "{temperature} {unit} foggy later today" : "今日晚些时候{temperature} {unit}有雾",
    "{temperature} {unit} foggy" : "{temperature} {unit}雾",
    "{temperature} {unit} light rain later today" : "今日晚些时候{temperature} {unit}小雨",
    "{temperature} {unit} light rain" : "{temperature} {unit}小雨",
    "{temperature} {unit} rain later today" : "今日晚些时候{temperature} {unit}有雨",
    "{temperature} {unit} rain" : "{temperature} {unit}下雨",
    "{temperature} {unit} heavy rain later today" : "今日晚些时候{temperature} {unit}大雨",
    "{temperature} {unit} heavy rain" : "{temperature} {unit}大雨",
    "{temperature} {unit} rain showers later today" : "今日晚些时候{temperature} {unit}有阵雨",
    "{temperature} {unit} rain showers" : "{temperature} {unit}阵雨",
    "{temperature} {unit} light rain showers later today" : "今日晚些时候{temperature} {unit}零星小雨",
    "{temperature} {unit} light rain showers" : "{temperature} {unit}零星小雨",
    "{temperature} {unit} heavy rain showers later today" : "今日晚先时候{temperature} {unit}有滂沱阵雨",
    "{temperature} {unit} heavy rain showers" : "{temperature} {unit}滂沱阵雨",
    "More weather for {adr}" : "{adr} 的更多天气信息",
    "Loading weather" : "正在加载天气",
    "Remove from favorites" : "从收藏夹移除",
    "Add as favorite" : "添加到收藏",
    "You are not logged in." : "您没有登录。",
    "There was an error getting the weather status information." : "获取天气状态信息时出错。",
    "No weather information found" : "找不到天气信息",
    "Location not found" : "找不到位置",
    "There was an error setting the location address." : "设置位置地址时出错。",
    "There was an error setting the location." : "设置位置时出错。",
    "There was an error saving the mode." : "保存模式时出错。",
    "There was an error using personal address." : "使用个人地址出错。",
    "Set location for weather" : "设置天气位置",
    "Weather status integrated in the dashboard app.\n    User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app." : "仪表盘仪表盘应用程序中集成了天气状况。\n用户的位置可以自动确定或手动定义。然后将会显示 6 小时的预报。\n此状况也可以集成到其他地方,例如“日历”应用程序。",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} 晴空,于 {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} 多云,于 {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} 晴朗的白天,于 {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} 晴朗的夜晚,于 {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} 局部多云,于 {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} 雾,于 {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} 小雨,于 {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} 雨,于 {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} 大雨,于 {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} 阵雨,于 {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} 零星小雨,于 {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} 滂沱阵雨,于 {time}"
},
"nplurals=1; plural=0;");