nc-weather/l10n/zh_CN.js

26 lines
760 B
JavaScript
Raw Normal View History

2017-08-29 00:25:38 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "天气",
2018-07-20 00:37:48 +00:00
"Watch the weather directly on your Nextcloud." : "直接在 Nextcloud 里面查阅天气",
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" : "添加一个城市",
2017-08-29 00:25:38 +00:00
"Add city" : "新建城市",
"City name" : "城市名",
"Add" : "新建",
2017-09-15 00:25:04 +00:00
"Cancel" : "取消",
2017-08-29 00:25:38 +00:00
"Settings" : "设置",
2017-09-15 00:25:04 +00:00
"Metric" : "公制",
2019-01-15 01:44:48 +00:00
"Click here to get an API key" : "点这里获取一个 API KEY",
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" : "日落",
"Hour" : "小时",
"Temperature" : "温度"
2017-08-29 00:25:38 +00:00
},
"nplurals=1; plural=0;");