blob: 749b887a0465de1b956f352e3618da764160611e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
|
[hurrycurry]
c.chat.write_message=Write messsage
c.credits.developed_by=developed by
c.credits.models=Models
c.credits.sounds=Sounds
c.credits.translations=Translations
c.credits.thanks=Thank You For Playing
c.credits.title=Hurry Curry! - a game about cooking
c.error.cannot_cancel_no_game=Cannot cancel game since no game is running.
c.error.must_join_to_cancel=You must join in order to be able to cancel the current game.
c.error.placeholder=This should be the error message.
c.error.version_mismatch=Server and client versions do not match. Server: {0}.{1}, Client: {2}.{3}.%nAre you sure the game is up to date?
c.error.websocket.unavailable=unavailable
c.error.websocket=WebSocket closed with code: {0}, reason {1}. Clean: {2}
c.error=Error
c.error.server=Error from server: {0}
c.error.empty_username=Username cannot be empty.
c.hint.boost=Press {0} to boost
c.hint.framerate_low=Your framerate seems to be low. You can lower your graphics settings in the settings menu.
c.hint.interact=Press {0} to pick up items and to interact with tools
c.hint.join_while_running=Press {0} and click "Join" to join the game while it is running
c.hint.movement=Use {0} to move
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.map.difficulty.0=Easy
c.map.difficulty.1=Hard
c.map.difficulty.2=Moderate
c.map.difficulty.3=Unplayable
c.map.difficulty.4=Very hard
c.map.difficulty=Difficulty
c.map.players_recommended={0} players recommended
c.menu.back=Back
c.menu.credits=Credits
c.menu.ingame.cancel=Cancel game
c.menu.ingame.join=Join game
c.menu.ingame.leave=Leave game
c.menu.ingame.main_menu=Main menu
c.menu.ingame.quit=Quit game
c.menu.ingame.reconnect=Reconnect
c.menu.ingame.resume=Resume
c.menu.ingame.spectate=Spectate
c.menu.lobby.enable_bots=Enable bots
c.menu.lobby.mapname=Map name
c.menu.lobby.players=Players
c.menu.lobby.start=Start game
c.menu.my_chef=My Chef
c.menu.play.connect=Connect
c.menu.play.quick_connect=Quick Connect
c.menu.play.server=Server
c.menu.play=Play
c.menu.quit=Quit
c.menu.settings=Settings
c.score.poor=Poor service
c.score.acceptable=Acceptable service
c.score.good=Good service
c.score.excellent=Excellent service
c.score.completed=Completed
c.score.failed=Failed
c.score.points_par=You collected {0} points
c.score.points=Points
c.score.time_remaining=Time remaining
c.settings.apply=Save & Apply
c.settings.audio.master_volume=Master Volume
c.settings.audio.music_volume=Music Volume
c.settings.audio.sfx_volume=SFX Volume
c.settings.audio=Audio
c.settings.gameplay.interpolate_camera_rotation=Smooth camera rotation
c.settings.gameplay.invert_camera=Invert camera movement
c.settings.gameplay.latch_boost=Always extend boost to maximum duration
c.settings.gameplay.setup_completed=Initial setup complete. (Uncheck and restart to reenter)
c.settings.gameplay.tutorial_disabled=Disable tutorial
c.settings.gameplay.hints_started=Hints started
c.settings.gameplay.usernames=Show username tags
c.settings.gameplay.accessible_movement=Accessible movement controls
c.settings.gameplay.first_person=Enable first-person mode (reduces playability)
c.settings.gameplay=Gameplay
c.settings.graphics.aa.disabled=Disabled
c.settings.graphics.aa.fx=FXAA
c.settings.graphics.aa.ms2x=MSAA 2x
c.settings.graphics.aa.ms4x=MSAA 4x
c.settings.graphics.aa=Anti-aliasing
c.settings.graphics.ao=Ambient occlusion
c.settings.graphics.debug_info=Display debug info (Framerate, etc.)
c.settings.graphics.fullscreen.always=Always
c.settings.graphics.fullscreen.keep=Keep
c.settings.graphics.fullscreen.never=Never
c.settings.graphics.fullscreen=Fullscreen
c.settings.graphics.gi.disabled=Disabled
c.settings.graphics.gi.sdfgi=SDFGI
c.settings.graphics.gi.voxelgi=Voxel GI
c.settings.graphics.gi=Global illumination
c.settings.graphics.glow=Enable glow
c.settings.graphics.grass_amount=3D grass amount per grass tile
c.settings.graphics.lq_trees=Low-poly trees
c.settings.graphics.preset.high=High
c.settings.graphics.preset.low=Low
c.settings.graphics.preset.medium=Medium
c.settings.graphics.preset=Load preset
c.settings.graphics.shadows=Enable shadows
c.settings.graphics.ssao=Screen-space ambient occlusion (SSAO)
c.settings.graphics.taa=Temporal Anti-Aliasing
c.settings.graphics.ui_blur=Enable UI blur
c.settings.graphics=Graphics
c.settings.input.add=Add new
c.settings.input.backwards=Move Backwards
c.settings.input.boost=Boost movement
c.settings.input.chat=Toggle chat
c.settings.input.forwards=Move Forwards
c.settings.input.fullscreen=Toggle fullscreen
c.settings.input.interact=Interact
c.settings.input.join_spectate=Join/Spectate
c.settings.input.joypad_axis=Joypad axis {0}
c.settings.input.joypad={0} (Joypad)
c.settings.input.keyboard={0} (Keyboard)
c.settings.input.left=Move Left
c.settings.input.mouse_button=Mouse button {0}
c.settings.input.next=Select next item
c.settings.input.other_event=Other event
c.settings.input.press_any_key=Press any key...
c.settings.input.previous=Select previous item
c.settings.input.reset=Reset camera
c.settings.input.right=Move Right
c.settings.input.rotate_down=Rotate camera down
c.settings.input.rotate_left=Rotate camera left
c.settings.input.rotate_right=Rotate camera right
c.settings.input.rotate_up=Rotate camera up
c.settings.input.scroll_down_discrete=Scroll down (discrete)
c.settings.input.scroll_down=Scroll down
c.settings.input.scroll_up_discrete=Scroll up (discrete)
c.settings.input.scroll_up=Scroll up
c.settings.input.start_game=Start game
c.settings.input.unknown_event=Unknown event
c.settings.input.zoom_in_discrete=Zoom in (discrete)
c.settings.input.zoom_in=Zoom in
c.settings.input.zoom_out_discrete=Zoom out (discrete)
c.settings.input.zoom_out=Zoom out
c.settings.input=Controls
c.settings.other.server_binary.placeholder=Enter path
c.settings.other.server_binary=Server binary (leave empty to search PATH)
c.settings.other.server_data=Server data directory (leave empty to auto-detect)
c.settings.other=Other
c.settings.ui.language.system=System default
c.settings.ui.language=Language
c.settings.ui.scale_factor=UI scale factor
c.settings.ui.scale_mode.disabled=Disabled
c.settings.ui.scale_mode.resize=Resize
c.settings.ui.scale_mode=UI scale mode
c.settings.ui.touch_controls.automatic=Automatic
c.settings.ui.touch_controls.disabled=Disabled
c.settings.ui.touch_controls.enabled=Enabled
c.settings.ui.touch_controls=Enable touch screen controls
c.settings.ui=User interface
c.settings.username=Username
c.setup.contract_title=EMPLOYMENT CONTRACT
c.setup.contract_desc=This is a binding contract between you (the employee) and Musterfoods Ltd. (the employer) for working as a chef or waiter.
c.setup.name=1. [b]Name of the Employee[/b] Please fill out your name. Other chefs can see your name on your name tag.
c.setup.position=2. [b]Employment Position[/b]
c.setup.position.value=Chef / Waiting Staff
c.setup.uniform=3. [b]Working Uniform.[/b] You must always have one of the following hairstyles.
c.setup.experience=4. [b]Experience.[/b] Do you have any prior job experience, or would you like us to show you around the kitchen?
c.setup.experience.skip=Skip tutorial
c.setup.duties=5. [b]Duties.[/b] It is your duty to serve customers the meal or item that they request.%n
c.setup.additional_terms=6. [b]Additional Terms.[/b] You shall not duplicate plates. (That is [u]NOT[/u] possible!)%n
c.setup.compensation=7. [b]Compensation.[/b] You will be compensated monthly for your work.
c.setup.compensation.salary.prefix=The salary is
c.setup.compensation.salary=$ 0.00
c.setup.compensation.salary.suffix=per month
c.setup.frank_signature=F. Miller
c.setup.frank_signature.desc=Signature of the Employer:%nMusterfoods Ltd.%nFrank Miller, Head of HR
c.setup.user_signature=Click to sign
c.setup.user_signature.desc=Signature of the Employee:%n%n%n
s.bot.simple=Simple chef
s.bot.waiter=Waiter
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.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.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.replay.cannot_join=Replays cannot be joined.
s.campaign.unlock_condition=To unlock: %n%n{0}
s.campaign.list_helper=- {0}%n - {1}
s.campaign.condition.stars=Reach at least {0} stars in {1}
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.error.conn_too_many_players=Players-per-connection limit exceeded.
s.error.packet_sender_invalid=Packet sent to a player that is not owned by this connection.
s.error.no_player=Player does not exist.
s.error.no_tile=Tile does not exist.
s.error.already_interacting=already interacting
s.error.interacting_too_far=interacting too far from player
s.error.self_interact=Interacting with yourself. This is impossible.
s.error.customer_interact=You shall not interact with customers.
s.error.packet_not_supported=Packet not supported in this session.
s.error.map_load=Map failed to load: {0}
unknown33=Automatic
unknown336=Return to Main Menu
unknown37=Enabled
unknown41=Disabled
unknown460=+
unknown464=-
unknown476=SHIFT
unknown484=left stick
unknown488=SPACE
unknown514=arrow keys
unknown518=right stick
unknown551=unavailable
c.setup.uniform.value=Hairstyle {0}
unknown622=You must fill out all requested fields.
unknown626=Accept
unknown732=Previous
unknown736=Next
unknown740=Join / Spectate
unknown752=Scroll down
|