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

si.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cd17d0b2367d5b5c84691d2ec5fd632e13c570f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "tasks",
    {
    "Important" : "වැදගත්",
    "Today" : "අද",
    "Week" : "සතිය",
    "All" : "සියල්ල",
    "Completed" : "සම්පුර්ණයි",
    "Tasks" : "කාර්යයන්",
    "Edit" : "සංස්කරණය",
    "Copy private link" : "පුද්ගලික සබැඳිය පිටපත් කරන්න",
    "Download" : "බාගන්න",
    "Cancel" : "අවලංගු කරන්න",
    "Save" : "සුරකින්න",
    "Tomorrow" : "හෙට"
},
"nplurals=2; plural=(n != 1);");