-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbe4d75
commit 0c0ebec
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"text.ledger.header.search.pos": "--- 位於 %s 的紀錄---", | ||
"text.ledger.header.search": "------ 記錄搜尋 ------", | ||
"text.ledger.header.status": "------ Ledger ------", | ||
|
||
"text.ledger.footer.search": "------- %s [第 %s 頁 共 %s 頁] %s -------", | ||
"text.ledger.footer.page_forward": ">>", | ||
"text.ledger.footer.page_forward.hover": "下一頁", | ||
"text.ledger.footer.page_backward": "<<", | ||
"text.ledger.footer.page_backward.hover": "上一頁", | ||
|
||
"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.join": "單擊以加入", | ||
"text.ledger.status.wiki": "Wiki: %s", | ||
"text.ledger.status.wiki.view": "單擊跳轉WIKI", | ||
|
||
"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.location.hover": "單擊傳送至此", | ||
|
||
"text.ledger.rollback.start": "正在回滾,共 %s 次更改", | ||
"text.ledger.rollback.finish": "完成了指定規則內的回滾", | ||
"text.ledger.rollback.fail": "回滾失敗 %s x%s", | ||
|
||
"text.ledger.restore.start": "正在還原 %s 次回溯更改", | ||
"text.ledger.restore.finish": "完成了指定規則內的還原", | ||
"text.ledger.restore.fail": "還原失敗 %s x%s", | ||
|
||
"text.ledger.inspect.toggle": "查詢模式: %s", | ||
"text.ledger.inspect.on": "開啟", | ||
"text.ledger.inspect.off": "關閉", | ||
|
||
"text.ledger.database.busy": "資料庫任務繁忙. 這可能需要一點時間", | ||
|
||
"error.ledger.no_cached_params": "沒有快取搜尋. 嘗試先執行搜尋", | ||
"error.ledger.command.no_results": "沒有查詢到任何結果", | ||
"error.ledger.no_more_pages": "沒有更多頁了", | ||
"error.ledger.unknown_param": "非法參數--> %s", | ||
"error.ledger.no_preview": "沒有可預覽的結果,預覽失敗", | ||
|
||
"text.ledger.action.block-place": "放置", | ||
"text.ledger.action.block-break": "破壞", | ||
"text.ledger.action.item-insert": "放入", | ||
"text.ledger.action.item-remove": "拿取", | ||
"text.ledger.action.entity-kill": "殺死", | ||
|
||
"text.ledger.network.protocols_mismatched": "協議版本不匹配: 用戶端協議版本 %d 服務端版本為 %d" | ||
} |