From f67940fcf8d3ea8f70d04668a6471f03a78abfee Mon Sep 17 00:00:00 2001 From: 5idereal Date: Tue, 24 Oct 2023 21:11:08 +0800 Subject: [PATCH] Update zh-TW.json --- src/assets/locales/zh-TW.json | 654 +++++++++++++++++++++++----------- 1 file changed, 444 insertions(+), 210 deletions(-) diff --git a/src/assets/locales/zh-TW.json b/src/assets/locales/zh-TW.json index bf553a3b..484cb5f3 100644 --- a/src/assets/locales/zh-TW.json +++ b/src/assets/locales/zh-TW.json @@ -1,212 +1,446 @@ { - "home": { - "no-results": "沒有結果", - "no-items-section": "無可顯示項目" - }, - "search": { - "search-label": "搜尋", - "search-placeholder": "開始輸入以搜尋", - "clear-search-tooltip": "清空搜尋", - "enter-to-search-web": "按下enter來搜尋網際網路" - }, - "login": { - "title": "Dashy", - "username-label": "使用者名稱", - "password-label": "密碼", - "login-button": "登入", - "remember-me-label": "記住密碼", - "remember-me-never": "永不", - "remember-me-hour": "4小時", - "remember-me-day": "1 天", - "remember-me-week": "1 周", - "remember-me-long-time": "很久很久...", - "error-missing-username": "請輸入使用者名稱", - "error-missing-password": "請輸入密碼", - "error-incorrect-username": "使用者名稱不存在", - "error-incorrect-password": "密碼錯誤", - "success-message": "正在登入...", - "logout-message": "以登出", - "already-logged-in-title": "已成功登入", - "already-logged-in-text": "正以此身分登入", - "proceed-to-dashboard": "前往儀表板", - "log-out-button": "登出", - "proceed-guest-button": "以訪客模式繼續" - }, - "config": { - "main-tab": "主頁面", - "view-config-tab": "視圖配置", - "edit-config-tab": "編輯配置", - "custom-css-tab": "自訂樣式", - "heading": "配置選項", - "download-config-button": "下載/輸出配置", - "edit-config-button": "編輯配置", - "edit-css-button": "編輯自訂 CSS", - "cloud-sync-button": "啟用雲端同步", - "edit-cloud-sync-button": "編輯雲端同步", - "rebuild-app-button": "重新建置", - "change-language-button": "更改語言", - "reset-settings-button": "重設本地配置", - "app-info-button": "App 詳情", - "backup-note": "建議在對您的配置做出更動之前先進行備份。", - "reset-config-msg-l1": "這會移除所有的本地配置,但不會影響‘conf.yml’文件。", - "reset-config-msg-l2": "若您還想再使用您所做的本地更動,您應該要先備份他們。", - "reset-config-msg-l3": "確定要執行?", - "data-cleared-msg": "成功清空數據", - "actions-label": "動作", - "copy-config-label": "複製配置", - "data-copied-msg": "配置已複製到剪貼板", - "reset-config-label": "重置配置", - "css-save-btn": "保存更動", - "css-note-label": "注意", - "css-note-l1": "您需要刷新頁面更動才會生效。", - "css-note-l2": "樣式覆蓋只會儲存在本地,因此建議您複製您的 CSS。", - "css-note-l3": "若要删除所有自訂樣式,請刪除內容並點擊保存更動" - }, - "alternate-views": { - "default": "預設", - "workspace": "工作區", - "minimal": "最小化" - }, - "settings": { - "theme-label": "主題", - "layout-label": "布局", - "layout-auto": "自動", - "layout-horizontal": "水平", - "layout-vertical": "垂直", - "item-size-label": "尺寸", - "item-size-small": "小", - "item-size-medium": "中", - "item-size-large": "大", - "config-launcher-label": "配置", - "config-launcher-tooltip": "更新配置", - "sign-out-tooltip": "登出", - "sign-in-tooltip": "登入", - "sign-in-welcome": "您好 {username}!" - }, - "updates": { - "app-version-note": "Dashy 版本", - "up-to-date": "已經是最新版了", - "out-of-date": "有可用更新", - "unsupported-version-l1": "您使用的是不受支援的 Dashy 版本", - "unsupported-version-l2": "為獲得最佳體驗和最新的安全性更新,請更新至" - }, - "language-switcher": { - "title": "更改App語言", - "dropdown-label": "選擇語言", - "save-button": "保存", - "success-msg": "切換語言至" - }, - "theme-maker": { - "title": "主題編輯器", - "export-button": "輸出自訂變數", - "reset-button": "重置樣式", - "show-all-button": "顯示所有變數", - "change-fonts-button": "更改字體", - "save-button": "保存", - "cancel-button": "取消", - "saved-toast": "{theme} 更新成功", - "copied-toast": "{theme} 的主题資料已複製到剪貼板", - "reset-toast": "{theme} 的自訂顏色已移除" - }, - "config-editor": { - "save-location-label": "保存位置", - "location-local-label": "本地保存", - "location-disk-label": "將變更寫入至配置文件", - "save-button": "保存變更", - "preview-button": "預覽變更", - "valid-label": "配置有效", - "status-success-msg": "工作完成", - "status-fail-msg": "工作失敗", - "success-msg-disk": "配置文件寫入成功", - "success-msg-local": "本地變更保存成功", - "success-note-l1": "App應會自動重新建置", - "success-note-l2": "可能會需要一分鐘", - "success-note-l3": "您需要刷新頁面以讓變更生效", - "error-msg-save-mode": "请選擇保存位置:本地或者文件", - "error-msg-cannot-save": "保存配置時出錯", - "error-msg-bad-json": "JSON 錯誤,可能是格式錯誤", - "warning-msg-validation": "驗證警告", - "not-admin-note": "您不能將變更寫入文件,因為您不是系統管理員" - }, - "app-rebuild": { - "title": "重新建置App", - "rebuild-note-l1": "寫入 conf.yml 文件的更動需要重新建置App才會生效。", - "rebuild-note-l2": "重新建置應該會自動發生。若没有,您可以在此手動執行。", - "rebuild-note-l3": "本地儲存的變更不需要重新建置即會生效。", - "rebuild-button": "開始重新建置", - "rebuilding-status-1": "建置中...", - "rebuilding-status-2": "這將持續一段時間", - "error-permission": "您沒有權限執行此操作", - "success-msg": "建置成功", - "fail-msg": "建置失敗", - "reload-note": "你需要刷新頁面以使變更生效", - "reload-button": "刷新頁面" - }, - "cloud-sync": { - "title": "雲端備份 & 雲端恢復", - "intro-l1": "雲端備份和雲端恢復是選用功能,這能讓您把配置上傳到網路,然後在其他設備或 Dashy 實例上恢復。", - "intro-l2": "所有資料都使用 AES 端到端加密,並使用您的密碼作為密鑰。", - "intro-l3": "若想了解更多訊息,請參考", - "backup-title-setup": "創建備份", - "backup-title-update": "更新備份", - "password-label-setup": "選擇密碼", - "password-label-update": "輸入密碼", - "backup-button-setup": "備份", - "backup-button-update": "更新備份", - "backup-id-label": "您的備份 ID", - "backup-id-note": "您將需要此ID來恢復備份,所以請與密碼一起妥善保存。", - "restore-title": "恢復備份", - "restore-id-label": "備份 ID", - "restore-password-label": "密碼", - "restore-button": "恢復", - "backup-missing-password": "請輸入密碼", - "backup-error-unknown": "無法處理請求", - "backup-error-password": "密碼錯誤,請重新輸入", - "backup-success-msg": "備份完成", - "restore-success-msg": "恢復完成" - }, - "menu": { - "open-section-title": "以...開啟", - "sametab": "目前分頁", - "newtab": "新分頁", - "workspace": "工作區", - "options-section-title": "選項", - "edit-item": "編輯", - "move-item": "複製或移動", - "remove-item": "移除" - }, - "context-menus": { - "item": { - "open-section-title": "以...開啟", - "sametab": "目前分頁", - "newtab": "新分頁", - "workspace": "工作區", - "clipboard": "複製到剪貼板", - "options-section-title": "選項", - "edit-item": "編輯", - "move-item": "複製或移動", - "remove-item": "移除", - "copied-toast": "已將URL複製到剪貼板" - }, - "section": { - "open-section": "開啟區域", - "edit-section": "編輯", - "move-section": "移動至", - "remove-section": "移除" - } - }, - "interactive-editor": { - "menu": { - "start-editing-tooltip": "進入互動式編輯器", - "save-locally-btn": "本地保存", - "save-disk-btn": "儲存配置文件", - "export-config-btn": "輸出配置", - "cloud-backup-btn": "備份至雲端", - "cancel-changes-btn": "取消編輯", - "edit-mode-name": "編輯模式", - "edit-mode-subtitle": "目前為編輯模式", - "save-stage-btn": "保存", - "cancel-stage-btn": "取消" - } + "home": { + "no-results": "沒有結果", + "no-data": "未設定資料", + "no-items-section": "無可顯示項目" + }, + "search": { + "search-label": "搜尋", + "search-placeholder": "開始輸入以篩選", + "clear-search-tooltip": "清空搜尋", + "enter-to-search-web": "按下 Enter 鍵來搜尋網際網路" + }, + "splash-screen": { + "loading": "正在載入" + }, + "login": { + "title": "Dashy", + "guest-label": "訪客存取", + "username-label": "使用者名稱", + "password-label": "密碼", + "login-button": "登入", + "remember-me-label": "記住密碼", + "remember-me-never": "永不", + "remember-me-hour": "4 小時", + "remember-me-day": "1 天", + "remember-me-week": "1 周", + "remember-me-long-time": "很久很久...", + "error-missing-username": "請輸入使用者名稱", + "error-missing-password": "請輸入密碼", + "error-incorrect-username": "使用者名稱不存在", + "error-incorrect-password": "密碼錯誤", + "success-message": "正在登入...", + "logout-message": "已登出", + "already-logged-in-title": "已成功登入", + "already-logged-in-text": "正以此身分登入", + "proceed-to-dashboard": "前往儀表板", + "log-out-button": "登出", + "proceed-guest-button": "以訪客模式繼續", + "guest-intro-1": "此實例啟用了訪客存取。", + "guest-intro-2": "訪客僅能檢視儀表板,無法對硬碟寫入變更。", + "error": "錯誤", + "error-no-user-configured": "未啟用驗證,或未設定任何使用者", + "error-go-home-button": "返回首頁", + "logged-in-guest": "已以訪客身分登入,正在重新導向...", + "error-guest-access": "不允許訪客存取" + }, + "app-info": { + "title": "應用程式資訊", + "error-log": "錯誤紀錄", + "no-errors": "近期未偵測到錯誤", + "help-support": "幫助與支援", + "help-support-description": "關於取得執行或設定 Dashy 的支援,請前往", + "help-support-discussions": "討論區", + "support-dashy": "支持 Dashy", + "support-dashy-description": "您也能幫助 Dashy!請參閱", + "support-dashy-link": "貢獻頁面", + "report-bug": "回報錯誤", + "report-bug-description": "若您認為您找到錯誤,請", + "report-bug-link": "提出問題", + "more-info": "更多資訊", + "source": "原始碼", + "documentation": "說明文件", + "privacy-and-security": "隱私權和安全性", + "privacy-and-security-l1": "若要了解 Dashy 是如何管理您的資料,請參閱", + "privacy-and-security-privacy-policy": "隱私權政策", + "app-info.privacy-and-security-advice": "關於提升儀錶板安全性的建議,請參閱", + "app-info.privacy-and-security-advice-link": "管理文件", + "privacy-and-security-security-issue": "若您找到潛在的安全問題,請回報,並遵照我們的", + "privacy-and-security-security-policy": "安全政策", + "license": "授權條款", + "license-under": "授權條款為", + "licence-third-party": "關於第三方模組的授權條款,請參閱", + "licence-third-party-link": "法律聲明", + "list-contributors": "關於貢獻和致謝者的完整名單,請參閱", + "list-contributors-link": "致謝", + "version": "版本" + }, + "config": { + "main-tab": "主頁面", + "view-config-tab": "檢視設定", + "edit-config-tab": "編輯設定", + "custom-css-tab": "自訂樣式", + "heading": "設定選項", + "download-config-button": "檢視 / 匯出設定", + "edit-config-button": "編輯設定", + "edit-css-button": "編輯自訂 CSS", + "cloud-sync-button": "啟用雲端同步", + "edit-cloud-sync-button": "編輯雲端同步", + "rebuild-app-button": "重新建置", + "change-language-button": "更改語言", + "reset-settings-button": "重設本機設定", + "disabled-note": "某些設定功能被您的管理員停用", + "small-screen-note": "您使用的裝置螢幕過小,此選單的某些畫面可能會跑版", + "app-info-button": "App 詳細資訊", + "backup-note": "建議在對您的設定做出變更之前先進行備份。", + "reset-config-msg-l1": "這會移除所有的本機設定,但不會影響 ‘conf.yml’ 檔案。", + "reset-config-msg-l2": "如果您未來還想使用您所做出的本機變更的話,請先備份。", + "reset-config-msg-l3": "您確定要繼續嗎?", + "data-cleared-msg": "已成功清空資料", + "actions-label": "動作", + "copy-config-label": "複製設定", + "data-copied-msg": "設定已複製到剪貼簿", + "reset-config-label": "重置設定", + "css-save-btn": "儲存變更", + "css-note-label": "注意", + "css-note-l1": "您需要重新整理頁面才能套用變更。", + "css-note-l2": "樣式覆寫只會儲存在本機,因此建議您複製您的 CSS。", + "css-note-l3": "若要删除所有自訂樣式,請刪除內容並點擊儲存變更", + "custom-css": { + "title": "自訂 CSS", + "base-theme": "基礎主題" } -} \ No newline at end of file + }, + "alternate-views": { + "alternate-view-heading": "切換檢視", + "default": "預設", + "workspace": "工作區", + "minimal": "最小化" + }, + "settings": { + "theme-label": "主題", + "layout-label": "版面配置", + "layout-auto": "自動", + "layout-horizontal": "水平", + "layout-vertical": "垂直", + "item-size-label": "尺寸", + "item-size-small": "小", + "item-size-medium": "中", + "item-size-large": "大", + "config-launcher-label": "設定", + "config-launcher-tooltip": "更新設定", + "sign-out-tooltip": "登出", + "sign-in-tooltip": "登入", + "sign-in-welcome": "您好 {username}!", + "hide": "隱藏", + "open": "開啟" + }, + "updates": { + "app-version-note": "Dashy 版本", + "up-to-date": "已經是最新版本", + "out-of-date": "有可用更新", + "unsupported-version-l1": "您使用的是不受支援的 Dashy 版本", + "unsupported-version-l2": "為獲得最佳體驗和最新的安全性更新,請更新至" + }, + "language-switcher": { + "title": "更改應用程式語言", + "dropdown-label": "選擇語言", + "save-button": "儲存", + "success-msg": "語言已切換至" + }, + "theme-maker": { + "title": "主題編輯器", + "export-button": "匯出自訂變數", + "reset-button": "重置樣式", + "show-all-button": "顯示所有變數", + "change-fonts-button": "更改字體", + "save-button": "儲存", + "cancel-button": "取消", + "saved-toast": "{theme} 更新成功", + "copied-toast": "{theme} 的主題資料已複製到剪貼簿", + "reset-toast": "{theme} 的自訂顏色已移除" + }, + "config-editor": { + "save-location-label": "儲存位置", + "location-local-label": "套用到本機", + "location-disk-label": "將變更寫入設定檔", + "save-button": "儲存變更", + "preview-button": "預覽變更", + "valid-label": "設定有效", + "status-success-msg": "工作完成", + "status-fail-msg": "工作失敗", + "success-msg-disk": "設定檔已成功寫入硬碟", + "success-msg-local": "本機變更已儲存成功", + "success-note-l1": "應用程式應會自動重新建置。", + "success-note-l2": "可能會需要一分鐘", + "success-note-l3": "您需要重新整理頁面以套用變更。", + "error-msg-save-mode": "请選擇儲存位置:本機或者檔案", + "error-msg-cannot-save": "儲存設定時發生錯誤", + "error-msg-bad-json": "JSON 錯誤,可能是格式錯誤", + "warning-msg-validation": "驗證警告", + "not-admin-note": "您無法將變更寫入磁碟,因為您未以系統管理員身分登入" + }, + "app-rebuild": { + "title": "重新建置應用程式", + "rebuild-note-l1": "寫入 conf.yml 檔案的變更需要重新建置應用程式才會生效。", + "rebuild-note-l2": "重新建置應該會自動發生。否則您可以在此手動執行。", + "rebuild-note-l3": "本機儲存的變更不需要重新建置即會生效。", + "rebuild-button": "開始重新建置", + "rebuilding-status-1": "建置中...", + "rebuilding-status-2": "這將持續一段時間", + "error-permission": "您沒有權限執行此操作", + "success-msg": "建置成功", + "fail-msg": "建置失敗", + "reload-note": "你需要重新載入頁面以使變更生效", + "reload-button": "重新載入頁面" + }, + "cloud-sync": { + "title": "雲端備份 & 復原", + "intro-l1": "雲端備份和復原是選用功能,讓您能夠把設定上傳到網路,然後在其他裝置或 Dashy 實例上復原。", + "intro-l2": "所有資料都使用 AES 端到端加密,並使用您的密碼作為金鑰。", + "intro-l3": "若想了解更多資訊,請參考", + "intro-docs": "說明文件", + "backup-title-setup": "建立備份", + "backup-title-update": "更新備份", + "password-label-setup": "選擇密碼", + "password-label-update": "輸入密碼", + "backup-button-setup": "備份", + "backup-button-update": "更新備份", + "backup-id-label": "您的備份 ID", + "backup-id-note": "您將需要此 ID 來從備份復原,所以請與密碼一起妥善儲存。", + "restore-title": "復原備份", + "restore-id-label": "復原 ID", + "restore-password-label": "密碼", + "restore-button": "復原", + "backup-missing-password": "請輸入密碼", + "backup-error-unknown": "無法處理請求", + "backup-error-password": "密碼錯誤,請重新輸入。", + "backup-success-msg": "備份成功", + "restore-success-msg": "設定已成功復原" + }, + "menu": { + "open-section-title": "以...開啟", + "sametab": "目前分頁", + "newtab": "新分頁", + "modal": "彈出視窗", + "workspace": "工作區", + "options-section-title": "選項", + "edit-item": "編輯", + "move-item": "複製或移動", + "remove-item": "移除" + }, + "context-menus": { + "item": { + "open-section-title": "以...開啟", + "sametab": "目前分頁", + "newtab": "新分頁", + "modal": "彈出視窗", + "workspace": "工作區", + "clipboard": "複製到剪貼簿", + "options-section-title": "選項", + "edit-item": "編輯", + "move-item": "複製或移動", + "remove-item": "移除", + "copied-toast": "已將網址複製到剪貼簿" + }, + "section": { + "open-section": "開啟區域", + "edit-section": "編輯", + "expand-collapse": "展開 / 收合", + "move-section": "移動至", + "remove-section": "移除" + } + }, + "footer": { + "dev-by": "開發者", + "licensed-under": "授權條款為", + "get-the": "取得", + "source-code": "原始碼" + }, + "interactive-editor": { + "menu": { + "start-editing-tooltip": "進入互動式編輯器", + "edit-site-data-subheading": "編輯網站資料", + "edit-page-info-btn": "編輯頁面資訊", + "edit-page-info-tooltip": "應用程式標題、說明、導航列連結、頁尾文字...等", + "edit-app-config-btn": "編輯應用程式設定", + "edit-app-config-tooltip": "其餘應用程式設定選項", + "edit-pages-btn": "編輯頁面", + "edit-pages-tooltip": "新增或移除額外檢視", + "config-save-methods-subheading": "設定儲存選項", + "save-locally-btn": "本機儲存", + "save-locally-tooltip": "將設定儲存到瀏覽器儲存空間中。這不會影響到您的設定檔,但變更僅會儲存在此裝置", + "save-disk-btn": "儲存設定檔", + "save-disk-tooltip": "將設定儲存到硬碟上的 conf.yml 檔案。這將備份,然後覆寫您目前的設定", + "export-config-btn": "匯出設定", + "export-config-tooltip": "檢視並將新設定匯出到檔案或剪貼簿", + "cloud-backup-btn": "備份至雲端", + "cloud-backup-tooltip": "將加密後的備份設定檔儲存至雲端", + "edit-raw-config-btn": "編輯原始設定", + "edit-raw-config-tooltip": "透過 JSON 編輯器檢視或編輯原始設定", + "cancel-changes-btn": "取消編輯", + "cancel-changes-tooltip": "重設目前的更動,並退出編輯模式。這不會影響您已儲存的設定", + "edit-mode-name": "編輯模式", + "edit-mode-subtitle": "目前為編輯模式", + "edit-mode-description": "這代表您可以編輯設定並預覽。但在您儲存前,變更將不被儲存。", + "save-stage-btn": "儲存", + "cancel-stage-btn": "取消", + "save-locally-warning": "若繼續,變更將僅儲存在瀏覽器中。您應匯出設定檔以在其他裝置使用。您確定要繼續嗎?" + }, + "edit-item": { + "missing-title-err": "必須填寫項目標題" + }, + "edit-section": { + "edit-section-title": "編輯區塊", + "add-section-title": "新增區塊", + "edit-tooltip": "點擊以編輯,右鍵以查看更多選項", + "remove-confirm": "您確定要移除此區塊嗎?此操作可復原。" + }, + "edit-app-config": { + "warning-msg-title": "謹慎操作", + "warning-msg-l1": "下列選項用於進階應用程式設定。", + "warning-msg-l2": "如果您對任何欄位有不確定的地方,請參閱", + "warning-msg-docs": "說明文件", + "warning-msg-l3": "以避免意外後果。" + }, + "export": { + "export-title": "匯出設定", + "copy-clipboard-btn": "複製至剪貼簿", + "copy-clipboard-tooltip": "將所有應用程式設定以 YAML 格式複製到系統剪貼簿。", + "download-file-btn": "下載檔案", + "download-file-tooltip": "將所有應用程式設定以 YAML 檔案下載到您的裝置。", + "view-title": "檢視設定" + } + }, + "widgets": { + "general": { + "loading": "正在載入...", + "show-more": "展開詳細資訊", + "show-less": "顯示較少", + "open-link": "繼續閱讀" + }, + "pi-hole": { + "status-heading": "狀態" + }, + "stat-ping": { + "up": "線上", + "down": "離線" + }, + "net-data": { + "cpu-chart-title": "CPU 歷史紀錄", + "mem-chart-title": "記憶體使用率", + "mem-breakdown-title": "Memory Breakdown", + "load-chart-title": "系統負載" + }, + "glances": { + "disk-space-free": "可用", + "disk-space-used": "已使用", + "disk-mount-point": "掛載點", + "disk-file-system": "檔案系統", + "disk-io-read": "讀取", + "disk-io-write": "寫入", + "system-load-desc": "正在執行隊列中等待的執行序數量,平均分配到所有核心" + }, + "system-info": { + "uptime": "開機時間" + }, + "flight-data": { + "arrivals": "抵達", + "departures": "出發" + }, + "tfl-status": { + "good-service-all": "全線正常營運", + "good-service-rest": "所有其他路線正常營運" + }, + "synology-download": { + "download": "下載", + "upload": "上傳", + "downloaded": "已下載", + "uploaded": "已上傳", + "remaining": "剩餘", + "up": "上傳", + "down": "下載" + }, + "gluetun-status": { + "vpn-ip": "VPN IP", + "country": "國家", + "region": "區域", + "city": "城市", + "post-code": "郵遞區號", + "location": "地區", + "timezone": "時區", + "organization": "組織" + }, + "nextcloud": { + "active": "啟用", + "and": "和", + "applications": "應用程式", + "available": "可用", + "away": "離開", + "cache-full": "快取已滿", + "chat-room": "聊天室", + "delete-all": "全部刪除", + "delete-notification": "刪除通知", + "disabled": "已停用", + "disk-quota": "硬碟限額", + "disk-space": "硬碟空間", + "dnd": "勿擾", + "email": "電子郵件", + "enabled": "已啟用", + "federated-shares-ucfirst": "聯盟共享", + "federated-shares": "聯盟共享", + "files": "檔案{plural}", + "free": "可用", + "groups": "群組", + "hit-rate": "命中率", + "hits": "命中", + "home": "首頁", + "in": "於", + "keys": "金鑰", + "last-24-hours": "過去 24 小時", + "last-5-minutes": "過去 5 分鐘", + "last-hour": "過去 1 小時", + "last-login": "最後登入", + "last-restart": "最後重新啟動", + "load-averages": "所有 CPU 核心的負載平均值", + "local-shares": "本機分享", + "local": "本機", + "max-keys": "最大金鑰", + "memory-used": "已使用記憶體", + "memory-utilisation": "記憶體使用率", + "memory": "記憶體", + "misses": "缺失", + "no-notifications": "無通知", + "no-pending-updates": "無待處理的更新", + "nothing-to-show": "目前沒有可顯示的項目", + "of-which": "of which", + "of": "of", + "offline": "離線", + "online": "線上", + "other": "其他", + "overall": "總體", + "private-link": "私人連結", + "public-link": "公開連結", + "quota-enabled": "硬碟限額 {not}未對此使用者啟用", + "received": "已接收", + "scripts": "腳本", + "sent": "已送出", + "started": "已啟動", + "storages-by-type": "依類型分類的儲存空間", + "storages": "儲存空間{plural}", + "strings-use": "strings use", + "tasks": "工作", + "total-files": "總檔案", + "total-users": "總使用者", + "total": "總數", + "until": "直到", + "updates-available-for": "有可用更新:", + "updates-available": "更新{plural} 可用", + "used": "已使用", + "user": "使用者", + "using": "正在使用", + "version": "版本", + "wasted": "已浪費" + } + } +}