diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-16 02:17:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-16 02:17:14 +0000 |
commit | a84eec88e89c9197946e784472545d8f32a258fb (patch) | |
tree | b258d16bf1d05af89df0ac1ff95d19d6e2b97e9c /lib/l10n/ko.js | |
parent | 91a2d5e0124a59270c89830c52557a5d45c8faee (diff) | |
download | nextcloud-server-a84eec88e89c9197946e784472545d8f32a258fb.tar.gz nextcloud-server-a84eec88e89c9197946e784472545d8f32a258fb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index ab8d8878403..1a4a575d983 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -20,12 +20,10 @@ OC.L10N.register( "PHP %s or higher is required." : "PHP 버전 %s 이상이 필요합니다.", "PHP with a version lower than %s is required." : "PHP 버전 %s 미만이 필요합니다.", "%sbit or higher PHP required." : "%s비트 이상의 PHP가 필요합니다.", - "Following databases are supported: %s" : "다음 데이터베이스를 지원합니다: %s", "The command line tool %s could not be found" : "명령행 도구 %s을(를) 찾을 수 없습니다", "The library %s is not available." : "%s 라이브러리를 사용할 수 없습니다.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "%1$s 라이브러리의 버전 %2$s 이상이 필요합니다. 사용 가능한 버전은 %3$s입니다.", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "%1$s 라이브러리의 버전 %2$s 이상이 필요합니다. 사용 가능한 버전은 %3$s입니다.", - "Following platforms are supported: %s" : "다음 플랫폼을 지원합니다: %s", "Server version %s or higher is required." : "서버 버전 %s 이상이 필요합니다.", "Server version %s or lower is required." : "서버 버전 %s 미만이 필요합니다.", "Logged in user must be an admin or sub admin" : "로그인한 사용자는 관리자 또는 부 관리자여야 합니다.", @@ -198,6 +196,8 @@ OC.L10N.register( "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", + "Following databases are supported: %s" : "다음 데이터베이스를 지원합니다: %s", + "Following platforms are supported: %s" : "다음 플랫폼을 지원합니다: %s", "Overview" : "개요", "Basic settings" : "기본 설정", "Sharing" : "공유", |