nextcloud/apps/files/l10n/km.php

39 lines
2.6 KiB
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-07-04 09:56:01 +04:00
"Unknown error" => "មិន​ស្គាល់​កំហុស",
2014-06-04 09:57:48 +04:00
"Could not move %s - File with this name already exists" => "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ",
"Could not move %s" => "មិន​អាច​ផ្លាស់ទី %s",
2014-05-11 09:57:00 +04:00
"File name cannot be empty." => "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។",
2014-06-04 09:57:48 +04:00
"No file was uploaded. Unknown error" => "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស",
"There is no error, the file uploaded with success" => "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ",
2014-03-11 09:59:39 +04:00
"Files" => "ឯកសារ",
2014-05-12 09:55:44 +04:00
"Upload cancelled." => "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។",
"{new_name} already exists" => "មាន​ឈ្មោះ {new_name} រួច​ហើយ",
2014-03-11 09:59:39 +04:00
"Share" => "ចែក​រំលែក",
2014-06-01 09:55:19 +04:00
"Delete" => "លុប",
2014-07-16 09:55:55 +04:00
"Unshare" => "លែង​ចែក​រំលែក",
2014-07-15 09:55:20 +04:00
"Delete permanently" => "លុប​ជា​អចិន្ត្រៃយ៍",
2014-05-12 09:55:44 +04:00
"Rename" => "ប្ដូរ​ឈ្មោះ",
"Pending" => "កំពុង​រង់ចាំ",
2014-04-04 09:57:01 +04:00
"Error" => "កំហុស",
2014-04-29 09:56:49 +04:00
"Name" => "ឈ្មោះ",
"Size" => "ទំហំ",
2014-05-12 09:55:44 +04:00
"Modified" => "បាន​កែ​ប្រែ",
2013-09-18 19:50:02 +04:00
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
2013-10-27 10:32:11 +04:00
"_Uploading %n file_::_Uploading %n files_" => array(""),
2014-05-12 09:55:44 +04:00
"Maximum upload size" => "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា",
2014-03-11 09:59:39 +04:00
"Save" => "រក្សាទុក",
2014-05-18 09:55:01 +04:00
"WebDAV" => "WebDAV",
2014-05-12 09:55:44 +04:00
"New" => "ថ្មី",
"Text file" => "ឯកសារ​អក្សរ",
2014-03-11 09:59:39 +04:00
"New folder" => "ថត​ថ្មី",
"Folder" => "ថត",
2014-05-12 09:55:44 +04:00
"From link" => "ពី​តំណ",
"Nothing in here. Upload something!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!",
2014-03-11 09:59:39 +04:00
"Download" => "ទាញយក",
2014-05-12 09:55:44 +04:00
"Upload too large" => "ផ្ទុក​ឡើង​ធំ​ពេក"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";