zh_CN.js 1.2 KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "仪表盘",
  5. "Dashboard app" : "仪表盘应用",
  6. "Customize" : "自定义",
  7. "Edit widgets" : "编辑小部件",
  8. "Get more widgets from the App Store" : "从应用商店获取更多小部件",
  9. "Weather service" : "天气服务",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。",
  11. "Weather data from Met.no" : "天气数据获取自 Met.no",
  12. "geocoding with Nominatim" : "使用 Nominatim 地理编码",
  13. "elevation data from OpenTopoData" : "海拔数据获取自 OpenTopoData",
  14. "Weather" : "天气",
  15. "Status" : "状态",
  16. "Good morning" : "早上好",
  17. "Good morning, {name}" : "早上好,{name}",
  18. "Good afternoon" : "下午好",
  19. "Good afternoon, {name}" : "下午好,{name}",
  20. "Good evening" : "晚上好",
  21. "Good evening, {name}" : "晚上好,{name}",
  22. "Hello" : "你好",
  23. "Hello, {name}" : "你好, {name}"
  24. },
  25. "nplurals=1; plural=0;");