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

ta_LK.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2014dd6ceb91afe76c2209b771c17a7be419d56c (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
40
41
42
OC.L10N.register(
    "files",
    {
    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.",
    "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  directive ஐ விட கூடியது",
    "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." : "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.",
    "{new_name} already exists" : "{new_name} ஏற்கனவே உள்ளது",
    "Share" : "பகிர்வு",
    "Delete" : "நீக்குக",
    "Unshare" : "பகிரப்படாதது",
    "Rename" : "பெயர்மாற்றம்",
    "Pending" : "நிலுவையிலுள்ள",
    "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);");