[tx-robot] updated from transifex
parent
cce51ecee2
commit
48da38addc
|
@ -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;");
|
|
@ -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;"
|
||||||
|
}
|
Loading…
Reference in New Issue