mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
286ceead15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.3 KiB
JavaScript
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;");
|