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

si.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df3ae3e9c37ea6f3ddd338aa16041f920234b590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "polls",
    {
    "Group" : "සමූහය",
    "User" : "පරිශීලක",
    "New comment …" : "නව අදහසක්…",
    "Cancel" : "අවලංගු කරන්න",
    "Settings" : "සැකසුම්",
    "OK" : "හරි",
    "Week" : "සතිය",
    "Login" : "පිවිසෙන්න",
    "Owner" : "හිමිකරු",
    "Details" : "විස්තර",
    "Shares" : "බෙදාගැනීම්",
    "Comments" : "අදහස්",
    "Description" : "විස්තරය",
    "No" : "නැහැ",
    "Yes" : "ඔව්",
    "Day" : "දිනය",
    "Month" : "මාසය",
    "Year" : "වර්ෂය"
},
"nplurals=2; plural=(n != 1);");