diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 5c16b005ce1..fef2e3bf61c 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -52,9 +52,6 @@ OC.L10N.register( "Maintenance mode is kept active" : "伺服器正處於維護模式", "Updating database schema" : "正在更新資料庫格式", "Updated database" : "已更新資料庫", - "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", - "Update app \"%s\" from appstore" : "更新 %s", - "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", "Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s", "Set log level to debug" : "設定記錄至除錯層級", @@ -159,7 +156,6 @@ OC.L10N.register( "Resetting password" : "重設密碼", "Recommended apps" : "推薦的應用程式", "Loading apps …" : "正在載入應用程式…", - "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單", "Installing apps …" : "正在安裝應用程式…", "App download or installation failed" : "應用程式下載或安裝失敗", "Cannot install this app because it is not compatible" : "無法安裝此應用程式,因為其不相容", @@ -375,6 +371,9 @@ OC.L10N.register( "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", "Checked database schema update" : "已檢查資料庫格式更新", "Checking updates of apps" : "正在檢查應用程式更新", + "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", + "Update app \"%s\" from appstore" : "更新 %s", + "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析「{url}」,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。", @@ -407,6 +406,7 @@ OC.L10N.register( "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 筆結果"], "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。", + "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單", "Nextcloud {app}" : "Nextcloud {app}", "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容", "Can't install this app" : "無法安裝這個應用程式", |