-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathko-KR.json
1327 lines (1327 loc) · 129 KB
/
ko-KR.json
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
{
"(Included)": "(포함됨)",
"(Price Per Station)": "(스테이션 당 가격)",
"({min} to {max})": "({min} - {max})",
"* Required Fields": "* 요구되는 항목",
"/min": "/분",
"1 Player per station | {count} Players can share a station": "스테이션 1개당 플레이어 1명 | 플레이어 {count}명으로 스테이션 공유가능",
"1 result found": "1 개 결과 검색됨",
"16:9 ratio recommended": "16:9 비율 권장함",
"2MB maximum, suggested size 600x280px.": "최대 2MB, 권장 사이즈 600x280px.",
"5 minutes remaining!": "5분 남았습니다!",
"500 x 500 Dimensions": "500 x 500 규격",
"50MB maximum.": "최대 50MB.",
"A general overview of the title. This information will be visible in the Launcher to your customers and help categorize your content.": "타이틀의 전반적 개요입니다. 이 정보는 론처를 통해 고객에게 표시되며 콘텐츠 분류에 도움이 됩니다.",
"A general overview of the title. This information will be visible in the Launcher to your customers and will help categorize your content.": "타이틀의 전반적 개요입니다. 이 정보는 고객을 위해 론처에 표시되며 콘텐츠 분류에 도움이 됩니다.",
"A guide to using our new Content Distribution System and why it's important.": "새로운 콘텐츠 배포 시스템 사용 가이드 및 중요성.",
"A minimum of 5 keys are required, to allow SpringboardVR to test your content on our system. If you would like to provide locations the opportunity to use Steam Keys, please provide at least 100 Steam Keys.": "스프링보드VR이 시스템에서 콘텐츠를 테스트할 수 있으려면 최소 5개의 키가 필요합니다. 위치에 스팀 키를 사용할 수 있는 기회를 제공하려면 최소 100개의 스팀 키를 제공하세요.",
"A minimum of 6 characters is needed for passwords": "비밀번호는 최소 6문자이어야 합니다",
"A Universal Resource Indicator is for applications like Steam where you can provide a unique URL that will trigger the game to launch.": "통합 자원 표시기는 Stream과 같은 애플리케이션을 위한 것으로 게임을 시작하는 고유한 URL을 제공합니다.",
"A Universal Resource Indicator is for applications like Steam where you can provide a unique URL that will trigger the title to launch.": "유니버설 리소스 인디케이터는 귀하께서 타이틀을 시작시키게 될 고유의 URL을 제공할 수 있는 스팀(Steam)과 같은 애플리케이션들을 위한 것입니다.",
"Accept": "수락",
"Account Credit": "계정 크레딧",
"Account Setup": "계정 설정",
"Activate License": "라이센스 활성화",
"Active Coupons": "활성 쿠폰",
"Active Discounts": "활성상태 할인",
"Ad Preview": "광고 미리보기",
"Add": "추가",
"Add a Title Manually": "수동으로 타이틀 추가",
"Add Card": "카드 추가",
"Add Content": "콘텐츠 추가",
"Add Content Manually": "수동으로 콘텐츠 추가",
"add content manually": "수동으로 콘텐츠 추가",
"Add Content to this Station": "이 스테이션에 콘텐츠 추가",
"Add custom hours": "사용자 지정 시간 추가",
"Add Custom Hours": "개별 특정 시간을 추가하세요",
"Add Extension": "확장 추가",
"Add Group": "그룹 추가",
"Add hours": "시간들 추가",
"Add hours of operation": "영업 시간 추가",
"Add length of time": "시간 추가",
"Add Marketplace Content": "마켓플레이스 콘텐츠 추가",
"Add Person": "사람 추가",
"Add price": "가격 추가",
"Add Steam Keys": "스팀 키 추가하기",
"Add this content to the station": "이 콘텐츠를 스테이션에 추가",
"Add to My Library": "나의 라이브러리에 추가",
"Adding a new station will increase your monthly subscription fees by your current per station rate. After you save your new station, you will be charged the prorated amount for this month’s usage on your next invoice.": "새 역을 추가하면 현 역당 요금만큼 월 구독료가 올라갑니다. 새 역을 저장한 후, 다음 송장에서 비례 계산된 이번 달 사용료가 청구될 것입니다.",
"Adding and reordering content in your Library": "라이브러리에 콘텐츠를 저장하고 재정렬하는 중",
"Adding your content to SpringboardVR is a 5 step process:": "스프링보드VR에 콘텐츠를 추가하는 5단계 프로세스는 다음과 같습니다.",
"Additional Comments": "추가 의견",
"Additional Information": "추가 정보",
"Additional information for this title.": "이 타이틀의 추가 정보입니다.",
"Additional Instructions": "추가 지침",
"Additional Options": "추가 옵션",
"Address": "주소",
"Address 1": "주소 1",
"Address 2": "주소 2",
"Admin": "관리",
"After setting up your Pricing Options above, you can choose which countries you want to distribute your content to and adjust your prices per country.": "위의 가격 옵션을 설정한 후 콘텐츠를 배포하려는 국가를 선택하고 국가별 가격을 조정할 수 있습니다.",
"Age Limit": "나이 제한",
"Age Limit:": "연령 제한:",
"Age Rating": "나이 제한 등급",
"All": "전부",
"All of your changes will be lost, including any enabled content on stations.": "스테이션에 활성화된 콘텐츠를 포함해서 모든 변경 사항이 상실됩니다.",
"All of your previous transactions are displayed here.": "모든 이전 거래가 여기에 표시됩니다.",
"All prices are in USD.": "모든 가격은 USD입니다.",
"All the tags will be displayed on your home screen. If off, players will still be able to filter by tag.": "모든 태그가 홈 화면에 표시됩니다. 해제된 경우에도 플레이어들이 태그별로 필터링할 수 있습니다.",
"Already In Reservation": "이미 예약에 있음",
"Also Tagged with": "다음과 함께 같이 태그됨",
"Always Active": "항상 활성",
"Amount": "양",
"Amount Off": "금액 할인",
"Amount Paid": "결제된 금액",
"Amount Unpaid": "미지불 금액",
"An overview of your available titles.": "귀하의 사용가능한 타이틀들의 개요.",
"Analytics": "분석",
"and": "그리고",
"Any age": "전연령",
"Any changes you make within the 1st half of the month will be effective on the 1st of the next month.": "각월 전반기 내에 변경하신 모든 사항들은 다음 달 1일부터 효력을 얻게 됩니다.",
"Any changes you make within the 2nd half of the month will take effect on the 1st of the following month.": "각월 후반기 내에 변경하신 모든 사항들은 다다음 달 1일부터 효력을 얻게 됩니다.",
"Arcade Version": "아케이드 버전",
"are the prices you manually updated.": "수동으로 업데이트한 가격입니다.",
"Are you sure you want to delete this content?": "정말로 이 콘텐츠를 삭제하시겠습니까?",
"Are you sure you want to delete this experience?": "정말 이 경험을 삭제하시겠습니까?",
"Are you sure you want to delete this station? Starting next month, your station fees will decrease by your current per station rate and we will reimburse the prorated amount for the current month.": "정말 이 스테이션을 삭제할까요? 다음 달부터, 귀하의 현재 스테이션별 요금 비율에 따라 귀하의 스테이션 요금이 낮아지며, 이번 달에 대해 일할 계산된 금액을 환급해 드릴 것입니다.",
"Are you sure you want to delete this tag?": "이 태그를 정말로 삭제하시겠습니까?",
"Are you sure you want to disable this title from your station?": "정말로 이 타이틀을 스테이션에서 비활성하시겠습니까?",
"Are you sure you want to enable this content for your entire experience? It will be installed and enabled on all computers assigned to this experience after you save the content page.": "정말로 이 콘텐츠를 전체 경험에 활성화하시겠습니까? 콘텐츠 페이지를 저장한 후 이 경험에 할당된 모든 컴퓨터에 콘텐츠가 설치되고 활성화됩니다.",
"Are you sure you want to enable this content for your entire experience? Please make sure it is installed on your computers.": "정말로 이 콘텐츠를 전체 경험에 활성화하시겠습니까? 콘텐츠가 컴퓨터에 설치된 것을 확인해 주세요.",
"Are you sure you want to enable this content for your entire location? It will be installed and enabled on all stations once you save.": "정말로 이 콘텐츠를 전체 위치에 활성화하시겠습니까? 저장한 후 모든 스테이션에 설치 및 활성화됩니다.",
"Are you sure you want to enable this content for your entire location? Please make sure it is installed on your computers.": "정말로 이 콘텐츠를 전체 위치에 활성화하시겠습니까? 콘텐츠가 사용자 컴퓨터에 설치된 것을 확인해 주세요.",
"Are you sure you want to quit without saving?": "정말로 저장하지 않고 종료하시겠습니까?",
"Are you sure you want to restore this station?": "정말 이 스테이션을 복구하시겠습니까?",
"Are you sure you would like to cancel this reservation?": "예약을 정말 취소하시겠습니까?",
"Are you sure you would like to delete this coupon?": "정말 이 쿠폰을 삭제하시겠습니까?",
"Are you sure you would like to delete this discount?": "정말 이 할인을 삭제하시겠습니까?",
"Are you sure you would like to delete this Location? This will delete all experiences, stations, locations, discounts and coupons associated with this location.": "이 위치를 정말로 삭제하시겠습니까?이 위치와 연관된 모든 경험, 장소, 위치, 할인, 쿠폰이 삭제됩니다.",
"Are you sure you would like to delete this Location? This will delete all experiences, stations, widgets, discounts and coupons associated with this location.": "정말 이 위치를 삭제하시겠습니까? 삭제하시면 이 위치와 연관된 모든 경험, 스테이션, 위젯, 할인 및 쿠폰도 삭제하시게 됩니다.",
"Are you sure you would like to delete this reservation?": "정말 이 예약을 삭제하고 싶으신가요?",
"Are you sure you would like to delete this station? By reducing your total station count below 10, you will no longer be qualified for a volume discount.": "정말 이 방송국을 삭제하시겠습니까? 총 방송국 수를 10개 이하로 줄이면, 볼륨 할인 자격에서 제외됩니다.",
"Are you sure you would like to delete this widget?": "정말 이 위젯을 삭제하시겠습니까?",
"Are You Sure?": "확실합니까?",
"Assigned Titles": "배정된 타이틀",
"At least one experience": "적어도 하나의 경험",
"At least one experience.": "적어도 한 차례 경험",
"At least one open/close time price per experience.": "경험당 적어도 한 개 시작/종료 시간 가격",
"At least one price per experience": "경험당 최소 하나의 가격",
"At least one price per experience.": "경험당 적어도 한 가격",
"At least one station": "적어도 하나의 스테이션",
"At least one station.": "적어도 한 개 장소",
"Attempting to reconnect": "재연결 시도 중",
"Auto pay scheduled for {date}": "자동 결제 예정일 {date}",
"Available Hours": "사용가능한 시간들",
"Available on Content Distribution System": "콘텐츠 배포 시스템에서 사용 가능",
"Available on SpringboardVR since {date}.": "{date}일 부터 SpringboardVR에서 이용 가능합니다.",
"Average Session Time (min)": "평균 세션 시간 (분)",
"Back": "뒤로",
"Back online.": "온라인으로 돌아갑니다.",
"Back to Calendar": "캘린더로 되돌아가기",
"Back To Global Admin": "글로벌 관리자로 돌아가기",
"Back to launcher": "시작 관리자로 돌아가기",
"Back to Overview": "개요로 되돌아가기",
"Back to Reservation": "예약으로 되돌아가기",
"Back to the Marketplace": "마켓플레이스로 돌아가기",
"Based on the information you have provided, you will need to complete this official government document provided by the Internal Revenue Service - it is required for us to distribute payments to you.": "귀하가 제공한 정보에 기초하여, 국세청이 제공하는 공식 정부 문서를 작성해야 합니다. 저희가 귀하에게 지불금을 지급하기 위해 필요합니다.",
"Basic Info": "기본 정보",
"Basic information for this title.": "이 타이틀의 기본 정보",
"Because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "SpringboardVR 타이틀이 아니기 때문에 스테이션의 컴퓨터에서 제거하고 싶다면 수동으로 제거해야 합니다.",
"Before getting started": "시작하기 전에",
"Before you get started, read our content distribution guide to help you better understand your options and how to navigate through this process. The guide has helpful FAQ’s on the upload process, payment details, distribution options and more.": "시작하기 전에 귀하의 옵션과 이 프로세스를 탐색하는 방법에 대한 이해를 돕는 콘텐츠 배포 가이드를 읽어보세요. 이 가이드에는 업로드 프로세스, 지불 세부내역, 배포 옵션 등에 관한 유용한 FAQ가 있습니다.",
"Before you start adding your content to SpringboardVR, we need you to answer a few questions about your organization and fill out your tax form (so we can pay you). ": "스프링보드VR에 콘텐츠를 추가하기 전에 귀 단체에 대한 몇 가지 질문에 답하고 세금 양식을 작성하셔야 합니다(귀하께 지불할 수 있도록). ",
"Beta": "베타",
"Beta access": "베타 접속",
"Billing": "청구",
"Birthdate": "생일",
"Birthday *": "생년월일 *",
"blue": "블루",
"Booking is paused!": "예약이 일시 중지되었습니다.",
"Booking Name": "예약 이름",
"Booking resumed!": "예약 다시 시작!",
"Both Start Date and End Date are optional.": "시작일 및 종료일은 모두 필수가 아닌 옵션입니다.",
"Bring up this overlay when in the game launcher. Pause or switch game when playing.": "게임런처에서 이 오버레이를 추가하세요. 게임 플레이 중에 일시정지하거나 게임을 바꿀 수 있게 됩니다.",
"Business closing down": "비즈니스 중단",
"Business Type": "비즈니스 유형",
"Button background color": "버튼 배경 색상",
"Button Text": "버튼 텍스트",
"Button Text Color": "버튼 텍스트 색상",
"Buy on Steam": "Steam에서 구매",
"Buy On Steam": "Steam에서 구매",
"Buy this content on Steam before installing it and enabling it on your stations.": "이 콘텐츠를 스테이션에 설치 및 활성화하기 전에 Steam에서 구매하세요.",
"Call for help": "도움 요청",
"Call help to play": "플레이를 위한 도움말 호출",
"Calling for help": "도움 요청",
"Cancel": "취소",
"Cancel anytime": "언제든 취소",
"Cancel Booking": "예약 취소",
"Cancel Help": "도움 취소",
"Cancel Reservation": "예약 취소",
"Cancel Scheduled Activation": "예정된 활성화 취소",
"Cancellation Time": "취소 시각",
"Cancellations & refunds": "취소 & 환불",
"Cancelled Booking": "취소된 예약",
"Cancelling this booking will result in a full refund": "이 예약을 취소하시면 전체 환불 됩니다",
"Card": "카드",
"Change Password": "비밀번호 변경",
"Changes succesfully saved.": "변경 사항이 성공적으로 저장됐습니다.",
"Changes to the order of this list will be reflected in your {stationMonitorLink} and your {reservationWidgetsLink}.": "귀하의 {stationMonitorLink} 와(과) 귀하의 {reservationWidgetsLink}에 이 목록 순서의 변경사항이 반영되게 됩니다.",
"Check In": "체크 인",
"Checking Code": "확인 코드",
"Checking Steam Verification": "스팀 인증 확인 중",
"Choose a Business Type": "비즈니스 유형을 선택하세요",
"Choose a Country": "국가를 선택하세요",
"Choose a Difficulty": "어려운 정도 선택하기",
"Choose an Age Rating": "나이 제한 등급 선택하기",
"Choose an Experience Type": "경험 타입을 골라주세요",
"City": "시/도",
"Clear": "지우기",
"Clear all": "모두 지우기",
"Clear search": "검색 지우기",
"clear them all": "그것들을 모두 지우기",
"Click Save below to start adding your content to SpringboardVR.": "아래의 '저장'을 클릭하여 SpringboardVR에 컨텐츠 추가를 시작하세요.",
"Click To Start": "시작하려면 클릭하세요",
"Closed": "폐쇄",
"Closing time": "닫는 시간",
"Closing Time": "종료 시간",
"Code": "코드",
"Come back to see statistics about your content after you’ve added your content to SpringboardVR.": "스프링보드VR에 콘텐츠를 추가한 후에 다시 돌아와서 귀하의 콘텐츠에 대한 통계를 확인하세요.",
"Coming Soon": "곧 공개",
"Command Line Arguments": "명령줄 인수",
"command line tool.": "명령 줄 도구를.",
"Commercial Licensing": "상업 라이센스",
"Complete the Tax Form and re-upload the file. ": "세금 양식의 작성을 완료하고 파일을 재업로드하세요. ",
"Confirm New Password": "새 비밀번호 확인",
"Conflict": "충돌",
"Connect Square": "스퀘어 연결",
"Connect Stripe": "Stripe 연결",
"Connection Lost, Safety Mode Activated": "연결 상실, 안전 모드 활성화",
"Cons": "단점",
"Contact Info": "연락처 정보",
"Contact Information": "연락처 정보",
"Contact us at {supportEmail} if you want to stop distributing your content to a location type.": "여러분의 컨텐츠를 장소 유형에 제공하는 것을 그만두시려면 {supportEmail}로 연락하시길 바랍니다.",
"Content": "콘텐츠",
"Content Basics": "콘텐츠 기본사항",
"Content Category": "콘텐츠 카테고리",
"Content Creator Panel": "콘텐츠 만든이 패널",
"Content Description": "콘텐츠 설명",
"Content Details": "컨텐츠 세부 정보",
"Content Details. Fill out the details for your title.": "콘텐츠 세부정보. 콘텐츠에 대한 세부 정보를 입력하세요.",
"Content developer looking to add their content to our commercial licensing? {register}": "본인의 콘텐츠를 저희 상업 라이센스에 추가할 기회를 찾고 있는 콘텐츠 개발자이신가요? {register}",
"Content Distribution Guide": "콘텐츠 배포 가이드",
"Content Distribution Upload": "콘텐츠 배급 업로드",
"Content Distribution Upload Status": "컨텐츠 유통 업로드 상황",
"Content Distribution Upload. Upload your content to our servers.": "콘텐츠 배포 업로드. 서버에 콘텐츠를 업로드하세요.",
"Content Image": "콘텐츠 이미지",
"Content Name": "콘텐츠 이름",
"Content Preset": "콘텐츠 사전 설정",
"Content Ratings": "콘텐츠 등급",
"Content Ratings help SpringboardVR with sharing more accurate data and feedback to content creators about their titles and to location operators about trending content around the world.": "콘텐츠 등급은 SpringboardVR이 콘텐츠 창작자들에게 해당 타이틀에 대한 보다 정확한 데이타와 피드백을 공유하고 현지 운영자들에게 전 세계 인기 급상승 콘텐츠에 대해 공유하는 데 도움이 됩니다.",
"Content Requests": "콘텐츠 요청",
"Content Title": "콘텐츠 제목",
"Content Trailer": "컨텐츠 트레일러",
"Content Type": "콘텐츠 유형",
"Content Upload Guide": "단계를 따라가",
"Content Uploaded": "업로드된 컨텐츠",
"Continue": "계속",
"Continue playing": "플레이를 계속",
"Controller Instructions": "컨트롤러 사용 지침",
"Copied": "복사됨",
"Copy": "복사하기",
"Copy Embed Code": "Embed 태그 복사",
"Copy Share Link": "공유 링크 복사",
"Copy snippet": "스냅핏 복사",
"Corporation": "회사",
"Cost This Month": "비용 이번 달",
"Cost this Month": "이번 달 비용",
"couldn’t be deleted": "삭제할 수 없음",
"Countries of Distribution": "배포 국가",
"Country": "국가",
"Coupon": "쿠폰",
"Coupon Code": "쿠폰 코드",
"Coupon Details": "쿠폰 상세 정보",
"Coupon Parameters": "쿠폰 매개변수",
"Coupon Timing": "쿠폰 타이밍",
"Coupons": "쿠폰",
"Create": "생성",
"Create a Custom Content Entry": "사용자 정의 콘텐츠 항목 만들기",
"Create a New Station": "새 스테이션 생성하기",
"Create a new walk-in, adjust the time, check in and start.": "새로운 즉석 세션을 만들고, 시간을 조절하고, 체크인을 하고 시작하세요.",
"Create Entry": "항목 만들기",
"Credit Card Number": "신용카드 번호",
"Credits & Legal": "크레딧 및 법률 정보",
"Currency": "통화",
"Currency & Tax Settings": "통화와 세금 설정",
"Current Month Commercial Licensing Cost": "당월 월간 상업 라이센싱 비용",
"Current Month Revenue": "당월 수익",
"Current Password": "기존 비밀번호",
"Current Year Revenue": "현재 연간 매출",
"Currently, only the Price Per Minute option is available to locations": "현재, 로케이션들에 분당 가격 옵션만을 사용하실 수 있습니다",
"Cushion Time Between Reservations (In Minutes)": "예약 사이 쿠션 시간 (분)",
"Custom": "커스텀",
"Custom Content Entry": "사용자 정의 콘텐츠 항목",
"Custom Hours": "사용자 지정 시간",
"Custom Length": "맞춤 길이",
"Custom Length in Minutes": "분 단위 맞춤 길이",
"Custom Price": "맞춤 가격",
"Custom Price in": "맞춤 가격",
"Custom Start Time": "맞춤 시작 시간",
"Customers will enter this code during checkout to receive their coupon.": "고객이 결제 중에 이 코드를 입력하면 쿠폰을 받을 수 있습니다.",
"Customers will enter this code during checkout to receive their discount.": "고객이 결재 시 할인을 받으려면 이 코드를 입력합니다.",
"Customers will use this information to find and contact your location.": "고객은 이 정보를 사용하여 위치를 찾고 연락합니다.",
"Customize how our desktop software will launch this content by either specifying a Universal Resource Indicator or a file path.": "통합 자원 표시기나 파일 경로를 지정하여 저희 데스크톱 소프트웨어가 이 콘텐츠를 시작하는 방법을 사용자 정의합니다.",
"Customize how our desktop software will launch this content by specifying any extra command line arguments to be used.": "사용될 추가 명령줄 인수를 지정하여 저희 데스크톱 소프트웨어가 이 콘텐츠를 시작하는 방법을 사용자 정의하세요.",
"CVV": "CVV",
"Date": "날짜",
"Date & Number of Players": "날짜 및 플레이어 수",
"Date and Time": "날짜와 시간",
"Dates": "날짜",
"Day": "일",
"Days": "날",
"DD/MM/YYYY": "DD일/MM월/YYYY년",
"Deactivate License": "라이센스 비활성화하기",
"Deactivating on {deactivationDate}": "{deactivationDate}에 비활성화",
"Decline": "거절",
"Decline & Delete": "거부 및 삭제",
"Declining the End User License Agreement will deactivate the license, delete the title from your Library and uninstall it from all of your computers.": "최종 사용자 라이선스 협정의 거부는 라이선스를 비활성화하고, 라이브러리에서 삭제하며, 모든 컴퓨터에서 제거합니다.",
"Declining the End User License Agreement will delete the title from your Library and uninstall it from all of your computers.": "최종 사용자 라이선스 협정을 거부하면 타이틀이 라이브러리에서 삭제되며 모든 컴퓨터에서 제거됩니다.",
"Default Dashboard Elements": "기본 대시보드 요소",
"Default Idle Videos Volume": "기본 비가동 동영상 볼륨",
"Delete": "삭제",
"Delete Content": "콘텐츠 삭제",
"Delete Coupon": "쿠폰 삭제",
"Delete Discount": "할인 삭제",
"Delete experience": "경험 삭제",
"Delete Location": "위치 삭제",
"Delete my account": "계정 삭제",
"Delete my last station": "나의 마지막 역을 삭제하기",
"Delete Reservation": "예약 삭제",
"Delete Station": "스테이션 삭제",
"Delete Tag": "태그 삭제",
"Delete Widget": "위젯 삭제",
"delete your account": "계정 삭제하기",
"deleted": "삭제됨",
"Description": "설명",
"Description of the experience": "경험에 대한 설명",
"Desktop": "바탕 화면",
"Details": "세부 사항",
"Developed By": "개발자",
"Developer": "개발자",
"Developer Panel": "개발자 패널",
"Developers": "개발자들",
"Difficulties": "난이도",
"Difficulty": "난이도",
"Digital Rights Management": "디지털 저작권 관리",
"Directly from the Content Creator / Studio": "콘텐츠 크리에이터 / 스튜디오가 직접 제공",
"Disable": "비활성화",
"Disable & Uninstall": "비활성화 및 제거",
"Disable Account": "계정 사용중단",
"Disable account": "계정 비활성",
"Disable my account": "계정 비활성화",
"Disable Only": "비활성화",
"Disable your Account": "계정 비활성화",
"Disconnect Square": "스퀘어 연결 해제",
"Disconnect Stripe": "스트라이프 연결 해제",
"Discount": "할인",
"discount": "할인",
"Discount Details": "할인 상세 정보",
"Discount Name": "할인 이름",
"Discount Parameters": "할인 매개변수",
"Discount saved": "할인 저장",
"Discount Timing": "할인 타이밍",
"Discounts": "할인",
"Display advertising inside of the launcher from our partners.": "G 파트너의 런처 내부에 광고를 표시합니다.",
"Display instructions in the launcher": "론처에 지침 표시",
"Displayed here are all of your previous invoices. As of [date], subscription fees and commercial licensing fees are combined in the same invoice.": "이전의 인보이스가 이곳에 표시됩니다. [date]에 따라, 구독 요금과 상업 라이센싱 비용이 포함된 인보이스 입니다.",
"Dissatisfied with service": "서비스 불만족",
"Distribute": "배포",
"Distribute Steam Keys to Location": "스팀 키를 위치에 배포",
"Distribute to Educational Locations": "교육적인 장소에 배포하기",
"Distribute to Entertainment Locations": "엔터테인먼트 장소에 배포하기",
"Distribute Your Content": "여러분의 컨텐츠를 나누어 보세요",
"Don't have a Virtual Reality Location Operator account? {register}": "가상 현실 위치 오퍼레이터 계정이 없으세요? {register}",
"Done": "완료",
"Download": "다운로드",
"Download a CSV file of all your reservations.": "모든 예약 사항의 CSV 파일 다운로드",
"Download CSV": "CSV 다운로드",
"Download our": "다운로드 하세요,",
"Download Your Tax Form": "귀하의 세금 양식을 다운로드하세요",
"Easy": "쉬움",
"Easy, Medium and Hard categories will be displayed on your home screen. If off, players will still be able to filter by difficulty.": "홈 화면에 쉬움, 보통, 어려움 구분이 표시됩니다. 이 기능을 끄는 경우도 플레이어를 난이도로 구분할 수 있습니다.",
"edit": "수정",
"Edit": "수정",
"Edit Coupon": "쿠폰 수정",
"Edit Discount": "할인 수정",
"Edit Experience": "경험 수정",
"Edit Experiences": "경험 편집",
"Edit Reservation": "예약 편집",
"Edit Station": "스테이션 수정",
"Edit Tag": "태그 편집",
"Edit Title": "제목 편집",
"Edit Widget": "위젯 수정",
"Editing": "편집",
"Editing reservations and station settings are disabled.": "예약 수정 및 스테이션 설정이 비활성화됐습니다.",
"Education": "교육",
"Either way, we will track usage and bill them accordingly. Most titles opt to let us distribute Steam Keys instead of forcing operators to purchase their title on each station.": "어느 쪽이든 사용량을 추적하여 적절하게 청구할 것입니다. 대부분의 타이틀은 사업자가 각 스테이션에서 타이틀을 구매하도록 강요하는 대신 스팀 키를 배포하도록 허용됩니다.",
"Email": "이메일",
"Email Address": "이메일 주소",
"Embed Code": "Embed 태그",
"Enable Content on your Stations": "스테이션에서 콘텐츠 활성화",
"Enable In Store Payments": "스토어에서 결제 켜기",
"Enable Monthly Price": "월별 가격 켜기",
"Enable on all the stations in {name}": "{name}의 모든 스테이션에서 활성화",
"Enable online reservations for this station.": "이 스테이션의 온라인 예약을 활성화합니다.",
"Enable our DRM solution": "DRM 솔루션 가능",
"Enable Per Play Pricing": "재생 당 가격 켜기",
"Enable Regionally Adjusted Pricing": "지역별 조정 가격 사용",
"Enable Square": "스퀘어 켜기",
"Enable Station on Title": "타이틀에서 스테이션 켜기",
"Enable stripe": "스트라이프 켜기\n\n",
"Enable Tag on Title": "제목에 태그 켜기",
"Enable Yearly Price": "연간 가격 켜기",
"Enabled Titles on this Station": "이 스테이션에서 켜진 제목들",
"Enables keyboard shortcuts that can be bound to USB connected buttons to start (Ctrl-Shift-F1) and stop (Ctrl-Shift-F2) a title. When Launcher is Disabled, will play a trailer reel based on the videos uploaded for the content in your library rather than open the launcher.": "USB 연결 단추에 바인딩할 수 있는 바로 가기 키를 사용하여 타이틀을 시작(Ctrl-Shift-F1)하고 중단(Ctrl-Shift-F2)할 수 있습니다. 실행 프로그램이 비활성화되면 실행 프로그램을 열지 않고 라이브러리의 콘텐츠 용으로 업로드한 동영상을 기반으로 예고편을 재생합니다.",
"End Date": "종료일",
"End User License Agreement": "최종 사용자 라이센스 계약",
"End User License Agreement. Protect your intellectual property.": "사용자 라이선스 계약 종료. 지적 재산을 보호하세요.",
"Ended on {date}": "{date}에 종료됨",
"Ends At": "종료",
"Ends on {date}": "{date}에 종료",
"Enter a dollar amount between 0 and 25.": "0에서 25 사이의 달러 금액을 입력하세요.",
"Enter the host's contact information": "호스트 연락처 정보를 입력하세요.",
"Enter the path to your steamapps/common folder for this station here, and then it can be used as a macro when using the legacy launch method (e.g. %STEAM_PATH%\\\\Job Simulator). If you aren't using the legacy launch method for any steam content, you don't need to fill this in.": "여기에 이 스테이션에 대한 steamapps/ common 폴더의 경로를 입력하세요. 이후 이것은 기존 실행 방식(예 :%STEAM_PATH%\\\\Job Simulator)을 사용할 때 매크로로 이용할 수 있습니다. steam 콘텐츠에 대한 기존 실행 방식을 사용하지 않는다면 이 칸을 채울 필요가 없습니다.",
"Enter your contact information here.": "여기에 연락처 정보를 입력하세요.",
"Enter your organization’s information here.": "여기에 조직의 정보를 입력하세요.",
"Enter Your Password": "비밀번호를 입력하세요",
"Enter your search": "검색을 입력하세요",
"Entertainment": "엔터테인먼트",
"Entertainment vs Education": "엔터테인먼트 vs 교육",
"Equipment": "장비",
"Error during install": "설치 중 오류",
"Error during uninstall": "삭제 중 오류",
"Estimated Amount Due": "예상 금액",
"Estimated Cost Per Month": "월 예상 비용",
"Estimated Month Commercial Licensing Cost": "예상 월간 상업 라이센싱 비용",
"Estimated Month Revenue": "예상 월별 수익",
"Estimated Total due on {date}": "{date}의 예상 청구 금액",
"Estimated Year Revenue": "예상 연간 매출",
"EULA effective date": "EULA 발효일",
"EULA Update": "EULA 업데이트",
"Example Button": "예시 버튼",
"Exclusive Tax": "세금 제외",
"Experience": "경험",
"Experience Details": "경험 세부사항",
"Experience Name": "경험 이름",
"Experience Type": "경험 유형",
"Experiences": "경험",
"Expiration Date": "만료 일자",
"Expires": "만료",
"Expires On": "~에 만료",
"Export Reservation Data": "예약 자료 내보내기",
"Extend Full Booking": "전체 예약 확장",
"Extend Full Reservation": "전체 예약 확장",
"Failed Login Image": "로그인 이미지 실패",
"Feature Requests": "기능 요청",
"Filter": "분류",
"Filtering, searching for games and calling for help are disabled.": "필터링, 게임 검색 및 도움 요청이 비활성화됐습니다.",
"First Name": "이름",
"First Of Next Month": "다음 달 1일",
"Flat Amount Off": "정액 할인",
"Follow the steps in the": "컨텐츠 업로드 가이드의",
"For internal reference only.": "내부 참조용",
"For more detailed instructions on how to set up your location you can visit our": "위치 설정 방법에 대한 자세한 내용은 다음을 방문하세요",
"For stations the content is not enabled on yet, no extra steps will be required when you decide to enable the content as it will automatically install the proper version.": "콘텐츠가 아직 활성화되지 않은 스테이션의 경우, 적절한 버전을 자동으로 설치하기 때문에 콘텐츠를 활성화하기로 결정하는 경우 추가로 요구되는 단계가 없습니다.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The \"One-Click\" version of your title will get installed and enabled automatically.": "타이틀이 이미 활성화된 스테이션의 경우, 해당 컨텐츠의 구 버전을 제거하시고 업데이트 버튼을 클릭하세요. 귀하의 타이틀의 \"원-클릭\" 버전은 자동으로 설치 및 활성화됩니다.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The Content Distribution System version of your title will get installed and enabled automatically.": "타이틀이 이미 켜져 있는 상태의 스테이션들의 경우, 귀하의 콘텐츠 구 복사본을 삭제하시고 업데이트 버튼을 클릭하세요. 귀항 타이틀의 콘텐츠 배급 시스템 버전이 설치되고 자동적으로 켜지게 됩니다.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The SpringboardVR: Content version of your title will get installed and enabled automatically.": "타이틀이 이미 활성화되어 있는 스테이션의 경우, 콘텐츠의 예전 사본을 제거하고 업데이트 버튼을 클릭하세요. SpringboardVR: Content 버전의 타이틀이 설치되고 자동으로 활성화됩니다.",
"For Steam title it looks like “steam://launch/512321/VR”": "Steam 타이틀은 “steam://launch/512321/VR”와 같이 표시됩니다",
"Forever": "영원히",
"Forgot Password?": "비밀번호를 잊으셨나요?",
"Free": "무료",
"Free Roaming": "프리 로밍",
"Full Size Ad": "전체 화면 광고",
"Game controls": "게임 콘트롤",
"Game Keys": "게임 키",
"game list": "게임 목록",
"Game Ratings": "게임 레이팅",
"Game Title: A - Z": "게임 타이틀: A - Z",
"Game Title: Z - A": "게임 타이틀: Z - A",
"Games": "게임",
"Games Ratings help SpringboardVR with sharing more accurate data and feedback to game developers about their games and to location operators about trending content around the world.": "게임 레이팅으로 스프링보드VR(SpringboardVR) 은 더 정확한 데이터 및 피드백을 공유할 수 있으며, 게임 개발자는 자신의 게임에 대해, 지역 영업사원은 세계 각지에서 유행하는 콘텐츠에 대해 알아볼 수 있게 됩니다.",
"Genres": "장르",
"Genres (3 max)": "유형 (최대 3명)",
"Get in Touch!": "연락하세요!",
"Global Admin Mode": "글로벌 관리자 모드",
"Go Back": "뒤로 가기",
"Go to My Account": "내 계정으로 이동",
"Go to My Library": "나의 라이브러리로 가기",
"Go to Old Monitor": "이전 모니터로 가기",
"Go to your content’s landing page in Steam and click “Request Steam Product Keys”. Follow the instructions to generate the keys, then upload the file here.": "스팀의 콘텐츠 방문 페이지로 이동하여 \"스팀 제품 키 요청\"을 클릭하세요. 안내에 따라 키를 생성한 다음 여기에 파일을 업로드하세요.",
"Got it!": "알겠어요!",
"Grip Buttons": "그립 버튼",
"Group": "그룹",
"Hard": "어려움",
"Hardware/Software Info": "하드웨어/소프트웨어 정보",
"has been saved": "저장되었습니다",
"Have a Coupon Code?": "쿠폰 코드가 있습니까?\n\n",
"Have an idea to make SpringboardVR better? Let us know!": "SpringboardVR을 개선할 수 있는 아이디어가 있으신가요? 저희에게 알려주세요!",
"Have questions? We have all the answers you need in our knowledge base.": "질문이 있으신가요? 놀로지 베이스에 여러분이 필요로 하는 모든 질문의 해답이 있습니다.",
"Headset Type": "헤드셋 타입",
"Help is on the way!": "도움이 진행 중입니다!",
"Helpful information on pricing your content.": "콘텐츠 가격 책정에 유용한 정보.",
"here": "여기",
"Home": "홈",
"Host": "호스트",
"Host Contact Information": "호스트 연락처 정보",
"Hour": "시간",
"Hours": "시간",
"How to Upload Content": "콘텐츠 업로드하는 방법",
"How would you rate your experience?": "당신의 체험을 어떻게 평가하시겠어요?",
"I got my license from:": "다음에서 나의 라이선스 획득:",
"I have read and agree to the {terms_of_service} and {privacy_policy}": "저는 {terms_of_service}과 {privacy_policy}을 읽고 동의합니다",
"Idle Mode": "유휴 모드",
"If a customer is currently playing on this station, make sure there is a running session for it in the Station Monitor or the player will have their session ended unintentionally. If you do not have a running session in the Station Monitor:": "고객이 현재 이 스테이션을 재생하는 경우, 스테이션 모니터에 이 스테이션에 대해 실행 중인 세션이 있는 것을 확인하지 않으면 플레이어가 의도하지 않게 해당 세션을 종료할 것입니다. 스테이션 모니터에 실행 중인 세션이 없는 경우:",
"If a new session is started while the station is disconnected, you will need to track time yourself.": "스테이션 연결이 끊어진 동안 새로운 세션이 시작하는 경우, 직접 시간을 재야 합니다.",
"If disabled, content must be remotely launched from Station Monitor.": "비활성화 되면, 스테이션 모니터에서 콘텐츠를 원격으로 실행해야 합니다.",
"If mini mode is selected there will be no text displayed for the widget.": "미니 모드를 선택하면 위젯에 텍스트가 표시되지 않습니다.",
"If on, players will be asked to rate games (good or bad) when they are done playing.": "이 기능을 켜면, 게임 종료시에 플레이어에게 게임의 좋고 나쁨을 평가하도록 요청합니다.",
"If on, players will be asked to rate the title (good or bad) when they are done playing.": "켜져 있는 경우, 플레이어가 플레이를 끝내면 해당 타이틀을 (좋거나 나쁘거나) 평가해달라고 요청합니다.",
"If ON, please upload at least 100 Steam Keys.": "켜짐일 경우 스팀 키를 100개 이상 업로드해 주세요.",
"If timer is disabled, content will always be ready to launch.": "타이머가 사용 중지되면 콘텐츠는 항상 시작할 준비가 됩니다.",
"If you change your mind after disabling your account, you can always log back in with your current email and password and reactivate it. If you prefer, you can permanently {delete}.": "계정을 비활성화하신 후에 마음을 바꾸시면 언제라도 현재 이메일 주소와 비밀번호를 사용하여 다시 로그인하신 다음 재활성화하실 수 있습니다. 원하시면, 영구적으로 {delete}하실 수도 있습니다.",
"If you choose NOT to, they will be required to purchase your title from Steam for each station.": "그렇지 않은 경우 스팀에서 각 스테이션에 대해 귀하의 타이틀을 구매해야 합니다.",
"If you don't have a running session, create a new walk-in, adjust the time accordingly and start it.": "실행 중인 세션이 없다면, 새로운 즉석 세션을 만들고, 적절하게 시간을 조절한 다음 시작하세요.",
"If you have a Late Policy add it here. This will be added to your confirmation emails.": "지각 관련 정책이 있는 경우 여기에 추가하십시오. 해당 내용이 확인 이메일에 추가될 것입니다.",
"If you have any changes to your tax status, please contact us at {supportEmail}.": "납세자 유형이 변경되면 {supportEmail}로 연락해 주세요.",
"If you pick 15 minutes, then the options will be 1:00, 1:15, 1:30, 1:45 etc.": "15분을 선택하면, 옵션은 1:00, 1:15, 1:30, 1:45 등이 됩니다.",
"If you save, all the price updates for this country will take effect on {date}.": "저장하면 이 국가의 모든 가격 업데이트가 {date}에 적용됩니다.",
"If you save, the price update will take effect on {date} for all countries.": "저장하면 가격 업데이트가 모든 국가에 대해 {date}에 적용됩니다.",
"If you save, the price update will take effect on {date}.": "저장하면 가격 업데이트가 {date}에 적용됩니다.",
"If you update your prices between January 15th and January 31st, your prices will be updated for locations on March 1st": "귀하의 가격들을 1월 15일과 1월 31일 사이에 업데이트 하셨다면, 로케이션들에 대한 귀하의 가격들은 3월 1일에 업데이트 됩니다",
"If you update your prices between January 1st and January 14th, your prices will be updated for locations on February 1st": "귀하의 가격들을 1월 1일과 1월 14일 사이에 업데이트 하셨다면, 로케이션들에 대한 귀하의 가격들은 2월 1일에 업데이트 됩니다",
"If you want to start, please edit the reservation so it will end after the current time.": "시작하려면, 현재 시간 이후로 종료되도록 예약을 편집하세요.",
"If you wish to update your name, business type, country, or delete your account, please contact {supportEmail}.": "이름, 비즈니스 유형, 국가를 업데이트하거나 계정을 삭제하려면 {supportEmail}로 연락주세요.",
"If you would like to deactivate your commercial licensing account with SpringboardVR please contact [email protected]": "SpringboardVR와 함께 당신의 상업 라이센싱 계정을 비활성화 시키길 원하시면 [email protected]로 연락해 주세요",
"If you would like to keep the content installed on all the computers at your location but disabled on your stations, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "사용자 위치의 모든 컴퓨터에 콘텐츠를 설치 상태로 유지하면서 사용자 스테이션에서는 비활성화하고 싶은 경우에는 \"비활성화\"을 선택하세요. 콘텐츠를 제거하려면 \"비활성화 및 제거\"를 클릭하세요.",
"If you would like to keep the content installed on all the computers in your experience but disabled on your stations, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "사용자 경험의 모든 컴퓨터에 콘텐츠를 설치 상태로 유지하면서 사용자 스테이션에서는 비활성화하고 싶은 경우에는 \"비활성화\"을 선택하세요. 콘텐츠를 제거하려면 \"비활성화 및 제거\"를 클릭하세요.",
"If you would like to keep the content installed on your computer but disabled on your station, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "콘텐츠를 컴퓨터에 설치된 상태로 유지하면서 스테이션에서 비활성화하고 싶은 경우에는 \"비활성화\"를 선택하세요. 콘텐츠를 제거하려면, \"비활성화 및 제거\"를 클릭하세요.",
"If your tax professional recommends you use a different tax form, please skip downloading this form and instead submit your own below.": "해당 세금 전문가가 다른 세금 양식의 사용을 권장하는 경우, 이 양식을 다운로드하지 말고, 대신 사용하는 양식을 아래에서 제출하세요.",
"Image": "이미지",
"Immediately": "즉시",
"In order to access our commercial licensing features you must be on a paid plan.": "상용 라이센스 기능을 이용하려면 유료로 이용해야 합니다.",
"In order to launch this title on a station, you’ll need to use your own license, enable the title on your desired station using the toggle, and ensure it has been installed on your computer. If you want to remove this title from a station, disable it using the toggle and manually uninstall it.": "이 타이틀을 스테이션에서 시작하려면 보유한 라이선스를 사용해야 하며, 토글을 사용하여 원하는 스테이션에서 타이틀을 활성화한 다음, 타이틀이 사용자 컴퓨터에 설치되었는지 확인하셔야 합니다. 이 타이틀을 스테이션에서 제거하고 싶은 경우에는 토글을 사용하여 비활성화한 다음 수동으로 제거하세요.",
"In order to play this content in the Launcher, use the toggle to enable the title on your desired station and make sure it is installed on your computer. Use your own license or request a Steam Key if needed. If you want to remove this title from a station, disable it using the toggle and manually uninstall it.": "이 콘텐츠를 론처에서 플레이하려면 토글을 사용하여 원하는 스테이션에서 타이틀을 활성화하고 해당 타이틀이 사용자 컴퓨터에 설치됐는지 확인하세요. 보유한 라이선스를 사용하거나 필요한 경우 Steam 키를 요청하세요. 스테이션에서 이 타이틀을 제거하고 싶은 경우에는 토글을 사용하여 비활성화한 다음 수동으로 제거하세요.",
"Inactive Content": "비활성 컨텐츠",
"Inactive Coupons": "비활성 쿠폰",
"Inactive Discounts": "비활성 할인",
"Includes indie VR arcades, family entertainment centers, mobile VR units...": "인디 VR 아테이드, 패밀리 엔터테인먼트 센터, 모바일 VR 유닛 등을 포함시키기...",
"Includes universities, libraries, K-12 schools, museums, educational non-profits...": "대학, 도서관, 유초등중등고등학교, 박물관, 비영리 교육 단체 등을 포함시키기...",
"Inclusive Tax": "세금 포함",
"Individual": "개인",
"Infinite": "무한",
"Install Desktop Client": "데스크톱 클라이언트 설치",
"Install pending": "설치 대기 중",
"Installed": "설치됨",
"Installing - {percentage}%": "설치 중 - {percentage}%",
"Internal Name": "내부 이름",
"Invoice History": "청구서 내역",
"It will be removed from your Library and uninstalled from your computers.": "라이브러리에서 삭제되고 컴퓨터에서 제거됩니다.",
"It will be removed from your Library but because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "SpringboardVR 타이틀이 아니기 때문에 라이브러리에서 삭제되니, 스테이션의 컴퓨터에서 제거하고 싶은 경우에는 수동으로 제거하셔야 합니다.",
"It will take us approximately 5 business days to review your Tax Form and we will send you an email when it’s approved.": "세금 양식을 검토하는 데 영업일 기준 약 5일이 소요되며, 승인되면 이메일을 보내드립니다.",
"It's your first time here? No problem, we have a guide to get you started with your new location.": "이 곳이 처음이신가요? 문제 없습니다. 새로운 위치에서 새롭게 시작하실 수 있는 가이드가 있습니다.\n\n",
"Its license will be deactivated and it will be removed from your Library and uninstalled from your computers.": "해당 라이선스가 비활성화되며 라이브러리에서 삭제되고 컴퓨터에서 제거됩니다.",
"Its license will be deactivated and it will be removed from your Library. Because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "해당 라이선스가 비활성화되며 라이브러리에서 삭제됩니다. SpringboardVR 타이틀이 아니기 때문에 스테이션의 컴퓨터에서 제거하고 싶다면 수동으로 제거해야 합니다.",
"I’m done": "저는 마쳤어요",
"Join our community of operators, see what others are up to in the industry and get sneak peeks from the SpringboardVR team.": "저희의 운영자 모임에 가입하셔서, 업계 다른 분들의 소식도 확인하고 SpringboardVR 직원들의 활동도 슬쩍 엿보세요.",
"Keep my account": "계정 유지하기",
"Keys Available": "사용가능한 키들",
"Keys Used": "사용한 키들",
"Knowledge Base": "지식 베이스",
"L": "L",
"Landscape": "가로 방향",
"Language": "언어",
"Language / Locale": "언어 / 현장",
"Last Name": "성",
"Late Policy": "지연 규정",
"Latest EULA update": "최신 EULA 업데이트",
"Latest Update": "최신 업데이트",
"Latest Updates": "최근 업데이트",
"Latest Version": "최신 버전",
"Launch Method": "시작 방법",
"Launch Settings": "시작 설정",
"Launched": "시작됨",
"Launcher": "런처",
"Launcher Ads": "런쳐 광고들",
"Launcher Advertising": "런처 광고",
"Launcher Billboards": "런쳐 게시판",
"Launcher Content Preview Enabled": "런처 콘텐츠 미리보기 활성화됨",
"Launcher controls": "런처 관리도구",
"Launcher Enabled": "런처 활성화됨",
"Launcher Home Screen Content Layout": "론처 홈 스크린 콘텐츠 레이아웃",
"Launcher Home Screen Games Layout": "론처 홈 화면 게임 레이아웃",
"Launcher Settings": "런쳐 설정",
"Learn more": "더 배워보기",
"Learn more about Safety Mode.": "안전 모드에 대해 더 알아보세요.",
"Left side": "왼쪽편",
"Length": "길이",
"Length of time": "시간의 길이",
"Length of time (Price Per Station)": "시간의 길이 (각 스테이션당 가격)",
"Lengths of Time": "시간",
"Let us know which games you want to see added to the SpringboardVR Marketplace.": "SpringboardVR 마켓플레이스에 추가되길 바라시는 게임을 알려 주세요.",
"License Option": "라이선스 옵션",
"Loading...": "로딩 중...",
"Location Name": "위치 이름",
"Location Not Set-Up": "위치가 설정되지 않음",
"Locations": "장소",
"Locations can choose to license your content on a flat monthly per station basis.": "로케이션들은 귀하의 콘텐츠 사용권을 스테이션 당 월간 고정 금액 기준으로 선택할 수 있습니다.",
"Locations can choose to license your content on a flat yearly per station basis.": "로케이션들은 귀하의 콘텐츠 사용권을 스테이션 당 년간 고정 금액 기준으로 선택할 수 있습니다.",
"Locations can choose to license your content on a per minute fee basis. Enter a dollar amount between 0 and 0.99. For most titles, we recommend you do not price over $0.06 USD per minute.": "로케이션들은 귀하의 콘텐츠 사용권을 분당 수수료 기준으로 선택할 수 있습니다. 0에서 0.99 달러 사이의 금액을 입력하세요. 대부분의 타이틀들에 대하여 저희는 분당 0.06 달러 이상의 가격을 매기지 않을 것을 권장합니다.",
"Locations can choose to license your content on a Per Play basis, meaning they will be charged whenever the content is played.": "로케이션들은 귀하의 콘텐츠 사용권을 재생 당 기준으로 선택할 수 있습니다, 콘텐트를 재생할 때 마다 요금이 청구된다는 의미입니다.",
"Login": "로그인",
"Logo": "로고",
"Logout": "로그아웃",
"Look Up": "조회",
"Look's like there's no reservation here.": "여기에 예약 사항이 없는 것으로 보입니다.",
"Looks like this location isn't fully ready to monitor. Make sure you have set up the following:": "이 위치가 완전히는 모니터링할 준비가 되지 않은 것 같습니다. 다음을 설정했는지 확인하세요.",
"Maintenance Mode": "관리 모드",
"Maintenance Mode Enabled": "관리 모드 활성화",
"Make Reservation": "예약 하기",
"Make sure you have a running session in the Station Monitor for each station currently being used.": "현재 사용되는 각 스테이션에 대해 스테이션 모니터에서 실행 중인 세션이 있는 것을 확인하세요.",
"Make Your Content Discoverable": "여러분의 컨텐츠를 쉽게 찾을 수 있게 하세요",
"Manage Users": "사용자 관리",
"Manually Added": "직접 추가됨",
"Manually Added Content": "수동으로 추가된 콘텐츠",
"Mark as paid": "지불이라고 표시",
"Marketplace": "마켓플레이스",
"Max people per station": "스테이션 당 최대 인원",
"Maximum Number of Players": "최대 플레이어 수",
"Med.": "중간.",
"Medium": "중간",
"Menu Button": "메뉴 버튼",
"Min": "분",
"min": "분",
"min | mins": "분 | 분",
"Mini Mode": "미니 모드",
"Minimum Number of Players": "최소 플레이어 수",
"Minimum Number of Stations": "최소 스테이션 수",
"Minimum Payout Threshold": "최소 지불금 한도",
"Minimum Payout Threshold in USD": "최소 지불금 한도 (미국 달러)",
"Minimum Play Time in Seconds": "초단위 최소 재생 시간",
"Minimum Requirements": "최소 요구 사항",
"Minute": "분 | 분들",
"Minutes": "분",
"Minutes Used": "사용 시간",
"Monitor My Stations": "내 스테이션 감시",
"Monitor Stations": "모니터 스테이션",
"Month": "월",
"Month Revenue": "월 수익",
"Month-to-month": "월간",
"Monthly Cost Estimate": "월간 비용 예상",
"Monthly Price in USD": "미국달러 월간 가격",
"Monthly Rate per Station": "월간 스테이션 당 요금",
"Monthly Statements": "월별 명세서",
"More Info on SpringboardVR Community": "SpringboardVR 커뮤니티에 관한 자세한 정보",
"More Options": "더 많은 옵션",
"Most recent: Newest to Oldest": "가장 최근: 가장 최근부터 가장 오래된 순으로",
"Most recent: Oldest to Newest": "가장 최근: 가장 오래된 것부터 가장 최근의 순으로",
"Most titles (even free) require you to have a commercial license. If you aren’t licensing from SpringboardVR, make sure you have a commercial license to use this title.": "대부분의 타이틀은 (무료 타이틀의 경우에도) 상업용 라이선스를 획득해야 합니다. SpringboardVR에서 라이선스를 획득하지 않는 경우에는 이 타이틀을 사용하기 위해 상업용 라이선스를 획득하세요.",
"Motion Platform": "모션 플랫폼",
"Multi": "멀티",
"Multiplayer": "멀티플레이어",
"My Account": "나의 계정",
"My content was built primarily for": "제 컨텐츠가 주 생성 목적은",
"My Library": "나의 라이브러리",
"My Licenses": "내 라이센스",
"My Profile": "나의 프로필",
"Name": "이름",
"Name of the experience": "경험 이름",
"Name on Card": "카드에 있는 이름",
"Narrative": "내레이션",
"Network changed, you are now offline.": "네트워크가 변경되어, 오프라인이 되었습니다.",
"New Coupon": "새 쿠폰",
"New Discount": "새로운 할인",
"New Experience": "새로운 경험",
"New Location": "새 위치",
"New Password": "새 비밀번호",
"New Releases": "새로 발매",
"New Reservation": "새 예약",
"New Station": "새로운 스테이션",
"New Tag": "새 태그",
"New widget": "새 위젯",
"New Widget": "새 위젯",
"Next Step": "다음 단계",
"No": "아니오",
"No Age Limit": "나이 제한 없음",
"No Age Rating": "나이 제한 등급 없음",
"No Card Found": "카드를 찾을 수 없습니다",
"No Content Uploaded": "업로드된 컨텐츠가 없음",
"No games to show": "표시할 게임 없음",
"No invoices on file.": "인보이스 내역이 없습니다.",
"No monthly statements have been added yet.": "아직 추가된 월별 명세서가 없습니다.",
"No presets found.": "사전 설정이 없습니다",
"No results": "결과 없음",
"No Station Available | 1 Station Available | {count} Stations Available": "사용가능한 스테이션 없음 | 스테이션 1개 사용가능 | 스테이션 {count}개 사용가능",
"No Stations": "스테이션이 없음",
"No, Go Back": "아니요, 다시 돌아가기",
"None": "없음",
"Not Applicable / I don’t have one": "해당 사항 없음 / 라이선스 없음",
"Not installed": "설치되지 않음",
"Not Paid": "미지불",
"Not Paid Yet": "아직 결제되지 않음",
"Now": "지금",
"Now Playing": "지금 플레이",
"Number of Licensed Games Played this Month": "이 달에 플레이된 라이센스 게임의 수",
"Number of Organizations": "조직 개수",
"Number of Players": "플레이어의 수",
"Number of Stations": "스테이션의 수",
"Number Of Titles": "제목들의 수",
"Number of Titles in My Library": "나의 라이브러리의 타이틀 수",
"Number of Titles on this Station": "이 스테이션 상의 제목들의 수",
"Number of Titles with this Tag": "이 태그가 있는 타이틀의 수",
"Oculus Rift": "Oculus Rift",
"Off": "해제",
"On the first of each month, you will be billed the per minute fees for each of your enabled stations for your previous month’s usage.": "매달 초, 이전 달의 사용 내역에 대해 활성화된 각 스테이션마다 분당 수수료가 청구됩니다.",
"Once you add content, you'll see it listed here.": "콘텐츠를 추가하면 여기에 해당 콘텐츠가 표시됩니다.",
"Once your content is uploaded, don’t forget to add your End User License Agreement. Please contact {supportEmail} if you have any questions.": "여러분이 컨텐츠를 업로드하고서 최종 사용자 라이선스 협정을 추가하는 것을 잊지 마세요. 더 질문이 있으신 경우, {supportEmail}로 연락주시길 바랍니다.",
"Once your content is uploaded, you will be able to continue to the next step. Please contact {supportEmail} if you have any questions.": "여러분이 컨텐츠를 업로드 하고서 바로 다음 단계로 이어갈 수 있습니다. 더 질문이 있으신 경우, {supportEmail}로 연락주시길 바랍니다.",
"Once your location is created you will be able to add payment methods.": "일단 당신의 위치가 생성되면 결제 방식들을 추가하실 수 있게 됩니다.",
"Once your location is created you will be able to export reservation data.": "위치가 생성되면 예약 데이터를 내보낼 수 있습니다.",
"One-Click Titles": "원클릭 타이틀",
"Open": "열기",
"Opening time": "여는 시간",
"Opening Time": "오픈 시간",
"Operator Panel": "운영자 패널",
"Opt in to Beta access for new SpringboardVR features": "새로운 SpringboardVR 기능을 위해 베타 접속에 참여하세요",
"Options": "옵션들",
"or": "또는",
"or select an image": "혹은 이미지 선택",
"Organization": "조직",
"Organization Details": "조직 세부 정보",
"Organization Name": "조직 이름",
"Organization Settings": "구성 설정",
"Organizer": "오거나이저",
"Originally set by the content creator as {value}.": "원래 콘텐츠 창작자가 {value}(으)로 설정했습니다.",
"Other": "기타",
"Other licensing platform": "기타 라이선스 제공 플랫폼",
"Other Times": "기타 시간",
"Our Content Distribution System (CDS) allows us to securely distribute, manage and track the usage of your title. It gives you much more data as well as control over where and how content is used. Note: once CDS is live, we will no longer use Steam as a distribution method.": "저희 컨텐츠 유통 시스템(CDS)를 통해 여러분의 저작물 사용을 안전하게 배포, 관리 및 추적이 가능합니다. 이를 통해 컨텐츠가 어디서 어떻게 사용되는지를 관리할 수 있을 뿐만 아니라 더 많은 데이터를 받을 수 있습니다. 알림: CDS가 실행되면, 저희는 더 이상 유통 방법으로서 더 이상 스팀(Steam)을 사용하지 않습니다.",
"Outstanding Balance": "미결제 잔액",
"Overview of commercial licensing fees for the current month to date.": "이번 달 상업 라이센싱 요금 요약.",
"Overview of your plan and number of active stations today.": "귀하의 플랜과 현재 활성화된 스테이션 요약",
"Paid Extension": "결제한 확장기능",
"Paid with:": "지불 수단:",
"Password": "비밀번호",
"Password Change": "비밀번호 변경",
"Passwords do not match": "비밀번호들이 일치하지 않습니다",
"Path": "경로",
"Path-based launch lets you specify the exact file path to the content you wish to launch.": "경로 기반 시작은 시작하고 싶은 콘텐츠에 대한 정확한 파일 경로를 지정하게 해줍니다.",
"path.to.rule": "path.to.rule",
"Pause": "일시 정지",
"Paused": "일시 정지",
"Pay in store": "스토어에서 지불",
"Pay with card": "카드로 지불",
"Payment": "결제",
"Payment Options": "결제 옵션들",
"PDF": "PDF",
"Pending Content Details": "보류 상태의 컨텐츠 세부 정보",
"Pending Content Distribution Upload": "보류 상태의 컨텐츠 배포 업로드",
"Pending EULA": "보류 상태의 EULA",
"Pending EULA Approval": "보류 중인 EULA 승인",
"Pending Keys": "대기 중 키들",
"Pending Pricing Information": "보류 상태의 가격 정보",
"Pending Publishing": "보류 상태의 게시",
"Pending Steam Keys": "보류 상태의 스팀 키",
"Pending Steam Verification": "보류 상태의 스팀 인증",
"Pending...": "대기 중...",
"Per Minute": "분당",
"Per Minute License": "분당 라이선스",
"Per Month": "매월",
"Per month, per station": "한 달, 한 스테이션 당",
"Per Play": "플레이당",
"Per Play Price in USD": "미국달러 재생 당 가격",
"Per Year": "매년",
"Percent Off": "할인율",
"permanently delete your account within 30 days": "30일 이내에 계정을 영구적으로 삭제합니다",
"Phone": "전화",
"Phone Number": "전화번호",
"Pick a Date": "날짜 선택",
"Pick a reason": "이유 선택하기",
"Pick an option": "옵션 선택",
"Pick titles from your Library to be tagged.": "귀하의 라이브러리로부터 태그할 제목들을 선택하세요.",
"Pick which countries you want to distribute your content to in the table below.": "아래 표에서 콘텐츠를 배포할 국가를 선택하세요.",
"player": "플레이어 | 플레이어들",
"Player | Players": "플레이어 | 플레이어들",
"Players": "플레이어들",
"Players can see the first 400 characters of your description when looking at your content. They will need to click to see more of the description if it is longer.": "플레이어들은 귀하의 콘텐츠를 볼 때 귀하의 설명 중 첫 400 문자를 볼 수 있습니다. 만일 길이가 길 경우 나머지 설명을 보기 위해서는 클릭을 해야 합니다.",
"Playing": "플레이",
"Please confirm that all required fields have been completed and that all information is correct.": "모든 필수 입력란을 기입했고 모든 정보가 정확한지 확인하세요.",
"Please contact support if it keeps persisting": "문제가 계속 지속되면 지원팀에게 문의하세요",
"Please contact [email protected] in order to delete your content from SpringboardVR.": "귀하의 콘텐츠를 스프링보드VR에서 삭제하시려면 [email protected]으로 연락해 주세요.",
"Please contact {supportEmail} to remove countries.": "국가를 삭제하려면 {supportEmail}에 문의하세요.",
"Please download the document and fill in your information digitally or by hand.": "문서를 다운로드하고 정보를 디지털 방식으로나 직접 작성하십시오.",
"Please enter a full dollar amount between 25 and 1,000.": "25와 1,000 사이의 완전한 달러 금액을 입력하세요.",
"Please enter a full dollar amount between 50 and 1,000.": "50과 1,000 사이의 완전한 달러 금액을 입력하세요.",
"Please go to the operator panel if you want to re-enable your account.": "계정을 다시 사용하려면 운영자 패널로 이동하세요.",
"Please go to your {operatorpanel} if you want to re-enable your account.": "계정을 재활성화 하고 싶다면 {operatorpanel}로 가세요.",
"Please make sure to restore it from the monitor.": "반드시 모니터에서 복구해 주시기 바랍니다.",
"Please make sure you are connected and retry.": "연결되어 있는지 확인하고 다시 시도하세요.",
"Please read and accept our {tos} in order to access your account.": "귀하의 계정에 접근하려면 저희 {tos}을 읽고 동의해 주세요.",
"Please retry or contact support if it is persisting.": "다시 시도하거나 문제가 지속되는 경우 지원팀에 문의하세요.",
"Please select a date and time.": "날짜와 시간을 선택하세요",
"Please wait while we reconnect to your stations.": "귀하의 스테이션을 다시 연결하는 동안 잠시 기다리세요.",
"Portrait": "세로 방향",
"Postal / Zip Code": "우편번호",
"Postal Code / ZIP": "우편 번호 / ZIP",
"Postal Code / Zip Code": "우편번호",
"Powered By SpringboardVR": "SpringboardVR 기술제공",
"Press to click on games and buttons.": "누르시면 게임 및 버튼을 클릭할 수 있어요.",
"Preview Ads": "광고들 미리보기",
"Previous Step": "이전 단계",
"Price": "가격",
"Price changing in {time} to {newprice}": "{time} 후에 {newprice}으로 가격 변동",
"Price changing {days}": "{days} 간 변경 금액",
"Price Per Minute in USD": "시간당 금액 (USD)",
"Price Summary": "가격 요약",
"Price Updates": "가격 업데이트",
"Price updates (including regional prices) take effect for locations on the 1st day of each month to give locations a fair amount of time to review the changes:": "로케이션들에게 변경사항 검토를 위한 충분한 시간을 주기 위해 로케이션들에 대한 가격 업데이트 (지역 가격들 포함)는 매월 1일부터 효력을 나타냅니다.",
"Price: High to Low": "가격: 높은 가격부터 낮은 가격 순으로",
"Price: Low to High": "가격: 낮은 가격부터 높은 가격 순으로",
"Prices in ": "가격 ",
"Prices will be updated on": "가격은 다음 날짜에 업데이트됩니다",
"Pricing": "가격책정",
"Pricing & Distribution": "가격 및 배포",
"Pricing & Distribution Guidelines": "가격 및 배포 가이드라인",
"Pricing & Distribution. Set pricing for your title.": "가격 & 배포. 콘텐츠에 대한 가격을 설정하세요.",
"Pricing & Hours": "가격책정과 시간",
"Pricing Guide": "가격정책 가이드",
"Pricing Options": "가격정책 옵션들",
"privacy policy": "개인정보 보호정책",
"Pros": "장점",
"Provide in-VR controller instructions for your customers, accessible via the dashboard overlay. If all the fields are left blank, the instructions panel will not appear.": "고객을 위해 대시보드 오버레이를 통해 사용할 수 있는 VR 내 컨트로러 지침을 제공하세요. 모든 필드를 빈칸으로 남겨두면 지침 패널이 나타나지 않습니다.",
"Publish": "발행",
"Publisher": "발행자",
"Publishers": "출판자들",
"Purchase On Steam": "스팀에서 구매",
"Purchasing Parity Power": "구매력 평가",
"Quit Content When Play Time Is Up": "플레이 시간이 만료되면 컨텐츠 중단",
"R": "R",
"Rather than bringing up the overlay, the launcher will quit the title that is currently running and will return to the launcher environment.": "오버레이를 불러오는 대신, 실행 프로그램은 현재 실행중인 타이틀을 종료하고 실행 프로그램 환경으로 돌아갑니다.",
"Reactivate License": "재활성화 라이센스",
"Read more about {link}.": "자세히 읽기 {link}.",
"Read this {article} to learn more.": "더 알고 싶다면 이 {article}을 읽으세요.",
"Reason": "이유",
"Reason for deleting account": "계정 삭제 이유",
"Reason for disabling account": "계정 비활성화 이유",
"Recommended 240px x 630px": "240px x 630px 추천",
"Recommended 300px x 300px": "300px x 300px 추천",
"Recommended 390px x 167px": "390px x 167px 추천",
"Recommended Dimensions: 50MB maximum.": "권장 크기: 최대 50MB",
"Recommended Dimensions: 600x280px, 2MB maximum": "권장 크기: 최대 600x280px, 2MB",
"Recommended Size: 50MB maximum": "추천 크기: 최대 50MB",
"Recommended: 400 x 380px": "추천: 400 x 380px",
"Recommended: 400 x 800px": "권장: 400 x 800px",
"Reconnected, All Functionality Restored": "재연결, 모든 기능 복구",
"Redirecting to the launcher in": "다음 시간 후 런처로 리다이렉트:",
"Refund Policy": "환불 규정",
"Refunds & Cancellations": "환불과 취소",
"Region / State / Province": "지역 / 주 / 지방",
"Regional Pricing & Distribution": "지역별 가격 및 배포",
"Release Date": "배포 일자",
"Remember once you create this station, you will have to install the launcher software on the Windows computer that this station is associated with. You can find instructions on how to achieve this": "일단 이 스테이션을 생성하면, 이 스테이션과 연계되는 Windows 컴퓨터에 시작 관리자 소프트웨어를 설치해야 합니다. 이 작업의 수행 방법에 대한 지침을 참고하시기 바랍니다.",
"Remote Launch Game": "원격 시작 게임",
"Remote Start Game Launcher": "원격 시작 게임 실행기",
"Remove": "제거",
"Reordering Stations and Experiences": "스테이션들과 체험들 재정렬 중",
"Request": "요청",
"Request for location": "위치 요청",
"Request Steam Key": "Steam 키 요청",
"Request Steam Keys for entire Experience": "전체 경험을 위한 Stream 키 요청",
"Request Steam Keys for entire location": "전체 위치를 위한 Stream 키 요청",
"Requested Keys": "요청된 키",
"Required": "필수",
"Reservation": "예약",
"Reservation Details": "예약 세부 정보",
"Reservation Increment (In Minutes)": "예약 증분 (분)",
"Reservation Name": "예약명",
"Reservation Widgets": "예약 위젯들",
"Reservations Enabled": "예약 가능",
"Restore Station": "스테이션 복구하기",
"Resume": "재시작",
"Rift": "Rift",
"Right side": "오른쪽편",
"Room Scale / Standing": "룸 규모 / 스탠딩",
"Safety Mode": "안전 모드",
"Safety Mode article": "안전 모드 글",
"Save": "저장",
"Save & Continue": "저장 & 계속",
"Save & Exit": "저장 & 빠져나가기",
"Save & Go to My Account": "저장 및 내 계정으로 이동",
"Save & Go to Next Step": "저장 & 다음 단계로 이동",
"Save & Publish": "저장 & 발행",
"Saved": "저장됨",
"saved": "저장",
"Saving...": "저장 중...",
"Search": "검색",
"Search for a Title": "타이틀 검색",
"Search For Content": "콘텐츠 검색하기",
"Search for content here": "여기에서 콘텐츠를 검색하세요",
"Search for content in your library to assign to this station. To add titles to your library, go to the {link}": "이 스테이션에 배정할 콘텐츠를 사용자 라이브러리에서 검색하세요. 사용자 라이브러리에 타이틀을 추가하려면, {link}로 가세요.",
"Search for content in your Library to assign to this station. To add titles to your Library, go to the {marketplaceLink}.": "이 스테이션에 배정을 위해 귀하의 라이브러리에서 콘텐츠를 검색하세요. 귀하의 라이브러리로 타이틀들을 추가하시려면 {marketplaceLink}로 가세요.",
"Search results": "결과 검색",
"Seated Only": "좌석만",
"Second": "초",
"Second | Seconds": "초 | 초",
"See More": "더 보기",
"See you next time": "다음에 뵙겠습니다",
"Select": "선택",
"Select a Content Preset": "콘텐츠 사전설정 선택",
"Select a content preset with pre-filled content details or enter content details from scratch.": "미리 작성된 콘텐츠 세부 정보로 콘텐츠 사전 설정을 선택하거나 처음부터 콘텐츠 세부 정보를 입력하세요.",
"Select A Date": "날짜 선택",
"Select a Date": "날짜 선택",
"Select a date and time for the event.": "행사를 위한 날짜와 시간을 선택하세요.",
"Select a Launch Method": "시작 방법 선택",
"Select a Starting Time": "시작 시간 선택",
"Select All": "모두 선택",
"Select different filters or": "다른 필터를 선택하거나 혹은",
"Select Experience": "경험 선택",
"Select from our growing database of titles, and use our pre-filled details for images, videos, descriptions and launch parameters.": "성장 중인 저희 타이틀 데이터베이스에서 선택하고 이미지, 동영상, 설명 및 시작 매개 변수에 대한 저희 사전 작성 세부 정보를 사용하세요.",
"Select Language": "언어 선택",
"Select Length": "길이 선택",
"Select option": "옵션 선택",
"Select specific dates that your arcade will be closed or have custom hours.": "당신의 아케이드가 닫히는 혹은 사용자 지정 시간을 갖고 있는 특정 날짜들을 선택하세요.",
"Select Station": "스테이션 선택",
"Select the Experience type that you want this coupon to be applicable to.": "이 쿠폰을 적용할 경험 유형을 선택하십시오.",
"Select the Experience type that you want this discount to be applicable to.": "이 할인을 적용하고자 하는 경험 형식을 선택하세요.",
"Select the number of players": "플레이어 숫자 선택",
"Select the number of stations": "스테이션 숫자 선택",
"Select the SpringboardVR environment for this Experience.": "이 경험을 위하여 SpringboardVR 환경을 선택하세요.",
"Select the type of equipment used for this Experience.": "이 경험에 사용될 장비 형태를 선택하세요.",
"Selections": "선택",
"Send email updates to the customer": "고객에게 이메일 업데이트를 보내세요",
"Set hours for specific days of the year when your arcade is closed or has custom hours. Dates and times selected here will override your normal hours of operations.": "아케이드를 닫거나 개별 특정 시간이있다면 특정 요일의 시간을 설정하세요. 여기에서 선택한 날짜와 시간은 정상 영업 시간보다 우선합니다.",
"Set the minimum amount that is required before we will send a payment to your bank account.": "귀하의 은행 계좌로 지불금을 보내기 전에 요구되는 최소 금액을 설정하세요.",
"Set up how your customers will be able to pay when making reservations online.": "온라인으로 예약 시 당신의 고객님들이 어떻게 결제할 수 있을지 설정하세요.",
"Setup Guide": "설정 가이드",
"Share": "공유",
"Share Link": "링크 공유",
"Share Widget": "위젯 공유",
"Show all": "전부 표시",
"Show Upcoming Invoice": "향후 청구서 보이기",
"Show {link} only": "{link}만 표시",
"Sign up now!": "지금 회원가입 하세요!",
"Single": "싱글",
"Single Player": "싱글플레이어",
"Single player": "싱글 플레이어",
"Some space reserved for additional text/tips, this will not be attached to a button.": "일부 공간은 추가 텍스트/팁을 위해 예비되어 버튼에 연결되지 않습니다.",
"Sorry, because we want to protect the personal information of everyone 13 and under, you can\\": "죄송합니다. 13세 미만 모든 사람의 개인 정보를 보호하고 싶기 때문입니다.",
"Sorry, we couldn’t find a title matching your search.": "죄송합니다만, 검색에 일치하는 타이틀을 찾을 수 없습니다.",
"Sort by": "정렬 기준",
"SpringboardVR": "스프링보드VR",
"SpringboardVR Community": "SpringboardVR 커뮤니티",
"SpringboardVR Content Distribution Guide": "SpringboardVR 콘텐츠 배포 가이드",
"SpringboardVR currently serves both educational institutions and location based entertainment facilities. You can choose to offer your content to one or both of these location types. To learn more about these two location types, read our post about {entertainmentEducationLink}.": "스프링보드VR은 현재 교육기관 및 엔터테인먼트 시설을 기반으로 한 장소 둘 다에 제공됩니다. 여러분의 컨텐츠를 이 장소 유형 한 곳 혹은 둘 다에 제공하도록 선택할 수 있습니다. 이 두 가지 장소 유형에 대해서 알아보시려면, {entertainmentEducationLink}에 대한 저희 포스트를 읽어보시길 바랍니다.",
"SpringboardVR is in Safety Mode because it's experiencing issues. If you leave now, you won't be able to return to the Station Monitor until the issues are fixed. You do not need to refresh the page to regain functionality of the Station Monitor screen. This will happen automatically when the servers come back online.": "스프링보드VR은 문제가 발생하여 안전 모드 상태입니다. 지금 종료하면 문제가 해결될 때까지 스테이션 모니터로 돌아갈 수 없습니다. 스테이션 모니터 화면 기능을 다시 사용하기 위해 페이지를 새로 고칠 필요가 없습니다. 서버가 다시 온라인 상태가 되면 자동으로 발생합니다.",
"SpringboardVR Logo": "스프링보드VR 로고",
"SpringboardVR may be experiencing some issues. Check out our": "SpringboardVR에 문제가 있을 수 있습니다.",
"SpringboardVR Terms of Service.": "SpringboardVR 서비스 약관.",
"SpringboardVR will verify your content after you re-publish your Steam page.": "스프링보드VR은 스팀 페이지를 다시 게시한 후 콘텐츠를 확인할 것입니다.",
"SpringboardVR’s Review": "SpringboardVR의 후기",
"Square": "네모",
"Square Location": "스퀘어 로케이션",
"Standard Plan": "스탠다드 플랜",
"Start": "시작",
"Start a New Game": "새 게임 시작하기",
"Start Date": "시작일",
"Start Game Launcher": "게임 실행기 시작하기",
"Start Now": "지금 시작",
"Start Time": "시작 시간",
"Start your free trial today!": "무료 시험 사용을 오늘 시작하세요!",
"Start your Subscription": "구독 시작하기",
"Start your subscription and gain access to advanced features, including to our marketplace where you can license over 200 titles on a per-minute basis.": "구독을 시작하고 고급 기능을 획득하여, 분 단위로 이용가능한 200개 넘는 타이틀을 가진 마켓을 이용할 수 있습니다.",
"Start/End Date": "시작/종료일",
"State": "상태",
"State / Province / Region": "시/군/구",
"Station": "역 | 역들",
"station": "스테이션 | 스테이션들",
"Station Basics": "스테이션 기본 사항",
"Station Details": "스테이션 상세 정보",
"Station Management": "스테이션 관리",
"Station Monitor": "장소 모니터",
"Station Montitor": "스테이션 모니터",
"Station Name": "스테이션 이름",
"Station Needs to be Updated": "스테이션은 업데이트가 필요합니다.",
"Station Settings": "스테이션 설정",
"Station Setup Time (In Minutes)": "스테이션 셋업 시간 (분)",
"Station | Stations": "정거장 | 정거장들",
"Stations": "스테이션들",
"Stats": "통계",
"status page": "상태 페이지",
"Status: Accepted": "상태: 수락됨",
"Status: Pending Approval": "상태: 승인 보류 중",
"Steam Connect": "스팀 연결",
"Steam Connect. Pull details from Steam on your title and upload Steam Keys. Note: we are using Steam Keys during a transition period. You will still need to upload your content directly to our servers.": "스팀 연결. 스팀의 세부 정보를 타이틀에 가져와 스팀 키를 업로드하세요. 참고: 전환 기간 동안 스팀 키를 사용하고 있습니다. 그래도 콘텐츠를 서버에 직접 업로드해야 합니다.",
"Steam Folder Path": "스팀 폴더 경로",
"Steam Id": "Steam ID",
"Steam Site Licensing / Cyber Cafe Program": "Steam 사이트 라이선스 / 사이버 카페 프로그램",
"Step": "단계",
"Step 1": "1단계",
"Step 1:": "1단계:",
"Step 2": "2단계",
"Step 2:": "2단계:",
"Step 3": "3단계",
"Step 3:": "3단계:",
"Step 4:": "4단계:",
"Step 5:": "5단계:",
"Step {currentStep} of {stepsLength}": "총 {stepsLength}단계 중 {currentStep}단계 진행중",
"Still having issues? Email our support team at": "아직 문제가 있으시다구요? 다음 주소로 저희 지원 팀에 연락해 주세요:",
"Submit": "제출하기",
"Subtotal": "소계",
"Successfully Changed Password": "성공적으로 비밀번호 변경됨",
"Successfully returned to the Launcher": "런처로 돌아왔습니다.",
"Summary of Charges to Date": "청구액 요약",
"Support": "지원",
"Switch game": "게임 변경",
"Tag Details": "태그 세부정보",
"Tag Name": "태그 이름",
"Tag your Titles": "귀하의 제목들을 태그",
"Tags": "태그",
"Tags are used to help players find content in the launcher. You can reorder the tags here to change their order in the launcher. If you don't want to show tags in the main view in the launcher, go to your experiences and edit Launcher Home Screen Tags Layout.": "태그들은 런쳐에서 플레이어들이 콘텐츠를 찾는데 사용됩니다. 런쳐 상에 순서를 변경하기 위해 여기에서 태그들을 재정렬하실 수 있습니다. 런쳐 상에 메인 보기에서 태그들을 보이고 싶지 않으신 경우, 귀하의 체험들로 가셔서 런쳐 홈 스크린 태그 레이아웃을 편집하세요.",
"Tags are visible in the Launcher. Go to the {link} to create new tags.": "태그가 론처에 표시됩니다. 새로운 태그를 만드려면 {link}로 가세요.",
"Tags in the Launcher": "런쳐에 있는 태그들",
"Tags page": "태그 페이지",
"Take the code below and paste it before the body closing tag of your website. You will know it is working when you see the button floating in the bottom right corner of your website.": "아래의 코드를 받아서 귀하의 웹사이트의 body 종료 태그 이전에 붙여넣으세요. 귀하의 웹사이트 우측 하단에 버튼이 떠있으면 잘 작동하는 것입니다.",
"tax": "세금",
"Tax": "세금",
"Tax Amount (In Percent)": "세금 금액 (퍼센트)",
"Tax Details": "세금 내역\n",
"Tax Form": "납세 신고서",
"Tax Information": "세금 정보",