diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:50 +0000 |
commit | f129a88fc2f3d02f492f279bdc527c3bacb79da8 (patch) | |
tree | 19256d8311829297c23943ba8e0ee1d838d4a6c1 /lib/l10n/ko.js | |
parent | 4689f3d2ab3374c8ff3f6814bdfd57b4c83552cc (diff) | |
download | nextcloud-server-f129a88fc2f3d02f492f279bdc527c3bacb79da8.tar.gz nextcloud-server-f129a88fc2f3d02f492f279bdc527c3bacb79da8.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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index a31ab0f574a..4356151eff1 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -78,6 +78,7 @@ OC.L10N.register( "seconds ago" : "초 전", "Empty file" : "빈 파일", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %s인 모듈이 존재하지 않습니다. 앱 설정에서 확인하거나 시스템 관리자에게 연락하십시오.", + "Dot files are not allowed" : "점으로 시작하는 파일은 허용되지 않음", "File already exists" : "파일이 이미 있습니다.", "Invalid path" : "잘못된 경로", "Failed to create file from template" : "템플릿으로 새 파일을 만들 수 없음", @@ -85,7 +86,6 @@ OC.L10N.register( "File name is a reserved word" : "파일 이름이 예약된 단어임", "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음", "File name is too long" : "파일 이름이 너무 김", - "Dot files are not allowed" : "점으로 시작하는 파일은 허용되지 않음", "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\"을(를) 설치할 수 없습니다", |