mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Update ja.yml
This commit is contained in:
parent
906fd41029
commit
e131bf5a31
@ -1,3 +1,5 @@
|
||||
# To simplify the customisation and the translation process please check out the editor: http://ptp.pcgamingfreaks.at
|
||||
|
||||
Language:
|
||||
NotFromConsole: "&cコマンドはコンソールから使用できません。"
|
||||
Ingame:
|
||||
@ -6,6 +8,7 @@ Language:
|
||||
NaN: "[\"\",{\"text\":\"入力された値は数値ではありません。\",\"color\":\"red\"}]"
|
||||
OwnBackpackClose: "バックパックを閉じました!"
|
||||
OwnBackpackClose_SendMethod: "action_bar"
|
||||
#Parameter: {OwnerName}, {OwnerDisplayName}
|
||||
PlayerBackpackClose: "{OwnerName}のバックパックを閉じました!"
|
||||
PlayerBackpackClose_SendMethod: "action_bar"
|
||||
InvalidBackpack: "バックパックが無効です。"
|
||||
@ -14,13 +17,19 @@ Language:
|
||||
DontRemoveShortcut: "&cバックパックショートカットをインベントリから削除しないでください!"
|
||||
DontRemoveShortcut_SendMethod: "action_bar"
|
||||
Open:
|
||||
Cooldown: "&2バックパックを開くまで{TimeLeft}秒待ってください。"
|
||||
#Parameter: {TimeLeft} time in seconds till the backpack can be reopened, {TimeSpanLeft} time formatted as string till the backpack can be reopened
|
||||
Cooldown: "&2バックパックを開くまで{TimeSpanLeft}秒待ってください。"
|
||||
#Parameter: {CurrentGameMode}, {AllowedGameModes}
|
||||
WrongGameMode: "現在のゲームモードでバックパックを開くことは許可されていません。"
|
||||
Clean:
|
||||
BackpackCleaned: "バックパックを削除しました。"
|
||||
BackpackCleanedBy: "あなたのバックアップは{DisplayName}&rによって削除されました。"
|
||||
BackpackCleanedOther: "{DisplayName}&rのバックパックは削除されました。"
|
||||
Sort:
|
||||
Sorted: "バックパックがソートされました。"
|
||||
Help:
|
||||
Header: "&6##### Minepacks コマンド #####"
|
||||
Footer: "&6#############################"
|
||||
Footer: "&6"
|
||||
Reload:
|
||||
Reloading: "&1リロード中..."
|
||||
Reloaded: "&1リロード!"
|
||||
@ -29,7 +38,8 @@ Language:
|
||||
Updated: "[\"\",{\"text\":\"更新されたプラグインは、次回の再起動/リロード時にロードされます。\",\"color\":\"yellow\"}]"
|
||||
NoUpdate: "[\"\",{\"text\":\"利用可能なプラグインの更新はありません。\",\"color\":\"gold\"}]"
|
||||
UpdateFail: "[\"\",{\"text\":\"アップデートの確認に問題がありました!コンソールを確認してください。\",\"color\":\"red\"}]"
|
||||
UpdateAvailable: "[{\"text\":\"利用可能なアップデートがあります!\\\"\",\"color\":\"green\"},{\"text\":\"${project.url}\",\"color\":\"yellow\",\"underlined\":true,\"clickEvent\":{\"action\":\"open_url\",\"value\":\"${project.url}\"}},{\"text\":\"\\\" からダウンロードして下さい。\"}]"
|
||||
# You can change this message if you like to, but don't cry if the link isn't linking to the plugin anymore!
|
||||
UpdateAvailable: "[{\"text\":\"利用可能なアップデートがあります!\\\"\",\"color\":\"green\"},{\"text\":\"https://www.spigotmc.org/resources/19286/\",\"color\":\"yellow\",\"underlined\":true,\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://www.spigotmc.org/resources/19286/\"}},{\"text\":\"\\\" からダウンロードして下さい。\"}]"
|
||||
Backup:
|
||||
Created: "バックパックは正常にバックアップされました。"
|
||||
NoBackpack: "プレイヤーはバックパックを持っていないか、バックパックが空です。"
|
||||
@ -38,16 +48,24 @@ Language:
|
||||
Headline: "[\"\",{\"text\":\"Backups\",\"color\":\"yellow\"},{\"text\":\" - \",\"color\":\"white\"},{\"text\":\"表示ページ {CurrentPage}/{MaxPage}\",\"color\":\"gold\"}]"
|
||||
Footer: "[{\"text\":\"<<< 前 <<<\",\"color\":\"gray\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/{MainCommand} {SubCommand} {CurrentPage}--\"},\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"/{MainCommand} {SubCommand} {CurrentPage}--\"}},{\"text\":\" 表示ページ {CurrentPage}/{MaxPage} \",\"color\":\"gold\"},{\"text\":\">>> 次 >>>\",\"color\":\"gray\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/{MainCommand} {SubCommand} {CurrentPage}++\"},\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"/{MainCommand} {SubCommand} {CurrentPage}++\"}}]"
|
||||
BackupEntry: "[\"\",{\"text\":\"{BackupIdentifier}\",\"clickEvent\":{\"action\":\"suggest_command\",\"value\":\"/{MainCommand} {SubCommand} {BackupIdentifier}\"},\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"ユーザー:{BackupPlayerName} ({BackupPlayerUUID})\\n作成日:{BackupDate}\"}}]"
|
||||
NoValidBackup: "No backup matching {BackupIdentifier} found"
|
||||
NoValidBackup: "{BackupIdentifier}に一致するバックアップが見つかりません"
|
||||
NoUserToRestoreToFound: "バックアップを復元するための有効なユーザーが見つかりません"
|
||||
# No Json!!!
|
||||
ParameterBackupName: "backup_name"
|
||||
# No Json!!!
|
||||
DateFormat: "yyyy.MM.dd HH:mm:ss"
|
||||
Restored: "バックアップは正常に復元されました。"
|
||||
InventoryClear:
|
||||
UnknownPlayer: "&c{Name}を見つけられませんでした!"
|
||||
Cleared: "インベントリが削除されました。"
|
||||
ClearedOther: "{DisplayName}&rのインベントリを削除しました。"
|
||||
ClearedOtherTarget: "あなたのインベントリは{DisplayName}&rによって削除されました。"
|
||||
Commands:
|
||||
HelpFormat: "[\"\",{\"text\":\"/{MainCommand} {SubCommand} {Parameters}\",\"clickEvent\":{\"action\":\"suggest_command\",\"value\":\"/{MainCommand} {SubCommand}\"}},{\"text\":\" - \",\"color\":\"white\"},{\"text\":\"{Description}\",\"color\":\"aqua\"}]"
|
||||
PlayerNameVariable: "player_name"
|
||||
Description:
|
||||
Backpack: "バックパックを開く。"
|
||||
Sort: "バックパックはソートされました。"
|
||||
Clean: "バックパックを削除する。"
|
||||
CleanOthers: "他のプレイヤーのバックパックを削除する。"
|
||||
OpenOthers: "他のプレイヤーのバックパックを開く。"
|
||||
@ -58,7 +76,7 @@ Language:
|
||||
Restore: "バックアップから復元します。"
|
||||
RestoreList: "利用可能なすべてのバックアップを一覧表示します。"
|
||||
Help: "利用可能なすべてのコマンドとその説明を表示します。"
|
||||
Migrate: "使用中のデータベースのタイプから別のタイプに移行します。"
|
||||
Migrate: "使用されているデータベースをあるタイプから別のタイプに移行しました。"
|
||||
|
||||
Command:
|
||||
Backpack:
|
||||
@ -66,6 +84,8 @@ Command:
|
||||
- bp
|
||||
Open:
|
||||
- open
|
||||
Sort:
|
||||
- sort
|
||||
Clean:
|
||||
- clean
|
||||
- clear
|
||||
@ -85,8 +105,14 @@ Command:
|
||||
- version
|
||||
Help:
|
||||
- help
|
||||
InventoryClear:
|
||||
- clear
|
||||
- inventoryclear
|
||||
- clean
|
||||
|
||||
# Will be shown in the console during startup
|
||||
LanguageName: "japanese"
|
||||
Author: "ethernetcat"
|
||||
|
||||
Version: 17
|
||||
# Language file version. Don't touch it!
|
||||
Version: 18
|
Loading…
Reference in New Issue
Block a user