mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
Add warning messages in Chinese locale
This commit is contained in:
@@ -307,5 +307,10 @@ contrib.unsupported_operating_system = 你当前的操作系统似乎不被支
|
||||
# Warnings
|
||||
|
||||
warn.delete = 删除
|
||||
warn.delete.sketch = 你确定要删除该速写本?
|
||||
warn.delete.file = 你确定删除 "%s"?
|
||||
warn.delete.sketch = 你确定要删除该速写本吗?
|
||||
warn.delete.sketch_folder = 你确定要删除该速写本吗?\n这将删除整个 “%s” 文件夹。
|
||||
warn.delete.sketch_last = 为了确保您的文件安全,Processing 不支持删除整个速写本文件夹。\n请在文件管理器中打开速写本文件夹进行删除。
|
||||
warn.delete.file = 你确定要删除 "%s" 吗?
|
||||
warn.delete.sketch_file = 你确定要删除 “%s” 吗?
|
||||
warn.cannot_change_mode.title = 无法切换模式
|
||||
warn.cannot_change_mode.body = 无法切换模式,\n因为 “%s” 模式与当前模式不兼容。
|
||||
Reference in New Issue
Block a user