[tx-robot] updated from transifex

master
Nextcloud bot 2018-01-04 01:28:45 +00:00
parent cce51ecee2
commit 48da38addc
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 46 additions and 0 deletions

24
l10n/ko.js 100644
View File

@ -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;");

22
l10n/ko.json 100644
View File

@ -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;"
}