nextcloud/apps/files/l10n/si_LK.php

33 lines
1.9 KiB
PHP
Raw Normal View History

2012-10-16 04:08:21 +04:00
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි",
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
"No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
2012-10-20 04:03:53 +04:00
"Failed to write to disk" => "තැටිගත කිරීම අසාර්ථකයි",
2012-10-16 04:08:21 +04:00
"Files" => "ගොනු",
2012-10-20 04:03:53 +04:00
"Delete" => "මකන්න",
"Rename" => "නැවත නම් කරන්න",
"replace" => "ප්‍රතිස්ථාපනය කරන්න",
"suggest name" => "නමක් යෝජනා කරන්න",
"cancel" => "අත් හරින්න",
"undo" => "නිෂ්ප්‍රභ කරන්න",
"Upload Error" => "උඩුගත කිරීමේ දෝශයක්",
"Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී",
2012-10-16 04:08:21 +04:00
"Name" => "නම",
"Size" => "ප්‍රමාණය",
2012-10-20 04:03:53 +04:00
"1 file" => "1 ගොනුවක්",
"today" => "අද",
"yesterday" => "පෙර දින",
"File handling" => "ගොනු පරිහරණය",
2012-10-16 04:08:21 +04:00
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය",
2012-10-20 04:03:53 +04:00
"max. possible: " => "හැකි උපරිමය:",
"Save" => "සුරකින්න",
2012-10-16 04:08:21 +04:00
"New" => "නව",
2012-10-20 04:03:53 +04:00
"Text file" => "පෙළ ගොනුව",
2012-10-16 04:08:21 +04:00
"Folder" => "ෆෝල්ඩරය",
"Upload" => "උඩුගත කිරීම",
2012-10-20 04:03:53 +04:00
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
2012-10-16 04:08:21 +04:00
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
2012-10-20 04:03:53 +04:00
"Download" => "බාගත කිරීම",
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය"
2012-10-16 04:08:21 +04:00
);