forked from bartwe/StaxelTranslations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh_CN.lang
5993 lines (5908 loc) · 286 KB
/
zh_CN.lang
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
language.code=zh-CN
language=简体中文
font=staxel/fonts/Mamelon.otf
//TODO Translate [Reference] 'Achievement unlocked: {0-achievement}!'
achievements.achievementUnlocked=
//[Reference] 'Buy:'
catalogue.buy=购买:
//[Reference] 'Clear'
catalogue.clear=清除
//[Reference] 'Not enough money!'
catalogue.notEnoughMoney=没有足够的钱!
//[Reference] 'This item cannot be sold!'
catalogue.notSellable=这个物品不能出售!
//[Reference] 'Sell'
catalogue.performSale=出售
//[Reference] 'Sell:'
catalogue.sell=出售:
//[Reference] 'Total'
catalogue.total=合计
//[Reference] 'Accept'
characterDesigner.accept=接受
//[Reference] 'Accessories'
characterDesigner.accessories=配饰
//[Reference] 'Cancel'
characterDesigner.cancel=删除
//[Reference] 'Eyes'
characterDesigner.eyes=眼睛
//[Reference] 'Gender'
characterDesigner.gender=性别
//[Reference] 'Hair'
characterDesigner.hair=头发
//[Reference] 'Hat'
characterDesigner.hat=帽子
//[Reference] 'Make yourself pretty and stuff'
characterDesigner.info=让自己打扮的漂漂亮亮
//[Reference] 'Name'
characterDesigner.name=名字
//[Reference] 'Next'
characterDesigner.next=下一项
//[Reference] 'None'
characterDesigner.none=没有
//[Reference] 'Personality'
characterDesigner.personality=性格
//[Reference] 'Presets'
characterDesigner.presets=预设
//[Reference] 'Random'
characterDesigner.random=随机
//[Reference] 'Shirt'
characterDesigner.shirt=衬衣
//[Reference] 'Shoes'
characterDesigner.shoes=鞋子
//[Reference] 'Skin'
characterDesigner.skinColour=皮肤
//[Reference] 'Species'
characterDesigner.species=种族
//[Reference] 'Dress'
characterDesigner.subcategory.dress=连衣裙
//[Reference] 'Glasses'
characterDesigner.subcategory.glasses=眼镜
//[Reference] 'Hat'
characterDesigner.subcategory.hat=帽子
//TODO Translate [Reference] 'Hi-Tops'
characterDesigner.subcategory.hitops=
//[Reference] 'Hoodie'
characterDesigner.subcategory.hoodie=卫衣
//[Reference] 'Jeans'
characterDesigner.subcategory.jeans=牛仔裤
//[Reference] 'Long'
characterDesigner.subcategory.long=长
//[Reference] 'Longsleeve'
characterDesigner.subcategory.longsleeve=长袖
//[Reference] 'Medium'
characterDesigner.subcategory.medium=中
//[Reference] 'Sandals'
characterDesigner.subcategory.sandals=凉鞋
//[Reference] 'Short'
characterDesigner.subcategory.short=短
//[Reference] 'Shorts'
characterDesigner.subcategory.shorts=短裤
//TODO Translate [Reference] 'Straptop'
characterDesigner.subcategory.straptop=
//[Reference] 'Trainers'
characterDesigner.subcategory.trainers=运动鞋
//[Reference] 'T-Shirt'
characterDesigner.subcategory.tshirt=T恤
//[Reference] 'Vest'
characterDesigner.subcategory.vest=背心
//[Reference] 'Character Creation'
characterDesigner.title=创建人物
//[Reference] 'Bottoms'
characterDesigner.trousers=裤子
//TODO Translate [Reference] 'advanceTime amount(0.0-1.0)'
commands.advanceTime.description=
//TODO Translate [Reference] 'Enter a float by which to advance time. 1.0 is a full day'
commands.advanceTime.enterFloat=
//TODO Translate [Reference] 'failed: arg(1) must be a number. Floating points OK'
commands.advanceTime.mustBeNumber=
//TODO Translate [Reference] 'Advancing time by {0-time}...'
commands.advanceTime.success=
//TODO Translate [Reference] 'ban playerName (optional)reason'
commands.ban.description=
//TODO Translate [Reference] 'Unable to ban {0-player}: player is an admin or already banned.'
commands.ban.failure=
//TODO Translate [Reference] '{0-player} has been banned from the server.'
commands.ban.success=
//TODO Translate [Reference] 'bla'
commands.bla.description=
//TODO Translate [Reference] 'Moved to a new location in debug region: {0-region}'
commands.bla.success=
//TODO Translate [Reference] 'cameraCapture'
commands.cameraCapture.description=
//TODO Translate [Reference] 'Captured player camera'
commands.cameraCapture.success=
//TODO Translate [Reference] 'cameraCapture savedCameraFilePath'
commands.cameraLoad.description=
//TODO Translate [Reference] 'Loaded player camera from file: {0-filename}'
commands.cameraLoad.success=
//TODO Translate [Reference] 'cameraPlay (optional)duration(0.0-1.0) (optional)loop(true/false) (optional)savedCameraFilePath'
commands.cameraPlay.description=
//TODO Translate [Reference] 'Playing back player camera'
commands.cameraPlay.success=
//TODO Translate [Reference] 'cameraReset'
commands.cameraReset.description=
//TODO Translate [Reference] 'Reset player camera'
commands.cameraReset.success=
//TODO Translate [Reference] 'cameraSave cameraSaveFilePath'
commands.cameraSave.description=
//TODO Translate [Reference] 'Saved player camera to file: {0-filename}'
commands.cameraSave.success=
//TODO Translate [Reference] 'cameraStop'
commands.cameraStop.description=
//TODO Translate [Reference] 'Stopped camera mode'
commands.cameraStop.success=
//TODO Translate [Reference] 'creative (optional)playerName (optional)startCreativeMode(true/false)'
commands.creative.description=
//TODO Translate [Reference] 'Temporarily switched creative mode for {0-user} to {1-creative}'
commands.creative.success=
//TODO Translate [Reference] 'currentTime'
commands.currentTime.description=
//TODO Translate [Reference] 'The day is {0-day} and phase is {1:G2-phase}.'
commands.currentTime.success=
//TODO Translate [Reference] 'demoMode (optional)on(true/false)'
commands.demoMode.description=
//TODO Translate [Reference] 'Switched server demo mode to {0-demoMode}'
commands.demoMode.success=
//TODO Translate [Reference] 'describeitem (optional)playerName'
commands.describeItem.description=
//TODO Translate [Reference] 'Item description: {0-itemDesc}'
commands.describeItem.success=
//TODO Translate [Reference] 'entityInfo entityID'
commands.entityInfo.description=
//TODO Translate [Reference] 'You need to include an EntityID!'
commands.entityInfo.entityNumber=
//TODO Translate [Reference] 'Invalid EntityID!'
commands.entityInfo.mustBeNumber=
//TODO Translate [Reference] 'There is no such entity on the server'
commands.entityInfo.noSuchEntity=
//TODO Translate [Reference] 'Entity data: {0-data}'
commands.entityInfo.success=
//TODO Translate [Reference] 'fly (optional)playerName (optional)startFlying(true/false)'
commands.flyMode.description=
//TODO Translate [Reference] 'Switched flying mode to: {0-flymode}'
commands.flyMode.success=
//TODO Translate [Reference] 'Give all recipes (optional)playerName'
commands.giveallrecipes.description=
//TODO Translate [Reference] 'Done!'
commands.giveallrecipes.success=
//TODO Translate [Reference] 'givepetals playerName amount'
commands.givePetals.description=
//TODO Translate [Reference] 'Petal amount needs to be a positive number'
commands.givePetals.invalidNumber=
//TODO Translate [Reference] 'Gave {0-player} {1-amount} petals'
commands.givePetals.success=
//TODO Translate [Reference] '? (optional)commandName'
commands.help.altDescription=
//TODO Translate [Reference] 'Command not found: '{0-command}''
commands.help.commandNotFound=
//TODO Translate [Reference] 'help (optional)commandName'
commands.help.description=
//TODO Translate [Reference] 'Command list (() brackets denote possible values):'
commands.help.success=
commands.inspect.success=
//TODO Translate [Reference] 'invalid args'
commands.invalidArgs=
//TODO Translate [Reference] 'kick playerName'
commands.kick.description=
//TODO Translate [Reference] 'Unable to kick {0-player}: player is an admin or not online.'
commands.kick.failure=
//TODO Translate [Reference] '{0-player} has been ejected from the server.'
commands.kick.success=
//TODO Translate [Reference] 'model (optional)playerName (optional)modelFileName'
commands.model.description=
//TODO Translate [Reference] 'Could not switch to character model '{0-model}' not found in assets.'
commands.model.notFound=
//TODO Translate [Reference] 'Switched character model to: {0-model}'
commands.model.success=
//TODO Translate [Reference] 'mute playerName (optional[default 60])lengthInMinutes'
commands.mute.description=
//TODO Translate [Reference] 'Unable to mute {0-player}: player is an admin.'
commands.mute.failure=
//TODO Translate [Reference] 'Invalid time (should be in whole minutes)'
commands.mute.invalidTime=
//TODO Translate [Reference] '{0-player} has been silenced.'
commands.mute.success=
//TODO Translate [Reference] 'noclip (optional)playerName (optional)startNoclip(true/false)'
commands.noClip.description=
//TODO Translate [Reference] 'Switched noclip mode to: {0-noclip}'
commands.noClip.success=
//TODO Translate [Reference] '{0-user} does not have the correct rights to use this command'
commands.noRights=
//TODO Translate [Reference] 'No such player '{0-player}''
commands.noSuchPlayer=
//TODO Translate [Reference] 'Not a player entity.'
commands.notAPlayer=
//TODO Translate [Reference] 'plantgrowth'
commands.plantGrowth.description=
//TODO Translate [Reference] 'Not a plant.'
commands.plantGrowth.noPlant=
//TODO Translate [Reference] 'Plant {0-plant} at stage {1-stage}'
commands.plantGrowth.success=
//TODO Translate [Reference] 'Player Entity not found'
commands.playerEntityNotFound=
//TODO Translate [Reference] 'players'
commands.players.description=
//TODO Translate [Reference] 'Players: {0-playerlist}'
commands.players.success=
//TODO Translate [Reference] 'position (optional)playerName'
commands.position.description=
//TODO Translate [Reference] 'Failed to find player'
commands.position.failed=
//TODO Translate [Reference] 'Position: {0-position}, Heading: {1-heading}'
commands.position.success=
commands.rain.success=
//TODO Translate [Reference] 'reload'
commands.reload.description=
//TODO Translate [Reference] 'Reload requested.'
commands.reload.success=
//TODO Translate [Reference] 'resetplayer'
commands.resetPlayer.description=
//TODO Translate [Reference] 'Reset successful.'
commands.resetPlayer.success=
//TODO Translate [Reference] 'creativeMode (optional)on(true/false)'
commands.serverCreative.description=
//TODO Translate [Reference] 'Switched server creative mode to {0-creative} (persistent)'
commands.serverCreative.success=
//TODO Translate [Reference] 'spawncoins playerName petalAmount'
commands.spawnCoins.description=
//TODO Translate [Reference] 'Spawned {0-amount} petals in coins for {1-player}'
commands.spawnCoins.success=
//TODO Translate [Reference] 'spawnitem playerName item(kind/specification{})'
commands.spawnItem.description=
//TODO Translate [Reference] 'Item not found.'
commands.spawnItem.notFound=
//TODO Translate [Reference] 'Spawn item successful.'
commands.spawnItem.success=
//TODO Translate [Reference] 'spawnmaterial playerName materialCode'
commands.spawnMaterial.description=
//TODO Translate [Reference] 'Material kind not found.'
commands.spawnMaterial.notFound=
//TODO Translate [Reference] 'Spawn material successful'
commands.spawnMaterial.success=
//TODO Translate [Reference] 'spawntile playerName tileCode'
commands.spawnTile.description=
//TODO Translate [Reference] 'Tile kind not found.'
commands.spawnTile.notFound=
//TODO Translate [Reference] 'Spawn tile successful.'
commands.spawnTile.success=
commands.sun.success=
//TODO Translate [Reference] 'teleport (optional)playerName location({0,0,0})'
commands.teleport.description=
//TODO Translate [Reference] '{0-position} is too far to teleport'
commands.teleport.distance=
//TODO Translate [Reference] 'Failed to parse position {0-position}'
commands.teleport.fail=
//TODO Translate [Reference] 'Teleport successful.'
commands.teleport.success=
//TODO Translate [Reference] 'tp movingPlayerName destinationPlayerName'
commands.teleportPlayer.description=
commands.textToSpeech.success=
//TODO Translate [Reference] 'tileAt (optional)location({0,0,0})'
commands.tileAt.description=
//TODO Translate [Reference] 'Failed to parse position {0-position}'
commands.tileAt.failParse=
//TODO Translate [Reference] 'Tile not found'
commands.tileAt.notFound=
//TODO Translate [Reference] 'Tile code: {0-tilecode} at {1-position}'
commands.tileAt.success=
commands.traceStart.description=
commands.traceStart.success=
commands.traceStop.description=
commands.traceStop.success=
//[Reference] 'unban playerName'
commands.unban.description=解除禁止 playerName
//TODO Translate [Reference] 'Unable to unban {0-player}: player was not banned.'
commands.unban.failure=
//TODO Translate [Reference] '{0-player} has been unbanned from the server.'
commands.unban.success=
//TODO Translate [Reference] 'Unknown command :'{0-command}''
commands.unknown=
//TODO Translate [Reference] 'Unknown error.'
commands.unknownError=
//[Reference] 'unmute playerName'
commands.unmute.description=解除静音 playerName
//TODO Translate [Reference] 'Unable to unmute {0-player}: player is not muted.'
commands.unmute.failure=
//TODO Translate [Reference] '{0-player} has regained the ability to speak.'
commands.unmute.success=
//TODO Translate [Reference] 'Unrecognised command :'{0-command}''
commands.unrecognised=
//[Reference] 'Item Hotkeys'
controllerHints.hotkeys=物品快键建
//[Reference] 'Inventory'
controllerHints.inventory=库存清单
//[Reference] 'Material Quick-Pick'
controllerHints.materialPick=快速选择材料
//[Reference] 'Movement'
controllerHints.movement=移动
//[Reference] 'Place and Rotate'
controllerHints.placeAndRotate=放置和旋转
//[Reference] 'Bake'
crafting.action.keyword.bake=烤
//[Reference] 'Boil'
crafting.action.keyword.boil=煮
crafting.action.keyword.combine=
//[Reference] 'Cut'
crafting.action.keyword.cut=切
crafting.action.keyword.fry=
//[Reference] 'Mix'
crafting.action.keyword.mix=混合
//TODO Translate [Reference] '{0-itemOne}, {1-itemTwo}'
crafting.action.task.listedItems=
//TODO Translate [Reference] '{0-keyword} {1-listedItems} and {2-lastListedItem}'
crafting.action.task.multiItem=
//TODO Translate [Reference] '{0-count}x {1-item}'
crafting.action.task.multiples=
//TODO Translate [Reference] '{0-keyword} {1-item}'
crafting.action.task.oneItem=
//TODO Translate [Reference] 'That wasn't a recipe, Oops!'
crafting.notifications.failedCraft=
//[Reference] 'You completed the recipe for {0-item}!'
crafting.recipeComplete=你完成了 {0-item}配方!
//TODO Translate [Reference] 'Helped out with the Staxel interface.'
credits.13lueWolf.description=
//TODO Translate [Reference] 'He helped out a bunch with the programming of the game.'
credits.amos.description=
//[Reference] 'Back to main menu'
credits.back=返回主菜单
//TODO Translate [Reference] 'He is the lead developer, responsible for the coding and general awesomeness behind the game. He streams often so feel free to join him on twitch and ask some questions! Yep, he used to work on Starbound.'
credits.bartwe.description=
//TODO Translate [Reference] 'She was always on hand to help out with additional coding and bug fixes.'
credits.beth.description=
//TODO Translate [Reference] 'He is a talented musician who has been creating lush soundtracks to help immerse you into the Staxel universe.'
credits.curtis.description=
//TODO Translate [Reference] 'Helped out with writing all sorts.'
credits.demanRisu.description=
//TODO Translate [Reference] 'A faceless entity between realms; only exists when you’re not looking. In its spare time, programs.'
credits.moocowtg.description=
//TODO Translate [Reference] 'He is a programmer who writes music and fiction in his spare time. His cat writes approximately half of his code.'
credits.moomba.description=
//TODO Translate [Reference] 'Razz is a 3D artist working closely with Steampunkstein to bring you guys cute furniture sets and anything else she can come up with.'
credits.razzleberryFox.description=
//TODO Translate [Reference] 'Job title is Project Manager, in charge of making sure people actually make a game I suppose?'
credits.sledra.description=
//TODO Translate [Reference] 'He has contributed some lovely soundtracks for Staxel.'
credits.solatrus.description=
//TODO Translate [Reference] 'He is the artist. He has worked hard to produce all the in game models, and make the game as visually appealing as possible.'
credits.steampunkstein.description=
//TODO Translate [Reference] 'He is Staxel’s PR and community manager, additionally acts as Staxel’s Chief Lacky and helps out with the game design.'
credits.teaGadd.description=
//TODO Translate [Reference] 'He is another programmer. Likes include: programming.'
credits.terrorcell.description=
//[Reference] 'It's starting to get dark...'
dayNight.hintNightTransition=开始变得黑暗...
//TODO Translate [Reference] 'MissingNotification: {0-notificationCode}'
debug.MissingNotification=
//[Reference] 'Back'
error.back=返回
//[Reference] 'The Staxel.net server appears to be offline. Please try again later.'
error.serverOffline=Staxel.net服务器似乎离线,请稍后再试.
//[Reference] 'SORRY!'
error.sorry=抱歉!
//[Reference] 'Back to Game'
escapeMenu.back=返回游戏
//[Reference] 'Character Designer'
escapeMenu.characterDesigner=人物设计
//[Reference] 'Control Hints'
escapeMenu.controlHints=控制提示
//[Reference] 'Exit to Desktop'
escapeMenu.desktopExit=退出到桌面
//[Reference] 'Go to Main Menu'
escapeMenu.mainMenu=回到主菜单
//[Reference] 'Options'
escapeMenu.options=设置
//[Reference] 'Return Home'
escapeMenu.returnHome=返回菜单
//[Reference] 'It got away!'
fishing.gotAway=它逃掉了!
//[Reference] 'Something is on the hook!'
fishing.hooked=有东西上钩了!
//[Reference] 'GOT IT!'
fishing.success1=明白了!
//[Reference] 'SUCCESS!'
fishing.success2=成功!
//[Reference] 'YES!'
fishing.success3=不错!
//[Reference] 'Press (space) or (a) to leave bed'
hintText.bed=按 (空格) 或 (A键) 离开床
//[Reference] 'Plants won't grow here'
hintText.cantPlantHere=植物不能生长
//[Reference] 'Press (space) or (a) to leave chair'
hintText.chair=Press (空格) 或 (A键) 离开椅子
//TODO Translate [Reference] 'Charge: {0:P1-chargeLevel}, Right Click or Left Trigger to Cancel'
hintText.charge=
//TODO Translate [Reference] '{0:P0-growth}'
hintText.checkPlantGrowth=
//TODO Translate [Reference] 'It's ready for harvesting'
hintText.checkPlantGrowth.fruited=
//TODO Translate [Reference] 'It's growing healthily'
hintText.checkPlantGrowth.growing=
//[Reference] 'The seeds are growing'
hintText.checkPlantGrowth.seed=种子在萌芽
//[Reference] 'It's not looking healthy'
hintText.checkPlantGrowth.wilted=它看起来不健康
//TODO Translate [Reference] 'It's heading to the big garden in the sky'
hintText.checkPlantGrowth.withered=
//[Reference] 'Inventory Full'
hintText.inventoryFull=总库存
//[Reference] 'Need at least {0-count} slots in inventory'
hintText.inventorySpaceNeeded=至少需要 {0-count} 格在库存
//[Reference] 'Kind: {0-itemCode}'
hintText.kind=种类: {0-itemCode}
//TODO Translate [Reference] 'The light will turn on after a few seconds'
hintText.lightTurnOn=
//[Reference] 'Try planting on tilled soil'
hintText.needTilledTile=尝试在土壤上耕作种植
//[Reference] 'This plant needs more space to grow'
hintText.notEnoughSpaceToPlant=这种植物需要更多空间来生长
//[Reference] 'Need at least 1 slot in inventory'
hintText.oneSlotNeeded=至少需要一格库存
//[Reference] 'You already know this recipe'
hintText.recipeKnown=你已经知道这配方了
//[Reference] 'You successfully learnt the recipe for {0-recipe}!'
hintText.recipeLearnt=你成功学会 {0-recipe}的配方!
//[Reference] 'Downloading bundle assets'
loading.bundles=下载游戏资源中
//[Reference] 'Skip'
loading.skip=跳过
//[Reference] 'Back to main menu'
multiplayerMenu.back=返回主菜单
//[Reference] 'Join Server'
multiplayerMenu.joinServer=加入服务器
//[Reference] 'Server IP:'
multiplayerMenu.serverIP=服务器 IP:
//[Reference] 'Server List'
multiplayerMenu.serverList=服务器列表
//[Reference] 'Options'
options=设置
//[Reference] 'Admin'
options.admin=管理员
//[Reference] 'Debug'
options.admin.debug=调试
//[Reference] 'Camera Mode (ESC to exit)'
options.admin.debug.cameraMode=摄影模式 (ESC按键退出)
//[Reference] 'Creative Mode'
options.admin.debug.creativeMode=创造模式
//[Reference] 'Fly Mode'
options.admin.debug.flyMode=飞行模式
//TODO Translate [Reference] 'No Clip Mode'
options.admin.debug.noClipMode=
//[Reference] 'Show name tags'
options.admin.debug.showNames=显示名称标签
//[Reference] 'Wireframe Mode'
options.admin.debug.wireframeMode=线框模式
//TODO Translate [Reference] 'Adminy stuff'
options.admin.description=
//[Reference] 'Audio'
options.audio=声音
//[Reference] 'Set audio options here'
options.audio.description=在这里设置音频选项
//TODO Translate [Reference] '(X)'
options.backButton=
//[Reference] 'Gameplay'
options.gameplay=游戏设置
//[Reference] 'Controller'
options.gameplay.controller=控制
//[Reference] 'Enable Controller Input'
options.gameplay.controller.enableController=使用控制输入
//[Reference] 'Flip Y Axis'
options.gameplay.controller.flipY=Y轴翻转
//TODO Translate [Reference] 'Left Thumb Curve:'
options.gameplay.controller.leftThumbCurve=
//TODO Translate [Reference] 'Left Thumb Deadzone:'
options.gameplay.controller.leftThumbDeadzone=
//TODO Translate [Reference] 'Right Thumb Curve:'
options.gameplay.controller.rightThumbCurve=
//TODO Translate [Reference] 'Right Thumb Deadzone:'
options.gameplay.controller.rightThumbDeadzone=
//TODO Translate [Reference] 'Right Thumb Velocity:'
options.gameplay.controller.rightThumbVelocity=
//[Reference] 'Set gameplay options here'
options.gameplay.description=在这里设置游戏设置
//[Reference] 'Input'
options.gameplay.input=输入
//[Reference] 'Enable Repeating'
options.gameplay.input.enableRepeat=重置
//[Reference] 'Keyboard'
options.gameplay.keyboard=键盘
//[Reference] 'Mouse'
options.gameplay.mouse=鼠标
//[Reference] 'Flip Wheel Direction'
options.gameplay.mouse.flipWheelDirection=鼠标滚轮方向
//[Reference] 'Flip Y Axis'
options.gameplay.mouse.flipY=Y轴翻转
//[Reference] 'Mouse Velocity:'
options.gameplay.mouse.mouseVelocity=鼠标灵敏度:
//[Reference] 'Other'
options.gameplay.other=其他
//[Reference] 'Active Achievement Tracker'
options.gameplay.other.activeAchievement=活动成就
//[Reference] 'Chat Timestamps'
options.gameplay.other.chatTimestamps=聊天时间戳
//[Reference] 'Left Handed Mode'
options.gameplay.other.leftHandedMode=左手模式
//TODO Translate [Reference] 'Show Clock'
options.gameplay.other.showClock=
//TODO Translate [Reference] 'Crafting Keyword Tags'
options.gameplay.other.showCraftingKeywordTags=
//[Reference] 'General'
options.general=一般
//[Reference] 'Audio'
options.general.audio=声音
//[Reference] 'Ambience:'
options.general.audio.ambience=环境:
//[Reference] 'Master:'
options.general.audio.master=主音量:
//[Reference] 'Music:'
options.general.audio.music=音乐:
//[Reference] 'Sound:'
options.general.audio.sound=声音:
//[Reference] 'Graphics'
options.general.graphics=图像
//[Reference] 'Advanced'
options.general.graphics.advanced=高级
//[Reference] 'Auto detect graphics settings'
options.general.graphics.autoDetect=自动选择图像设置
//[Reference] 'Bloom'
options.general.graphics.bloom=高光
//[Reference] 'Camera Distance:'
options.general.graphics.cameraDistance=相机距离:
//TODO Translate [Reference] 'Fat Quads'
options.general.graphics.fatQuads=
//[Reference] 'Field Of View:'
options.general.graphics.fieldOfView=视野:
//[Reference] 'Fullscreen'
options.general.graphics.fullscreen=全屏
//[Reference] 'Half Resolution'
options.general.graphics.halfResolution=一半分辨率
//[Reference] 'High'
options.general.graphics.high=高
//[Reference] 'Increased View Range'
options.general.graphics.increasedViewRange=增加视野范围
//[Reference] 'LOD'
options.general.graphics.lod=细节级别
//[Reference] 'Low'
options.general.graphics.low=低
//[Reference] 'MedianFilter (Requires Bloom)'
options.general.graphics.medianFilter=滤波器 (需要 高光)
//[Reference] 'Medium'
options.general.graphics.medium=中
//[Reference] 'Multi Sampling'
options.general.graphics.MultiSampling=多重采样抗锯齿
//[Reference] 'Reduced View Range'
options.general.graphics.reducedViewRange=减少视野范围
//[Reference] 'Shadows'
options.general.graphics.shadows=阴影
//[Reference] 'Show Grid Cursor'
options.general.graphics.showGridCursor=显示光标网格
//[Reference] 'Super Low'
options.general.graphics.superLow=超低
//[Reference] 'Super Sampling'
options.general.graphics.superSampling=超级抗锯齿
//[Reference] 'Ultra'
options.general.graphics.ultra=超强
//[Reference] 'Weather Particles'
options.general.graphics.WeatherParticles=天气粒子
//[Reference] 'Language'
options.general.language=语言
//[Reference] 'Misc'
options.misc=杂项
//[Reference] 'Reset'
options.misc.reset=初始化
//[Reference] 'Reset Current Changes'
options.misc.resetCurrent=重置变动选项
//[Reference] 'Reset to Default Settings'
options.misc.resetToDefault=重置回默认设置
//[Reference] 'Network'
options.network=网络
//[Reference] 'Preferences'
options.network.preferences=预设
//[Reference] 'Video'
options.video=视频
//[Reference] 'Set video options here'
options.video.description=在这里设置视频选项
//TODO Translate [Reference] 'Ban'
playerList.ban=
//TODO Translate [Reference] 'Kick'
playerList.kick=
//TODO Translate [Reference] 'Mute'
playerList.mute=
//[Reference] 'Players Online:'
playerList.playerCount=在线玩家:
//TODO Translate [Reference] 'Teleport To'
playerList.teleportTo=
//[Reference] 'Desserts'
recipeBook.grouping.desserts=甜品
//[Reference] 'Fencing'
recipeBook.grouping.fencing=剑术
//[Reference] 'Flooring'
recipeBook.grouping.flooring=地板
//[Reference] 'Main Courses'
recipeBook.grouping.mainCourses=主菜
//[Reference] 'Roofing'
recipeBook.grouping.roofing=屋顶
//[Reference] 'Starters'
recipeBook.grouping.starters=开胃菜
//[Reference] 'Walling'
recipeBook.grouping.walling=墙壁
//[Reference] 'Ingredients'
recipeBook.ingredients=材料
//[Reference] 'No recipes'
recipeBook.noRecipes=没有配方
//[Reference] 'Process'
recipeBook.process=加工
//[Reference] 'You have been muted for {0-time} minutes.'
server.notifyPlayerMuted=你沉默了 {0-time}分钟.
//[Reference] '{0-player} has joined the server'
server.playerJoin={0-player} 加入了服务器
//[Reference] '{0-player} has left the server'
server.playerLeave={0-player} 离开了服务器
//[Reference] 'You are currently muted and your messages will not be received by other players.'
server.youAreMuted=你目前没有交流,不会受到其他玩家的消息.
//[Reference] 'You have been unmuted.'
server.youAreUnmuted=你一直在静音状态.
//[Reference] 'Back to main menu'
serverBrowser.back=返回主菜单
//[Reference] 'No servers or master server unreachable'
serverBrowser.noServers=没有服务器或主服务器不可用
//[Reference] 'Online:'
serverBrowser.online=在线:
//[Reference] 'Server name:'
serverBrowser.serverName=服务器名称:
//[Reference] 'Cancel all'
shippingCatalogue.cancelAll=全部取消
//[Reference] 'Expedite'
shippingCatalogue.expedite=快速
//[Reference] 'Order now'
shippingCatalogue.order=我要预订
//[Reference] 'You have been refunded {0-amount} petals'
shippingCatalogue.refund=你已经退还 {0-amount} 花瓣
//[Reference] 'Check and cancel pending orders here'
shippingCatalogue.viewOrders.description=检查并取消等待订单
//TODO Translate [Reference] 'You have claimed this shipping station!'
shippingDock.Claimed=
//TODO Translate [Reference] 'Cancel'
singleplayer.cancel=
//TODO Translate [Reference] 'Creative'
singleplayer.creative=
//TODO Translate [Reference] 'Creative Mode'
singleplayer.creativeMode=
//TODO Translate [Reference] 'Launch'
singleplayer.launch=
//TODO Translate [Reference] 'Storage with this name already exists'
singleplayer.nameAlreadyExists=
//TODO Translate [Reference] 'Name to short (min 3 characters)'
singleplayer.nameTooShort=
//TODO Translate [Reference] 'New World'
singleplayer.newWorld=
//TODO Translate [Reference] 'Name'
singleplayer.serverName=
//TODO Translate [Reference] 'Single Player'
singleplayer.singleplayer=
//TODO Translate [Reference] 'Village'
singleplayer.village=
//[Reference] 'Credits'
startMenu.credits=制作人员
//[Reference] 'Exit'
startMenu.exit=退出
//[Reference] 'Multi Player'
startMenu.multiPlayer=多人游戏
//[Reference] 'Options'
startMenu.options=设置
//[Reference] 'Server List'
startMenu.serverList=服务器列表
//[Reference] 'Single Player'
startMenu.singlePlayer=单人游戏
//[Reference] 'Black Frog Hat'
staxel.accessories.characters.accessories.animalhats.BlackFrogHat=黑色青蛙帽
//[Reference] 'Frog Hat'
staxel.accessories.characters.accessories.animalhats.FrogHat=青蛙帽
//[Reference] 'Yellow Frog Hat'
staxel.accessories.characters.accessories.animalhats.YellowFrogHat=黄色青蛙帽
staxel.accessories.characters.accessories.cathats.CatHatStars.description=
//[Reference] 'Starry-Eyed Cat Hat'
staxel.accessories.characters.accessories.cathats.CatHatStars.name=Starry-Eyed猫帽
//[Reference] 'Pink Cat Hat'
staxel.accessories.characters.accessories.cathats.DarkPinkCatHat=粉猫帽
//[Reference] 'Purple Cat Hat'
staxel.accessories.characters.accessories.cathats.DarkPurpleCatHat=紫猫帽
//[Reference] 'Original'
staxel.accessories.characters.accessories.generic.normalhair.OriginalHair=原始
//TODO Translate [Reference] 'Ponytail & Bowtie'
staxel.accessories.characters.accessories.generic.normalhair.PonytailHairBlueBowtie=
//TODO Translate [Reference] 'Jen's Hair'
staxel.accessories.characters.accessories.generic.normalhair.ponytails.JensHair=
//TODO Translate [Reference] 'Short & Hairclips'
staxel.accessories.characters.accessories.generic.normalhair.ShortHairYellowHaiclips=
staxel.accessories.characters.accessories.glasses.AEmpty.description=
//TODO Translate [Reference] 'Frame A'
staxel.accessories.characters.accessories.glasses.AEmpty.name=
staxel.accessories.characters.accessories.glasses.AGlass.description=
//TODO Translate [Reference] 'Glasses A'
staxel.accessories.characters.accessories.glasses.AGlass.name=
staxel.accessories.characters.accessories.glasses.ASun.description=
//TODO Translate [Reference] 'Sunglasses A'
staxel.accessories.characters.accessories.glasses.ASun.name=
staxel.accessories.characters.accessories.glasses.BEmpty.description=
//TODO Translate [Reference] 'Frame B'
staxel.accessories.characters.accessories.glasses.BEmpty.name=
staxel.accessories.characters.accessories.glasses.BGlass.description=
//TODO Translate [Reference] 'Glasses B'
staxel.accessories.characters.accessories.glasses.BGlass.name=
staxel.accessories.characters.accessories.glasses.BSun.description=
//TODO Translate [Reference] 'Sunglasses B'
staxel.accessories.characters.accessories.glasses.BSun.name=
staxel.accessories.characters.accessories.glasses.CEmpty.description=
//TODO Translate [Reference] 'Frame C'
staxel.accessories.characters.accessories.glasses.CEmpty.name=
staxel.accessories.characters.accessories.glasses.CGlass.description=
//TODO Translate [Reference] 'Glasses C'
staxel.accessories.characters.accessories.glasses.CGlass.name=
staxel.accessories.characters.accessories.glasses.CSun.description=
//TODO Translate [Reference] 'Sunglasses C'
staxel.accessories.characters.accessories.glasses.CSun.name=
//TODO Translate [Reference] 'Pumpkin Hat'
staxel.accessories.characters.accessories.halloween.pumpkinhat.PumpkinHat=
staxel.accessories.characters.accessories.hats.Headphones.description=
//TODO Translate [Reference] 'Headphones'
staxel.accessories.characters.accessories.hats.Headphones.name=
//TODO Translate [Reference] 'Blue Monkey Hat'
staxel.accessories.characters.accessories.monkeyhats.BlueMonkeyHat=
//TODO Translate [Reference] 'Orange Monkey Hat'
staxel.accessories.characters.accessories.monkeyhats.OrangeMonkeyHat=
//TODO Translate [Reference] 'Pink Monkey Hat'
staxel.accessories.characters.accessories.monkeyhats.PinkMonkeyHat=
//TODO Translate [Reference] 'Gold Tiara'
staxel.accessories.characters.accessories.tiaras.GoldTiara=
//TODO Translate [Reference] 'Silver Tiara'
staxel.accessories.characters.accessories.tiaras.SilverTiara=
//TODO Translate [Reference] 'Bartwe Hair'
staxel.accessories.devavatars.bartwe.BartweHair=
staxel.accessories.devavatars.bartwe.BartweHoodie.description=
//TODO Translate [Reference] 'Bartwe Hoodie'
staxel.accessories.devavatars.bartwe.BartweHoodie.name=
staxel.accessories.devavatars.bartwe.BartweShirt.description=
//TODO Translate [Reference] 'Bartwe Shirt'
staxel.accessories.devavatars.bartwe.BartweShirt.name=
staxel.accessories.devavatars.bartwe.BartweShoes.description=
//TODO Translate [Reference] 'Bartwe Shoes'
staxel.accessories.devavatars.bartwe.BartweShoes.name=
staxel.accessories.devavatars.bartwe.BartweTrousers.description=
//TODO Translate [Reference] 'Bartwe Trousers'
staxel.accessories.devavatars.bartwe.BartweTrousers.name=
//TODO Translate [Reference] 'Callum Hair'
staxel.accessories.devavatars.callum.CallumHair=
staxel.accessories.devavatars.callum.CallumShirt.description=
//TODO Translate [Reference] 'Callum Shirt'
staxel.accessories.devavatars.callum.CallumShirt.name=
staxel.accessories.devavatars.callum.CallumShoes.description=
//TODO Translate [Reference] 'Callum Shoes'
staxel.accessories.devavatars.callum.CallumShoes.name=
staxel.accessories.devavatars.callum.CallumTrousers.description=
//TODO Translate [Reference] 'Callum Trousers'
staxel.accessories.devavatars.callum.CallumTrousers.name=
//TODO Translate [Reference] 'Damon Hair'
staxel.accessories.devavatars.damon.DamonHair=
staxel.accessories.devavatars.damon.DamonShirt.description=
//TODO Translate [Reference] 'Damon Shirt'
staxel.accessories.devavatars.damon.DamonShirt.name=
staxel.accessories.devavatars.damon.DamonShoes.description=
//TODO Translate [Reference] 'Damon Shoes'
staxel.accessories.devavatars.damon.DamonShoes.name=
staxel.accessories.devavatars.damon.DamonTrousers.description=
//TODO Translate [Reference] 'Damon Trousers'
staxel.accessories.devavatars.damon.DamonTrousers.name=
//TODO Translate [Reference] 'Joe Hair'
staxel.accessories.devavatars.joe.JoeHair=
staxel.accessories.devavatars.joe.JoeShirt.description=
//TODO Translate [Reference] 'Joe Shirt'
staxel.accessories.devavatars.joe.JoeShirt.name=
staxel.accessories.devavatars.joe.JoeShoes.description=
//TODO Translate [Reference] 'Joe Shoes'
staxel.accessories.devavatars.joe.JoeShoes.name=
staxel.accessories.devavatars.joe.JoeTrousers.description=
//TODO Translate [Reference] 'Joe Trousers'
staxel.accessories.devavatars.joe.JoeTrousers.name=
//TODO Translate [Reference] 'Moocow Hair'
staxel.accessories.devavatars.moocow.MoocowHair=
staxel.accessories.devavatars.moocow.MoocowShirt.description=
//TODO Translate [Reference] 'Moocow Shirt'
staxel.accessories.devavatars.moocow.MoocowShirt.name=
staxel.accessories.devavatars.moocow.MoocowShoes.description=
//TODO Translate [Reference] 'Moocow Shoes'
staxel.accessories.devavatars.moocow.MoocowShoes.name=
staxel.accessories.devavatars.moocow.MoocowTrousers.description=
//TODO Translate [Reference] 'Moocow Trousers'
staxel.accessories.devavatars.moocow.MoocowTrousers.name=
//TODO Translate [Reference] 'Razz Hair'
staxel.accessories.devavatars.razz.RazzHair=
staxel.accessories.devavatars.razz.RazzShirt.description=
//TODO Translate [Reference] 'Razz Shirt'
staxel.accessories.devavatars.razz.RazzShirt.name=
staxel.accessories.devavatars.razz.RazzShoes.description=
//TODO Translate [Reference] 'Razz Shoes'
staxel.accessories.devavatars.razz.RazzShoes.name=
staxel.accessories.devavatars.razz.RazzTrousers.description=
//TODO Translate [Reference] 'Razz Trousers'
staxel.accessories.devavatars.razz.RazzTrousers.name=
//TODO Translate [Reference] 'Sledra Hair'
staxel.accessories.devavatars.sledra.SledraHair=
staxel.accessories.devavatars.sledra.SledraShirt.description=
//TODO Translate [Reference] 'Sledra Shirt'
staxel.accessories.devavatars.sledra.SledraShirt.name=
staxel.accessories.devavatars.sledra.SledraShoes.description=
//TODO Translate [Reference] 'Sledra Shoes'
staxel.accessories.devavatars.sledra.SledraShoes.name=
staxel.accessories.devavatars.sledra.SledraTrousers.description=
//TODO Translate [Reference] 'Sledra Trousers'
staxel.accessories.devavatars.sledra.SledraTrousers.name=
//TODO Translate [Reference] 'Stein Hair'
staxel.accessories.devavatars.stein.SteinHair=
staxel.accessories.devavatars.stein.SteinShirt.description=
//TODO Translate [Reference] 'Stein Shirt'
staxel.accessories.devavatars.stein.SteinShirt.name=
staxel.accessories.devavatars.stein.SteinShoes.description=
//TODO Translate [Reference] 'Stein Shoes'
staxel.accessories.devavatars.stein.SteinShoes.name=
staxel.accessories.devavatars.stein.SteinTrousers.description=
//TODO Translate [Reference] 'Stein Trousers'
staxel.accessories.devavatars.stein.SteinTrousers.name=
staxel.accessories.devavatars.teagadd.TeagaddShirt.description=
//TODO Translate [Reference] 'Teagadd Shirt'
staxel.accessories.devavatars.teagadd.TeagaddShirt.name=
staxel.accessories.devavatars.teagadd.TeagaddShoes.description=
//TODO Translate [Reference] 'Teagadd Shoes'
staxel.accessories.devavatars.teagadd.TeagaddShoes.name=
staxel.accessories.devavatars.teagadd.TeagaddTrousers.description=
//TODO Translate [Reference] 'Teagadd Trousers'
staxel.accessories.devavatars.teagadd.TeagaddTrousers.name=
//TODO Translate [Reference] 'Colourful Kawaii'
staxel.accessories.eyes.colourfulKawaii=
//TODO Translate [Reference] 'Dark'
staxel.accessories.eyes.dark=
//TODO Translate [Reference] 'Dark with Eyelashes'
staxel.accessories.eyes.darkEyelashes=
//TODO Translate [Reference] 'Dark Kawaii'
staxel.accessories.eyes.darkKawaii=
//TODO Translate [Reference] 'Gradient'
staxel.accessories.eyes.gradient=
//TODO Translate [Reference] 'Gradient with Eyelashes'
staxel.accessories.eyes.gradientEyelashes=
//TODO Translate [Reference] 'Grumpy'
staxel.accessories.eyes.grumpy=
//TODO Translate [Reference] 'Kawaii'
staxel.accessories.eyes.kawaii=
//TODO Translate [Reference] 'Kawaii with Eyelashes'
staxel.accessories.eyes.kawaiiEyelashes=
//TODO Translate [Reference] 'Standard'
staxel.accessories.eyes.normal=
//TODO Translate [Reference] 'Standard with Eyelashes'
staxel.accessories.eyes.normalEyelashes=
//TODO Translate [Reference] 'Serious'
staxel.accessories.eyes.serious=
//TODO Translate [Reference] 'Serious with Eyelashes'
staxel.accessories.eyes.seriousEyelashes=
//TODO Translate [Reference] 'Serious-Wide'
staxel.accessories.eyes.seriousWide=
//TODO Translate [Reference] 'Serious-Wide with Eyelashes'
staxel.accessories.eyes.seriousWideEyelashes=
//TODO Translate [Reference] 'Sideways'
staxel.accessories.eyes.sideways=
//TODO Translate [Reference] 'Sideways with Eyelashes'
staxel.accessories.eyes.sidewaysEyelashes=
//TODO Translate [Reference] 'Small'
staxel.accessories.eyes.small=
//TODO Translate [Reference] 'Small with Eyelashes'
staxel.accessories.eyes.smallEyelashes=
//TODO Translate [Reference] 'Squint'
staxel.accessories.eyes.squint=
//TODO Translate [Reference] 'Thick with Eyelashes'
staxel.accessories.eyes.thickEyelashes=
//TODO Translate [Reference] 'Wise'
staxel.accessories.eyes.wise=
//TODO Translate [Reference] 'Temp Hair'
staxel.accessories.generic.cooking.TempBlueHair=
staxel.accessories.generic.cooking.TempBlueShirt.description=
//TODO Translate [Reference] 'Temp Shirt'
staxel.accessories.generic.cooking.TempBlueShirt.name=
staxel.accessories.generic.cooking.TempBlueShoes.description=
//TODO Translate [Reference] 'Temp Shoes'
staxel.accessories.generic.cooking.TempBlueShoes.name=
staxel.accessories.generic.cooking.TempBlueTrousers.description=
//TODO Translate [Reference] 'Temp Trousers'
staxel.accessories.generic.cooking.TempBlueTrousers.name=
//TODO Translate [Reference] 'Curly with Hairbands'
staxel.accessories.hairstyles.female.long.curlyhairbands.CurlyYellowHairbands=
//TODO Translate [Reference] 'Twintails'
staxel.accessories.hairstyles.female.long.floppypigtails.FloppyPigtails=
//TODO Translate [Reference] 'Neko'
staxel.accessories.hairstyles.female.medium.catGirl=
//TODO Translate [Reference] 'Normal Short'
staxel.accessories.hairstyles.male.short.Male_NormalShort=
//TODO Translate [Reference] 'Short Emo'
staxel.accessories.hairstyles.male.short.ShortEmoFringe=
//TODO Translate [Reference] 'Classic Mecha'
staxel.accessories.helmets.mecha.Mecha_Classic=
//TODO Translate [Reference] 'EG4D'
staxel.accessories.helmets.mecha.Mecha_EG4D=
//TODO Translate [Reference] 'L0V3'
staxel.accessories.helmets.mecha.Mecha_L0V3=
//TODO Translate [Reference] 'P'
staxel.accessories.helmets.mecha.Mecha_P=
//TODO Translate [Reference] 'Mecha Red'
staxel.accessories.helmets.mecha.Mecha_Red=
//TODO Translate [Reference] 'Mecha Yellow'
staxel.accessories.helmets.mecha.Mecha_XYellow=
staxel.accessories.princessdresses.ruffly.RufflyDress.description=
//TODO Translate [Reference] 'Ruffly Dress'
staxel.accessories.princessdresses.ruffly.RufflyDress.name=
staxel.accessories.shirts.catshirts.CatShirt.description=
staxel.accessories.shirts.catshirts.CatShirt.name=
staxel.accessories.shirts.catshirts.Female_CatShirt.description=
//TODO Translate [Reference] 'Cat Shirt'
staxel.accessories.shirts.catshirts.Female_CatShirt.name=
staxel.accessories.shirts.catshirts.Male_CatShirt.description=
//TODO Translate [Reference] 'Cat Shirt'
staxel.accessories.shirts.catshirts.Male_CatShirt.name=
staxel.accessories.shirts.hoodies.femaleWhiteHoodie.description=
//TODO Translate [Reference] 'Hoodie'
staxel.accessories.shirts.hoodies.femaleWhiteHoodie.name=
staxel.accessories.shirts.hoodies.maleWhiteHoodie.description=
//TODO Translate [Reference] 'Hoodie'
staxel.accessories.shirts.hoodies.maleWhiteHoodie.name=
staxel.accessories.shirts.hoodies.WhiteHoodie.name=
staxel.accessories.shirts.splatshirts.FemaleSplatShirt.description=
//TODO Translate [Reference] 'Splat Shirt'
staxel.accessories.shirts.splatshirts.FemaleSplatShirt.name=
staxel.accessories.shirts.splatshirts.MaleSplatShirt.description=
//TODO Translate [Reference] 'Splat Shirt'
staxel.accessories.shirts.splatshirts.MaleSplatShirt.name=