aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:29 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-29 00:20:29 +0000
commit0f4e3f36220da7ed5d4e6712b7177bd5040b16cc (patch)
tree69d04e209fb3c572bcf2a3c98b3fcad9e24acea5 /lib
parentcf035c8cad039b89c2a58353e21c4a762e1dd256 (diff)
downloadnextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.tar.gz
nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ko.js7
-rw-r--r--lib/l10n/ko.json7
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 7c693915396..f34bea1fb3c 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -35,6 +35,9 @@ OC.L10N.register(
"The following platforms are supported: %s" : "다음 플랫폼을 지원합니다: %s",
"Server version %s or higher is required." : "서버 버전 %s 이상이 필요합니다.",
"Server version %s or lower is required." : "서버 버전 %s 미만이 필요합니다.",
+ "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "로그인된 계정이 관리자, 부 관리자, 또는 이 설정에 접근할 수 있는 권한을 부여받은 계정이어야 합니다",
+ "Logged in account must be an admin or sub admin" : "로그인된 계정이 관리자 또는 부 관리자여야 합니다",
+ "Logged in account must be an admin" : "로그인된 계정이 관리자여야 합니다",
"Wiping of device %s has started" : "디바이스 %s의 완전 삭제가 시작되었습니다.",
"Wiping of device »%s« has started" : "디바이스 »%s«의 완전 삭제가 시작되었습니다.",
"»%s« started remote wipe" : "»%s«에서 원격 제거를 시작했습니다",
@@ -113,6 +116,7 @@ OC.L10N.register(
"Headline" : "표제",
"Organisation" : "조직",
"Role" : "직책",
+ "Unknown account" : "알 수 없는 계정",
"Additional settings" : "고급 설정",
"Enter the database name for %s" : "%s에 대한 데이터베이스 이름을 입력하십시오",
"You cannot use dots in the database name %s" : "데이터베이스 이름에 점(.)을 사용할 수 없습니다 %s",
@@ -139,6 +143,7 @@ OC.L10N.register(
"Expiration date is in the past" : "만료 날짜가 과거입니다",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["만료 날짜는 최대 %s일까지 설정할 수 있습니다"],
"Sharing is only allowed with group members" : "같은 그룹 사용자에게만 공유할 수 있습니다",
+ "Sharing %s failed, because this item is already shared with the account %s" : "%s을(를) 공유할 수 없습니다. 이 항목을 이미 %s 계정과 공유하고 있습니다",
"%1$s shared »%2$s« with you" : "%1$s 님이 »%2$s« 항목을 공유했습니다",
"%1$s shared »%2$s« with you." : "%1$s 님이 »%2$s« 항목을 공유했습니다",
"Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.",
@@ -192,6 +197,8 @@ OC.L10N.register(
"Nov." : "11월",
"Dec." : "12월",
"A valid password must be provided" : "올바른 암호를 입력해야 합니다",
+ "Could not create account" : "계정을 만들 수 없음",
+ "Account disabled" : "계정이 비활성화됨",
"Login canceled by app" : "앱에서 로그인 취소함",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "앱 \"%1$s\"이(가) 다음 의존성을 만족하지 않아 설치될 수 없습니다: %2$s",
"a safe home for all your data" : "내 모든 데이터의 안전한 저장소",
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json
index d98b947b690..1d39df18a8a 100644
--- a/lib/l10n/ko.json
+++ b/lib/l10n/ko.json
@@ -33,6 +33,9 @@
"The following platforms are supported: %s" : "다음 플랫폼을 지원합니다: %s",
"Server version %s or higher is required." : "서버 버전 %s 이상이 필요합니다.",
"Server version %s or lower is required." : "서버 버전 %s 미만이 필요합니다.",
+ "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "로그인된 계정이 관리자, 부 관리자, 또는 이 설정에 접근할 수 있는 권한을 부여받은 계정이어야 합니다",
+ "Logged in account must be an admin or sub admin" : "로그인된 계정이 관리자 또는 부 관리자여야 합니다",
+ "Logged in account must be an admin" : "로그인된 계정이 관리자여야 합니다",
"Wiping of device %s has started" : "디바이스 %s의 완전 삭제가 시작되었습니다.",
"Wiping of device »%s« has started" : "디바이스 »%s«의 완전 삭제가 시작되었습니다.",
"»%s« started remote wipe" : "»%s«에서 원격 제거를 시작했습니다",
@@ -111,6 +114,7 @@
"Headline" : "표제",
"Organisation" : "조직",
"Role" : "직책",
+ "Unknown account" : "알 수 없는 계정",
"Additional settings" : "고급 설정",
"Enter the database name for %s" : "%s에 대한 데이터베이스 이름을 입력하십시오",
"You cannot use dots in the database name %s" : "데이터베이스 이름에 점(.)을 사용할 수 없습니다 %s",
@@ -137,6 +141,7 @@
"Expiration date is in the past" : "만료 날짜가 과거입니다",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["만료 날짜는 최대 %s일까지 설정할 수 있습니다"],
"Sharing is only allowed with group members" : "같은 그룹 사용자에게만 공유할 수 있습니다",
+ "Sharing %s failed, because this item is already shared with the account %s" : "%s을(를) 공유할 수 없습니다. 이 항목을 이미 %s 계정과 공유하고 있습니다",
"%1$s shared »%2$s« with you" : "%1$s 님이 »%2$s« 항목을 공유했습니다",
"%1$s shared »%2$s« with you." : "%1$s 님이 »%2$s« 항목을 공유했습니다",
"Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.",
@@ -190,6 +195,8 @@
"Nov." : "11월",
"Dec." : "12월",
"A valid password must be provided" : "올바른 암호를 입력해야 합니다",
+ "Could not create account" : "계정을 만들 수 없음",
+ "Account disabled" : "계정이 비활성화됨",
"Login canceled by app" : "앱에서 로그인 취소함",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "앱 \"%1$s\"이(가) 다음 의존성을 만족하지 않아 설치될 수 없습니다: %2$s",
"a safe home for all your data" : "내 모든 데이터의 안전한 저장소",