diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-23 23:06:12 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-23 23:06:12 +0100 |
commit | 4a2e90eccb8b13f9350c856b66f2632f08025e96 (patch) | |
tree | 5ee4b053a987d5c7c6f131fe46015b0b6c9fbfe4 /locale | |
parent | 2795f974e95ff9b18f3b6e20db88d797e6e6c66c (diff) | |
download | hurrycurry-4a2e90eccb8b13f9350c856b66f2632f08025e96.tar hurrycurry-4a2e90eccb8b13f9350c856b66f2632f08025e96.tar.bz2 hurrycurry-4a2e90eccb8b13f9350c856b66f2632f08025e96.tar.zst |
pause game if all players are idle, closes #120
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/en.ini b/locale/en.ini index 7b201183..71df1707 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -2,7 +2,6 @@ c.chat.write_message=Write message c.credits.contributors=with contributions from c.credits.developed_by=developed by -c.legal.using_godot=This game uses Godot Engine, available under the following license: c.credits.models=Models c.credits.sounds=Sounds c.credits.thanks=Thank You For Playing @@ -27,6 +26,7 @@ c.hint.reset_camera=Press {0} to reset the camera view c.hint.rotate=Use {0} to rotate the camera view c.hint.username_tags=Username tags can be enabled/disabled in the settings c.hint.zoom_camera=Use {0} to zoom in/out +c.legal.using_godot=This game uses Godot Engine, available under the following license: c.map.difficulty.0=Easy c.map.difficulty.1=Hard c.map.difficulty.2=Moderate @@ -254,6 +254,7 @@ s.replay.cannot_join=Replays cannot be joined. s.state.abort_no_players=Game was aborted due to a lack of players. s.state.game_aborted=Game was aborted by {0}. s.state.overflow_resubscribe=Lagging behind. Some clientbound packets were dropped. +s.state.paused=Game paused s.tutorial.accept_order=Approach the customer take their order s.tutorial.active_cuttingboard=Cut the item to slices here s.tutorial.active=Interact here for {0}s |