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

si.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea3824d555bf84b960b5590e3469fcace38138b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_retention",
    {
    "Files retention" : "ගොනු රඳවා තබා ගැනීම",
    "{file} will be removed in 24 hours" : "{file} පැය 24 කින් ඉවත් කෙරේ",
    "Retention" : "රඳවා තබා ගැනීම",
    "Create" : "සාදන්න",
    "Days" : "දින",
    "Weeks" : "සති",
    "Months" : "මාස",
    "Years" : "වර්ෂ",
    "Not a number" : "අංකයක් නොවේ",
    "Yes" : "ඔව්",
    "No" : "නැහැ",
    "File retention" : "ගොනුව රඳවා තබා ගැනීම",
    "Time" : "වේලාව"
},
"nplurals=2; plural=(n != 1);");