diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 5058b3e..e563463 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -2,6 +2,7 @@ OC.L10N.register( "weather", { "Weather" : "天气", + "Watch the weather directly on your Nextcloud." : "直接在 Nextcloud 里面查阅天气", "OpenWeatherMap API Key" : "开放的天气API接口ID", "Save" : "保存", "Add a city" : "新建一个城市", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index e71ce78..31d9935 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,5 +1,6 @@ { "translations": { "Weather" : "天气", + "Watch the weather directly on your Nextcloud." : "直接在 Nextcloud 里面查阅天气", "OpenWeatherMap API Key" : "开放的天气API接口ID", "Save" : "保存", "Add a city" : "新建一个城市",