diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-06 00:20:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-06 00:20:55 +0000 |
commit | 1631bec8a6484d3c86bf568a64aefbee1b8eab66 (patch) | |
tree | f4012924f6aaede9cb3bde0af32ae6b1d9304a65 /core/l10n/ko.js | |
parent | 13eecbba06d67cd9cb3acb936faf7f1cc2f00a94 (diff) | |
download | nextcloud-server-1631bec8a6484d3c86bf568a64aefbee1b8eab66.tar.gz nextcloud-server-1631bec8a6484d3c86bf568a64aefbee1b8eab66.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 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 095a3dff98a..f48b4e716f5 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -42,6 +42,8 @@ OC.L10N.register( "Necessary language model provider is not available" : "필요한 언어 모델 제공자를 사용할 수 없습니다", "Task not found" : "작업을 찾을 수 없습니다", "Internal error" : "내부 오류", + "No text to image provider is available" : "사용할 수 있는 text to image 제공자가 없습니다.", + "Image not found" : "이미지를 찾지 못함", "No translation provider available" : "이용 가능한 번역 제공자 없음", "Could not detect language" : "언어를 감지할 수 없음", "Unable to translate" : "번역할 수 없음", @@ -122,13 +124,20 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "업데이트가 실패했습니다. 이 문제를 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 커뮤니티</a>에 보고하여 주십시오.", "Continue to {productName}" : "{productName}으로 계속하기", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 {productName}(으)로 이동합니다."], + "Applications menu" : "애플리케이션 메뉴", "More apps" : "더 많은 앱", "Currently open" : "현재 열려있음", "_{count} notification_::_{count} notifications_" : ["{count}개의 알림"], + "Custom date range" : "맞춤 날짜 범위", + "Pick start date" : "시작일 선택", + "Pick end date" : "종료일 선택", + "Search in date range" : "날짜 범위로 검색", "Log in" : "로그인", "Logging in …" : "로그인 중 …", "Server side authentication failed!" : "서버 인증 실패!", "Please contact your administrator." : "관리자에게 문의하십시오.", + "Temporary error" : "임시 오류", + "Please try again." : "다시 시도해 보세요.", "An internal error occurred." : "내부 오류가 발생했습니다.", "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Account name or email" : "계정 이름 또는 이메일", @@ -177,10 +186,24 @@ OC.L10N.register( "Install the Contacts app" : "Contacts 앱 설치", "Loading your contacts …" : "연락처 불러오는 중 …", "Looking for {term} …" : "{term} 검색 중 …", + "Global search" : "전체 검색", + "Search apps, files, tags, messages" : "앱 및 파일, 태그, 메시지 검색", + "Apps and Settings" : "앱과 설정", + "Date" : "날짜", + "Today" : "오늘", + "Last 7 days" : "지난 7일", + "Last 30 days" : "지난 30일", + "This year" : "올해", + "Last year" : "작년", + "Search people" : "사람 검색", "Not found" : "찾을 수 없음", "People" : "사람들", "Load more results" : "더 많은 결과 불러오기", + "Search in" : "다음에서 검색", + "Filter in current view" : "현재 화면을 필터", "Searching …" : "검색 중...", + "No matching results" : "일치하는 결과 없음", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "${this.dateFilter.startFrom.toLocaleDateString()}(과)와 ${this.dateFilter.endAt.toLocaleDateString()} 사이", "Forgot password?" : "암호를 잊으셨습니까?", "Back to login form" : "로그인으로 돌아가기", "Back" : "뒤로", @@ -205,6 +228,7 @@ OC.L10N.register( "Supported versions" : "지원되는 버전", "{name} version {version} and above" : "{name}의 {version} 버전 이상", "Settings menu" : "설정 메뉴", + "Avatar of {displayName}" : "{displayName}의 아바타", "Search {types} …" : "{types} 검색 ...", "No" : "아니요", "Yes" : "예", |