Browse Source

Resegment translations

pip install --upgrade -r tools/segmenter/requirements.txt
    tools/segmenter/segment_all.py
pull/4328/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
87de23555e
  1. 352
      Translations/zh_CN.po
  2. 14
      Translations/zh_TW.po
  3. 2
      tools/segmenter/README.md

352
Translations/zh_CN.po

File diff suppressed because it is too large Load Diff

14
Translations/zh_TW.po

@ -583,7 +583,7 @@ msgstr "選難度"
#: Source/DiabloUI/selgame.cpp:315
msgid "Join {:s} Games"
msgstr "加入{:s}戲"
msgstr "加入{:s}戲"
#: Source/DiabloUI/selgame.cpp:320
msgid "Enter Game ID"
@ -4196,7 +4196,7 @@ msgstr "火焰抗性: {:+d}%"
#: Source/items.cpp:3564
msgid "Resist Fire: {:+d}% MAX"
msgstr "火焰抗性: 最大{:+d}%"
msgstr "火焰抗性: 最{:+d}%"
#: Source/items.cpp:3568
msgid "Resist Lightning: {:+d}%"
@ -4204,7 +4204,7 @@ msgstr "閃抗性: {:+d}%"
#: Source/items.cpp:3570
msgid "Resist Lightning: {:+d}% MAX"
msgstr "閃抗性: 最大{:+d}%"
msgstr "閃抗性: 最{:+d}%"
#: Source/items.cpp:3574
msgid "Resist Magic: {:+d}%"
@ -4212,7 +4212,7 @@ msgstr "抵抗魔法: {:+d}%"
#: Source/items.cpp:3576
msgid "Resist Magic: {:+d}% MAX"
msgstr "抵抗魔法: 最大{:+d}%"
msgstr "抵抗魔法: 最{:+d}%"
#: Source/items.cpp:3580
msgid "Resist All: {:+d}%"
@ -6216,7 +6216,7 @@ msgstr " 火"
#: Source/monster.cpp:4696 Source/monster.cpp:4706
msgid " Lightning"
msgstr " 閃電"
msgstr " 閃電"
#: Source/monster.cpp:4700
msgid "Immune:"
@ -7487,7 +7487,7 @@ msgstr "只傷害亡靈"
#, fuzzy
#| msgid "{:d} Scroll"
msgid "Scroll"
msgstr "{:s}卷軸"
msgstr "{:s}軸"
#: Source/panels/spell_list.cpp:204
#, fuzzy
@ -7562,7 +7562,7 @@ msgstr "下級: {:s}"
#: Source/qol/xpbar.cpp:162
msgid "{:s} to Level {:d}"
msgstr "{:s}到{:d}級"
msgstr "{:s}{:d}級"
#. TRANSLATORS: Quest Name Block
#: Source/quests.cpp:44

2
tools/segmenter/README.md

@ -17,7 +17,7 @@ For Japanese, uses [Sudachi](https://github.com/WorksApplications/sudachi.rs).
3. Python packages:
```shell
pip install -r tools/segmenter/requirements.txt
pip install --upgrade -r tools/segmenter/requirements.txt
```
## Usage

Loading…
Cancel
Save