zh_CN.js 1.4 KB

123456789101112131415161718192021222324252627282930
  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. "Change background image" : "更改背景图片",
  25. "Pick from Files" : "从文件中挑选",
  26. "Default images" : "默认图片",
  27. "Plain background" : "纯色背景",
  28. "Insert from {productName}" : "从 {productName} 插入"
  29. },
  30. "nplurals=1; plural=0;");