diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:54 +0000 |
commit | 2b35ed7c82c9269a6392b57b45872d27643cba03 (patch) | |
tree | cf8d95a9fced92ec32e40879951342ed6b13d4dd /apps/settings/l10n/ko.js | |
parent | 3ecaeb6f2bfcacc1cadbdeb8f6d0445fc00e2402 (diff) | |
download | nextcloud-server-2b35ed7c82c9269a6392b57b45872d27643cba03.tar.gz nextcloud-server-2b35ed7c82c9269a6392b57b45872d27643cba03.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 1a6cc6c6c05..ed08b34cf73 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -137,6 +137,7 @@ OC.L10N.register( "Cron last run" : "마지막 Cron 작업", "Last background job execution ran %s. Something seems wrong. {link}." : "마지막 작업이 %s에 실행된 것 같습니다. 문제를 확인하십시오. {link}", "Last background job execution ran %s." : "마지막 백그라운드 작업이 %s에 수행되었습니다. ", + "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "현재 인터넷을 통해 누구나 당신의 데이터 디렉토리에 직접 접근할 수도 있습니다. .hraccess 파일이 동작하지 않고 있습니다. 웹 서버를 설정하여 데이터 디렉토리에 직접 접근할 수 없도록 하거나, 웹 서버 루트 밖으로 데이터 디렉토리를 이전하십시오.", "Database missing columns" : "데이터베이스의 행이 사라졌습니다", "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%s\"이(가) 사라졌습니다", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "데이터베이스에 일부 선택적 열이 누락되었습니다. 큰 테이블에 열을 추가하는 데 시간이 걸릴 수 있기 때문에 선택 사항일 수 있는 열이 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-columns\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", @@ -422,7 +423,6 @@ OC.L10N.register( "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "Your profile information" : "내 프로필 정보", "Your profile picture" : "내 프로필 사진", "Upload profile picture" : "프로필 사진 업로드", "Choose profile picture from Files" : "내 파일에서 프로필 사진 선택", @@ -721,6 +721,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "신규 사용자에 대한 프로필 기본 사용 여부를 설정하십시오.", "You are about to remove the group {group}. The users will NOT be deleted." : "당신은 {group} 그룹을 지우려고 합니다. 그룹의 사용자들은 삭제되지 않습니다.", "Please confirm the group removal " : "그룹 지우기를 확인해주세요.", + "Your profile information" : "내 프로필 정보", "Choose profile picture from files" : "내 파일에서 프로필 사진 선택", "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Your email address" : "이메일 주소", |