aboutsummaryrefslogtreecommitdiffstats
path: root/core/l10n/ko.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-05-28 00:17:29 +0000
committerNextcloud bot <bot@nextcloud.com>2023-05-28 00:17:29 +0000
commitfa23698c23a7ef9380f13c4fe439ff3aa6a9b9b0 (patch)
tree74155da30f9bb6304b90135f41e8ecca179dbaaf /core/l10n/ko.json
parentb953fd7b0a4430ab4bfc1b92b648782cfcac2b68 (diff)
downloadnextcloud-server-fa23698c23a7ef9380f13c4fe439ff3aa6a9b9b0.tar.gz
nextcloud-server-fa23698c23a7ef9380f13c4fe439ff3aa6a9b9b0.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ko.json')
-rw-r--r--core/l10n/ko.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index ad473d32127..2308ae1eac6 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -26,18 +26,24 @@
"Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다",
"This community release of Nextcloud is unsupported and push notifications are limited." : "이 Nextcloud 커뮤니티 릴리즈는 지원하지 않는 버전이며, 푸시 알림은 제한됩니다.",
"Login" : "로그인",
+ "Please try again" : "다시 시도하십시오",
"Password reset is disabled" : "암호 재설정이 비활성화됨",
"Could not reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다",
"Could not reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다",
+ "Password is too long. Maximum allowed length is 469 characters." : "암호가 너무 깁니다. 암호 최대 길이는 469자입니다.",
"%s password reset" : "%s 암호 재설정",
"Password reset" : "암호 재설정",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "아래 단추를 눌러서 암호를 재설정할 수 있습니다. 암호 초기화를 요청하지 않으셨다면 이 이메일을 무시하십시오.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "아래 링크를 눌러서 암호를 재설정할 수 있습니다. 암호 초기화를 요청하지 않으셨다면 이 이메일을 무시하십시오.",
"Reset your password" : "내 암호 재설정",
+ "No translation provider available" : "이용 가능한 번역 제공자 없음",
+ "Could not detect language" : "언어를 감지할 수 없음",
+ "Unable to translate" : "번역할 수 없음",
"Nextcloud Server" : "Nextcloud 서버",
"Some of your link shares have been removed" : "일부 링크 공유가 삭제됨",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "보안 버그로 인하여 일부 링크 공유를 삭제했습니다. 링크를 눌러서 더 많은 정보를 볼 수 있습니다.",
"The user limit of this instance is reached." : "이 인스턴스의 사용자수 한계에 도달함.",
+ "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "지원 앱에 구독키를 입력하여 사용자 수 제한을 상향하십시오. 이는 또한 Nextcloud Enterprise가 제공하는 다양한 혜택을 활성화하며, 기업에서 운용하는 인스턴스에 권장됩니다.",
"Learn more ↗" : "더 알아보기 ↗",
"Preparing update" : "업데이트 준비 중",
"[%d / %d]: %s" : "[%d / %d]: %s",
@@ -45,6 +51,7 @@
"Repair info:" : "수리 정보:",
"Repair warning:" : "수리 경고:",
"Repair error:" : "수리 오류:",
+ "Please use the command line updater because updating via the browser is disabled in your config.php." : "config,php에서 브라우저를 통한 업데이트가 비활성화 되었습니다. 명령행 업데이터를 이용하십시오.",
"Turned on maintenance mode" : "유지 보수 모드 켜짐",
"Turned off maintenance mode" : "유지 보수 모드 꺼짐",
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
@@ -78,6 +85,7 @@
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "서버가 인터넷에 연결되지 않아 다수의 종단점에 도달할 수 없습니다. 이로 인해 외부 저장소 마운트, 서드파티 앱 업데이트와 설치에 대한 알림 수신 등의 기능을 사용할 수 없을 것입니다. 원격 파일 접근과 알림 이메일 전송 또한 작동하지 않을 것입니다. 서버를 인터넷과 연결하여 모든 기능을 사용하십시오.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "매모리 캐시가 설정되지 않았습니다. 성능 향상을 위해 가능하면 memcache를 설정하십시오. 더 많은 정보는 {linkstart}문서 ↗{linkend}를 참조하십시오.",
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "현재 PHP {version}(으)로 실행중입니다. PHP 버전을 업그레이드 하여 지원중인 {linkstart} PHP 그룹의 성능 및 보안 업데이트 ↗{linkend} 혜택을 누리십시오.",
+ "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "Nextcloud 27에서 PHP 8.0 지원이 중단되었습니다. Nextcloud 28은 PHP 8.1 이상이 요구될 것입니다. {linkstart}공식 지원되는 버전의 PHP{linkend}로 업그레이드 하십시오.",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 Nextcloud에 보이는 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
"The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "PHP의 OPcache 모듈이 올바르게 설정되지 않았습니다. 추가적인 정보가 필요할 경우 {linkstart}문서 ↗{linkend}를 참조하십시오.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP 함수 \"set_time_limit\"을 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.",