-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathapp_ko.arb
More file actions
12663 lines (12663 loc) · 489 KB
/
Copy pathapp_ko.arb
File metadata and controls
12663 lines (12663 loc) · 489 KB
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
{
"backupWarningDescription": "백업이 없으면 다음과 같은 경우 비트코인에 접근할 수 없습니다:",
"backupWarningLoseReasonLostPhone": "휴대폰을 분실한 경우",
"backupWarningLoseReasonDeletedApp": "앱을 삭제한 경우",
"backupWarningLoseReasonCriticalIssue": "앱이나 기기에 심각한 문제가 발생한 경우",
"backupWarningLoseReasonKeystore": "잠금화면/기기 인증 방식을 변경하면 기기가 키스토어를 무효화합니다",
"backupWarningLoseReasonCloudRestore": "클라우드 백업으로 기기를 복원하는 경우",
"backupWarningNoRecovery": "백업이 없으면 지갑을 복구할 방법이 없습니다.",
"bitboxErrorMultipleDevicesFound": "발견되는 다수 BitBox 장치. 한 기기만 연결됩니다.",
"@bitboxErrorMultipleDevicesFound": {
"description": "Error when multiple BitBox devices are connected"
},
"payTransactionBroadcast": "Transaction 방송",
"@payTransactionBroadcast": {
"description": "Success message after broadcasting"
},
"fundExchangeSepaDescriptionExactly": "견적 요청.",
"@fundExchangeSepaDescriptionExactly": {
"description": "Emphasized word 'exactly' in SEPA description"
},
"payPleasePayInvoice": "결제하기",
"@payPleasePayInvoice": {
"description": "Title for receive payment screen"
},
"swapMax": "최대",
"@swapMax": {
"description": "MAX button label"
},
"importQrDeviceSpecterStep2": "PIN 입력",
"@importQrDeviceSpecterStep2": {
"description": "Specter instruction step 2"
},
"importColdcardInstructionsStep10": "설정 완료",
"@importColdcardInstructionsStep10": {
"description": "ImportColdcardQ: Final instruction step"
},
"buyPayoutWillBeSentIn": "당신의 지불금은 보내질 것입니다 ",
"@buyPayoutWillBeSentIn": {
"description": "Text before countdown timer for payout"
},
"fundExchangeInstantSepaInfo": "만 € 20,000 미만의 거래에 사용됩니다. 더 큰 거래를 위해서는 일반 SEPA 옵션을 사용하십시오.",
"@fundExchangeInstantSepaInfo": {
"description": "Info message for Instant SEPA transaction limits"
},
"translationWarningContributeButton": "번역을 개선하는 데 도움이",
"@translationWarningContributeButton": {
"description": "Button to open GitHub repository for translations"
},
"transactionLabelSwapId": "스왑 ID",
"@transactionLabelSwapId": {
"description": "Label for swap ID"
},
"dcaChooseWalletTitle": "비트코인 지갑 선택",
"@dcaChooseWalletTitle": {
"description": "AppBar title for wallet selection screen"
},
"torSettingsPortHint": "9050년",
"@torSettingsPortHint": {
"description": "Hint text for port input showing default value"
},
"electrumTimeoutPositiveError": "Timeout은 긍정적이어야한다",
"@electrumTimeoutPositiveError": {
"description": "Validation error for non-positive Timeout value"
},
"bitboxScreenNeedHelpButton": "도움이 필요하십니까?",
"@bitboxScreenNeedHelpButton": {
"description": "Button to show help instructions"
},
"sellSendPaymentAboveMax": "이 지갑으로 판매 될 수있는 최대 금액 위에 판매하려고합니다.",
"@sellSendPaymentAboveMax": {
"description": "Above max amount error"
},
"fundExchangeETransferLabelSecretAnswer": "비밀 답변",
"@fundExchangeETransferLabelSecretAnswer": {
"description": "Label for E-transfer security answer"
},
"payPayinAmount": "Payin 금액",
"@payPayinAmount": {
"description": "Label for amount user pays in"
},
"transactionDetailLabelTransactionFee": "거래 수수료",
"@transactionDetailLabelTransactionFee": {
"description": "Label for transaction fee"
},
"jadeStep13": "Bull Bitcoin 지갑은 Jade의 QR 코드를 스캔하도록 요청합니다. 그것을 검사하십시오.",
"@jadeStep13": {
"description": "Jade instruction for scanning signed PSBT"
},
"transactionSwapDescLnSendPending": "스왑이 시작되었습니다. 우리는 당신의 자금을 잠그기 위해 on-chain 거래를 방송하고 있습니다.",
"@transactionSwapDescLnSendPending": {
"description": "Description for pending Lightning send swap"
},
"payInstitutionNumber": "기관 번호",
"@payInstitutionNumber": {
"description": "Label for institution number"
},
"sendScheduledPayment": "시간표",
"@sendScheduledPayment": {
"description": "Feature to delay transaction"
},
"fundExchangeLabelBicCode": "BIC 코드",
"@fundExchangeLabelBicCode": {
"description": "Label for BIC code field"
},
"fundExchangeCanadaPostStep6": "6. 명세 cashier는 당신에게 영수증을, 지불의 당신의 증거로 지킵니다",
"@fundExchangeCanadaPostStep6": {
"description": "Step 6 for Canada Post payment process"
},
"withdrawOwnershipQuestion": "이 계정은 누구에게 속합니까?",
"@withdrawOwnershipQuestion": {
"description": "Question asking about account ownership"
},
"sendSendNetworkFee": "네트워크 수수료",
"@sendSendNetworkFee": {
"description": "Label for network fee on send side of swap"
},
"exchangeDcaUnableToGetConfig": "DCA 구성을 얻을 수 없음",
"@exchangeDcaUnableToGetConfig": {
"description": "Error message when DCA configuration cannot be retrieved"
},
"psbtFlowClickScan": "스캔을 클릭합니다",
"@psbtFlowClickScan": {
"description": "Instruction to click scan button on device"
},
"sellInstitutionNumber": "기관 번호",
"@sellInstitutionNumber": {
"description": "Label for bank institution code"
},
"recoverbullGoogleDriveErrorDisplay": "오류: {error}",
"@recoverbullGoogleDriveErrorDisplay": {
"description": "Error message display format",
"placeholders": {
"error": {
"type": "String"
}
}
},
"mempoolSettingsCustomServer": "주문 서버",
"@mempoolSettingsCustomServer": {
"description": "Label for custom mempool server section"
},
"fundExchangeMethodRegularSepa": "일반 SEPA",
"@fundExchangeMethodRegularSepa": {
"description": "Payment method: Regular SEPA (Europe)"
},
"addressViewTransactions": "계정 관리",
"@addressViewTransactions": {
"description": "Label for number of transactions"
},
"fundExchangeSinpeLabelPhone": "휴대폰 번호",
"@fundExchangeSinpeLabelPhone": {
"description": "Label for SINPE Móvil phone number field"
},
"importQrDeviceKruxStep3": "XPUB 클릭 - QR 코드",
"@importQrDeviceKruxStep3": {
"description": "Krux instruction step 3"
},
"passportStep1": "여권에 로그인",
"@passportStep1": {
"description": "Passport instruction step 1"
},
"sellAdvancedOptions": "고급 옵션",
"@sellAdvancedOptions": {
"description": "Title for advanced options bottom sheet"
},
"exchangeFileUploadSuccess": "File 성공적으로 업로드",
"@exchangeFileUploadSuccess": {
"description": "Success message when file is uploaded successfully"
},
"electrumPrivacyNoticeSave": "제품 정보",
"@electrumPrivacyNoticeSave": {
"description": "Save button in privacy notice dialog"
},
"withdrawOwnershipOtherAccount": "이것은 다른 사람의 계정입니다",
"@withdrawOwnershipOtherAccount": {
"description": "Option indicating the account belongs to someone else"
},
"receiveInvoice": "Lightning 청구서",
"@receiveInvoice": {
"description": "Label for Lightning invoice"
},
"receiveGenerateAddress": "새 주소 생성",
"@receiveGenerateAddress": {
"description": "Button to create new on-chain address"
},
"kruxStep3": "PSBT를 클릭",
"@kruxStep3": {
"description": "Krux instruction step 3"
},
"hwColdcardQ": "콜드 카드 Q",
"@hwColdcardQ": {
"description": "Name of Coldcard Q hardware wallet"
},
"fundExchangeCrIbanCrcTransferCodeWarning": "지불을 할 때 \"message\"또는 \"reason\"또는 \"description\"으로 전송 코드를 추가해야합니다. 이 코드를 포함 하는 것을 잊지 면, 당신의 지불 거부 될 수 있습니다.",
"@fundExchangeCrIbanCrcTransferCodeWarning": {
"description": "Warning about including transfer code in payment"
},
"paySinpeBeneficiario": "한국어",
"@paySinpeBeneficiario": {
"description": "Label for beneficiary in SINPE details"
},
"exchangeDcaAddressDisplay": "{addressLabel}: {address}",
"@exchangeDcaAddressDisplay": {
"description": "Format for displaying address label and address",
"placeholders": {
"addressLabel": {
"type": "String",
"description": "The address label (e.g., 'Bitcoin address')"
},
"address": {
"type": "String",
"description": "The actual address"
}
}
},
"autoswapAlwaysBlockEnabledInfo": "활성화될 때, 세트 제한의 위 요금으로 자동 이동은 항상 차단될 것입니다",
"@autoswapAlwaysBlockEnabledInfo": {
"description": "Info text when always block is enabled"
},
"electrumServerAlreadyExists": "이 서버는 이미 존재합니다",
"@electrumServerAlreadyExists": {
"description": "Error message when trying to add a duplicate server"
},
"sellPaymentMethod": "지불 방법",
"@sellPaymentMethod": {
"description": "Section for selecting how to receive fiat"
},
"transactionNoteHint": "* 이름",
"@transactionNoteHint": {
"description": "Hint text for note input field"
},
"transactionLabelPreimage": "제품정보",
"@transactionLabelPreimage": {
"description": "Label for preimage in Lightning swap details"
},
"coreSwapsChainCanCoop": "전송은 순간적으로 완료됩니다.",
"@coreSwapsChainCanCoop": {
"description": "Status message for chain swap that can complete cooperatively"
},
"importColdcardInstructionsStep2": "적용 가능한 경우 passphrase를 입력하십시오",
"@importColdcardInstructionsStep2": {
"description": "ImportColdcardQ: Second instruction step"
},
"satsSuffix": " 뚱 베어",
"@satsSuffix": {
"description": "Unit suffix for satoshi amounts"
},
"recoverbullErrorPasswordNotSet": "비밀번호 설정",
"@recoverbullErrorPasswordNotSet": {
"description": "Error when attempting operation without setting password"
},
"sellSendPaymentExchangeRate": "환율",
"@sellSendPaymentExchangeRate": {
"description": "Field label for exchange rate"
},
"systemLabelAutoSwap": "자동차 교환",
"@systemLabelAutoSwap": {
"description": "System label for automatic swap transactions"
},
"fundExchangeSinpeTitle": "SINPE 전송",
"@fundExchangeSinpeTitle": {
"description": "Screen title for SINPE transfer (Costa Rica)"
},
"payExpiresIn": "{time}의 만료",
"@payExpiresIn": {
"description": "Label showing invoice expiration time",
"placeholders": {
"time": {
"type": "String"
}
}
},
"transactionDetailLabelConfirmationTime": "확인 시간",
"@transactionDetailLabelConfirmationTime": {
"description": "Label for confirmation time"
},
"exchangeFileUploadStatusInReview": "관련 기사",
"@exchangeFileUploadStatusInReview": {
"description": "Status badge when files are under review"
},
"fundExchangeCanadaPostStep5": "5. 명세 현금 또는 직불 카드로 지불",
"@fundExchangeCanadaPostStep5": {
"description": "Step 5 for Canada Post payment process"
},
"importQrDeviceKruxName": "한국어",
"@importQrDeviceKruxName": {
"description": "Name of Krux device"
},
"addressViewNoAddressesFound": "자주 묻는 질문",
"@addressViewNoAddressesFound": {
"description": "Empty state message when no addresses are available"
},
"backupWalletErrorSaveBackup": "백업을 저장하는 실패",
"@backupWalletErrorSaveBackup": {
"description": "Error when backup save operation fails"
},
"exchangeReferralsTitle": "Referral 부호",
"@exchangeReferralsTitle": {
"description": "Title for the referral codes section"
},
"onboardingRecoverYourWallet": "지갑을 복구",
"@onboardingRecoverYourWallet": {
"description": "Title for the recover wallet section in onboarding"
},
"bitboxScreenTroubleshootingStep2": "휴대 전화가 USB 권한이 있는지 확인하십시오.",
"@bitboxScreenTroubleshootingStep2": {
"description": "Troubleshooting step 2"
},
"replaceByFeeErrorNoFeeRateSelected": "요금 선택",
"@replaceByFeeErrorNoFeeRateSelected": {
"description": "Error message when no fee rate is selected"
},
"transactionSwapDescChainPending": "전송이 생성되었지만 아직 시작되지 않았습니다.",
"@transactionSwapDescChainPending": {
"description": "Description for pending chain swap"
},
"coreScreensTransferFeeLabel": "송금 수수료",
"@coreScreensTransferFeeLabel": {
"description": "Label for transfer fee field"
},
"onboardingEncryptedVaultDescription": "PIN을 사용하여 클라우드를 통해 백업을 복구합니다.",
"@onboardingEncryptedVaultDescription": {
"description": "Description for the encrypted vault recovery option in onboarding"
},
"transactionOrderLabelPayoutStatus": "Payout 상태",
"@transactionOrderLabelPayoutStatus": {
"description": "Label for order payout status"
},
"transactionSwapStatusSwapStatus": "Swap 상태",
"@transactionSwapStatusSwapStatus": {
"description": "Header for swap status section"
},
"arkAboutDurationSeconds": "{seconds} 초",
"@arkAboutDurationSeconds": {
"description": "Duration format for seconds",
"placeholders": {
"seconds": {
"type": "int"
}
}
},
"receiveInvoiceCopied": "클립보드에 복사",
"@receiveInvoiceCopied": {
"description": "Toast message after copying invoice"
},
"kruxStep7": " - 장치의 화면 밝기 증가",
"@kruxStep7": {
"description": "Krux troubleshooting tip 1"
},
"exchangeStatisticsBuySellRatio": "구매/판매 비율",
"@exchangeStatisticsBuySellRatio": {
"description": "Label for buy/sell ratio statistic"
},
"autoswapUpdateSettingsError": "자동 교환 설정 업데이트 실패",
"@autoswapUpdateSettingsError": {
"description": "Error message when updating settings fails"
},
"transactionStatusTransferFailed": "전송 실패",
"@transactionStatusTransferFailed": {
"description": "Status label for failed transfers"
},
"jadeStep11": "제이드는 그런 다음 자신의 QR 코드를 표시합니다.",
"@jadeStep11": {
"description": "Jade instruction about signed PSBT QR"
},
"buyConfirmExternalWallet": "외부 Bitcoin 지갑",
"@buyConfirmExternalWallet": {
"description": "External wallet payout method"
},
"bitboxActionPairDeviceProcessing": "연락처",
"@bitboxActionPairDeviceProcessing": {
"description": "Processing text for pair device"
},
"exchangeCurrencyDropdownTitle": "통화 선택",
"@exchangeCurrencyDropdownTitle": {
"description": "Title for the currency selection dropdown"
},
"receiveServerNetworkFees": "서버 네트워크 요금",
"@receiveServerNetworkFees": {
"description": "Label for network fees charged by the swap server"
},
"importQrDeviceImporting": "지갑 가져 오기 ...",
"@importQrDeviceImporting": {
"description": "Status while importing from QR device"
},
"rbfFastest": "빠른 속도",
"@rbfFastest": {
"description": "Label for fastest fee option"
},
"buyConfirmExpressWithdrawal": "자주 묻는 질문",
"@buyConfirmExpressWithdrawal": {
"description": "Title for express withdrawal confirmation screen"
},
"arkReceiveBoardingAddress": "BTC 탑승 주소",
"@arkReceiveBoardingAddress": {
"description": "Label for BTC boarding address"
},
"sellSendPaymentTitle": "결제방법",
"@sellSendPaymentTitle": {
"description": "Title on sell payment screen"
},
"recoverbullReenterConfirm": "확인하려면 {inputType}를 다시 입력하십시오.",
"@recoverbullReenterConfirm": {
"description": "Instruction to re-enter PIN or password for confirmation",
"placeholders": {
"inputType": {
"type": "String"
}
}
},
"importWatchOnlyCopiedToClipboard": "클립보드에 복사",
"@importWatchOnlyCopiedToClipboard": {
"description": "Snackbar message shown when QR code content is copied"
},
"dcaLightningAddressInvalidError": "이용 약관",
"@dcaLightningAddressInvalidError": {
"description": "Validation error when Lightning address format is invalid"
},
"ledgerButtonNeedHelp": "도움이 필요하십니까?",
"@ledgerButtonNeedHelp": {
"description": "Button label to show help/troubleshooting instructions"
},
"backupInstruction4": "백업의 디지털 사본을 만들지 마십시오. 종이의 조각, 또는 금속에 새겨진에 그것을 아래로 씁니다.",
"@backupInstruction4": {
"description": "Fourth backup instruction about not making digital copies"
},
"hwKrux": "한국어",
"@hwKrux": {
"description": "Name of Krux hardware wallet"
},
"transactionFilterTransfer": "지원하다",
"@transactionFilterTransfer": {
"description": "Filter option to show only transfer/swap transactions"
},
"recoverbullSelectVaultImportSuccess": "당신의 vault는 성공적으로 수입되었습니다",
"@recoverbullSelectVaultImportSuccess": {
"description": "Success message shown on vault selected page"
},
"mempoolServerNotUsed": "사용되지 않음 (custom server active)",
"@mempoolServerNotUsed": {
"description": "Label shown when default server is not used because custom server is active"
},
"recoverbullSelectErrorPrefix": "오류:",
"@recoverbullSelectErrorPrefix": {
"description": "Prefix text shown before error messages"
},
"bitboxErrorDeviceMismatch": "장치 mismatch 검출.",
"@bitboxErrorDeviceMismatch": {
"description": "Error when connected device does not match expected device"
},
"arkReceiveBtcAddress": "BTC 주소",
"@arkReceiveBtcAddress": {
"description": "Label for Bitcoin address"
},
"exchangeLandingRecommendedExchange": "Bitcoin 교환",
"@exchangeLandingRecommendedExchange": {
"description": "Subtitle on landing screen v2 describing Bull Bitcoin as recommended"
},
"backupWalletHowToDecideVaultMoreInfo": "자세한 내용은 recoverbull.com 방문.",
"@backupWalletHowToDecideVaultMoreInfo": {
"description": "Link text to external resource about vault locations"
},
"recoverbullGoBackEdit": "<< 돌아가고 편집",
"@recoverbullGoBackEdit": {
"description": "Button text to return to previous screen for editing"
},
"importWatchOnlyWalletGuides": "지갑 가이드",
"@importWatchOnlyWalletGuides": {
"description": "Button label for wallet documentation and guides"
},
"receiveConfirming": "확인... ({count}/{required})",
"@receiveConfirming": {
"description": "Shows confirmation progress",
"placeholders": {
"count": {
"type": "int"
},
"required": {
"type": "int"
}
}
},
"fundExchangeInfoPaymentDescription": "결제 설명에서 전송 코드를 추가합니다.",
"@fundExchangeInfoPaymentDescription": {
"description": "Info about adding transfer code to payment description"
},
"payInstantPayments": "즉시 결제",
"@payInstantPayments": {
"description": "Display text for instant payment wallet"
},
"importWatchOnlyImportButton": "계정 만들기",
"@importWatchOnlyImportButton": {
"description": "Button to confirm watch-only import"
},
"fundExchangeCrIbanCrcDescriptionBold": "견적 요청",
"@fundExchangeCrIbanCrcDescriptionBold": {
"description": "Bold emphasis word for CR IBAN transfer instructions"
},
"electrumTitle": "Electrum 서버 설정",
"@electrumTitle": {
"description": "AppBar title for Electrum settings screen"
},
"importQrDeviceJadeStep7": "필요한 경우, \"Options\"를 선택하여 주소 유형 변경",
"@importQrDeviceJadeStep7": {
"description": "Jade instruction step 7"
},
"transactionNetworkLightning": "연락처",
"@transactionNetworkLightning": {
"description": "Label for Lightning network transactions"
},
"paySecurityQuestionLength": "{count}/40자",
"@paySecurityQuestionLength": {
"description": "Character count for security question",
"placeholders": {
"count": {
"type": "int"
}
}
},
"sendBroadcastingTransaction": "거래 방송.",
"@sendBroadcastingTransaction": {
"description": "Message shown while broadcasting transaction to network"
},
"pinCodeMinLengthError": "PIN은 적어도이어야 합니다 {minLength} 손가락 긴",
"@pinCodeMinLengthError": {
"description": "Error message when PIN is too short",
"placeholders": {
"minLength": {
"type": "String"
}
}
},
"swapReceiveExactAmountLabel": "정확한 금액",
"swapInsufficientFunds": "잔액 부족",
"@swapReceiveExactAmountLabel": {
"description": "Label when receive exact amount toggle is on"
},
"arkContinueButton": "계속하기",
"@arkContinueButton": {
"description": "Continue button text used in ark send flow"
},
"ledgerImportButton": "시작하기",
"@ledgerImportButton": {
"description": "Button label to start importing Ledger wallet"
},
"dcaActivate": "Recurring 구매",
"@dcaActivate": {
"description": "Label to activate DCA"
},
"labelInputLabel": "이름 *",
"@labelInputLabel": {
"description": "Label for wallet label input field"
},
"bitboxActionPairDeviceButton": "페어링 시작",
"@bitboxActionPairDeviceButton": {
"description": "Button text for pair device"
},
"importQrDeviceSpecterName": "관련 상품",
"@importQrDeviceSpecterName": {
"description": "Name of Specter device"
},
"transactionDetailLabelSwapFees": "Swap 수수료",
"@transactionDetailLabelSwapFees": {
"description": "Label for swap fees"
},
"broadcastSignedTxFee": "요금안내",
"@broadcastSignedTxFee": {
"description": "Label for transaction fee"
},
"recoverbullRecoveryBalanceLabel": "밸런스: {amount}",
"@recoverbullRecoveryBalanceLabel": {
"description": "Label showing total wallet balance found",
"placeholders": {
"amount": {
"type": "String"
}
}
},
"buyFundYourAccount": "계정 생성",
"@buyFundYourAccount": {
"description": "Button to fund exchange account"
},
"sellReplaceByFeeActivated": "Replace-by-fee 활성화",
"@sellReplaceByFeeActivated": {
"description": "Label for RBF toggle"
},
"globalDefaultBitcoinWalletLabel": "안전한 Bitcoin",
"@globalDefaultBitcoinWalletLabel": {
"description": "Default label for Bitcoin wallets when used as the default wallet"
},
"arkAboutServerUrl": "서버 URL",
"@arkAboutServerUrl": {
"description": "Field label for server URL"
},
"fundExchangeLabelRecipientAddress": "자주 묻는 질문",
"@fundExchangeLabelRecipientAddress": {
"description": "Label for recipient address field"
},
"save": "제품 정보",
"@save": {
"description": "Generic save button label"
},
"dcaWalletLiquidSubtitle": "호환 지갑 필요",
"@dcaWalletLiquidSubtitle": {
"description": "Subtitle/description for Liquid wallet option"
},
"fundExchangeCrIbanCrcTitle": "은행 송금 (CRC)",
"@fundExchangeCrIbanCrcTitle": {
"description": "Screen title for Costa Rica bank transfer in Colones"
},
"appUnlockButton": "다운로드",
"@appUnlockButton": {
"description": "Button label to unlock the app"
},
"payServiceFee": "서비스 요금",
"@payServiceFee": {
"description": "Label for service provider fee"
},
"transactionStatusSwapExpired": "Swap 만료",
"@transactionStatusSwapExpired": {
"description": "Status label for expired swaps"
},
"swapAmountPlaceholder": "0 댓글",
"@swapAmountPlaceholder": {
"description": "Placeholder for amount input fields"
},
"fundExchangeMethodInstantSepaSubtitle": "Fastest - € 30,000 미만의 거래 만",
"@fundExchangeMethodInstantSepaSubtitle": {
"description": "Subtitle for Instant SEPA payment method"
},
"dcaConfirmError": "뭔가 잘못되었는지: {error}",
"@dcaConfirmError": {
"description": "DCA confirmation error message",
"placeholders": {
"error": {
"type": "String"
}
}
},
"exchangeDcaNetworkLiquid": "액체 네트워크",
"@exchangeDcaNetworkLiquid": {
"description": "DCA network option: Liquid"
},
"fundExchangeSepaDescription": "아래의 세부 정보를 사용하여 은행 계좌에서 SEPA 송금을 보내십시오 ",
"@fundExchangeSepaDescription": {
"description": "Description for SEPA transfer (first part, before 'exactly')"
},
"sendAddress": "주소: ",
"@sendAddress": {
"description": "Label prefix for address field"
},
"receiveBitcoinNetwork": "비트 코인",
"@receiveBitcoinNetwork": {
"description": "Bitcoin on-chain network option"
},
"fundExchangeCrIbanCrcPaymentDescriptionHelp": "전송 코드.",
"@fundExchangeCrIbanCrcPaymentDescriptionHelp": {
"description": "Help text explaining payment description is the transfer code"
},
"testBackupWriteDownPhrase": "복구 구문을 작성\n정확한 순서에서",
"@testBackupWriteDownPhrase": {
"description": "Main instruction header for physical backup screen"
},
"jadeStep8": " - 장치를 더 가까이 움직이거나 더 멀리 시도",
"@jadeStep8": {
"description": "Jade troubleshooting tip 3"
},
"payNotLoggedIn": "로그아웃",
"@payNotLoggedIn": {
"description": "Title for not logged in card"
},
"importQrDeviceSpecterStep7": "\"사용 SLIP-132\"",
"@importQrDeviceSpecterStep7": {
"description": "Specter instruction step 7"
},
"customLocationTitle": "주문 위치",
"@customLocationTitle": {
"description": "Title for custom location screen"
},
"importQrDeviceJadeStep5": "옵션 목록에서 \"Wallet\"을 선택하십시오",
"@importQrDeviceJadeStep5": {
"description": "Jade instruction step 5"
},
"arkSettled": "옵션 정보",
"@arkSettled": {
"description": "Label for settled balance in Ark balance breakdown"
},
"transactionFilterBuy": "구매하기",
"@transactionFilterBuy": {
"description": "Filter option to show only buy orders"
},
"approximateFiatPrefix": "·",
"@approximateFiatPrefix": {
"description": "Prefix indicating approximate fiat equivalent value"
},
"sendEstimatedDeliveryHoursToDays": "영업시간",
"@sendEstimatedDeliveryHoursToDays": {
"description": "Estimated delivery time ranging from hours to days"
},
"coreWalletTransactionStatusPending": "관련 기사",
"@coreWalletTransactionStatusPending": {
"description": "Display name for pending wallet transaction status"
},
"ledgerActionFailedMessage": "{action} 실패",
"@ledgerActionFailedMessage": {
"description": "Error message when a Ledger action fails",
"placeholders": {
"action": {
"type": "String"
}
}
},
"testBackupErrorLoadWallets": "지갑로드 실패 : {error}",
"@testBackupErrorLoadWallets": {
"description": "Error when loading wallets fails",
"placeholders": {
"error": {
"type": "String"
}
}
},
"fundExchangeLabelBankAccountCountry": "은행 계좌",
"@fundExchangeLabelBankAccountCountry": {
"description": "Label for bank account country field"
},
"walletAddressTypeNestedSegwit": "연락처",
"@walletAddressTypeNestedSegwit": {
"description": "Address type for BIP49 wallets"
},
"dcaConfirmDeactivate": "예, 비활성화",
"@dcaConfirmDeactivate": {
"description": "Confirm deactivation button"
},
"exchangeLandingFeature2": "DCA, 제한 주문 및 자동 구매",
"@exchangeLandingFeature2": {
"description": "Second feature bullet point"
},
"payPaymentPending": "지불 pending",
"@payPaymentPending": {
"description": "Status message for in-flight payment"
},
"payConfirmHighFee": "이 지불 수수료는 금액의 {percentage} %입니다. 계속?",
"@payConfirmHighFee": {
"description": "Confirmation prompt when fee percentage is high",
"placeholders": {
"percentage": {
"type": "String"
}
}
},
"payPayoutAmount": "결제 금액",
"@payPayoutAmount": {
"description": "Label for amount user receives"
},
"autoswapMaxBalanceInfo": "지갑 잔액이 두 배를 초과할 때, 자동 이동은 이 수준에 균형을 감소시키기 위하여 방아쇠를 것입니다",
"@autoswapMaxBalanceInfo": {
"description": "Info tooltip for max balance field"
},
"payPhone": "이름 *",
"@payPhone": {
"description": "Label for phone details"
},
"recoverbullTorNetwork": "Tor 네트워크",
"@recoverbullTorNetwork": {
"description": "Label for Tor network connection status"
},
"transactionDetailLabelTransferStatus": "전송 상태",
"@transactionDetailLabelTransferStatus": {
"description": "Label for transfer status"
},
"importColdcardInstructionsTitle": "Coldcard Q 지침",
"@importColdcardInstructionsTitle": {
"description": "ImportColdcardQ: Title of instructions bottom sheet"
},
"sendVerifyOnDevice": "관련 제품",
"@sendVerifyOnDevice": {
"description": "Instruction to check hardware wallet screen"
},
"sendAmountRequested": "요청된 금액: ",
"@sendAmountRequested": {
"description": "Label for the requested amount in a payment request"
},
"exchangeTransactionsTitle": "계정 관리",
"@exchangeTransactionsTitle": {
"description": "Title for the transactions section in exchange"
},
"payRoutingFailed": "충돌 실패",
"@payRoutingFailed": {
"description": "Error when Lightning payment routing fails"
},
"payCard": "(주)",
"@payCard": {
"description": "Label for card details"
},
"sendFreezeCoin": "Freeze 코인",
"@sendFreezeCoin": {
"description": "Action to prevent UTXO from being spent"
},
"fundExchangeLabelTransitNumber": "교통번호",
"@fundExchangeLabelTransitNumber": {
"description": "Label for transit number field"
},
"buyConfirmYouReceive": "견적 요청",
"@buyConfirmYouReceive": {
"description": "Field label for receive amount"
},
"buyDocumentUpload": "문서 업로드",
"@buyDocumentUpload": {
"description": "Section for ID document submission"
},
"walletAddressTypeConfidentialSegwit": "기밀 Segwit",
"@walletAddressTypeConfidentialSegwit": {
"description": "Address type for Liquid wallets"
},
"transactionDetailRetryTransfer": "송금 {action}",
"@transactionDetailRetryTransfer": {
"description": "Button label to retry a failed transfer action",
"placeholders": {
"action": {
"type": "String"
}
}
},
"sendTransferFeeDescription": "전송 금액에서 공제 된 총 수수료입니다",
"@sendTransferFeeDescription": {
"description": "Explanation of what the transfer fee represents"
},
"bitcoinSettingsWalletsTitle": "지갑",
"@bitcoinSettingsWalletsTitle": {
"description": "Title for the wallets section in Bitcoin settings"
},
"arkReceiveSegmentBoarding": "회사연혁",
"@arkReceiveSegmentBoarding": {
"description": "Segment option for Boarding (BTC) address type"
},
"exchangeLandingLoginToUseSupport": "교환 관련 문제에 대한 지원 채팅을 사용하려면 로그인 또는 가입하십시오.",
"@exchangeLandingLoginToUseSupport": {
"description": "Message prompting user to login to access support chat"
},
"exchangeSupportLoginChatRequired": "실시간 지원을 받으려면 먼저 Bull Bitcoin 계정에 로그인해야 합니다. 완전 무료이며 KYC가 필요하지 않고, 이메일 주소만 있으면 됩니다.",
"seedsignerStep12": "Bull Bitcoin 지갑은 SeedSigner에서 QR 코드를 스캔하도록 요청합니다. 그것을 검사하십시오.",
"@seedsignerStep12": {
"description": "SeedSigner instruction for scanning signed PSBT"
},
"psbtFlowKeystoneTitle": "Keystone 지침",
"@psbtFlowKeystoneTitle": {
"description": "Title for Keystone device signing instructions"
},
"transactionLabelTransferStatus": "전송 상태",
"@transactionLabelTransferStatus": {
"description": "Label for transfer status"
},
"arkSessionDuration": "세션 기간",
"@arkSessionDuration": {
"description": "Label for session duration field"
},
"buyAboveMaxAmountError": "최대 금액 이상 구매하려고합니다.",
"@buyAboveMaxAmountError": {
"description": "Error message for amount above maximum during buy"
},
"electrumTimeoutWarning": "타임 아웃 ({timeoutValue} 초)은 권장 값 ({recommended} 초)보다 낮습니다.",
"@electrumTimeoutWarning": {
"description": "Warning message when timeout is too low for the configured Stop Gap",
"placeholders": {
"timeoutValue": {
"type": "String"
},
"recommended": {
"type": "String"
}
}
},
"sendShowPsbt": "PSBT 소개",
"@sendShowPsbt": {
"description": "Button to display PSBT for external signing"
},
"ledgerErrorUnknownOccurred": "Unknown 오류가 발생했습니다",
"@ledgerErrorUnknownOccurred": {
"description": "Error message when an unknown error occurs during Ledger operation"
},
"receiveAddress": "자주 묻는 질문",
"@receiveAddress": {
"description": "Label for generated address"
},
"broadcastSignedTxAmount": "계정 정보",
"@broadcastSignedTxAmount": {
"description": "Label for transaction amount"
},
"hwJade": "블록스트림 옥",
"@hwJade": {
"description": "Name of Blockstream Jade hardware wallet"
},
"keystoneStep14": "지금 방송 할 준비가되었습니다! 방송을 클릭하면 거래가 Bitcoin 네트워크에 게시되고 자금이 전송됩니다.",
"@keystoneStep14": {
"description": "Keystone final instruction about broadcasting"
},
"exchangeStatisticsTitle": "관련 기사",
"@exchangeStatisticsTitle": {
"description": "Title for the statistics screen"
},
"recoverbullErrorConnectionFailed": "대상 키 서버에 연결 실패. 나중에 다시 시도하십시오!",
"@recoverbullErrorConnectionFailed": {
"description": "Error message when server connection fails"
},
"testBackupDigitalCopy": "디지털 복사",
"@testBackupDigitalCopy": {
"description": "Label with X mark warning against making digital copies"
},
"fundExchangeLabelMemo": "뚱 베어",
"@fundExchangeLabelMemo": {
"description": "Label for memo/reference field"
},
"paySearchPayments": "지불을 검색 ...",
"@paySearchPayments": {
"description": "Search box placeholder"
},
"exchangeStatisticsCurrency": "통화: {currency}",
"@exchangeStatisticsCurrency": {
"description": "Label showing currency for biller stats",
"placeholders": {
"currency": {
"type": "String"
}
}
},
"payPendingPayments": "관련 기사",
"@payPendingPayments": {
"description": "Filter for pending payments"
},
"passwordMinLengthError": "{pinOrPassword} 최소 6자리 이상이어야 합니다",
"@passwordMinLengthError": {
"description": "Error message for password minimum length",
"placeholders": {
"pinOrPassword": {
"type": "String",
"example": "PIN"
}
}
},
"coreSwapsLnSendExpired": "Swap 만료",
"@coreSwapsLnSendExpired": {
"description": "Status message for expired Lightning send swap"
},
"sellSendPaymentUsdBalance": "100원 (주)",
"@sellSendPaymentUsdBalance": {
"description": "USD balance payout method"
},
"backupWalletEncryptedVaultTag": "쉽고 간단한 (1 분)",
"@backupWalletEncryptedVaultTag": {
"description": "Tag indicating difficulty and time for encrypted vault backup"
},
"payBroadcastFailed": "방송 실패",
"@payBroadcastFailed": {
"description": "Error when transaction broadcast fails"
},
"translationWarningDescription": "이 앱의 대부분의 번역은 AI를 사용하여 생성되었으며 부정확할 수 있습니다. 오류를 발견하거나 번역 개선에 도움을 주고 싶으시다면, GitHub 저장소에서 수정 사항을 제출할 수 있습니다.",
"@translationWarningDescription": {
"description": "Description explaining that translations are AI-generated and may be inaccurate"
},
"arkSettleTransactions": "결제 옵션",
"@arkSettleTransactions": {
"description": "Bottom sheet title for settling pending transactions"
},
"transactionLabelConfirmationTime": "확인 시간",
"@transactionLabelConfirmationTime": {
"description": "Label for transaction confirmation timestamp"
},
"languageSettingsScreenTitle": "* 이름",
"@languageSettingsScreenTitle": {
"description": "The title of the language settings screen"
},
"payNetworkFees": "네트워크 수수료",
"@payNetworkFees": {
"description": "Label for network fees amount"
},
"bitboxScreenSegwitBip84": "세그먼트 (BIP84)",
"@bitboxScreenSegwitBip84": {
"description": "Script type display name for BIP84"
},
"bitboxScreenConnectingSubtext": "보안 연결 설정 ...",
"@bitboxScreenConnectingSubtext": {
"description": "Subtext when connecting"
},
"receiveShareAddress": "회사연혁",
"@receiveShareAddress": {
"description": "Button to share via system share sheet"
},
"arkTxPending": "관련 기사",
"@arkTxPending": {
"description": "Status label for pending Ark transactions"
},
"payAboveMaxAmountError": "이 지갑으로 지불 할 수있는 최대 금액 위에 지불하려고합니다.",
"@payAboveMaxAmountError": {
"description": "Error message for amount above maximum"
},
"sharedWithBullBitcoin": "bull Bitcoin과 공유하십시오.",
"@sharedWithBullBitcoin": {
"description": "End part of privacy assurance message"
},
"jadeStep7": " - QR 코드를 보관하고 중심",