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

ko.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61acd1276a75999d99c223e4e462fb21c400c700 (plain)
1
2
3
4
5
6
7
8
<?php $TRANSLATIONS = array(
"Name" => "이름",
"1 folder" => "폴더 1개",
"{count} folders" => "폴더 {count}개",
"1 file" => "파일 1개",
"{count} files" => "파일 {count}개",
"Restore" => "복원"
);