nc-weather/l10n/zh_CN.js

60 lines
3.1 KiB
JavaScript
Raw Normal View History

2017-08-29 00:25:38 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "天气",
2020-05-06 03:04:43 +00:00
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "致命错误请检查您的nextcloud.log日志并向这里发送一个bug错误报告https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "设置指标失败。请联系您的管理员。",
2019-05-07 00:40:54 +00:00
"This metric is not known." : "这是一个未知指标。",
"North" : "北",
"North-East" : "东北",
"East" : "东",
"South-East" : "东南",
"South" : "南",
"South-West" : "西南",
"West" : "西",
"North-West" : "西北",
2020-05-06 03:04:43 +00:00
"Failed to get city weather informations. Please contact your administrator" : "获取城市天气信息失败。请联系您的管理员。",
2019-05-07 00:40:54 +00:00
"No city with this name found." : "没有找到以此为名的城市。",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "您的OpenWeatherMap API key是非法的。请联系您的管理员在“管理”的“附加设置”里配置一个合法的API key。",
2019-12-01 03:01:35 +00:00
"Empty city name!" : "空的城市名!",
2020-05-06 03:04:43 +00:00
"Failed to add city. Please contact your administrator" : "添加城市失败。请联系您的管理员。",
2019-05-07 00:40:54 +00:00
"This city is already registered for your account." : "此城市已在您的账号中注册。",
2020-05-06 03:04:43 +00:00
"Failed to remove city. Please contact your administrator" : "移除城市失败。请联系您的管理员。",
"Failed to set home. Please contact your administrator" : "设置家的位置失败。请联系您的管理员。",
2019-05-23 02:47:03 +00:00
"Monday" : "星期一",
"Tuesday" : "星期二",
"Wednesday" : "星期三",
"Thursday" : "星期四",
"Friday" : "星期五",
"Saturday" : "星期六",
"Sunday" : "星期日",
2018-07-20 00:37:48 +00:00
"Watch the weather directly on your Nextcloud." : "直接在 Nextcloud 里面查阅天气",
2019-12-01 03:01:35 +00:00
"Please make sure you select cities in the Weather app." : "请确保您在天气图应用中选择了城市。",
"Please make sure you select a home city in the Weather app." : "请确保您在天气图应用中选择了一个家所在城市。",
2019-01-15 01:44:48 +00:00
"OpenWeatherMap API Key" : "开放的天气 API 接口 ID",
2017-08-29 00:25:38 +00:00
"Save" : "保存",
2019-01-14 01:42:26 +00:00
"Add a city" : "添加一个城市",
2020-05-06 03:04:43 +00:00
"Add city" : "添加城市",
2017-08-29 00:25:38 +00:00
"City name" : "城市名",
2020-05-06 03:04:43 +00:00
"Add" : "添加",
2017-09-15 00:25:04 +00:00
"Cancel" : "取消",
2017-08-29 00:25:38 +00:00
"Settings" : "设置",
2019-05-07 00:40:54 +00:00
"Metric" : "指标",
2019-01-15 01:44:48 +00:00
"Click here to get an API key" : "点这里获取一个 API KEY",
2020-05-06 03:04:43 +00:00
"Current Temperature" : "当前温度",
"Feelslike Temperature" : "体感温度",
"Minimum Temperature" : "最低温度",
"Maximum Temperature" : "最高温度",
2017-09-27 00:26:05 +00:00
"Pressure" : "压力",
2017-08-29 00:25:38 +00:00
"Humidity" : "湿度",
2017-09-27 00:26:05 +00:00
"Cloudiness" : "云量",
2017-08-29 00:25:38 +00:00
"Wind" : "风速",
2017-09-15 00:25:04 +00:00
"Sunrise" : "日出",
"Sunset" : "日落",
2019-05-23 02:47:03 +00:00
"Date" : "日期",
2020-05-06 03:04:43 +00:00
"Perceptible Temperature" : "可感温度",
2020-04-12 06:27:28 +00:00
"Updating widget…" : "更新小部件...",
"Temperature" : "温度"
2017-08-29 00:25:38 +00:00
},
"nplurals=1; plural=0;");