diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:21 +0000 |
commit | 70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4 (patch) | |
tree | 75083f7e98864bb733f7023e88e24078a8a6ac01 /apps/files/l10n/ko.js | |
parent | fe692f2c7f21392fe2000330c5004759199c29bc (diff) | |
download | nextcloud-server-70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4.tar.gz nextcloud-server-70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4.zip |
Fix(l10n): Update translations 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.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index c5358d6a384..2b3985482d6 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -213,6 +213,9 @@ OC.L10N.register( "Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!", "Go to the previous folder" : "이전 폴더로 이동", "Go back" : "뒤로 가기", + "Share" : "공유하기", + "Shared by link" : "링크로 공유됨", + "Shared" : "공유됨", "Open the files app settings" : "파일 앱 설정을 열기", "Files settings" : "파일 설정", "File cannot be accessed" : "파일에 접근할 수 없음", @@ -236,7 +239,6 @@ OC.L10N.register( "Delete permanently" : "영구히 삭제", "Open folder {displayName}" : "{displayName} 폴더 열기", "Open details" : "자세한 정보 열기", - "New Folder" : "새 폴더", "Set up templates folder" : "템플릿 폴더 설정", "Templates" : "템플릿", "Create new templates folder" : "새로운 템플릿 폴더 만들기", @@ -261,7 +263,6 @@ OC.L10N.register( "Shares" : "공유", "Shared with others" : "다른 사람과 공유됨", "Shared with you" : "나와 공유됨", - "Shared by link" : "링크로 공유됨", "Deleted shares" : "삭제된 공유", "Pending shares" : "진행중인 공유", "Open folder {name}" : "{name} 폴더 열기", |