nextcloud/apps/systemtags/l10n/ko.js

16 lines
572 B
JavaScript

OC.L10N.register(
"systemtags",
{
"Tags" : "태그",
"Tagged files" : "태그 된 파일",
"Select tags to filter by" : "필터링 할 태그 선택",
"Please select tags to filter by" : "필터링 할 태그 선택",
"No files found for the selected tags" : "선택한 태그에 대한 파일을 찾을 수 없음",
"No files in here" : "여기에 파일 없음",
"No entries found in this folder" : "이 폴더에 항목 없음",
"Name" : "이름",
"Size" : "크기",
"Modified" : "수정됨"
},
"nplurals=1; plural=0;");