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

si_LK.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80df02a9ada30f5c1cc10d56657f46ccea04257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OC.L10N.register(
    "files",
    {
    "No file was uploaded. Unknown error" : "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්",
    "There is no error, the file uploaded with success" : "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය",
    "The uploaded file was only partially uploaded" : "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
    "No file was uploaded" : "ගොනුවක් උඩුගත නොවුණි",
    "Missing a temporary folder" : "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්",
    "Failed to write to disk" : "තැටිගත කිරීම අසාර්ථකයි",
    "Files" : "ගොනු",
    "Upload cancelled." : "උඩුගත කිරීම අත් හරින්න ලදී",
    "File upload is in progress. Leaving the page now will cancel the upload." : "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත",
    "Share" : "බෙදා හදා ගන්න",
    "Delete" : "මකා දමන්න",
    "Unshare" : "නොබෙදු",
    "Rename" : "නැවත නම් කරන්න",
    "Error" : "දෝෂයක්",
    "Name" : "නම",
    "Size" : "ප්‍රමාණය",
    "Modified" : "වෙනස් කළ",
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "File handling" : "ගොනු පරිහරණය",
    "Maximum upload size" : "උඩුගත කිරීමක උපරිම ප්‍රමාණය",
    "max. possible: " : "හැකි උපරිමය:",
    "Save" : "සුරකින්න",
    "New" : "නව",
    "Text file" : "පෙළ ගොනුව",
    "Folder" : "ෆෝල්ඩරය",
    "From link" : "යොමුවෙන්",
    "Nothing in here. Upload something!" : "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
    "Download" : "බාන්න",
    "Upload too large" : "උඩුගත කිරීම විශාල වැඩිය",
    "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය",
    "Files are being scanned, please wait." : "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න"
},
"nplurals=2; plural=(n != 1);");