zh_TW.js 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "未知的地址",
  5. "No result." : "無結果",
  6. "Malformed JSON data." : "JSON 資料格式錯誤。",
  7. "Error" : "錯誤",
  8. "Weather status" : "天氣狀態",
  9. "Weather status in your dashboard" : "您儀表板中的天氣狀態",
  10. "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 此狀態也可以整合到其他地方,如「日曆」應用程式。",
  11. "Detect location" : "偵測位置",
  12. "Set custom address" : "設定自訂位置",
  13. "Favorites" : "我的最愛",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} 今日稍後晴朗",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} 晴朗",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} 今日稍後多雲",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} 多雲",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} 今日稍後好天氣",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} 好天氣",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} 今日稍後局部多雲",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} 局部多雲",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} 今日稍後有霧",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} 有霧",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} 今日稍後小雨",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} 小雨",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} 今日稍後有雨",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} 有雨",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} 今日稍後大雨",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} 大雨",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} 今日稍後陣雨",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} 陣雨",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} 今日稍後小陣雨",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} 小陣雨",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} 今日稍後強陣雨",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} 強陣雨",
  36. "More weather for {adr}" : "{adr} 的更多天氣",
  37. "Loading weather" : "正在載入天氣",
  38. "Remove from favorites" : "從最愛中移除",
  39. "Add as favorite" : "新增為最愛",
  40. "You are not logged in." : "您未登入",
  41. "There was an error getting the weather status information." : "取得天氣狀態資訊時發生錯誤。",
  42. "No weather information found" : "找不到天氣資訊",
  43. "Location not found" : "找不到位置",
  44. "There was an error setting the location address." : "設定位置地址時發生錯誤。",
  45. "There was an error setting the location." : "設定位置時發生錯誤。",
  46. "There was an error saving the mode." : "儲存模式時發生錯誤。",
  47. "There was an error using personal address." : "使用個人地址時發生錯誤。",
  48. "Set location for weather" : "設定天氣位置"
  49. },
  50. "nplurals=1; plural=0;");