diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-30 00:20:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-30 00:20:24 +0000 |
commit | 7cdd7013eec810cbd89d1694ef51799bc434bef3 (patch) | |
tree | 614dbd103318536f39482b1a726e66abc57c3b7d /apps/settings/l10n/ko.js | |
parent | 3f6e70907b0b44cabe1603617c818451f71484a2 (diff) | |
download | nextcloud-server-7cdd7013eec810cbd89d1694ef51799bc434bef3.tar.gz nextcloud-server-7cdd7013eec810cbd89d1694ef51799bc434bef3.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 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 489e6dc42b8..c757a319daa 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -313,7 +313,6 @@ OC.L10N.register( "Show details for {appName} app" : "{appName} 앱에 대한 상세 정보 보기", "Update to {update}" : "{update}(으)로 업데이트", "Remove" : "삭제", - "Disable" : "사용 안함", "Featured" : "추천", "This app is supported via your current Nextcloud subscription." : "이 앱은 당신의 현재 Nextcloud 구독을 통해 지원됩니다.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "추천 앱은 커뮤니티에서 개발했습니다. 이들은 생산성 업무에 있어 중심적인 기능을 담당하며 즉각 사용될 수 있습니다.", @@ -335,12 +334,20 @@ OC.L10N.register( "Next slide" : "다음 슬라이드", "Choose slide to display" : "표시할 슬라이드 선택", "{index} of {total}" : "{total}개 중 {index}", + "Daemon" : "데몬", + "Deploy Daemon" : "배포 데몬", + "Type" : "종류", + "Display Name" : "표시 이름", + "GPUs support" : "GPU 지원<br>", + "Compute device" : "컴퓨팅 장치", "Description" : "설명", "Details" : "자세히", "All" : "모두", "Limit app usage to groups" : "앱 사용을 그룹으로 제한합니다.", "No results" : "결과 없음", "Update to {version}" : "{version}(으)로 업데이트", + "Default Deploy daemon is not accessible" : "기본 배포 데몬에 액세스할 수 없음", + "Delete data on remove" : "제거 시 데이터 삭제", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최소 버전을 지정하지 않았습니다. 차후 버전에서는 오류로 처리됩니다.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최대 버전을 지정하지 않았습니다. 차후 버전에서는 오류로 처리됩니다.", "This app cannot be installed because the following dependencies are not fulfilled:" : "다음 의존성을 만족할 수 없기 때문에 이 앱을 설치할 수 없습니다:", @@ -609,7 +616,10 @@ OC.L10N.register( "Show to everyone" : "전체 공개", "Show to logged in accounts only" : "로그인된 계정에 공개", "Hide" : "비공개", + "manual-install apps cannot be updated" : "수동 설치 앱은 업데이트 할 수 없음", + "Deploy and Enable" : "배포 및 활성화", "Download and enable" : "다운로드 및 사용", + "Disable" : "사용 안함", "Allow untested app" : "확인되지 않은 앱 허용", "The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.", @@ -618,8 +628,9 @@ OC.L10N.register( "Could not register device: Probably already registered" : "기기를 등록할 수 없음: 이미 등록된 기기인 것 같습니다", "Could not register device" : "기기를 등록할 수 없음", "An error occurred during the request. Unable to proceed." : "요청을 보내는 도중 오류가 발생하였습니다. 더 이상 진행할 수 없습니다.", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "앱이 활성화되었지만, 앱을 업데이트해야 합니다. 5초 후 앱 업데이트 페이지로 넘어갑니다.", + "The app has been enabled but needs to be updated." : "앱이 활성화 되었으나 업데이트가 필요합니다.", "Error: This app cannot be enabled because it makes the server unstable" : "오류: 이 앱은 서버를 불안정하게 만들 수 있어서 활성화할 수 없습니다.", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "앱이 활성화되었지만, 앱을 업데이트해야 합니다. 5초 후 앱 업데이트 페이지로 넘어갑니다.", "Do you really want to wipe your data from this device?" : "정말 이 기기로 부터 데이터를 지우시겠습니까?", "Confirm wipe" : "삭제 완료", "Could not delete the app token" : "앱 토큰을 삭제할 수 없음", |