diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
commit | 94bc020d073011eec8e1f084e9521356574e42f7 (patch) | |
tree | d762a8d08a6e0cd2a338f4b32c49b45498654259 /lib/l10n/ko.js | |
parent | 90a9191fc96d77811779a8b79339143211cae0c0 (diff) | |
download | nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.tar.gz nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 82f2f03fe45..2a532755bd1 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -97,7 +97,7 @@ OC.L10N.register( "Administration settings" : "관리자 설정", "Settings" : "설정", "Log out" : "로그아웃", - "Users" : "사용자", + "Accounts" : "계정", "Email" : "이메일", "Mail %s" : "%s에게 메일 보내기", "Fediverse" : "Fediverse", @@ -245,16 +245,18 @@ OC.L10N.register( "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", - "Generate headline" : "헤드라인 생성", "Generates a possible headline for a text." : "내용에 대한 헤드라인을 생성하십시오.", "Summarize" : "요약", - "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", + "Summary" : "요약", "Extract topics" : "주제 추출", + "Generate headline" : "헤드라인 생성", + "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.", "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "로그인된 사용자가 관리자, 부 관리자, 또는 이 설정에 접근할 수 있는 권한을 부여받은 사용자일 것입니다.", "Logged in user must be an admin or sub admin" : "로그인한 사용자는 관리자 또는 부 관리자여야 합니다.", "Logged in user must be an admin" : "로그인한 사용자는 관리자여야 합니다.", "Help" : "도움말", + "Users" : "사용자", "Unknown user" : "알려지지 않은 사용자", "Enter the database username and name for %s" : "%s에 대한 데이터베이스 사용자 이름과 이름을 입력하십시오", "Enter the database username for %s" : "%s에 대한 데이터베이스 사용자 이름을 입력하십시오", |