diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en.ini | 3 | ||||
-rw-r--r-- | locale/tools/Cargo.toml | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/locale/en.ini b/locale/en.ini index 71fbd816..ea798258 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -180,18 +180,21 @@ s.bot.frank=Frank Miller s.tutorial.prevent_burning=Take this before it burns s.tutorial.take_now=Take this item quickly! s.tutorial.active=Interact here for {0}s +s.tutorial.active_cuttingboard=Cut the item to slices here s.tutorial.clear_tile=Clear this tile s.tutorial.error=Tutorial code handle this recipe yet. s.tutorial.finished=Tutorial finished! s.tutorial.hold_interact=Hold interact s.tutorial.interact_empty=Interact with an empty counter s.tutorial.interact=Interact here +s.tutorial.interact_plate=Add the item to this plate s.tutorial.pickup=Take this item. s.tutorial.put_away=Put away this item for later s.tutorial.put_on=Place on {0} s.tutorial.take=Take {0} from here s.tutorial.serve=Serve the meal here s.tutorial.wait_finish=... +s.tutorial.accept_order=Approach the customer take their order s.replay.cannot_join=Replays cannot be joined. s.campaign.unlock_condition=To unlock: %n%n{0} s.campaign.list_helper=- {0}%n - {1} diff --git a/locale/tools/Cargo.toml b/locale/tools/Cargo.toml index e8084b23..47f9e0d1 100644 --- a/locale/tools/Cargo.toml +++ b/locale/tools/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -clap = { version = "4.5.16", features = ["derive"] } -anyhow = "1.0.86" -serde_json = "1.0.127" +clap = { version = "4.5.18", features = ["derive"] } +anyhow = "1.0.89" +serde_json = "1.0.128" |