aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/ko.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-30 16:32:38 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-30 16:32:38 +0000
commit7b05c3438586c5a1023bf6ac39ab3ee44db6f086 (patch)
tree88321397b6ee638e1582afa0ed624b4054cee1d0 /lib/l10n/ko.js
parente076e674e24fad220ca12c0a1e2d71615883611d (diff)
downloadnextcloud-server-7b05c3438586c5a1023bf6ac39ab3ee44db6f086.tar.gz
nextcloud-server-7b05c3438586c5a1023bf6ac39ab3ee44db6f086.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r--lib/l10n/ko.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 5057b5860e5..bcee50578d4 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -82,9 +82,7 @@ OC.L10N.register(
"Invalid path" : "잘못된 경로",
"Failed to create file from template" : "템플릿으로 새 파일을 만들 수 없음",
"Templates" : "템플릿",
- "File name is a reserved word" : "파일 이름이 예약된 단어임",
- "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음",
- "File name is too long" : "파일 이름이 너무 김",
+ "Filename contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음",
"Empty filename is not allowed" : "파일 이름을 비워 둘 수 없음",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "appinfo 파일을 읽을 수 없어서 앱 \"%s\"을(를) 설치할 수 없습니다.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "이 서버 버전과 호환되지 않아서 앱 \"%s\"을(를) 설치할 수 없습니다",
@@ -264,6 +262,9 @@ OC.L10N.register(
"Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "로그인된 사용자가 관리자, 부 관리자, 또는 이 설정에 접근할 수 있는 권한을 부여받은 사용자일 것입니다.",
"Logged in user must be an admin or sub admin" : "로그인한 사용자는 관리자 또는 부 관리자여야 합니다.",
"Logged in user must be an admin" : "로그인한 사용자는 관리자여야 합니다.",
+ "File name is a reserved word" : "파일 이름이 예약된 단어임",
+ "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음",
+ "File name is too long" : "파일 이름이 너무 김",
"Help" : "도움말",
"Users" : "사용자",
"Unknown user" : "알려지지 않은 사용자",