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: 9825b6f084d3d5da400a59a6531b003f6c42da9a (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" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත",
    "Edit" : "සංස්කරණය",
    "Undo" : "පෙරසේ",
    "Info" : "තොරතුරු",
    "Success" : "සාර්ථකයි",
    "Warning" : "අවවාදයයි"
},
"nplurals=2; plural=(n != 1);");