Skip to content

Commit

Permalink
Merge pull request #629 from shirutan/patch-7
Browse files Browse the repository at this point in the history
Update ja.json
  • Loading branch information
drewhoener authored Nov 12, 2024
2 parents d035b26 + 63554c1 commit eb2c264
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion UIInfoSuite2/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,44 @@
{
// GUI - Game Menu
"OptionsTabTooltip": "UI Info Suite 2 のオプション",
// some config options
"Bool.ShowOptionsTabInMenu.DisplayedName": "ゲーム内メニューにオプションを表示",
"Bool.ShowOptionsTabInMenu.Tooltip": "有効にするとゲーム内メニューにタブを追加して、このMODのすべてのオプションを設定できるようにします。",
"Text.ApplyDefaultSettingsFromThisSave.DisplayedName": "デフォルト設定を適用する保存ファイル",
"Text.ApplyDefaultSettingsFromThisSave.Tooltip": "新しいキャラクターは、この保存ファイルからMODの設定を継承します。",
"Keybinds.OpenCalendarKeybind.DisplayedName": "カレンダーを開くキーバインド",
"Keybinds.OpenCalendarKeybind.Tooltip": "カレンダータブを開きます。",
"Keybinds.OpenQuestBoardKeybind.DisplayedName": "掲示板を開くキーバインド",
"Keybinds.OpenQuestBoardKeybind.Tooltip": "掲示板を開きます。",
"Keybinds.Subtitle.ShowRange.displayedName": "アイテムの効果範囲を表示",
"Keybinds.Subtitle.ShowRange.Tooltip": "例:かかし、スプリンクラー、ジュニモ小屋、ハチの巣箱、キノコの原木、コケむしたタネなどです。",
"Keybinds.ShowOneRange.DisplayedName": "現在のアイテム範囲を表示",
"Keybinds.ShowOneRange.Tooltip": "表示したい項目の上にマウスを移動すると、範囲が表示されます。",
"Keybinds.ShowAllRange.DisplayedName": "すべてのアイテム範囲を表示",
"Keybinds.ShowAllRange.Tooltip": "表示したい項目の上にマウスを移動すると、すべての範囲が表示されます。",
//GUI - Billboard
"Billboard": "掲示板",
"Calendar": "カレンダー",
"SlayerGoals": "モンスター討伐目標",
//GUI - Seed shop
"HarvestPrice": "収穫価格",
//Production
"Days": "",
"Hours": "時間",
"Minutes": "",
"MachineProcessing": "加工",
"MachineDone": "完了",
//Harvest
"DaysToMature": "日で成熟",
"ReadyToHarvest": "収穫可能!",
"With": "肥料:",
"Fertilized": "肥料使用済",
"Watered": "湿っている",
"NotWatered": "乾いている",
"DoesNotProduceThisSeason": "今季は生産しない",
//Tree
"Stump": "切株",
// This space is required for languages that use a space between words, delete otherwise (e.g. Korean)
"Tree": "の木",
"stage": "成長段階:",
"Oak": "オーク",
Expand All @@ -30,6 +52,9 @@
"GreenRainType2": "緑の雨",
"GreenRainType3": "緑の雨",
"Mystic": "神秘",
"VmvBirch": "バーチ",
"SVEBirch": "シラカバ",
"SVEFir": "モミ",
//Display icons - General
"TodaysRecipe": "今日のレシピ: ",
"TravelingMerchantIsInTown": "行商人が町にいる!",
Expand Down Expand Up @@ -69,6 +94,8 @@
"HideAnimalPetOnMaxFriendship": "友好度が最大の場合は隠す",
"ShowCropAndBarrelTooltip": "作物とタルの時間を表示する",
"ShowItemEffectRanges": "かかしとスプリンクラーの範囲を表示する",
"ButtonControlShow": "左Ctrlキーで現在のアイテム範囲が表示され、\n左Altキーですべてのアイテム範囲が表示されます。",
"ShowBombRange": "爆弾の破壊範囲を表示する",
"ShowExtraItemInformation": "アイテムの情報を吹き出し表示する",
"ShowHarvestPricesInShop": "お店で収穫価格を表示する",
//Settings - Tabs info
Expand All @@ -89,5 +116,6 @@
"ShowSeasonalBerry": "季節の採取を表示する",
"ShowSeasonalBerryHazelnut": "ヘーゼルナッツを表示する",
//Others
"LevelUp": "レベルアップ"
"LevelUp": "レベルアップ",
"TrackOnMap": "地図上に表示する"
}

0 comments on commit eb2c264

Please sign in to comment.