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

si.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b25c872369be510cf7ecf120cebe712fc9b15892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "text",
    {
    "No file was uploaded" : "කිසිදු ගොනුවක් උඩුගත කර නොමැත",
    "Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත",
    "Undo" : "පෙරසේ",
    "Info" : "තොරතුරු",
    "Success" : "සාර්ථකයි",
    "Warning" : "අවවාදයයි",
    "Edit" : "සංස්කරණය"
},
"nplurals=2; plural=(n != 1);");