Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/platform/android/java/lib/res/values-ko/strings.xml
10285 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
<string name="text_paused_cellular">모바일 네트워크를 사용하여 다운로드 하시겠습니까? 남은 데이터 사용량에 따라, 요금이 부과될 수 있습니다.</string>
4
<string name="text_paused_cellular_2">모바일 네트워크를 사용하여 다운로드 하지 않을 경우, 와이파이 연결이 가능할 때 자동적으로 다운로드가 이루어집니다.</string>
5
<string name="text_button_resume_cellular">다운로드 계속하기</string>
6
<string name="text_button_wifi_settings">와이파이 설정</string>
7
<string name="text_verifying_download">다운로드 확인중</string>
8
<string name="text_validation_complete">추가 파일 확인이 완료되었습니다. 확인을 눌러 진행하세요.</string>
9
<string name="text_validation_failed">추가 파일 확인에 실패하였습니다.</string>
10
<string name="text_button_pause">다운로드 일시정지</string>
11
<string name="text_button_resume">다운로드 계속하기</string>
12
<string name="text_button_cancel">취소</string>
13
<string name="text_button_cancel_verify">파일 확인 취소</string>
14
15
<!-- APK Expansion Strings -->
16
17
<!-- When a download completes, a notification is displayed, and this
18
string is used to indicate that the download successfully completed.
19
Note that such a download could have been initiated by a variety of
20
applications, including (but not limited to) the browser, an email
21
application, a content marketplace. -->
22
<string name="notification_download_complete">다운로드 완료</string>
23
24
<!-- When a download completes, a notification is displayed, and this
25
string is used to indicate that the download failed.
26
Note that such a download could have been initiated by a variety of
27
applications, including (but not limited to) the browser, an email
28
application, a content marketplace. -->
29
<string name="notification_download_failed">다운로드 실패</string>
30
31
32
<string name="state_unknown">시작중…</string>
33
<string name="state_idle">다운로드 시작을 기다리는 중</string>
34
<string name="state_fetching_url">다운로드할 항목을 찾는 중</string>
35
<string name="state_connecting">다운로드 서버에 연결 중</string>
36
<string name="state_downloading">다운로드 중</string>
37
<string name="state_completed">다운로드 종료</string>
38
<string name="state_paused_network_unavailable">와이파이를 찾을 수 없어 다운로드가 일시정지 되었습니다.</string>
39
<string name="state_paused_network_setup_failure">다운로드가 일시정지 되었습니다. 네트워크 연결 상태를 확인하세요.</string>
40
<string name="state_paused_by_request">다운로드 일시정지</string>
41
<string name="state_paused_wifi_unavailable">와이파이가 사용하능하지 않아 다운로드가 일시정지 되었습니다.</string>
42
<string name="state_paused_wifi_disabled">와이파이가 비활성화 되어 다운로드가 일시정지 되었습니다.</string>
43
<string name="state_paused_roaming">로밍 상태이어서 다운로드가 일시정지 되었습니다.</string>
44
<string name="state_paused_sdcard_unavailable">외부 저장소를 사용할 수 없어 다운로드가 일시정지 되었습니다.</string>
45
<string name="state_failed_unlicensed">이 앱을 구매하지 않아 다운로드가 정지 되었습니다.</string>
46
<string name="state_failed_fetching_url">다운로드 항목을 찾을 수 없어 다운로드가 정지 되었습니다.</string>
47
<string name="state_failed_sdcard_full">외부 저장소가 가득차서 다운로드가 실패하였습니다.</string>
48
<string name="state_failed_cancelled">다운로드 취소</string>
49
<string name="state_failed">다운로드 실패</string>
50
51
<string name="kilobytes_per_second">%1$s KB/s</string>
52
<string name="time_remaining">남은 시간: %1$s</string>
53
<string name="time_remaining_notification">%1$s 남음</string>
54
</resources>
55
56