1
0

zh_CN.js 3.7 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. "Detect location" : "检测地点",
  11. "Set custom address" : "自定义地址",
  12. "Favorites" : "收藏",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} 今日晚些时候晴朗",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} 晴朗",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} 今日晚些时候多云",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} 多云",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} 今日晚些时候天气不错",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} 天气不错",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} 今日晚些时候局部多云",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} 局部多云",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} 今日晚些时候有雾",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} 有雾",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} 今日晚些时候有零星小雨",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} 零星小雨",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} 今日晚些时候有降雨",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} 降雨",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} 今日晚些时候有强降雨",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} 强降雨",
  29. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} 今日晚些时候有阵雨",
  30. "{temperature} {unit} rainfall showers" : "{temperature} {unit} 阵雨",
  31. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} 今日晚些时候有零星阵雨",
  32. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} 零星阵雨",
  33. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} 今日晚些时候有强阵雨",
  34. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} 强阵雨",
  35. "More weather for {adr}" : "{adr} 的更多天气信息",
  36. "Loading weather" : "正在加载天气",
  37. "Remove from favorites" : "从收藏夹移除",
  38. "Add as favorite" : "添加到收藏",
  39. "You are not logged in." : "您没有登录。",
  40. "There was an error getting the weather status information." : "获取天气状态信息时出错。",
  41. "No weather information found" : "找不到天气信息",
  42. "Location not found" : "找不到位置",
  43. "There was an error setting the location address." : "设置位置地址时出错。",
  44. "There was an error setting the location." : "设置位置时出错。",
  45. "There was an error saving the mode." : "保存模式时出错。",
  46. "There was an error using personal address." : "使用个人地址出错。",
  47. "Set location for weather" : "设置天气位置",
  48. "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此天气状况也可以集成到其他地方,例如日历应用。"
  49. },
  50. "nplurals=1; plural=0;");