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

km.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5bac8c2bd6c46ccf6550ff8dace1ef4d8f35f6a (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" : "ស្ដារ​មក​វិញ",
    "Error" : "កំហុស",
    "restored" : "បាន​ស្ដារ​វិញ",
    "Nothing in here. Your trash bin is empty!" : "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!",
    "Name" : "ឈ្មោះ",
    "Deleted" : "បាន​លុប",
    "Delete" : "លុប"
},
"nplurals=1; plural=0;");