Skip to content

Commit b7aa3b9

Browse files
committed
Add warning messages in Traditional Chinese locale
1 parent b1bbce6 commit b7aa3b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/shared/lib/languages/PDE_zh-TW.properties

+4-3
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,10 @@ contrib.import.errors.link = 錯誤Error: 這個library %s 的下載網址有問
577577
warn.delete = 刪除Delete...
578578
warn.delete.sketch = 確定要刪除程式嗎?
579579
warn.delete.file = 確定要刪除檔案 "%s" 嗎?
580-
warn.cannot_change_mode.title = Cannot change mode
581-
warn.cannot_change_mode.body = Cannot change mode,\nbecause "%s" mode is not compatible with current mode.
582-
580+
warn.delete.sketch_file = 您確定要刪除「%s」嗎?
581+
warn.delete.sketch_last = 為了保護您的檔案安全,Processing 不支援刪除整個程式素描本資料夾。\n請在檔案總管中開啟該資料夾進行刪除。
582+
warn.cannot_change_mode.title = 無法切換模式
583+
warn.cannot_change_mode.body = 無法切換模式,\n因為「%s」模式與當前模式不相容。
583584

584585
# ---------------------------------------
585586
# Update Check

0 commit comments

Comments
 (0)