Skip to content

Commit

Permalink
Merge branch 'master' into 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident authored Jun 19, 2024
2 parents 9e90c7f + 3cc41c7 commit dd95bd2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G

# Mod Properties
modVersion = 1.3.2
modVersion = 1.3.3
mavenGroup = com.github.quiltservertools
modId = ledger
modName = Ledger
Expand Down
22 changes: 17 additions & 5 deletions src/main/resources/data/ledger/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
"text.ledger.footer.page_backward": "<<",
"text.ledger.footer.page_backward.hover": "上一頁",

"text.ledger.status.queue": "資料庫隊列狀態: %s ",
"text.ledger.status.queue": "資料庫佇列: %s ",
"text.ledger.status.queue.busy": "繁忙",
"text.ledger.status.queue.empty": "閒置",
"text.ledger.status.version": "版本: %s",
"text.ledger.status.discord": "單擊以加入 Ledger discord 伺服器",
"text.ledger.status.discord": "Discord:%s",
"text.ledger.status.discord.join": "單擊以加入",
"text.ledger.status.db_type": "資料庫類型: %s",
"text.ledger.status.wiki": "Wiki: %s",
"text.ledger.status.wiki.view": "單擊跳轉WIKI",

"text.ledger.preview.start": "功能預覽",
"text.ledger.preview.start": "預覽開始",

"text.ledger.action_message": "%1$s %2$s %3$s %4$s %5$s",
"text.ledger.action_message.time_diff": "%s ago",
"text.ledger.action_message.time_diff": "%s ",
"text.ledger.action_message.location.hover": "單擊傳送至此",
"text.ledger.action_message.with": "",

"text.ledger.rollback.start": "正在回滾,共 %s 次更改",
"text.ledger.rollback.finish": "完成了指定規則內的回滾",
Expand All @@ -46,9 +48,19 @@

"text.ledger.action.block-place": "放置",
"text.ledger.action.block-break": "破壞",
"text.ledger.action.block-change": "改變",
"text.ledger.action.item-insert": "放入",
"text.ledger.action.item-remove": "拿取",
"text.ledger.action.item-pick-up": "撿起",
"text.ledger.action.item-drop": "掉落",
"text.ledger.action.entity-kill": "殺死",
"text.ledger.action.entity-change": "改變",

"text.ledger.network.protocols_mismatched": "協議版本不匹配: 用戶端協議版本 %d 服務端版本為 %d"
"text.ledger.network.protocols_mismatched": "協議版本不匹配: 用戶端協議版本 %d 伺服器端版本為 %d",
"text.ledger.network.no_mod_info": "無法確定您的客戶端模組的模組資訊",

"text.ledger.purge.starting": "------ 開始清除 ------",
"text.ledger.purge.complete": "------ 完成清除 ------",

"text.ledger.player.result": "%1$s: 首次加入 %2$s. 最後加入: %3$s"
}

0 comments on commit dd95bd2

Please sign in to comment.