diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..8a3f300 --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "weather", + { + "Weather" : "날씨", + "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 키를 얻으려면 누르십시오", + "Pressure" : "기압", + "Humidity" : "습도", + "Cloudiness" : "구름 낌", + "Wind" : "바람", + "Sunrise" : "일출", + "Sunset" : "일몰", + "Hour" : "시간", + "Temperature" : "기온" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..5fcfde4 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,22 @@ +{ "translations": { + "Weather" : "날씨", + "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 키를 얻으려면 누르십시오", + "Pressure" : "기압", + "Humidity" : "습도", + "Cloudiness" : "구름 낌", + "Wind" : "바람", + "Sunrise" : "일출", + "Sunset" : "일몰", + "Hour" : "시간", + "Temperature" : "기온" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file