diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files/l10n/si_LK.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files/l10n/si_LK.js')
-rw-r--r-- | apps/files/l10n/si_LK.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/files/l10n/si_LK.js b/apps/files/l10n/si_LK.js new file mode 100644 index 00000000000..80df02a9ada --- /dev/null +++ b/apps/files/l10n/si_LK.js @@ -0,0 +1,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);"); |