1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Added Chinese (Taiwan)

This commit is contained in:
TheBusyBiscuit 2020-02-04 00:23:01 +01:00
parent 1fb420f7c0
commit a15b32c964
4 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ import io.github.thebusybiscuit.slimefun4.core.services.github.ContributionsConn
import io.github.thebusybiscuit.slimefun4.core.services.github.Contributor; import io.github.thebusybiscuit.slimefun4.core.services.github.Contributor;
import io.github.thebusybiscuit.slimefun4.core.services.github.GitHubConnector; import io.github.thebusybiscuit.slimefun4.core.services.github.GitHubConnector;
import io.github.thebusybiscuit.slimefun4.core.services.github.GitHubTask; import io.github.thebusybiscuit.slimefun4.core.services.github.GitHubTask;
import io.github.thebusybiscuit.slimefun4.core.services.github.Translators; import io.github.thebusybiscuit.slimefun4.core.services.localization.Translators;
import io.github.thebusybiscuit.slimefun4.utils.NumberUtils; import io.github.thebusybiscuit.slimefun4.utils.NumberUtils;
public class GitHubService { public class GitHubService {

View File

@ -1,7 +1,9 @@
package io.github.thebusybiscuit.slimefun4.core.services.github; package io.github.thebusybiscuit.slimefun4.core.services.localization;
import java.util.concurrent.ConcurrentMap; import java.util.concurrent.ConcurrentMap;
import io.github.thebusybiscuit.slimefun4.core.services.github.Contributor;
public class Translators { public class Translators {
private final ConcurrentMap<String, Contributor> contributors; private final ConcurrentMap<String, Contributor> contributors;
@ -64,6 +66,10 @@ public class Translators {
// Translators - Chinese (China) // Translators - Chinese (China)
addTranslator("StarWishsama", "StarWish_Sama", "zh-CN", false); addTranslator("StarWishsama", "StarWish_Sama", "zh-CN", false);
// Translators - Chinese (Taiwan)
addTranslator("BrineYT", "zh-TW", true);
addTranslator("mio9", "zh-TW", true);
} }
private void addTranslator(String name, String language, boolean lock) { private void addTranslator(String name, String language, boolean lock) {

View File

@ -36,7 +36,7 @@ guide:
translator: "&9翻譯人員" translator: "&9翻譯人員"
developer: "&6開發人員" developer: "&6開發人員"
commit: 成員 commit: 成員
commits: "\t\n成員" commits: "成員"
profile-link: 點擊觀看他們在GitHub上的個人資料 profile-link: 點擊觀看他們在GitHub上的個人資料
cheat: cheat:
no-multiblocks: "&4您不能靠作弊取得多方塊結構機械你必須用蓋的" no-multiblocks: "&4您不能靠作弊取得多方塊結構機械你必須用蓋的"
@ -97,9 +97,7 @@ messages:
success: "&a您已成功將此物品綁定魂綁!死後不會噴掉。" success: "&a您已成功將此物品綁定魂綁!死後不會噴掉。"
research: research:
start: "&7遠古之靈在你耳邊低語!" start: "&7遠古之靈在你耳邊低語!"
progress: |- progress: "&7你開始研究&b%research% &e(%progress%)"
&7你開始研究&b%research%
&e(%progress%)
fire-extinguish: "&7你熄滅身上的火" fire-extinguish: "&7你熄滅身上的火"
cannot-place: "&c那裡不能放方塊!" cannot-place: "&c那裡不能放方塊!"
no-pvp: "&c這裡不准打架!" no-pvp: "&c這裡不准打架!"
@ -173,7 +171,7 @@ android:
started: "&7機器人繼續運作" started: "&7機器人繼續運作"
stopped: "&7機器人暫停運作" stopped: "&7機器人暫停運作"
scripts: scripts:
already-uploaded: "&程式已上傳" already-uploaded: "&4程式已上傳"
instructions: instructions:
START: "&2執行程式" START: "&2執行程式"
REPEAT: "&9重複程式" REPEAT: "&9重複程式"

View File

@ -69,9 +69,7 @@ slimefun:
knight_talisman: 騎士護身符 knight_talisman: 騎士護身符
gilded_iron: 鍍金鐵 gilded_iron: 鍍金鐵
synthetic_emerald: 人造翡翠 synthetic_emerald: 人造翡翠
chainmail_armor: '鎖鍊套裝 chainmail_armor: 鎖鍊套裝
'
whirlwind_talisman: 旋風護身符 whirlwind_talisman: 旋風護身符
wizard_talisman: 巫師護身符 wizard_talisman: 巫師護身符
lumber_axe: 伐木斧 lumber_axe: 伐木斧
@ -81,9 +79,7 @@ slimefun:
redstone_alloy: 紅石合金錠 redstone_alloy: 紅石合金錠
carbonado_tools: 頂級機器 carbonado_tools: 頂級機器
first_aid: 急救包 first_aid: 急救包
gold_armor: '比較強的金裝 gold_armor: 比較強的金裝
'
night_vision_googles: 夜視鏡 night_vision_googles: 夜視鏡
pickaxe_of_containment: 生怪磚鎬 pickaxe_of_containment: 生怪磚鎬
hercules_pickaxe: 粉碎鎬 hercules_pickaxe: 粉碎鎬