Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Traditional Chinese translation #1452

Merged
merged 1 commit into from
Apr 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions jadx-gui/src/main/resources/i18n/Messages_zh_TW.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ tree.loading=載入中...

progress.load=載入中
progress.decompile=正在反編譯
#progress.index=Indexing
#progress.canceling=Canceling
progress.index=正在索引
progress.canceling=正在取消

error_dialog.title=錯誤

Expand Down Expand Up @@ -119,14 +119,14 @@ preferences.title=選項
preferences.deobfuscation=去模糊化
preferences.appearance=外觀
preferences.decompile=反編譯
#preferences.plugins=Plugins
preferences.plugins=外掛程式
preferences.project=專案
preferences.other=其他
preferences.language=語言
preferences.lineNumbersMode=編輯器行號模式
preferences.check_for_updates=啟動時檢查更新
preferences.useDx=使用 dx/d8 來轉換 Java 位元組碼
#preferences.decompilationMode=Decompilation mode
preferences.decompilationMode=反編譯模式
preferences.showInconsistentCode=顯示不一致的程式碼
preferences.escapeUnicode=Unicode 逸出
preferences.replaceConsts=替換常數
Expand All @@ -136,7 +136,7 @@ preferences.inlineAnonymous=內嵌匿名類別
preferences.inlineMethods=內嵌方式
preferences.fsCaseSensitive=檔案系統區分大小寫
preferences.skipResourcesDecode=不要為資源解碼
#preferences.useKotlinMethodsForVarNames=Use kotlin methods for variables rename
preferences.useKotlinMethodsForVarNames=使用 Kotlin 方法來為變數重新命名
preferences.commentsLevel=程式碼註解層級
preferences.autoSave=自動儲存
preferences.threads=執行緒數
Expand All @@ -154,7 +154,7 @@ preferences.start_jobs=自動開始背景反編譯
preferences.select_font=變更
preferences.select_smali_font=變更
preferences.deobfuscation_on=啟用去模糊化
#preferences.deobfuscation_map_file_mode=Map file handle mode
preferences.deobfuscation_map_file_mode=Map 檔案處理模式
preferences.deobfuscation_min_len=最小名稱長度
preferences.deobfuscation_max_len=最大名稱長度
preferences.deobfuscation_source_alias=將原始檔案名稱作為類別別名
Expand Down