diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:21:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:21:05 +0000 |
commit | 9051cc54b2ffbca79b380a92d3fca5b634cb0c2b (patch) | |
tree | 028de63770d1c4bc701096dd531e18a99c1da7f8 /core/l10n/ko.js | |
parent | 0ca99b026dda2f606362b42e0e693aa1a215578c (diff) | |
download | nextcloud-server-9051cc54b2ffbca79b380a92d3fca5b634cb0c2b.tar.gz nextcloud-server-9051cc54b2ffbca79b380a92d3fca5b634cb0c2b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 48763033edc..9009bc94e51 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -98,6 +98,8 @@ OC.L10N.register( "More apps" : "더 많은 앱", "Currently open" : "현재 열려있음", "_{count} notification_::_{count} notifications_" : ["{count}개의 알림"], + "No" : "아니요", + "Yes" : "예", "Custom date range" : "맞춤 날짜 범위", "Pick start date" : "시작일 선택", "Pick end date" : "종료일 선택", @@ -202,8 +204,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name}의 {version} 버전 이상", "Settings menu" : "설정 메뉴", "Avatar of {displayName}" : "{displayName}의 아바타", - "No" : "아니요", - "Yes" : "예", "Choose {file}" : "{file} 선택", "Choose" : "선택", "Copy to {target}" : "{target}에 복사", @@ -211,7 +211,6 @@ OC.L10N.register( "Move to {target}" : "{target}에 이동", "Move" : "이동", "OK" : "확인", - "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", "read-only" : "읽기 전용", "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"], "One file conflict" : "파일 1개 충돌", @@ -448,6 +447,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님", "{newName} already exists" : "{newName}이(가) 이미 존재함", "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", + "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", "Show list view" : "리스트 보기", "Show grid view" : "바둑판식 보기", "Pending" : "보류 중", |