diff options
Diffstat (limited to 'backend/locales/zh-TW.json')
| -rw-r--r-- | backend/locales/zh-TW.json | 44 |
1 files changed, 39 insertions, 5 deletions
diff --git a/backend/locales/zh-TW.json b/backend/locales/zh-TW.json index b7035b86..2891aa9c 100644 --- a/backend/locales/zh-TW.json +++ b/backend/locales/zh-TW.json @@ -14,7 +14,27 @@ }, "FilePickerIndex": { "folder": { - "select": "使用此資料夾" + "select": "使用此資料夾", + "show_more": "顯示更多檔案", + "label": "資料夾" + }, + "filter": { + "modified_asce": "修改日期(舊到新)", + "created_desc": "建立日期(新到舊)", + "modified_desc": "修改日期(新到舊)", + "name_desc": "子母排序(A到Z)", + "name_asce": "子母排序(Z到A)", + "size_asce": "檔案大小(小到大)", + "size_desc": "檔案大小(大到小)", + "created_asce": "建立日期(舊到新)" + }, + "file": { + "select": "選擇此檔案" + }, + "files": { + "all_files": "所有檔案", + "file_type": "檔案類型", + "show_hidden": "顯示隱藏檔" } }, "PluginCard": { @@ -86,9 +106,6 @@ "button_install": "安裝", "header": "第三方外掛程式" }, - "toast_zip": { - "title": "Decky" - }, "valve_internal": { "desc2": "除非您知道它的作用,否則不要碰這個選單中的任何東西。", "desc1": "啟用 Valve 內建開發人員選單。", @@ -103,7 +120,7 @@ "cef_console": { "button": "開啟控制台", "label": "CEF 控制台", - "desc": "開啟 CEF 控制台。僅用於偵錯。這裡的東西有潛在的風險,只有當你是一個外掛程式開發者或者被外掛程式開發者引導到這裡時,才應該使用。" + "desc": "開啟 CEF 控制台。僅用於偵錯。這裡的東西有潛在的風險,只有當您是一個外掛程式開發者或者被外掛程式開發者引導到這裡時,才應該使用。" } }, "SettingsGeneralIndex": { @@ -122,6 +139,11 @@ }, "updates": { "header": "更新" + }, + "notifications": { + "decky_updates_label": "Decky 可更新", + "header": "通知", + "plugin_updates_label": "外掛程式有更新" } }, "SettingsIndex": { @@ -207,5 +229,17 @@ "update": "更新 {{name}} 到 {{version}}", "reinstall": "重新安裝 {{name}} {{version}}" } + }, + "FilePickerError": { + "errors": { + "perm_denied": "您沒有瀏覽此目錄的權限。請檢查您的使用者(Steam Deck 中的 deck 帳號)有權限瀏覽特定的資料夾或檔案。", + "unknown": "發生未知錯誤。錯誤詳細資料:{{raw_error}}", + "file_not_found": "指定路徑無效。請檢查並輸入正確路徑。" + } + }, + "DropdownMultiselect": { + "button": { + "back": "返回" + } } } |
