zh_HK.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "儀表板",
  5. "Dashboard app" : "儀表板應用程式",
  6. "Show something" : "顯示一些東西",
  7. "Customize" : "自訂",
  8. "Edit widgets" : "編輯小工具",
  9. "Get more widgets from the app store" : "從應用商店取得更多小工具",
  10. "Change background image" : "變更背景圖片",
  11. "Weather service" : "天氣服務",
  12. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "為了保護您的隱私,Nextcloud 會代您請求氣象資料,因此天氣服務不會收到您的個人資訊。",
  13. "Weather data from Met.no" : "氣象資訊來自 Met。no",
  14. "geocoding with Nominatim" : "使用 Nominatim 來進行地理編碼",
  15. "elevation data from OpenTopoData" : "來自 OpenTopoData 的海拔資料",
  16. "Weather" : "天氣",
  17. "Status" : "狀態",
  18. "Good morning" : "早晨",
  19. "Good morning, {name}" : "早晨,{name}",
  20. "Good afternoon" : "午安",
  21. "Good afternoon, {name}" : "午安,{name}",
  22. "Good evening" : "晚安",
  23. "Good evening, {name}" : "晚安,{name}",
  24. "Hello" : "哈囉",
  25. "Hello, {name}" : "哈囉,{name}",
  26. "Pick from Files" : "從檔案選取",
  27. "Default images" : "默認圖像",
  28. "Plain background" : "簡單背景",
  29. "Insert from {productName}" : "插入自 {productName}",
  30. "Good night, {name}" : "晚安,{name}",
  31. "Good night" : "晚安",
  32. "Pick from files" : "從檔案選取"
  33. },
  34. "nplurals=1; plural=0;");