-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathko.js
548 lines (548 loc) · 43.2 KB
/
ko.js
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
// Korean translation
export const ko = {
translation: {
en: "English", // English
zh: "简体中文", // 简体中文
ja: "日本語", // 日本語
ko: "한국어", // 한국어
fr: "Français", // Français
es: "Español", // Español
pt: "Português", // Português
de: "Deutsch", // Deutsch
vn: "Tiếng Việt", // Tiếng Việt
ru: "Русский", // Русский
tr: "Türkçe", // Türkçe
preference: "환경설정", // Preference
disable_button_vibration: "버튼 진동 비활성화", // Disable button vibration
back: "뒤쪽에", // Back
language: "언어", // Language
app_theme: "앱 테마", // App Theme
system: "시스템", // System
dark: "다크모드", // Dark
light: "라이트모드", // Light
settings: "설정", // Settings
backup_and_security: "백업 및 보안", // Backup & Security
manage_wallet: "지갑 관리", // Manage Wallet
profile: "프로필", // Profile
app_preferences: "앱 환경설정", // App Preferences
notifications: "알림", // Notifications
help_support: "도움말 및 지원", // Help & Support
about_my_doge: "Mydoge에 대하여", // About My Doge
admin: "관리자", // Admin
i_cloud: "아이클라우드", // iCloud
cloud: "클라우드", // cloud
youve_backed_up_to: "다음 날짜에 백업하셨습니다.", // You've backed up to
you_havent_created_a_cloud_backup: "클라우드 백업을 생성하지 않았습니다.", // You haven't created a Cloud Backup
manage: "관리", // Manage
backup: "백업", // Backup
view_seed_phrase: "시드 복구 구문 보기", // View Seed Phrase
pin: "PIN 암호", // PIN
back_up_to: "백업 대상:", // Back up to
back_up_your_wallet: "지갑을 백업하세요", // Back up your wallet
back_up_your_wallet_description:
"지갑을 클라우드에 저장하고 비밀번호로 보호하세요. 또한 시드 복구 구문를 적어두거나 비밀번호 관리자에 복사할 수도 있습니다.", // Save your wallet to the cloud and protect it with a password. You can also write down your Seed Phrase or copy it to a password manager.
pin_description:
"PIN 암호를 잊어버린 경우 백업에서 지갑을 복원해야 합니다.", // If your forget your PIN, you will need to restore your wallet from a backup.
change_pin: "PIN 암호 변경", // Change PIN
your_pin_is_required:
"결제하고 민감한 작업을 수행하려면 PIN 암호가 필요합니다.", // Your PIN is required to make payments and perform sensitive actions.
use_fingerprint: "지문/얼굴 ID 사용", // Use Fingerprint/Face ID
ask_every_time_i_open_the_app: "앱을 열 때마다 묻습니다.", // Ask every time I open the app
this_will_remove_all_wallet:
"이렇게 하면 기기에서 지갑 관련 데이터가 모두 삭제됩니다.", // This will remove all wallet related data from your device.
delete_wallet: "지갑 삭제", // Delete Wallet
sign_in_to_the_dogeverse: "Dogeverse에 로그인하세요", // Sign in to the Dogeverse
dogeverse_intro_description:
"DogeTag를 요청하고, 친구를 찾고, 링크로 결제를 받고, Dogeverse의 콘텐츠에 참여하세요.", // Claim Your DogeTag, find friends, receive payments with your link, and engage with content in the Dogeverse.
sign_in: "로그인", // Sign in
sign_in_description:
"귀하의 전화번호는 로그인에만 사용되며 공개되지 않습니다.", // Your phone number is only used to sign in and will not be made public.
create_account_description:
"Dogeverse에 가입하고 Shibes의 거대한 네트워크에 연결하세요.", // Join the Dogeverse and connect with a huge network of Shibes.
send_verification: "확인 보내기", // Send Verification
verify_your_phone_number: "전화번호 확인", // Verify Your Phone Number
enter_the_code_sent_to: "전송된 코드를 입력하세요.", // Enter the code sent to
resend_code: "코드 재전송", // Resend Code
wrong_number: "잘못된 번호", // Wrong Number
confirm_code: "코드 확인", // Confirm Code
youve_entered_the_verse: "Dogeverse에 입장했습니다!", // You've entered the Verse
youre_now_ready_to_explore_the_dogeverse:
"이제 Dogeverse를 탐험할 준비가 되었습니다!", // You're now ready to explore the Dogeverse!
lets_go: "갑시다!", // Let's go!
edit_profile: "프로필 수정", // Edit Profile
social_connect: "소셜 연결", // Social Connect
profile_privacy: "프로필 개인정보 보호", // Profile Privacy
profile_is_public: "프로필 공개하기", // Profile is Public
show_wallet_address_and_tip_button: "지갑 주소 및 팁 버튼 표시", // Show wallet address and Tip button
preferences: "환경설정", // Preferences
confirm_x_tips: "𝕏 팁 확인", // Confirm 𝕏 Tips
tips_received: "팁을 받았습니다", // Tips Received
new_followers: "새로운 팔로워", // New Followers
new_memes: "새로운 밈", // New Memes
about_mydoge: "마이도지 소개", // About MyDoge
terms_of_use: "이용약관", // Terms of Use
privacy_policy: "개인 정보 정책", // Privacy Policy
share_mydoge: "MyDoge 공유", // Share MyDoge
visit_our_website: "Mydoge 웹페이지 방문하기", // Visit Our Website
settings_and_support: "설정 및 지원", // Settings and Support
connect_twitch: "트위치와 연결", // Connect Twitch
connect_x: "𝕏와 연결", // Connect 𝕏
create_a_post: "게시물 작성", // Create a Post
following: "팔로윙", // Following
followers: "팔로워", // Followers
recent_activity: "최근 활동", // Recent Activity
history: "기록", // History
price: "가격", // Price
usd: "USD", // USD
txs: "TX", // TXs
hr: "시간", // hr
send: "보내기", // Send
receive: "받기", // Receive
buy: "구입하기", // Buy
scan: "QR 스캔", // Scan
from: "보내는이", // From
to: "받는이", // To
note: "메모", // Note
timestamp: "타임스탬프", // Timestamp
confirmations: "확인", // Confirmations
tx_hash: "TX 해시", // TX Hash
tx_hash_copied: "거래 해시가 복사되었습니다.", // Transaction hash copied
note_copied: "메모가 복사되었습니다.", // Note copied
address_copied: "주소가 복사되었습니다", // Address copied
wallet: "지갑", // Wallet
dogeverse: "Dogeverse", // Dogeverse
shop: "Shop", // Shop
receive_doge: "Doge 받기", // Receive Doge
send_doge: "Doge 보내기", // Send Doge
confirm_transaction: "거래 확인", // Confirm Transaction
scan_qr_code: "QR 코드 스캔", // Scan QR Code
new_post: "새로운 게시물", // New Post
send_doge_alert_box_message:
"DOGE를 친구에게 보내거나 지갑 주소 또는 MyDoge 사용자 이름을 입력할 수 있습니다.", // You can send DOGE to your friends, enter a wallet address or a MyDoge username
wallet_address_or_username: "지갑 주소 또는 사용자 이름", // Wallet address or username
saved_addresses: "저장된 주소", // Saved Addresses
add_new: "새 주소 추가", // Add New
sending_to: "다음으로 보내는 중", // Sending to
save: "저장하기", // Save
saved: "저장됨", // Saved
balance: "잔고", // Balance
max: "Max", // Max
next: "다음", // Next
network_fee: "네트워크 수수료", // Network Fee
max_tx_size_warning:
"경고: 최대 트랜잭션 크기에 도달했습니다. 한 번에 보낼 수 있는 최대 한도입니다.", // WARNING: Max transaction size reached. This is the most you can send at once.
confirm_transaction_warning:
"확인하기 전에 항상 누구에게 보내는지 다시 확인하세요. 절대 거래소 출금 주소로 보내지 마세요. Dogecoin 거래는 되돌릴 수 없습니다!", // Always double check who you are sending to before confirming. Never send to an exchange withdrawal address. Dogecoin transactions can not be reversed!
add_note: "메모를 추가", // Add Note
wallet_address: "지갑 주소", // Wallet Address
wallet_label: "지갑 라벨", // Wallet Label
save_changes: "변경 사항을 저장하다", // Save Changes
save_address: "주소 저장", // Save Address
enter_new_PIN: "새 PIN 암호를 입력하세요.", // Enter new PIN
confirm_new_pin: "새 PIN 암호 확인", // Confirm new PIN
enter_new_PIN_description: "MyDoge 지갑에 대한 새 PIN 암호를 입력하세요.", // Enter your new PIN for your MyDoge wallet
enter_old_PIN: "이전 PIN 암호를 입력하세요.", // Enter old PIN
enter_old_PIN_description: "MyDoge 지갑의 이전 PIN 암호를 입력하세요.", // Enter your old PIN for your MyDoge wallet
forgot_PIN: "PIN 암호를 잊어버렸어요", // Forgot PIN
confirm: "확인", // Confirm
biometrics_confirmation:
"생체 인식을 사용하여 지갑을 잠금 해제하시겠습니까?", // Do you want to use biometrics to unlock your wallet?
use_biometrics: "생체 인식 사용", // Use Biometrics
dismiss: "닫기", // Dismiss
remove_wallet_data_description:
" 이렇게 하면 기기에서 지갑 관련 데이터가 모두 삭제됩니다.", // This will remove all wallet related data from your device.
delete_profile_forever: "MyDoge 프로필을 영원히 삭제하세요", // Delete your MyDoge Profile forever
sign_out: "로그아웃", // Sign Out
delete_wallet_confirmation: "정말요? 확실해요?", // Hey! Are you sure?
remove_wallet_description:
"현재 지갑은 이 앱에서 제거되지만 블록체인에는 항상 존재합니다.", // Your current wallet will be removed from this app, however it will always exist on the blockchain.
remove_profile_assets_description:
"귀하의 사용자 프로필과 자산이 제거되고 영구적으로 삭제됩니다. 이 작업은 취소할 수 없습니다.", // Your user profile and assets will be removed and deleted permanently. This action cannot be undone.
wallet_recovery_description:
" 귀하는 귀하의 지갑으로만 이 지갑을 복구할 수 있습니다.", // You can ONLY recover this wallet with your
seed_phrase: "시드 복구 구문", // SEED PHRASE
no_seed_phrase: "MyDoge에는 귀하의 시드 복구 구문가 없습니다.", // MyDoge does not have your seed phrase.
understand_continue: "이해합니다. 계속하세요.", // I understand, continue
enter: "입력하다", // Enter
Delete: "Delete", // Delete // Stays in English for UI compatibility
erase_wallet: "지갑을 지우려면", // to erase your wallet
and_profile_data: "및 프로필 데이터", // and profile data
message: "메시지", // Message
username: "사용자 이름", // Username
edit: "편집하다", // Edit
new_address: "새 주소", // New Address
your_seed_phrase: "당신의 시드 복구 구문 ✍️", // Your Seed Phrase ✍️
save_seed_phrase_instructions:
" 이 단어들을 순서대로 저장하세요. 적어서 안전한 곳에 보관하거나 비밀번호 관리자에 복사하세요.", // Save these words, in order. Write them down and keep them somewhere safe, or copy them to a password manager.
seed_phrase_warning:
"귀하의 시드 복구 구문은 지갑의 열쇠입니다. 이 문구를 아는 사람은 누구나 귀하의 자금에 접근할 수 있습니다. 자세히 알아보려면 탭하세요.", // Your Seed Phrase is the key to your wallet. Anyone with this phrase can access your funds. Tap to learn more
copy: "복사", // Copy
hide: "숨기기", // Hide
show: "보여주기", // Show
screenshot_detected: "스크린샷이 감지되었습니다.", // Screenshot detected
screenshot_warning:
"시드 복구 구문의 스크린샷이나 기타 디지털 사본이 제3자에게 유출될 수 있습니다.", // Screenshots or other digital copies of your seed phrase could leak to a third party.
okay: "좋아요", // Okay
seed_phrase_importance: "내 시드 복구 구문는 얼마나 중요합니까?", // How important is my Seed Phrase?
seed_phrase_explanation:
"귀하의 시드 복구 구문를 아는 사람은 누구나 귀하의 자금에 접근할 수 있습니다. 귀하의 시드 복구 구문를 누구와도 공유하지 마십시오. MyDoge는 귀하의 시드 복구 구문를 저장하지 않습니다. 귀하의 장치가 손상되거나, 분실 또는 도난당하거나, 기타 접근이 불가능할 경우, 귀하의 시드 복구 구문가 귀하의 지갑을 복구할 수 있는 유일한 방법입니다.", // Anyone with your Seed Phrase can access your funds. Do not share your Seed Phrase with anyone. MyDoge does not save your Seed Phrase for you. Should your device be damaged, lost or stolen, or otherwise inaccessible, your Seed Phrase is the only way to recover your wallet.
send_receive_tips_x: "𝕏을(를) 통해 팁 보내기 및 받기", // Send and receive tips via 𝕏
read_mydogetip_faq: "MyDogeTip FAQ 읽기", // Read the MyDogeTip FAQ
connect_with_x: "𝕏와 연결", // Connect with 𝕏
start_receive_tips_twitch: "Twitch에서 팁 받기 시작", // Start receiving tips on Twitch
visit_mydogetv_twitch: "자세한 내용은 Twitch의 MyDogeTV를 방문하세요.", // Visit MyDogeTV on Twitch for more info
connect_with_twitch: "트위치와 연결", // Connect with Twitch
screen_not_exist: "이 화면은 존재하지 않습니다.", // This screen doesn't exist.
go_to_home_screen: "홈 화면으로 이동", // Go to Home Screen
gift_cards: "기프트 카드", // Gift Cards
backup_wallet: "새 지갑을 백업하세요", // Back up your new wallet
backup_required: "자금을 보호하려면 백업이 필요합니다", // A backup is required to secure your funds
why_backups_important: "백업이 중요한 이유는 무엇입니까?", // Why are backups important?
learn_about_backups: "백업에 대해 알아보려면 탭하세요.", // Tap to learn about backups
backup_to: "백업 위치", // Backup to
save_wallet_to_cloud: " 지갑을 클라우드에 저장하고 비밀번호로 보호하세요", // Save your wallet to the cloud and protect it with a password
write_on_paper: "종이에 쓰다", // Write on paper
write_down_seed_phrase:
"시드 복구 구문를 적어두거나 비밀번호 관리자에 저장하세요", // Write down your Seed Phrase or save it in a password manager
why_backups_important_description:
"자기 관리권은 MyDoge 팀을 포함하여 누구도 귀하의 자금에 접근할 수 없음을 의미합니다. 백업은 장치가 손상되거나 분실 또는 도난당하거나 지워진 경우 지갑을 복원할 수 있는 유일한 방법입니다.", // Self-custody means that nobody else can access your funds, not even the MyDoge team. A backup is the only way to restore your wallet if your device is damaged, lost or stolen, or erased.
choose_password: "비밀번호를 선택하세요", // Choose a password
use_memorable_password:
"기억할 수 있는 비밀번호를 사용해주세요. 비밀번호가 길수록 더 안전합니다.", // Please use a password you can remember. Longer passwords are more secure.
more_secure_password:
"기억할 수 있는 비밀번호를 사용해주세요. 비밀번호가 길수록 더 안전합니다.", // Please use a password you can remember. Longer passwords are more secure.
lose_password_lose_backup: "이 비밀번호를 분실하면 지갑 백업이 손실됩니다.", // If you lose this password you will lose your wallet backup.
password: "비밀번호", // Password
confirm_password: "비밀번호 확인", // Confirm Password
confirm_backup: "백업 확인", // Confirm Backup
overwrite_backup_title: "기존 백업을 덮어쓰시겠습니까?", // Overwrite existing backup?
existing_wallet_overwrite_prompt:
"이전에 클라우드에 백업된 기존 지갑이 있습니다. 덮어쓰시겠습니까?", // You have an existing wallet previously backed up to the cloud. Do you want to overwrite it?
overwrite_backup: "백업 덮어쓰기", // Overwrite backup
import_existing_wallet: "기존 지갑 가져오기", // Import existing wallet
unknown_cloud_error: "알 수 없는 클라우드 오류", // Unknown Cloud Error
unknown_cloud_error_body:
"클라우드에 백업하는 중에 알 수 없는 오류가 발생했습니다.", // There was an unknown error while backing up to the cloud.
try_again_or_notify_support:
"다시 시도하거나 MyDoge 지원팀에 알려주십시오.", // Please try again or notify MyDoge support.
enter_recovery_password: "복구 비밀번호를 입력하세요", // Enter Recovery Password
enter_cloud_password_description:
"클라우드에 시드 복구 구문를 저장하는 데 사용한 비밀번호를 입력하세요", // Enter the password you used to store your seed phrase on the cloud
import_wallet: "지갑 가져오기", // Import wallet
imported_wallet_title: "지갑을 가져왔습니다.", // You've imported your wallet
imported_wallet_success: "지갑을 성공적으로 가져왔습니다!", // You've successfully imported your wallet!
secure_new_wallet: "새 지갑을 안전하게 보호하세요", // Secure your new wallet
set_pin: "6자리 PIN 암호를 설정하세요", // Set a 6-digit PIN
reenter_pin: "6자리 PIN 암호를 다시 입력하세요.", // Re-enter 6-digit
pin_payment_note: "지불금을 보내려면 PIN 암호가 필요합니다.", // You'll need your PIN to send payments
use_biometric: "지문/얼굴 ID 사용", // Use Fingerprint/Face ID
ask_every_time: "앱을 열 때마다 묻습니다.", // Ask every time I open the app
create_pin: "PIN 암호를 생성", // Create PIN
confirm_pin: "PIN 암호 확인", // Confirm PIN
choose_dogeverse_username: "DogeTag 선택", // Choose a DogeTag
dogeverse_link: "귀하의 웹 링크는 다음과 같습니다.", // Your web link will be
continue: "계속하다", // Continue
dogeverse_entry_title: "당신은 타이틀을 입력했습니다", // You've entered the verse
dogeverse_entry_body: "이제 Dogeverse를 탐험할 준비가 되었습니다!", // You're now ready to explore the Dogeverse!
manual_backup_title: "시드 복구 구문를 적어보세요", // Write down Seed Phrase
save_words_order:
"이 단어들을 순서대로 저장하세요. 적어서 안전한 곳에 보관하거나 비밀번호 관리자에 복사하세요.", // Save these words, in order. Write them down and keep them somewhere safe, or copy them to a password manager.
seed_phrase_key:
"귀하의 시드 복구 구문는 지갑의 열쇠입니다. 이 문구를 아는 사람은 누구나 귀하의 자금에 접근할 수 있습니다. 자세히 알아보려면 탭하세요.", // Your Seed Phrase is the key to your wallet. Anyone with this phrase can access your funds. Tap to learn more
written_down: "적어놨어요", // I've written it down
screenshot_alert:
"귀하의 Seed Phrase의 스크린샷이나 기타 디지털 사본이 제3자에게 유출될 수 있습니다.", // Screenshots or other digital copies of your Seed Phrase could leak to a third party.
seed_phrase_access:
" 귀하의 시드 복구 구문를 아는 사람은 누구나 귀하의 자금에 접근할 수 있습니다. 귀하의 시드 복구 구문를 누구와도 공유하지 마십시오. MyDoge는 귀하의 시드 복구 구문를 저장하지 않습니다. 귀하의 장치가 손상되거나, 분실 또는 도난당하거나, 기타 접근이 불가능할 경우, 귀하의 시드 복구 구문가 귀하의 지갑을 복구할 수 있는 유일한 방법입니다.", // Anyone with your Seed Phrase can access your funds. Do not share your Seed Phrase with anyone. MyDoge does not save your Seed Phrase for you. Should your device be damaged, lost or stolen, or otherwise inaccessible, your Seed Phrase is the only way to recover your wallet.
icloud_backup: "아이클라우드 백업", // iCloud Backup
cloud_backup: "클라우드 백업", // Cloud Backup
dont_lose_wallet: "지갑을 잃지 마세요!", // Don't lose your wallet!
save_online_backup: "온라인 백업을 다음 위치에 저장하세요.", // Save an online backup to
icloud: "아이클라우드", // iCloud
google_drive: "구글 드라이브", // Google Drive
do_this_later: "나중에 하기", // I'll do this later
confirm_seed_phrase: "시드 복구 구문 확인", // Confirm seed phrase
select_correct_word: "아래 목록에서 각 위치에 맞는 단어를 선택하세요.", // Please select the correct word in each position from the list below.
enter_seed_phrase: "시드 복구 구문 입력", // Enter Seed Phrase
enter_seed_phrase_instructions:
"기존 지갑을 복원하려면 12단어 시드 복구 구문를 입력하세요.", // Enter your 12 word Seed Phrase to restore your existing wallet
paste: "붙여넣기", // Paste
restore_wallet: "지갑 복원", // Restore Wallet
wallet_imported: "지갑을 추가했어요!", // Wallet imported!
wallet_imported_body: "지갑을 사용할 준비가 되었습니다.", // Your wallet is ready to use.
restore_existing_wallet: "기존 지갑을 복원하세요", // Restore your existing wallet
restore_existing_wallet_instructions:
" 그럼 지갑은 이미 갖고 계시나요? 그럼 다시 가져오기!", // So you've got a wallet already? Let's bring it back up then!
restore_from: "다음에서 복원", // Restore from
restore_from_cloud_description: "귀하의 지갑을 복원하십시오.", // Restore your wallet from your
restore_with_seed_phrase: "시드 복구 구문로 복원", // Restore with a seed phrase
restore_with_seed_phrase_description:
"시드 복구 구문를 사용하여 기존 MyDoge 지갑을 복원하세요.", // Use your seed phrase to Restore an existing MyDoge wallet
no_cloud_backup: "클라우드 백업 없음", // No Cloud Backup
no_cloud_backup_body:
"클라우드 백업을 찾을 수 없습니다. 시드 복구 구문에서 복원하거나 새 지갑을 생성하세요", // Cloud backup not found. Please restore from a seed phrase, or create a new wallet
create_wallet: "지갑 만들기", // Create a wallet
already_have_wallet: " 나에겐 이미 지갑이 있어요.", // I already have a wallet
buy_send_receive_dogecoin: "Dogecoin 구매, 보내기, 받기", // Buy, Send & Receive Dogecoin
send_doge_tips:
"𝕏에서 Doge 팁을 보내고 Doge를 안전하게 보관하고 나만의 은행이 되세요", // Send Doge tips on 𝕏, store your Doge safely, and be your own bank
shop_gift_cards_apparel: "기프트 카드 및 의류 쇼핑", // Shop Gift Cards and Apparel
buy_gift_cards:
"Dogecoin으로 기프트 카드를 구매하거나 최신 Doge Fashion을 쇼핑하세요.", // Buy gift cards with Dogecoin, or shop the latest Doge Fashion
enter_the_dogeverse: "Dogeverse에 들어가세요", // Enter the Dogeverse
claim_dogtag:
"DogeTag를 요청하고, 친구를 찾고, 링크로 결제를 받고, 밈을 공유하세요", // Claim Your DogeTag, find friends, receive payments with your link, and share memes
so_much_tip: "팁, Doge WoW!", // So Tip, Much Wow!
success: "성공", // Success
sent_doge: "Doge 보내기", // You've sent
some_doge: "작은 Doge 팁!", // some Doge!
total: "총", // Total
done: "완료", // Done
shop_with_doge: "Doge와 함께 쇼핑하세요", // Shop with Doge
oops: "이런!", // Oops!
no_comments_yet: "아직 댓글이 없습니다", // No comments yet
to_post_a_comment: "댓글을 게시하려면", // to post a comment
your_comment: "귀하의 의견", // Your comment
post: "Post", // Post
delete: "삭제", // Delete
enable_push_notifications: "푸시 알림을 활성화하시겠습니까?", // Enable Push Notifications?
get_notifications_for_tips: "팁과 메시지에 대한 알림 받기", // Get notifications for Tips and Messages
no_thanks: "아니요, 괜찮아요.", // No thanks
open_settings: "설정 열기", // Open Settings
swipe_for_more: "더 많은 내용을 보려면 위로 스와이프하세요.", // Swipe up for more
transaction_confirmation_alert:
"확인하기 전에 항상 누구에게 보내는지 다시 확인하세요. 절대 거래소 출금 주소로 보내지 마세요. Dogecoin 거래는 되돌릴 수 없습니다!", // Always double check who you are sending to before confirming. Never send to an exchange withdrawal address. Dogecoin transactions can not be reversed!
clear_amount: "금액 초기화", // Clear Amount
set_amount: "금액 설정", // Set Amount
save_qr: "QR 저장", // Save QR
WALLET_ADDRESS: "지갑 주소", // WALLET ADDRESS
dogetag_link: "도지태그 링크", // DOGETAG LINK
no_access_camera: "카메라에 접근할 수 없습니다.", // No access to camera
enable_camera_access_ios: "MyDoge에 대한 카메라 액세스 활성화", // Enable camera access for MyDoge
grant_camera_permission_android: "MyDoge에 카메라 권한을 부여해주세요", // Please grant camera permission to MyDoge
scan_qr_payment: "결제하려면 QR 코드를 스캔하세요.", // Scan QR code to make a payment
select_image: "이미지 선택", // Select Image
find_friends_heading: "MyDoge에서 친구 찾기", // Find Friends on MyDoge
find_friends_description:
"연락처 액세스를 허용하고 MyDoge에서 친구와 연락처를 쉽게 찾을 수 있도록 하세요.", // Allow contact access and make it easy to find friends and contacts on MyDoge.
find_friends_button: "친구를 찾아", // Find Friends
later_button: "나중에 할게", // I'll do this later
own_address_error: "자신의 주소로 보낼 수 없습니다.", // You cannot send to your own address
invalid_address_error: "잘못된 주소", // Invalid address
results_title: "결과", // Results
all: "모두", // All
pending: "보류 중", // Pending
enter_pin: "PIN 암호 입력", // Enter PIN
enter_pin_to_confirm: "확인하려면 월렛 PIN 암호를 입력하세요.", // Enter your Wallet Pin to confirm
welcome_back: "돌아온 것을 환영합니다", // Welcome back
enter_wallet_pin: "월렛 PIN 암호를 입력하세요.", // Enter your Wallet PIN
forgot_pin: "PIN 암호를 잊어버렸습니다", // Forgot PIN
forgot_pin_title: "PIN 암호를 잊어버렸습니다", // Forgot PIN
forgot_pin_body: "생체 인식을 사용하여 지갑을 잠금 해제하시겠습니까?", // Do you want to use biometrics to unlock your wallet?
share: "공유하다", // Share
address_copied_to_clipboard: "주소가 클립보드에 복사되었습니다.", // Address copied to clipboard
follows_you: "나를 팔로우합니다.", // Follows You
official_mydoge_profile: "공식 MyDoge 프로필", // Official MyDoge Profile
official_mydoge_commerce_profile: "공식 MyDoge 상업 프로필", // Official MyDoge Commerce Profile
official_foundation_profile: "공식 재단 프로필", // Official Foundation Profile
follow_back: "맞팔로우 하기", // Follow Back
follow: "팔로우", // Follow
tip: "팁", // Tip
share_profile: "프로필 공유", // Share Profile
unfollow: "언팔로우", // Unfollow
unblock: "차단 해제", // Unblock
block_or_report: "차단 또는 신고", // Block or Report
copy_profile_url: "프로필 URL 복사", // Copy Profile URL
memes_error:
"밈을 로드하는 중에 오류가 발생했습니다. 돌아가서 다시 시도해 주세요.", // Error loading memes. Please go back and try again.
user_profile_hidden: "사용자 프로필이 숨겨져 있습니다.", // User profile is hidden
error_loading_profile:
"프로필을 로드하는 중에 오류가 발생했습니다. 돌아가서 다시 시도해 주세요.", // Error loading profile. Please go back and try again.
uid_not_specified: "오류: uid가 지정되지 않았습니다. 지원팀에 알려주세요.", // Error: uid not specified. Please notify support.
block_or_report_description:
"MyDoge는 당사 지침에 반하는 모든 활동에 대해 보고된 모든 프로필을 검토합니다. 프로필을 차단하여 해당 게시물을 더 이상 볼 수도 없습니다.", // MyDoge will review all reported profiles for any activity against our guidelines. You can also block the profile to stop seeing their posts.
nevermind: "괜찮아요", // Nevermind
report: "보고서", // Report
block: "차단하다", // Block
unblock_user: "사용자 차단을 해제하시겠습니까?", // Unblock User?
unblock_user_description:
"이렇게 하면 해당 사용자의 차단이 해제되고 해당 사용자의 게시물을 계속 볼 수 있습니다.", // This will unblock the user and you will continue to see their posts.
you_have_no_posts_yet: "아직 게시물이 없습니다.", // You have no posts yet
no_posts_yet: "아직 게시물이 없습니다", // No posts yet
amount: "양", // Amount
custom: "커스텀", // Custom
add_a_message: "메시지 추가", // Add a message
find_friends: "친구를 찾기", // Find friends
cancel: "취소", // Cancel
i_understand_continue: "이해합니다. 계속하세요.", // I understand, continue
hey_are_you_sure: "여기요! 확실한가요?", // Hey! Are you sure?
delete_backup_confirmation:
"이 백업을 삭제하면 클라우드 백업이 손실되며 이 작업은 취소할 수 없습니다.", // Once you delete this backup, you lose your cloud backup, this action cannot be undone
all_transactions: "모든 거래 내역", // All Transactions
pending_transactions: "보류중인 거래", // Pending Transactions
view_on: "보기", // View on
invoice_id_copied: "송장 번호가 복사되었습니다.", // Invoice ID copied
gift_card: "기프트 카드", // Gift Card
invoice_id: "송장 번호", // Invoice ID
support: "지원하다", // Support
phone_number: "전화 번호", // Phone number
whatsapp_verification_notice:
"WhatsApp을 통해 인증 코드가 휴대폰으로 전송됩니다.", // A verification code will be sent to your phone via WhatsApp
via_whatsapp: "WhatsApp을 통해", // via WhatsApp
you_may_not_have_backed_up_your_wallet:
"클라우드에 기존 백업이 있지만 현재 지갑을 백업하지 않았을 수 있습니다.", // You have an existing backup on the cloud, but you may not have backed up your current wallet.
signed_in_as: "로그인되었습니다", // Signed in as
sign_in_to_restore_backup: "백업을 복원하려면 로그인하세요", // Sign in to restore backup
sign_in_with_google: "Google로 로그인", // Sign in with Google
sign_in_to_backup: "백업하려면 로그인하세요", // Sign in to backup,
delete_meme: "밈을 삭제하시겠습니까?", // Delete meme?
delete_meme_confirmation:
"이렇게 하면 프로필과 Dogeverse에서 밈이 제거됩니다.", // This will remove the meme from your profile and the Dogeverse.
meme_saved_to_gallery: "밈이 갤러리에 저장되었습니다!", // Meme saved to gallery!
error_saving_meme: "밈 저장 중 오류가 발생했습니다.", // Error saving meme.
report_or_block: "신고 또는 차단하시겠습니까?", // Report or Block?
report_block_description:
"MyDoge는 당사 지침에 반하는 모든 활동에 대해 보고된 모든 밈을 검토합니다. 프로필을 차단하여 해당 게시물을 더 이상 볼 수도 없습니다.", // MyDoge will review all reported memes for any activity against our guidelines. You can also block the profile to stop seeing their posts.
report_or_block_user: "신고 또는 차단하시겠습니까?", // Report or Block?
are_you_sure_you_want_to_cancel_this_tip: "이 팁을 취소하시겠습니까?", // Are you sure you want to cancel this tip?
yes_cancel: "네, 취소합니다", // Yes, cancel
allow_photos_access: "사진 접근을 허용하시겠습니까?", // Allow Photos Access?
enable_photo_access_in_order_to_post_memes:
"밈을 게시하려면 사진 접근을 활성화하세요.", // Enable photo access in order to post memes.
cannot_upload_a_video_longer_than_60_seconds:
"60초보다 긴 동영상은 업로드할 수 없습니다", // Cannot upload a video longer than 60 seconds
sign_in_to_post_memes: "밈을 게시하려면 로그인하세요", // Sign in to post memes
hidden_profiles_cannot_post: "숨겨진 프로필은 게시할 수 없습니다", // Hidden profiles cannot post
error_posting_meme: "밈 게시 중 오류가 발생했습니다", // Error posting meme
unsupported_file: "지원되지 않는 파일", // Unsupported file
unsupported_media_type: "지원되지 않는 미디어 유형", // Unsupported media type
no_security_enabled: "보안이 활성화되지 않음", // No Security Enabled
passcode_touch_id_face_id_required_to_use_your_wallet:
"지갑을 사용하려면 암호/Touch ID/Face ID가 필요합니다. 활성화 방법을 보시겠습니까?", // Passcode/Touch ID/Face ID is required to use your wallet. Do you want to see how to enable it?
yes_show_me_how: "네, 방법을 보여주세요", // Yes, show me how
the_meme_will_no_longer_be_posted: "밈이 더 이상 게시되지 않습니다", // The meme will no longer be posted
retry_post: "게시를 다시 시도하시겠습니까?", // Retry post?
retry_post_confirmation: "밈이 다시 게시됩니다", // The meme will be posted again
pins_dont_match_please_retry: "PIN이 일치하지 않습니다. 다시 시도해 주세요", // Pins don't match. Please retry
invalid_phrase: "유효하지 않은 구문", // Invalid phrase
WARNING: "경고", // WARNING
username_must_be_at_least_4_characters:
"사용자 이름은 최소 4자 이상이어야 합니다", // Usernames must be at least 4 characters
username_must_contain_only_a_z_0_9_and_underscore:
"사용자 이름은 A-Z, 0-9 및 _만 포함해야 합니다", // Usernames must contain only A-Z, 0-9, and _
username_not_available: "사용할 수 없는 사용자 이름입니다", // Username not available
username_available: "사용 가능한 사용자 이름입니다", // Username available
error_try_again_or_contact_support:
"오류가 발생했습니다. 다시 시도하거나 지원팀에 문의하세요.", // Error. Try again or contact support.
enable_photo_access_in_order_to_change_your_avatar:
"아바타를 변경하려면 사진 접근을 활성화하세요.", // Enable photo access in order to change your avatar.
invalid_seed_phrase_word: "유효하지 않은 시드 구문 단어", // Invalid seed phrase word
is_not_a_mydoge_seed_phrase_word: "는 MyDoge 시드 구문 단어가 아닙니다", // is not a MyDoge seed phrase word
wallet_not_found: "지갑을 찾을 수 없습니다!", // Wallet Not Found!
non_standard_words:
"하나 이상의 비표준 단어를 입력했습니다! 이는 호환성 문제가 있을 수 있는 지갑을 가져옵니다. 이것이 귀하의 구문이라고 확신하는 경우에만 진행하세요.", // You have entered one or more non-standard words! This will import a wallet which may have compatibilty issues. Only proceed if you are sure this is your phrase.
warning: "경고", // Warning
import: "가져오기", // Import
iCloud_Drive_not_enabled: "iCloud Drive가 활성화되지 않았습니다", // iCloud Drive not enabled
do_you_want_to_see_how_to_enable_it: "활성화 방법을 보시겠습니까?", // Do you want to see how to enable it?
backup_deleted: "백업이 삭제되었습니다", // Backup deleted
error_deleting_backup: "백업 삭제 중 오류가 발생했습니다", // Error deleting backup
ban_user: "사용자 차단", // Ban user
ban_user_confirmation: "이 사용자를 차단하시겠습니까?", // Are you sure you want to ban this user?
ban: "차단", // Ban
x_account_linked_to_another_user:
"𝕏 계정이 다른 사용자에게 연결되어 있습니다. 링크를 해제하려면 다른 전화 번호를 사용하여 로그인하고 이 화면으로 돌아와 주세요", // 𝕏 account linked to another user. To unlink, please log in using the other phone number and return to this screen
unexpected_error_contact_support:
"예상치 못한 오류가 발생했습니다. 지원팀에 문의하세요", // Unexpected error, contact support
not_a_valid_dogecoin_address: "유효한 도지코인 주소가 아닙니다", // Not a valid Dogecoin address
balance_too_low_deposit_more_doge:
"잔액이 부족합니다. 더 많은 DOGE를 입금하세요.", // Balance too low. Deposit more DOGE.
error_preparing_transaction: "거래 준비 중 오류가 발생했습니다", // Error preparing transaction
error_sending_transaction: "거래 전송 중 오류가 발생했습니다", // Error sending transaction
max_transaction_size_allowed_for: "허용된 최대 거래 크기", // Max transaction size allowed for
qr_code_saved_to_gallery: "QR 코드가 갤러리에 저장되었습니다", // QR code saved to gallery
error_saving_qr_code: "QR 코드 저장 중 오류가 발생했습니다", // Error saving QR code
cannot_send_to_your_own_address: "자신의 주소로 보낼 수 없습니다", // Cannot send to your own address
unsupported_format_or_not_a_doge_address:
"지원되지 않는 형식이거나 DOGE 주소가 아닙니다", // Unsupported format or not a DOGE address
qr_not_found_in_file: "파일에서 QR을 찾을 수 없습니다", // QR not found in file
unknown_file_error: "알 수 없는 파일 오류", // Unknown file error
invalid_address: "유효하지 않은 주소", // Invalid address
error_preparing_transaction_try_again:
"거래 준비 중 오류가 발생했습니다. 다시 시도해 주세요.", // Error preparing transaction. Please try again.
error_processing_transaction_please_try_again:
"거래 처리 중 오류가 발생했습니다. 다시 시도해 주세요.", // Error processing transaction. Please try again.
minimum_tip_amount_is: "최소 팁 금액은", // Minimum tip amount is
backup_failed: "백업 실패", // Backup failed
backup_successful: "백업 성공", // Backup successful
copied_to_clipboard: "클립보드에 복사되었습니다", // Copied to clipboard
seed_phrase_correct: "시드 구문이 올바릅니다", // Seed phrase correct
incorrect_phrase: "잘못된 구문", // Incorrect phrase
incorrect_pin: "잘못된 PIN", // Incorrect PIN
pin_updated: "PIN이 업데이트되었습니다", // PIN updated
wallet_unlocked_you_may_enter_your_new_pin:
"지갑이 잠금 해제되었습니다. 새 PIN을 입력할 수 있습니다", // Wallet unlocked. You may enter your new PIN
label_cannot_be_empty: "라벨은 비워둘 수 없습니다", // Label cannot be empty
address_saved: "주소가 저장되었습니다", // Address saved
label_already_exists: "라벨이 이미 존재합니다", // Label already exists
too_many_requests_please_try_again_later:
"너무 많은 요청이 있습니다. 나중에 다시 시도해 주세요.", // Too many requests. Please try again later.
invalid_code: "잘못된 코드.", // Invalid code.
unsupported_country: "지원되지 않는 국가", // Unsupported country
invalid_phone_number:
"유효하지 않은 전화 번호.\n\"+<국가 코드><전화 번호>\" 형식을 사용하세요.\nVOIP 또는 고정 전화 번호는 사용할 수 없습니다.", // Invalid phone number. Use the format \"+<Country code><Phone number>\" Cannot use VOIP or landline numbers.
invalid_phone_number_error:
"유효하지 않은 전화 번호. 형식 \"+<국가 코드><전화 번호>\"을 사용하고 VOIP 또는 고정 전화 번호가 아닌지 확인하세요.", // Invalid phone number. Please use the format \"+<Country code><Phone number>\" and make sure it is not a VOIP or landline number.
amount_mismatch: "금액이 일치하지 않습니다. 다시 시도해 주세요.", // Amount mismatch. Please try again.
amount_mismatch_warning:
"금액 불일치는 지출 가능한 거래가 제한되어 있을 가능성이 높습니다. 다른 거래를 보내기 전에 이 거래가 확인될 때까지 기다리세요.", // Amount mismatch is likely due to limited spendable transactions. Wait for this transaction to confirm before sending another.
inscription_id: "인스크립션 ID", // Inscription ID
address: "주소", // Address
output_value: "출력 값", // Output Value
preview: "미리보기", // Preview
content: "콘텐츠", // Content
content_type: "콘텐츠 유형", // Content Type
genesis_transaction: "제네시스 거래", // Genesis Transaction
nft_details: "NFT 세부 정보", // NFT Details
transfer: "전송", // Transfer
transactions: "거래", // Transactions
nfts: "NFTs", // NFTs
confirm_nft_transfer: "NFT 전송 확인", // Confirm NFT Transfer
confirm_transfer: "전송 확인", // Confirm Transfer
creating_transaction: "거래 생성 중...", // Creating transaction...
error_creating_transaction: "거래 생성 중 오류가 발생했습니다", // Error creating transaction
youve_sent: "보냈습니다", // You've sent
nft_sent: "NFT 전송됨", // NFT sent
transfer_nft: "NFT 전송", // Transfer NFT
transaction_history: "거래 기록", // Transaction History
view_all: "모두 보기", // View All
posts: "게시물", // Posts
no_nfts_found: "NFT를 찾을 수 없습니다", // No NFTs found
tokens: "토큰", // Tokens
transferable: "전송 가능", // Transferable
token_details: "토큰 세부 정보", // Token Details
inscribe: "인스크립션", // Inscribe
floor_price: "바닥 가격", // Floor Price
twenty_four_hour_volume: "24시간 거래량", // 24H Volume
twenty_four_hour_change: "24시간 변경", // 24H Change
volume: "총 볼륨", // Total Volume
holders: "보유자", // Holders
sales: "판매", // Sales
minted: "민트됨", // Minted
supply: "공급", // Supply
inscribe_for_transfer: "전송을 위한 인스크립션", // Inscribe for Transfer
inscribe_for_transfer_description_1: "전송의 첫 번째 단계를 시작합니다", // Initiates the first step of transferring your
inscribe_for_transfer_description_2:
"이 단계는 인스크립션된 토큰 양을 전송 가능하게 만듭니다.", // This step makes the inscribed amount of tokens available for transfer.
last_price: "최종 가격", // Last Price
info: "정보", // Info
retry: "다시 시도", // Retry
select: "선택", // Select
inscription: "인스크립션", // Inscription
error_fetching_user_details:
"사용자 세부 정보 가져오기 중 오류가 발생했습니다", // Error fetching user details
transfer_token: "토큰 전송", // Transfer Token
no_inscriptions_found: "인스크립션을 찾을 수 없습니다", // No inscriptions found
dune_sent: "DUNE 전송됨", // DUNE sent
},
};