diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-21 02:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-21 02:26:59 +0000 |
commit | d2790f75c8558a4754cea8ef0f1c23bba439f06e (patch) | |
tree | ef8786651913a48a56e9a2fc8c18c91e1aaebddc /apps/weather_status/l10n/zh_CN.js | |
parent | a3dc81331633ec893870e190ff65c16cc22e9b8b (diff) | |
download | nextcloud-server-d2790f75c8558a4754cea8ef0f1c23bba439f06e.tar.gz nextcloud-server-d2790f75c8558a4754cea8ef0f1c23bba439f06e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n/zh_CN.js')
-rw-r--r-- | apps/weather_status/l10n/zh_CN.js | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/zh_CN.js b/apps/weather_status/l10n/zh_CN.js index 56945daa3fa..539875aaff6 100644 --- a/apps/weather_status/l10n/zh_CN.js +++ b/apps/weather_status/l10n/zh_CN.js @@ -11,6 +11,28 @@ OC.L10N.register( "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" : "从收藏夹移除", @@ -35,7 +57,7 @@ OC.L10N.register( "{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}" + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} 零星小雨,于 {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} 滂沱阵雨,于 {time}" }, "nplurals=1; plural=0;"); |