Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_feat(Cyclops Core): 新增 Cyclops 核心 v1.16.2 (#237)
Browse files Browse the repository at this point in the history
* mods_feat(Cyclops Core): 新增 Cyclops 核心 v1.16.2

* mods_fix(Cyclops Core): 修正檔案副檔名
  • Loading branch information
StarskyXIII authored Feb 23, 2023
1 parent c1d1b0e commit 3075482
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
54 changes: 54 additions & 0 deletions assets/cyclopscore/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"_comment": "General",
"itemGroup.cyclopscore": "Cyclops Core",
"general.cyclopscore.dev_world": "Dev World",
"general.cyclopscore.tooltip.info": "<Shift for info>",
"general.cyclopscore.info.enabled": "§aEnabled",
"general.cyclopscore.info.disabled": "Disabled",
"general.cyclopscore.version.updateAvailable": "Update available",
"general.cyclopscore.version.download": "[Download]",
"general.cyclopscore.version.clickToDownload": "Click to download",

"_comment": "Gui",
"gui.cyclopscore.scrollbar": "Scroll",
"gui.cyclopscore.search": "Search",
"gui.cyclopscore.left": "Left",
"gui.cyclopscore.right": "Right",
"gui.cyclopscore.up": "Up",
"gui.cyclopscore.down": "Down",
"gui.cyclopscore.infobook": "Information Book",

"_comment": "Infobook",
"infobook.cyclopscore.next_page": "Next page",
"infobook.cyclopscore.previous_page": "Previous page",
"infobook.cyclopscore.parent_section": "Parent section",
"infobook.cyclopscore.last_page": "Last visited page",
"infobook.cyclopscore.keybindings": "Key Bindings",
"infobook.cyclopscore.keybinding": "Key Binding",
"infobook.cyclopscore.external": "Web version",
"gui.cyclopscore.rewards": "Rewards",

"_comment": "Chat messages",
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments",
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand",
"chat.cyclopscore.command.onlyOneValue": "Please define one new value",
"chat.cyclopscore.command.invalidNewValue": "Invalid new value",
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s",
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found",
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s seconds",
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set",

"_comment": "Multiblock",
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.",
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.",
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.",
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.",
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.",
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.",
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.",
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.",
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.",

"_comment": "Vanilla additions",
"block.air": "Air"
}
54 changes: 54 additions & 0 deletions assets/cyclopscore/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"_comment": "General",
"itemGroup.cyclopscore": "Cyclops 核心",
"general.cyclopscore.dev_world": "開發者世界",
"general.cyclopscore.tooltip.info": "<按住 Shift 查看資訊>",
"general.cyclopscore.info.enabled": "§a已啟用",
"general.cyclopscore.info.disabled": "已停用",
"general.cyclopscore.version.updateAvailable": "發現可用的更新",
"general.cyclopscore.version.download": "[下載]",
"general.cyclopscore.version.clickToDownload": "點擊以下載",

"_comment": "Gui",
"gui.cyclopscore.scrollbar": "捲軸",
"gui.cyclopscore.search": "搜尋",
"gui.cyclopscore.left": "",
"gui.cyclopscore.right": "",
"gui.cyclopscore.up": "",
"gui.cyclopscore.down": "",
"gui.cyclopscore.infobook": "資訊手冊",

"_comment": "Infobook",
"infobook.cyclopscore.next_page": "下一頁",
"infobook.cyclopscore.previous_page": "上一頁",
"infobook.cyclopscore.parent_section": "父區段",
"infobook.cyclopscore.last_page": "上次瀏覽的頁面",
"infobook.cyclopscore.keybindings": "按鍵綁定",
"infobook.cyclopscore.keybinding": "按鍵綁定",
"infobook.cyclopscore.external": "網頁版本",
"gui.cyclopscore.rewards": "獎勵",

"_comment": "Chat messages",
"chat.cyclopscore.command.invalidArguments": "無效引數",
"chat.cyclopscore.command.invalidSubcommand": "無效子命令",
"chat.cyclopscore.command.onlyOneValue": "請定義一個新的數值",
"chat.cyclopscore.command.invalidNewValue": "無效新數值",
"chat.cyclopscore.command.updatedValue": "已將 %s 更新至:%s",
"chat.cyclopscore.command.invalidPlayer": "找不到玩家「%s」",
"chat.cyclopscore.command.ignitedPlayer": "玩家「%s」在火焰中燃燒了 %s 秒",
"chat.cyclopscore.command.noConfigsFound": "找不到可被設定的組態數值",

"_comment": "Multiblock",
"multiblock.cyclopscore.error.invalidBlock": "%s 包含了無效的方塊:%s。",
"multiblock.cyclopscore.error.size.cube": "尺寸 %s 無法形成立方體,長寬高不相等。",
"multiblock.cyclopscore.error.size.exact": "找到尺寸 %s,但結構尺寸必須為 %s。",
"multiblock.cyclopscore.error.size.max": "找到尺寸 %s,但結構尺寸最大值為 %s。",
"multiblock.cyclopscore.error.size.min": "找到尺寸 %s,但結構尺寸最小值為 %s。",
"multiblock.cyclopscore.error.blockCount.exact": "結構需要 %s 個%s,但找到了 %s 個。",
"multiblock.cyclopscore.error.blockCount.max": "結構最多能有 %s 個%s,但找到了 %s 個。",
"multiblock.cyclopscore.error.blockCount.min": "結構最少要有 %s 個%s,但找到了 %s 個。",
"multiblock.cyclopscore.error.hollow.air": "位置(%s)必須清空。",

"_comment": "Vanilla additions",
"block.air": "空氣"
}

0 comments on commit 3075482

Please sign in to comment.