Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
feat(i18n): update translations (#113)
Browse files Browse the repository at this point in the history
* feat(i18n): update translations for Chinese Simplified(en_us.json)
[ci skip]

* feat(i18n): update translations for Chinese Traditional(en_us.json)
[ci skip]

* feat(i18n): update translations for Chinese Meme(en_us.json)
[ci skip]

* feat(i18n): update translations for Classical Chinese(en_us.json)
[ci skip]
  • Loading branch information
xtexChooser authored Aug 10, 2022
1 parent 0df358f commit 5a6e379
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/assets/scpsharp/lang/lzh.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"death.attack.scp008": "%1$s 因異常008感染而死",
"effect.scpsharp.scp008_infected": "異常008感染",
"entity.scpsharp.scp173": "異常173",
"item.scpsharp.anti_scp008_suit_chest": "防異常008鎧甲",
"item.scpsharp.anti_scp008_suit_feet": "防異常008靴",
"item.scpsharp.anti_scp008_suit_helmet": "防異常008盔",
"item.scpsharp.anti_scp008_suit_legs": "防異常008護腳",
"item.scpsharp.scp005": "異常005",
"item.scpsharp.scp173_spawn_egg": "異常173之卵",
"item.scpsharp.scp427_closed": "關閉的異常427",
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/scpsharp/lang/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"death.attack.scp008": "%1$s 死于SCP-008感染",
"effect.scpsharp.scp008_infected": "SCP-008 感染",
"entity.scpsharp.scp173": "SCP-173",
"item.scpsharp.anti_scp008_suit_chest": "抗 SCP-008 胸甲",
"item.scpsharp.anti_scp008_suit_feet": "抗 SCP-008 靴子",
"item.scpsharp.anti_scp008_suit_helmet": "抗 SCP-008 头盔",
"item.scpsharp.anti_scp008_suit_legs": "抗 SCP-008 护腿",
"item.scpsharp.scp005": "SCP-005",
"item.scpsharp.scp173_spawn_egg": "SCP-173刷怪蛋",
"item.scpsharp.scp427_closed": "关闭的SCP-427",
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/scpsharp/lang/zh_MEME.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"death.attack.scp008": "%1$s 不好好呆在家里最终死于新冠",
"effect.scpsharp.scp008_infected": "通过SSH传播的病毒",
"entity.scpsharp.scp173": "花生",
"item.scpsharp.anti_scp008_suit_chest": "反对 SCP-008 的胸甲",
"item.scpsharp.anti_scp008_suit_feet": "反对 SCP-008 的靴子",
"item.scpsharp.anti_scp008_suit_helmet": "反对 SCP-008 的头盔",
"item.scpsharp.anti_scp008_suit_legs": "反对 SCP-008 的护腿",
"item.scpsharp.scp005": "P0级密钥泄露事故",
"item.scpsharp.scp173_spawn_egg": "小花生刷怪蛋",
"item.scpsharp.scp427_closed": "合上的的万能球球",
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/scpsharp/lang/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"death.attack.scp008": "%1$s 死於SCP-008感染",
"effect.scpsharp.scp008_infected": "SCP-008感染",
"entity.scpsharp.scp173": "SCP-173",
"item.scpsharp.anti_scp008_suit_chest": "抗 SCP-008 胸甲",
"item.scpsharp.anti_scp008_suit_feet": "抗 SCP-008 靴",
"item.scpsharp.anti_scp008_suit_helmet": "抗 SCP-008 頭盔",
"item.scpsharp.anti_scp008_suit_legs": "抗 SCP-008 護腳",
"item.scpsharp.scp005": "SCP-005",
"item.scpsharp.scp173_spawn_egg": "SCP-173刷怪蛋",
"item.scpsharp.scp427_closed": "關閉的SCP-427",
Expand Down

0 comments on commit 5a6e379

Please sign in to comment.