diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:02 +0000 |
commit | a81408a8e180063811a1ea03af33ac2db44f2a47 (patch) | |
tree | 71e4cccdbc799cc9856688caccb18180f9fb9ad7 /apps/dashboard/l10n | |
parent | 1c074e76028b65c4158097a35254fbf7ebe8749c (diff) | |
download | nextcloud-server-a81408a8e180063811a1ea03af33ac2db44f2a47.tar.gz nextcloud-server-a81408a8e180063811a1ea03af33ac2db44f2a47.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n')
-rw-r--r-- | apps/dashboard/l10n/ko.js | 33 | ||||
-rw-r--r-- | apps/dashboard/l10n/ko.json | 31 |
2 files changed, 64 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/ko.js b/apps/dashboard/l10n/ko.js new file mode 100644 index 00000000000..db7eb22eae0 --- /dev/null +++ b/apps/dashboard/l10n/ko.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "대시보드", + "Dashboard app" : "대시보드 앱", + "Customize" : "사용자 지정", + "Edit widgets" : "위젯 편집", + "Get more widgets from the app store" : "앱 스토어로부터 더 많은 위젯 가져오기", + "Change background image" : "배경 이미지 변경", + "Weather service" : "날씨 서비스", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "개인정보 보호를 위해 사용자를 대신해 Nextcloud 서버에서 요청하므로 개인정보를 수신하지 않습니다.", + "Weather data from Met.no" : "Met.no의 날씨 데이터", + "geocoding with Nominatim" : "Nominatim으로 지오 코딩", + "elevation data from OpenTopoData" : "OpenTopoData의 고도 데이터", + "Weather" : "날씨", + "Status" : "상태", + "Good morning" : "좋은 아침입니다.", + "Good morning, {name}" : "{name} 님, 좋은 아침입니다.", + "Good afternoon" : "안녕하세요", + "Good afternoon, {name}" : "{name} 님, 안녕하세요", + "Good evening" : "안녕하세요", + "Good evening, {name}" : "{name} 님, 안녕하세요", + "Hello" : "안녕하세요", + "Hello, {name}" : "{name} 님, 안녕하세요", + "Pick from Files" : "파일로부터 선택", + "Default images" : "기본 이미지", + "Plain background" : "일반 배경", + "Insert from {productName}" : "{productName}로부터 삽입", + "Good night, {name}" : "{name} 님, 안녕히 주무세요", + "Good night" : "안녕히 주무세요", + "Pick from files" : "파일로부터 선택" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/ko.json b/apps/dashboard/l10n/ko.json new file mode 100644 index 00000000000..3ab9510d79d --- /dev/null +++ b/apps/dashboard/l10n/ko.json @@ -0,0 +1,31 @@ +{ "translations": { + "Dashboard" : "대시보드", + "Dashboard app" : "대시보드 앱", + "Customize" : "사용자 지정", + "Edit widgets" : "위젯 편집", + "Get more widgets from the app store" : "앱 스토어로부터 더 많은 위젯 가져오기", + "Change background image" : "배경 이미지 변경", + "Weather service" : "날씨 서비스", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "개인정보 보호를 위해 사용자를 대신해 Nextcloud 서버에서 요청하므로 개인정보를 수신하지 않습니다.", + "Weather data from Met.no" : "Met.no의 날씨 데이터", + "geocoding with Nominatim" : "Nominatim으로 지오 코딩", + "elevation data from OpenTopoData" : "OpenTopoData의 고도 데이터", + "Weather" : "날씨", + "Status" : "상태", + "Good morning" : "좋은 아침입니다.", + "Good morning, {name}" : "{name} 님, 좋은 아침입니다.", + "Good afternoon" : "안녕하세요", + "Good afternoon, {name}" : "{name} 님, 안녕하세요", + "Good evening" : "안녕하세요", + "Good evening, {name}" : "{name} 님, 안녕하세요", + "Hello" : "안녕하세요", + "Hello, {name}" : "{name} 님, 안녕하세요", + "Pick from Files" : "파일로부터 선택", + "Default images" : "기본 이미지", + "Plain background" : "일반 배경", + "Insert from {productName}" : "{productName}로부터 삽입", + "Good night, {name}" : "{name} 님, 안녕히 주무세요", + "Good night" : "안녕히 주무세요", + "Pick from files" : "파일로부터 선택" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |