diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-28 00:19:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-28 00:19:08 +0000 |
commit | f36a9d09f28123a692f9bad14087d9d0cfea0bad (patch) | |
tree | 82a4030435e486530b8dde7bd08ffac8941bff81 /lib/l10n | |
parent | 5eaac6d59cfc075e69327745c3c9a3e1d3041d9c (diff) | |
download | nextcloud-server-f36a9d09f28123a692f9bad14087d9d0cfea0bad.tar.gz nextcloud-server-f36a9d09f28123a692f9bad14087d9d0cfea0bad.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ko.js | 2 | ||||
-rw-r--r-- | lib/l10n/ko.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 56d910f31c6..5075cd053e6 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -80,6 +80,7 @@ OC.L10N.register( "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %s인 모듈이 존재하지 않습니다. 앱 설정에서 확인하거나 시스템 관리자에게 연락하십시오.", "File already exists" : "파일이 이미 있습니다.", "Invalid path" : "잘못된 경로", + "Failed to create file from template" : "템플릿으로 새 파일을 만들 수 없음", "Templates" : "템플릿", "File name is a reserved word" : "파일 이름이 예약된 단어임", "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음", @@ -100,6 +101,7 @@ OC.L10N.register( "Users" : "사용자", "Email" : "이메일", "Mail %s" : "%s에게 메일 보내기", + "Fediverse" : "Fediverse", "View %s on the fediverse" : "Fediverse에서 %s 보기", "Phone" : "전화 번호", "Call %s" : "%s에게 전화하기", diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index bb8ff260381..d222ae80913 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -78,6 +78,7 @@ "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %s인 모듈이 존재하지 않습니다. 앱 설정에서 확인하거나 시스템 관리자에게 연락하십시오.", "File already exists" : "파일이 이미 있습니다.", "Invalid path" : "잘못된 경로", + "Failed to create file from template" : "템플릿으로 새 파일을 만들 수 없음", "Templates" : "템플릿", "File name is a reserved word" : "파일 이름이 예약된 단어임", "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음", @@ -98,6 +99,7 @@ "Users" : "사용자", "Email" : "이메일", "Mail %s" : "%s에게 메일 보내기", + "Fediverse" : "Fediverse", "View %s on the fediverse" : "Fediverse에서 %s 보기", "Phone" : "전화 번호", "Call %s" : "%s에게 전화하기", |