Skip to content

Commit 69fd88d

Browse files
authored
fix(gui): update zh_tw translation (PR #2818)
1 parent f2f1450 commit 69fd88d

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

jadx-gui/src/main/resources/i18n/Messages_zh_TW.properties

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ file.export_node=匯出檔案
5656
start_page.title=開始頁面
5757
start_page.start=開始
5858
start_page.recent=近期專案
59-
#start_page.list.delete_recent_project=Delete project
60-
#start_page.list.delete_recent_project.tooltip=Delete project from recent list
59+
start_page.list.delete_recent_project=刪除項目
60+
start_page.list.delete_recent_project.tooltip=從最近列表中刪除
6161

6262
tree.inputs_title=輸入
6363
tree.input_files=檔案
@@ -76,12 +76,12 @@ progress.canceling=正在取消
7676

7777
error_dialog.title=錯誤
7878
error_dialog.not_found=找不到 %s
79-
#error_dialog.not_found_file=File not found at path:\n%s
80-
#error_dialog.path_is_directory=The specified path is a directory:\n%s
81-
#error_dialog.cannot_read=Cannot read file:\n%s
82-
#error_dialog.open_failed=Failed to open file:\n%s
83-
#error_dialog.invalid_path_format=Invalid file path:\n%s
84-
#error_dialog.desktop_unsupported=Desktop is not supported in this environment.
79+
error_dialog.not_found_file=找不到檔案:\n%s
80+
error_dialog.path_is_directory=指定路徑是目錄:\n%s
81+
error_dialog.cannot_read=無法讀取檔案:\n%s
82+
error_dialog.open_failed=開啟檔案失敗:\n%s
83+
error_dialog.invalid_path_format=檔案路徑格式無效:\n%s
84+
error_dialog.desktop_unsupported=此環境不支援桌面操作。
8585

8686
search.previous=上一個
8787
search.next=下一個
@@ -91,10 +91,10 @@ search.match_case=大小寫須相符
9191
search.whole_word=全字拼寫須相符
9292
search.find=尋找
9393
search.results=%s%d 個結果
94-
#search.match_of=Match %d of %d
95-
#search.match_found=Match found
96-
#search.match_not_found=No Matches found
97-
#search.single_match=Single match found
94+
search.match_of= %d 個,共 %d
95+
search.match_found=找到相符結果
96+
search.match_not_found=為找到相符結果
97+
search.single_match=找到一個相符結果
9898
#search.find_type_text=Find by text
9999
#search.find_type_hex=Find by hex
100100

@@ -210,7 +210,7 @@ export_dialog.save_path=儲存路徑:
210210
export_dialog.browse=瀏覽
211211
export_dialog.export_options=匯出選項
212212
export_dialog.export_gradle=匯出成 Gradle 專案
213-
#export_dialog.export_gradle_type=Gradle template:
213+
export_dialog.export_gradle_type=Gradle 模板:
214214

215215
log_viewer.title=記錄檔檢視器
216216
log_viewer.log_level=記錄層級:
@@ -248,7 +248,7 @@ preferences.respectBytecodeAccessModifiers=遵守位元組碼存取修飾詞
248248
preferences.useImports=使用 import 陳述式
249249
preferences.useDebugInfo=使用除錯資訊
250250
preferences.inlineAnonymous=內嵌匿名類別
251-
preferences.inlineMethods=內嵌方式
251+
preferences.inlineMethods=內嵌方法
252252
preferences.inlineKotlinLambdas=允許內嵌 Kotlin 匿名函式
253253
preferences.moveInnerClasses=將內部類別移動至父類別
254254
preferences.extractFinally=擷取 finally 區塊
@@ -308,7 +308,7 @@ preferences.res_file_ext=副檔名 (e.g. .xml|.html), * 表示全部
308308
preferences.res_skip_file=略過大於此值的檔案 (MB)
309309
preferences.tab_dnd_appearance=拖動分頁時外觀
310310

311-
#preferences.plugins.manage=Manage plugins
311+
preferences.plugins.manage=管理外掛程式
312312
preferences.plugins.install=安裝外掛程式
313313
preferences.plugins.install_btn=安裝
314314
preferences.plugins.uninstall_btn=解除安裝
@@ -352,12 +352,12 @@ msg.cant_add_comment=無法在此新增註解
352352
#msg.non_displayable_chars=Some characters were found in code are not displayable by currently used font "%s". Show chars?
353353
#msg.non_displayable_chars.title=Undisplayed Strings
354354

355-
#methods_dialog.title=Select methods
355+
methods_dialog.title=選擇方法
356356

357357
popup.bytecode_col=顯示 Dalvik 位元組碼
358358
popup.line_wrap=自動換行
359359
popup.undo=復原
360-
popup.redo=取消復原
360+
popup.redo=重做
361361
popup.cut=剪下
362362
popup.copy=複製
363363
popup.paste=貼上
@@ -395,11 +395,11 @@ popup.add_scripts=加入腳本
395395
popup.new_script=新增腳本
396396
popup.json_prettify=JSON 格式化
397397
popup.export=匯出
398-
popup.usage_dialog_plus=使用情況搜尋
399-
#popup.copy_as=Copy as...
400-
#popup.copy_as_hex=Copy as HEX
401-
#popup.copy_as_string=Copy as String
402-
#popup.copy_offset=Copy offset
398+
popup.usage_dialog_plus=查找引用
399+
popup.copy_as=另存為...
400+
popup.copy_as_hex=另存爲 HEX
401+
popup.copy_as_string=另存爲 字符串
402+
popup.copy_offset=複製 偏移量
403403

404404
script.run=執行
405405
script.save=儲存
@@ -408,8 +408,8 @@ script.check=檢查
408408
script.format=重新格式化
409409
script.log=顯示記錄檔
410410

411-
#encoding_dialog.title=Encoding
412-
#encoding_dialog.message=Select encoding:
411+
encoding_dialog.title=編碼
412+
encoding_dialog.message=選擇編碼:
413413

414414
exclude_dialog.title=套件選擇
415415
exclude_dialog.select_all=全選
@@ -440,7 +440,7 @@ certificate.serialSHA256=SHA-256 指紋
440440
certificate.serialPubKeyY=Y
441441

442442
apkSignature.signer=簽署者
443-
#apkSignature.loading=Loading signature...
443+
apkSignature.loading=載入簽名中...
444444
apkSignature.verificationSuccess=簽名驗證成功
445445
apkSignature.verificationFailed=簽名驗證失敗
446446
apkSignature.signatureSuccess=找到可用的 APK 簽名 v%d
@@ -464,7 +464,7 @@ debugger.stop=停止偵錯工具並終止應用程式
464464
debugger.pause=暫停
465465
debugger.rerun=重新執行
466466
debugger.cfm_dialog_title=偵錯時離開
467-
debugger.cfm_dialog_msg=您確定要終止除錯工具嗎
467+
debugger.cfm_dialog_msg=您確定要終止偵錯工具嗎
468468

469469
debugger.popup_set_value=設置數值
470470
debugger.popup_change_to_zero=修改為 0

0 commit comments

Comments
 (0)