SIGN IN SIGN UP

fix(i18n): correct Chinese translation of "run" terminology

Replace incorrect "运行" (execute) and "文本运行" with "文本块" (text block)
for word processing "run" concept across Chinese translations.

In word processing APIs, a "run" refers to a contiguous text segment with
uniform formatting - not program execution. The previous translation caused
confusion for Chinese-speaking developers.

Changes:
- Office/zh-CN.json: ~100 translations fixed
- Plugins/Methods/zh-CN.json: 2 translations fixed

Affected terms:
- "current run" → "当前文本块"
- "text run" → "文本块"
- "contents of the run" → "文本块的内容"
- "run position" → "文本块位置"
A
Alexander Trofimov committed
5b3b5207f3cc9d6730007dc117bd6d4e06c922a8
Parent: 8b54e41