diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-09 00:46:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-09 00:46:30 +0000 |
commit | 2a36e47c9eb82bd7366252ffd110627e734f29db (patch) | |
tree | 74866e1f7fd26786338c11b05b969bff96593a9d /apps/updatenotification/l10n/zh_TW.js | |
parent | b2b4f34d967e1aed556847b349b8b39f429938d2 (diff) | |
download | nextcloud-server-2a36e47c9eb82bd7366252ffd110627e734f29db.tar.gz nextcloud-server-2a36e47c9eb82bd7366252ffd110627e734f29db.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/zh_TW.js')
-rw-r--r-- | apps/updatenotification/l10n/zh_TW.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/zh_TW.js b/apps/updatenotification/l10n/zh_TW.js index 3f672438bfd..06b9daf2933 100644 --- a/apps/updatenotification/l10n/zh_TW.js +++ b/apps/updatenotification/l10n/zh_TW.js @@ -4,12 +4,20 @@ OC.L10N.register( "{version} is available. Get more information on how to update." : "{version} 釋出了。取得更多關於如何更新的資訊。", "Channel updated" : "頻道已更新", "Web updater is disabled" : "網頁更新程式已停用", + "App updated" : "已更新應用程式", + "See what's new" : "看看有什麼新東西", + "{app} updated to version {version}" : "{app} 已更新至版本 {version}", "Update notifications" : "更新通知", "The update server could not be reached since %d days to check for new updates." : "更新伺服器在%d天前已經無法連線檢查更新", "Please check the Nextcloud and server log files for errors." : "請檢查伺服器紀錄檔以確認錯誤。", "Update to {serverAndVersion} is available." : "已可更新至 {serverAndVersion}。", "Update for {app} to version %s is available." : "{app} 已有 %s 版本的更新。", "Update notification" : "更新通知", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "顯示 Nextcloud 與應用程式的更新通知,並為更新程式提供 SSO。", + "What's new in {app} {version}" : "{app} {version} 中有什麼新功能", + "Give feedback" : "給予回饋", + "Get started" : "開始", + "No changelog available" : "無可用的變更紀錄", "Update" : "更新", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "您執行的版本已不再維護。請盡快更新到支援中的版本。", "Apps missing compatible version" : "應用程式缺少相容的版本", @@ -47,6 +55,8 @@ OC.L10N.register( "Beta" : "Beta 測試版", "A pre-release version only for testing new features, not for production environments." : "釋出前版本,僅供測試新功能使用,不適用於生產環境。", "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["<strong>%n</strong> 應用程式沒有與此 Nextcloud 版本相容的版本。"], + "Changelog for app {app}" : "應用程式 {app} 的變更紀錄", + "What's new in {app} version {version}" : "{app} 版本 {version} 中有什麼新功能", "Update to %1$s is available." : "更新版 %1$s 已經釋出", "Displays update notifications for Nextcloud and provides the SSO for the updater." : "顯示 Nextcloud 的更新通知,並為更新程式提供 SSO。", "Please note that the web updater is not recommended with more than 100 users! Please use the command line updater instead!" : "請注意,不建議超過 100 個使用者的站台使用網頁更新程式!請改用命令列更新程式!", |