Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bccf96efa21ae874a162cd18b4db622d51840ca0 (plain)
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
OC.L10N.register(
    "weather",
    {
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "치명적 오류: nextcloud.log 파일을 확인하고 다음으로 버그를 보고해 주십시오: https://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "측정을 설정할 수 없습니다. 관리자에게 문의하십시오",
    "This metric is not known." : "측정이 알려져 있지 않습니다.",
    "North" : "북",
    "North-East" : "북동",
    "East" : "동",
    "South-East" : "남동",
    "South" : "남",
    "South-West" : "남서",
    "West" : "서",
    "North-West" : "북서",
    "Failed to get city weather informations. Please contact your administrator" : "도시 날씨 정보를 가져올 수 없습니다. 관리자에게 문의하십시오",
    "No city with this name found." : "해당하는 이름의 도시가 없습니다.",
    "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap API 키가 잘못되었습니다. 관리자에게 연락하여 설정 항목의 추가 설정에 올바른 API 키를 입력하십시오.",
    "Empty city name!" : "도시 이름이 비어 있습니다!",
    "Failed to add city. Please contact your administrator" : "도시를 추가할 수 없습니다. 관리자에게 문의하십시오",
    "This city is already registered for your account." : "이 도시가 이미 계정에 등록되어 있습니다.",
    "Failed to remove city. Please contact your administrator" : "도시를 삭제할 수 없습니다. 관리자에게 문의하십시오",
    "Failed to set home. Please contact your administrator" : "홈 도시를 설정할 수 없습니다. 관리자에게 문의하십시오",
    "Monday" : "월요일",
    "Tuesday" : "화요일",
    "Wednesday" : "수요일",
    "Thursday" : "목요일",
    "Friday" : "금요일",
    "Saturday" : "토요일",
    "Sunday" : "일요일",
    "Weather" : "날씨",
    "Watch the weather directly on your Nextcloud." : "Nextcloud에서 날씨를 바로 볼 수 있습니다.",
    "OpenWeatherMap API Key" : "OpenWeatherMap API 키",
    "Save" : "저장",
    "Add a city" : "도시 추가",
    "Add city" : "도시 추가",
    "City name" : "도시 이름",
    "Add" : "추가",
    "Cancel" : "취소",
    "Settings" : "설정",
    "Metric" : "측정",
    "Click here to get an API key" : "API 키를 얻으려면 누르십시오",
    "Current Temperature" : "현재 온도",
    "Feelslike Temperature" : "체감 온도",
    "Minimum Temperature" : "최저 기온",
    "Maximum Temperature" : "최고 기온",
    "Pressure" : "기압",
    "Humidity" : "습도",
    "Cloudiness" : "구름 낌",
    "Wind" : "바람",
    "Sunrise" : "일출",
    "Sunset" : "일몰",
    "Date" : "날짜",
    "Perceptible Temperature" : "감지 가능한 온도"
},
"nplurals=1; plural=0;");