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

si_LK.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90fac8266c1b6f55cb93730e96c965c0828f77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "lib",
    {
    "today" : "අද",
    "yesterday" : "ඊයේ",
    "last month" : "පෙර මාසයේ",
    "last year" : "පෙර අවුරුද්දේ",
    "seconds ago" : "තත්පරයන්ට පෙර",
    "__language_name__" : "සිංහල",
    "Apps" : "යෙදුම්",
    "Users" : "පරිශීලකයන්",
    "Application is not enabled" : "යෙදුම සක්‍රිය කර නොමැත",
    "Authentication error" : "සත්‍යාපන දෝෂයක්",
    "Token expired. Please reload page." : "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න"
},
"nplurals=2; plural=(n != 1);");