Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-11 05:28:28 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-11 05:28:28 +0300
commita7b932cb52f6d0a332d6f7410b633b3cacc7e66b (patch)
treeccee86f419abb93e7e403a6e3d2f3dbe342bee90 /apps/files/l10n/ko.js
parent2ee948e8d1a836696c514657c78804d1942f0d7b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r--apps/files/l10n/ko.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js
index 5d4ad96664f..642f9227878 100644
--- a/apps/files/l10n/ko.js
+++ b/apps/files/l10n/ko.js
@@ -70,7 +70,6 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["파일 %n개"],
"{dirs} and {files}" : "{dirs} 그리고 {files}",
"_including %n hidden_::_including %n hidden_" : ["%n개의 숨겨진 파일 포함"],
- "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다",
"_Uploading %n file_::_Uploading %n files_" : ["파일 %n개 업로드 중"],
"New" : "새로 만들기",
"{used} of {quota} used" : "{quota} 중 {used} 사용함",
@@ -168,7 +167,6 @@ OC.L10N.register(
"Transfer {path} to {userid}" : "{path}을(를) {userid}에게 이전하기",
"Invalid path selected" : "잘못된 경로가 선택됨",
"Ownership transfer request sent" : "소유권 이전 요청이 전송됨",
- "Cannot transfer ownership of a file or folder you don't own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음",
"Tags" : "태그",
"Unable to change the favourite state of the file" : "파일의 즐겨찾기 상태를 변경할 수 없음",
"Error while loading the file data" : "파일 데이터를 불러오는 중 오류 발생",
@@ -205,6 +203,8 @@ OC.L10N.register(
"Pending shares" : "진행중인 공유",
"Text file" : "텍스트 파일",
"New text file.txt" : "새 텍스트 파일.txt",
- "Select" : "선택"
+ "Select" : "선택",
+ "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다",
+ "Cannot transfer ownership of a file or folder you don't own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음"
},
"nplurals=1; plural=0;");