Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83c57f8914ab8b3bf18b8a6d6cbb8e75aa875476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "%s을(를_ 영구적으로 삭제할 수 없습니다",
    "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다",
    "Deleted files" : "삭제된 파일",
    "Restore" : "복원",
    "Delete permanently" : "영구히 삭제",
    "Error" : "오류",
    "restored" : "복원됨",
    "Name" : "이름",
    "Deleted" : "삭제됨",
    "Delete" : "삭제"
},
"nplurals=1; plural=0;");