zh_TW.js 1.4 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Update notifications" : "更新通知",
  5. "Could not start updater, please try the manual update" : "無法啟動更新程式,請嘗試手動更新",
  6. "{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新",
  7. "Channel updated" : "頻道已更新",
  8. "Update to %1$s is available." : "更新版 %1$s 已經釋出",
  9. "Update for %1$s to version %2$s is available." : "%1$s 到 %2$s 的更新已經釋出",
  10. "A new version is available: %s" : "新版本可用:%s",
  11. "Open updater" : "打開更新程式",
  12. "Download now" : "現在下載",
  13. "Your version is up to date." : "您的版本是最新版",
  14. "Checked on %s" : "於 %s 檢查過",
  15. "Update channel:" : "更新通道:",
  16. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以隨時更新至較新的版本 / 實驗通道,但您不能降版至更穩定的通道。",
  17. "Notify members of the following groups about available updates:" : "有可用更新時通知這些群組:",
  18. "Only notification for app updates are available." : "僅提供應用程式更新的通知",
  19. "The selected update channel does not support updates of the server." : "所選的更新頻道不提供伺服器軟體的更新"
  20. },
  21. "nplurals=1; plural=0;");