diff --git a/l10n/ko.js b/l10n/ko.js index 2483b4a..e3a0817 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -2,6 +2,32 @@ OC.L10N.register( "weather", { "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" : "일요일", "Watch the weather directly on your Nextcloud." : "Nextcloud에서 날씨를 바로 볼 수 있습니다.", "OpenWeatherMap API Key" : "OpenWeatherMap API 키", "Save" : "저장", @@ -11,7 +37,7 @@ OC.L10N.register( "Add" : "추가", "Cancel" : "취소", "Settings" : "설정", - "Metric" : "미터법", + "Metric" : "측정", "Click here to get an API key" : "API 키를 얻으려면 누르십시오", "Pressure" : "기압", "Humidity" : "습도", @@ -19,6 +45,7 @@ OC.L10N.register( "Wind" : "바람", "Sunrise" : "일출", "Sunset" : "일몰", + "Date" : "날짜", "Temperature" : "기온" }, "nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json index c34ec86..7e137d1 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,5 +1,31 @@ { "translations": { "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" : "일요일", "Watch the weather directly on your Nextcloud." : "Nextcloud에서 날씨를 바로 볼 수 있습니다.", "OpenWeatherMap API Key" : "OpenWeatherMap API 키", "Save" : "저장", @@ -9,7 +35,7 @@ "Add" : "추가", "Cancel" : "취소", "Settings" : "설정", - "Metric" : "미터법", + "Metric" : "측정", "Click here to get an API key" : "API 키를 얻으려면 누르십시오", "Pressure" : "기압", "Humidity" : "습도", @@ -17,6 +43,7 @@ "Wind" : "바람", "Sunrise" : "일출", "Sunset" : "일몰", + "Date" : "날짜", "Temperature" : "기온" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file