diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:14 +0000 |
commit | a22bc0e78758a86000b1023c93e554ebca696493 (patch) | |
tree | 89b642351e7d1dde1e45170b9f721859e30758c2 /apps/updatenotification/l10n/ko.js | |
parent | ed6352af0ecb7cd4faf9635e8bab9042022b5018 (diff) | |
download | nextcloud-server-a22bc0e78758a86000b1023c93e554ebca696493.tar.gz nextcloud-server-a22bc0e78758a86000b1023c93e554ebca696493.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/ko.js')
-rw-r--r-- | apps/updatenotification/l10n/ko.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/updatenotification/l10n/ko.js b/apps/updatenotification/l10n/ko.js index a72d91de2e0..74e41632368 100644 --- a/apps/updatenotification/l10n/ko.js +++ b/apps/updatenotification/l10n/ko.js @@ -2,8 +2,15 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.", + "Update notifications" : "업데이트 알림", + "Channel updated" : "채널 업데이트됨", + "The update server could not be reached since %d days to check for new updates." : "업데이트 서버에 %d일 동안 접근할 수 없어서 새 업데이트를 확인할 수 없습니다.", + "Please check the Nextcloud and server log files for errors." : "Nextcloud 및 서버 로그에서 오류 정보를 확인하십시오.", + "Update to %1$s is available." : "%1$s(으)로 업데이트할 수 있습니다.", + "Update for %1$s to version %2$s is available." : "%1$s을(를) 버전 %2$s(으)로 업데이트할 수 있습니다.", + "Update for {app} to version %s is available." : "{app}을(를) 버전 %s(으)로 업데이트할 수 있습니다.", "Open updater" : "업데이터 열기", - "Your version is up to date." : "최신 버전을 사용하고 있습니다.", + "The update check is not yet finished. Please refresh the page." : "업데이트 확인이 아직 끝나지 않았습니다. 페이지를 새로 고치십시오.", "A non-default update server is in use to be checked for updates:" : "기본 업데이트 서버가 아닌 곳에서 업데이트를 확인하고 있음:", "Update channel:" : "업데이트 채널:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "항상 새로운 버전이나 실험 채널로 업그레이드할 수 있지만, 안정 채널로 다운그레이드할 수는 없습니다.", @@ -12,17 +19,10 @@ OC.L10N.register( "Only notification for app updates are available." : "앱 업데이트 알림만 사용할 수 있습니다.", "The selected update channel does not support updates of the server." : "선택한 업데이트 채널은 서버 업데이트를 지원하지 않습니다.", "Could not start updater, please try the manual update" : "업데이트를 시작할 수 없습니다. 수동 업데이트를 시도하십시오.", - "Update notifications" : "업데이트 알림", - "Channel updated" : "채널 업데이트됨", - "The update server could not be reached since %d days to check for new updates." : "업데이트 서버에 %d일 동안 접근할 수 없어서 새 업데이트를 확인할 수 없습니다.", - "Please check the Nextcloud and server log files for errors." : "Nextcloud 및 서버 로그에서 오류 정보를 확인하십시오.", - "Update to %1$s is available." : "%1$s(으)로 업데이트할 수 있습니다.", - "Update for %1$s to version %2$s is available." : "%1$s을(를) 버전 %2$s(으)로 업데이트할 수 있습니다.", - "Update for {app} to version %s is available." : "{app}을(를) 버전 %s(으)로 업데이트할 수 있습니다.", "A new version is available: %s" : "새 버전을 사용할 수 있습니다: %s", "Download now" : "지금 다운로드", + "Your version is up to date." : "최신 버전을 사용하고 있습니다.", "Checked on %s" : "%s에 확인함", - "The selected update channel makes dedicated notifications for the server obsolete." : "선택한 업데이트 채널은 서버 알림을 사용하지 않습니다.", - "The update check is not yet finished. Please refresh the page." : "업데이트 확인이 아직 끝나지 않았습니다. 페이지를 새로 고치십시오." + "The selected update channel makes dedicated notifications for the server obsolete." : "선택한 업데이트 채널은 서버 알림을 사용하지 않습니다." }, "nplurals=1; plural=0;"); |