Skip to content
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

英語メッセージファイルを追加し、デフォルトの言語を en にする #72

Merged
merged 14 commits into from
Oct 9, 2021

Conversation

Siroshun09
Copy link
Member

closes #66

英語メッセージファイルを追加するとともに、デフォルトの言語を en (Locale.ENGLISH) にする。

いくつかの日本語メッセージの改善やメッセージキーの変更も含まれる。

@Siroshun09 Siroshun09 added the enhancement New feature or request label Oct 9, 2021
@Siroshun09 Siroshun09 self-assigned this Oct 9, 2021
deposit:
success: "Deposited {0}x{1} (Now {2})"
all-success: "Deposited {0} items in your inventory that can be deposited."
is-air: "You don't have no item in your main hand."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You dont have (any) item
You have no item

all-success: "Deposited {0} items in your inventory that can be deposited."
is-air: "You don't have no item in your main hand."
item-not-registered: "The item in your main hand is not registered in Box."
not-deposited: "The specified item was not found in your inventory."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has not been found?

is-air: "You don't have no item in your main hand."
item-not-registered: "The item in your main hand is not registered in Box."
not-deposited: "The specified item was not found in your inventory."
not-found: "No items could be deposited in the inventory."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「inventoryに預けられるアイテムはありませんでした」
本当に?

inventory-is-full: "There is not space in your inventory."
help:
command-line: "/box withdraw <item> [amount]"
description: "Withdraw item"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

depositのほうにはspecifiedがある

command-line: "/box withdraw <item> [amount]"
description: "Withdraw item"
iteminfo:
is-air: "You don't have no item in your main hand."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont have no

description: "Register item in main hand to Box"
reload:
start: "Reloading Box..."
finish: "Reloading Box is complete."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed?
Box is reloaded

target: "{0} took {1}x{2} (Now {3})."
help:
command-line: "/boxadmin take <player> <item name> <amount>"
description: "Decrease stocks"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stock

bulk: "Bulk ingredient change"
each: "Partial ingredient change"
menus:
craft: "Crafting of {0}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Craftで良い説

したも同じ

customstick:
success: "The item in your hand can now be used as Box Stick."
already: "The item in your hand can already be used as Box Stick."
is-air: "You don't have no item in your main hand."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont have no

load-on-join: "Failed to load the stock data. Please contact the administrator."
save: "Failed to save the stock data. Please contact the administrator."
command:
only-player: "This command only execute by the player in game."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hibun

@Siroshun09 Siroshun09 merged commit 2277ad1 into v4/develop Oct 9, 2021
@Siroshun09 Siroshun09 deleted the translation/en branch October 9, 2021 22:13
@Siroshun09 Siroshun09 mentioned this pull request Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

英語メッセージの追加とデフォルトの言語を英語 (en) に
2 participants