diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
commit | a7811334370b735427d41a953abd53ec5648ab59 (patch) | |
tree | 2335fe3f135026b3a58d71690c93076609b9a128 /apps/weather_status/l10n/zh_TW.js | |
parent | 08701853ed44814fe0fd00d0cc99478af14a23b7 (diff) | |
download | nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.tar.gz nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n/zh_TW.js')
-rw-r--r-- | apps/weather_status/l10n/zh_TW.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/weather_status/l10n/zh_TW.js b/apps/weather_status/l10n/zh_TW.js index afe21e1f9af..249da24f185 100644 --- a/apps/weather_status/l10n/zh_TW.js +++ b/apps/weather_status/l10n/zh_TW.js @@ -11,21 +11,8 @@ OC.L10N.register( "Detect location" : "偵測位置", "Set custom address" : "設定自訂位置", "Favorites" : "我的最愛", - "{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}", "More weather for {adr}" : "{adr} 的更多天氣", "Loading weather" : "正在載入天氣", - "Set location for weather" : "設定天氣位置", "Remove from favorites" : "從最愛中移除", "Add as favorite" : "新增為最愛", "You are not logged in." : "您未登入", @@ -36,6 +23,19 @@ OC.L10N.register( "There was an error setting the location." : "設定位置時發生錯誤。", "There was an error saving the mode." : "儲存模式時發生錯誤。", "There was an error using personal address." : "使用個人地址時發生錯誤。", - "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 此狀態也可以整合到其他地方,如「日曆」應用程式。" + "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;"); |