diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-12 00:25:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-12 00:25:41 +0000 |
commit | 75796c29349f535f5277b197afd7e9a0b195988f (patch) | |
tree | e4837a017ed20a193ec313528466144220beeddb /apps/settings/l10n/ko.js | |
parent | b75cb58aff6372b7a6ba51dfafabde9aec7b8e50 (diff) | |
download | nextcloud-server-75796c29349f535f5277b197afd7e9a0b195988f.tar.gz nextcloud-server-75796c29349f535f5277b197afd7e9a0b195988f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ko.js')
-rw-r--r-- | apps/settings/l10n/ko.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 92a02e130f2..9968ce3bab7 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -250,17 +250,16 @@ OC.L10N.register( "Select default encryption module:" : "기본 암호화 모듈 선택:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "과거에 사용하였던(ownCloud <= 8.0) 암호화된 데이터에서 키를 이전해야 합니다. \"기본 암호화 모듈\"을 활성화한 다음 {command}(을)를 실행하십시오", "Unable to update server side encryption config" : "서버 측 암호화 설정을 갱신할 수 없음", + "Cancel" : "취소", + "Confirm" : "확인", "Submit" : "제출", "Rename group" : "그룹 이름 바꾸기", "Remove group" : "그룹 지우기", - "You are about to remove the group {group}. The users will NOT be deleted." : "당신은 {group} 그룹을 지우려고 합니다. 그룹의 사용자들은 삭제되지 않습니다.", - "Please confirm the group removal " : "그룹 지우기를 확인해주세요.", "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", "The file must be a PNG or JPG" : "파일은 PNG 또는 JPG여야 합니다.", "Picture provided by original account" : "원래 계정에서 제공하는 사진", - "Cancel" : "취소", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "프로필사진이 모든 곳에 갱신될 때까지 최대 24시간이 걸릴 수 있습니다.", "Your biography" : "내 소개문구", "Details" : "자세히", @@ -357,11 +356,10 @@ OC.L10N.register( "Your apps" : "내 앱", "{license}-licensed" : "{license} 라이선스", "Changelog" : "변경 기록", - "Enter group name" : "그룹 이름 입력", - "Add group" : "그룹 추가", "Active users" : "활성 사용자", "Admins" : "관리자", "Disabled users" : "비활성화된 사용자", + "Group name" : "그룹 이름", "Not saved" : "저장하지 않음", "Sending…" : "보내는 중…", "Email sent" : "이메일 보냄", @@ -453,6 +451,8 @@ OC.L10N.register( "Enable all" : "모두 활성화", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "이 항목을 실행하려면 PHP POSIX 확장이 필요합니다. 자세한 사항은 {linkstart}PHP 문서{linkend}를 참조하십시오.", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "시스템 Cron 서비스를 사용하여 cron.php를 매 5분마다 호출. 모든 인스턴스에 권장.", + "You are about to remove the group {group}. The users will NOT be deleted." : "당신은 {group} 그룹을 지우려고 합니다. 그룹의 사용자들은 삭제되지 않습니다.", + "Please confirm the group removal " : "그룹 지우기를 확인해주세요.", "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Your location" : "내 위치", "Add new password" : "새로운 암호 입력", @@ -461,6 +461,8 @@ OC.L10N.register( "Will be autogenerated" : "자동으로 생성될 것임", "Add a new user" : "새 사용자 추가", "No users in here" : "사용자가 이곳에 없습니다.", + "Enter group name" : "그룹 이름 입력", + "Add group" : "그룹 추가", "Default quota:" : "기본 할당량:", "Show Languages" : "언어 보이기", "Send email to new user" : "새 사용자에게 이메일 보내기", |