0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/files_versions/l10n/ko.js
Nextcloud bot 286ceead15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:59 +00:00

25 lines
1.3 KiB
JavaScript

OC.L10N.register(
"files_versions",
{
"Versions" : "버전",
"This application automatically maintains older versions of files that are changed." : "이 앱은 변경된 파일의 이전 버전을 관리합니다.",
"Name this version" : "버전 이름 지정",
"Edit version name" : "버전 이름 수정",
"Compare to current version" : "현재 버전과 비교하기",
"Restore version" : "버전 복원",
"Download version" : "버전 다운로드",
"Delete version" : "버전 삭제",
"Current version" : "현재 버전",
"Initial version" : "초기 버전",
"Version name" : "버전 이름",
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "이름이 지정된 버전은 유지되며, 저장 공간 할당량이 가득 찼을 때의 자동 정리 목록에서 제외됩니다.",
"Cancel" : "취소",
"Remove version name" : "버전 이름 제거",
"Save version name" : "버전 이름 저장",
"Initial version restored" : "초기 버전이 복원됨",
"Version restored" : "버전이 복원됨",
"Could not restore version" : "버전을 복원할 수 없음",
"Could not delete version" : "버전을 삭제할 수 없음",
"${version.label} restored" : "${version.label} 복원됨"
},
"nplurals=1; plural=0;");