Skip to content

mods_feat(oωo): 新增 oωo 程式庫 v0.10.2 #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions MultiVersions/Fabric/main/owo/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"text.owo.itemGroup.tab_template": [
{ "index": 0 },
{ "text": " > ", "color": "gray" },
{ "index": 1, "color": "dark_gray" }
],
"text.owo.config.search": "Search...",
"text.owo.config.search.matches": "%d of %d",
"text.owo.config.search.no_matches": "No matches",
"text.owo.config.must_restart": "Some changes you made require a restart to apply",
"text.owo.config.button.exit_minecraft": "Exit Minecraft",
"text.owo.config.button.ignore_restart": "Restart later",
"text.owo.config.button.range.edit_as_text": "Edit as text",
"text.owo.config.button.range.edit_with_slider": "Edit with slider",
"text.owo.config.applies_after_restart": [
{
"text": "⏻ ",
"color": "#FAEA48"
},
{
"text": "This option applies after a restart",
"color": "gray"
}
],
"text.owo.config.managed_by_server": [
{
"text": "⚑ ",
"color": "#EB1D36"
},
{
"text": "This option is being managed by the server\n Disconnect to edit it",
"color": "gray"
}
],
"text.owo.config.button.reload": "Reload",
"text.owo.config.button.done": "Done",
"text.owo.config.sections": [
{
"text": "Sections",
"underlined": true
}
],
"text.owo.config.list.add_entry": "Add entry",
"text.owo.config.boolean_toggle.enabled": [
"",
{
"text": "[",
"color": "gray"
},
{
"text": "✔",
"color": "#28FFBF"
},
{
"text": "]",
"color": "gray"
},
" Enabled"
],
"text.owo.config.boolean_toggle.disabled": [
"",
{
"text": "[",
"color": "gray"
},
{
"text": "❌",
"color": "#EB1D36"
},
{
"text": "]",
"color": "gray"
},
" Disabled"
]
}
76 changes: 76 additions & 0 deletions MultiVersions/Fabric/main/owo/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"text.owo.itemGroup.tab_template": [
{ "index": 0 },
{ "text": " > ", "color": "gray" },
{ "index": 1, "color": "dark_gray" }
],
"text.owo.config.search": "搜尋……",
"text.owo.config.search.matches": "%d/%d",
"text.owo.config.search.no_matches": "沒有符合搜尋的結果",
"text.owo.config.must_restart": "部分變動需要重開才能套用",
"text.owo.config.button.exit_minecraft": "離開 Minecraft",
"text.owo.config.button.ignore_restart": "稍後重開",
"text.owo.config.button.range.edit_as_text": "以文字編輯",
"text.owo.config.button.range.edit_with_slider": "以滑桿編輯",
"text.owo.config.applies_after_restart": [
{
"text": "⏻ ",
"color": "#FAEA48"
},
{
"text": "該選項在重開遊戲後才會套用",
"color": "gray"
}
],
"text.owo.config.managed_by_server": [
{
"text": "⚑ ",
"color": "#EB1D36"
},
{
"text": "該選項已由伺服器管理\n 請中斷連線來編輯它",
"color": "gray"
}
],
"text.owo.config.button.reload": "重新載入",
"text.owo.config.button.done": "完成",
"text.owo.config.sections": [
{
"text": "區段",
"underlined": true
}
],
"text.owo.config.list.add_entry": "新增項目",
"text.owo.config.boolean_toggle.enabled": [
"",
{
"text": "[",
"color": "gray"
},
{
"text": "✔",
"color": "#28FFBF"
},
{
"text": "]",
"color": "gray"
},
" 已啟用"
],
"text.owo.config.boolean_toggle.disabled": [
"",
{
"text": "[",
"color": "gray"
},
{
"text": "❌",
"color": "#EB1D36"
},
{
"text": "]",
"color": "gray"
},
" 已停用"
]
}