[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>master
parent
8be4c4b583
commit
78a41e85fc
|
@ -15,6 +15,7 @@ OC.L10N.register(
|
||||||
"Failed to get city weather informations. Please contact your administrator" : "도시 날씨 정보를 가져올 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to get city weather informations. Please contact your administrator" : "도시 날씨 정보를 가져올 수 없습니다. 관리자에게 문의하십시오",
|
||||||
"No city with this name found." : "해당하는 이름의 도시가 없습니다.",
|
"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 키를 입력하십시오.",
|
"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" : "도시를 추가할 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to add city. Please contact your administrator" : "도시를 추가할 수 없습니다. 관리자에게 문의하십시오",
|
||||||
"This city is already registered for your account." : "이 도시가 이미 계정에 등록되어 있습니다.",
|
"This city is already registered for your account." : "이 도시가 이미 계정에 등록되어 있습니다.",
|
||||||
"Failed to remove city. Please contact your administrator" : "도시를 삭제할 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to remove city. Please contact your administrator" : "도시를 삭제할 수 없습니다. 관리자에게 문의하십시오",
|
||||||
|
@ -48,6 +49,7 @@ OC.L10N.register(
|
||||||
"Wind" : "바람",
|
"Wind" : "바람",
|
||||||
"Sunrise" : "일출",
|
"Sunrise" : "일출",
|
||||||
"Sunset" : "일몰",
|
"Sunset" : "일몰",
|
||||||
"Date" : "날짜"
|
"Date" : "날짜",
|
||||||
|
"Perceptible Temperature" : "감지 가능한 온도"
|
||||||
},
|
},
|
||||||
"nplurals=1; plural=0;");
|
"nplurals=1; plural=0;");
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"Failed to get city weather informations. Please contact your administrator" : "도시 날씨 정보를 가져올 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to get city weather informations. Please contact your administrator" : "도시 날씨 정보를 가져올 수 없습니다. 관리자에게 문의하십시오",
|
||||||
"No city with this name found." : "해당하는 이름의 도시가 없습니다.",
|
"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 키를 입력하십시오.",
|
"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" : "도시를 추가할 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to add city. Please contact your administrator" : "도시를 추가할 수 없습니다. 관리자에게 문의하십시오",
|
||||||
"This city is already registered for your account." : "이 도시가 이미 계정에 등록되어 있습니다.",
|
"This city is already registered for your account." : "이 도시가 이미 계정에 등록되어 있습니다.",
|
||||||
"Failed to remove city. Please contact your administrator" : "도시를 삭제할 수 없습니다. 관리자에게 문의하십시오",
|
"Failed to remove city. Please contact your administrator" : "도시를 삭제할 수 없습니다. 관리자에게 문의하십시오",
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
"Wind" : "바람",
|
"Wind" : "바람",
|
||||||
"Sunrise" : "일출",
|
"Sunrise" : "일출",
|
||||||
"Sunset" : "일몰",
|
"Sunset" : "일몰",
|
||||||
"Date" : "날짜"
|
"Date" : "날짜",
|
||||||
|
"Perceptible Temperature" : "감지 가능한 온도"
|
||||||
},"pluralForm" :"nplurals=1; plural=0;"
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
}
|
}
|
Loading…
Reference in New Issue