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

si.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7c0494fc8d0980e26f298bc61e067d90fe6b5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OC.L10N.register(
    "passman",
    {
    "General" : "සමාන්‍යය",
    "Good" : "හොඳයි",
    "Username" : "පරිශීලක නාමය",
    "File" : "ගොනුව",
    "Add" : "එකතු කරන්න",
    "Value" : "අගය",
    "Actions" : "ක්‍රියාමාර්ග",
    "Empty" : "හිස්",
    "Filename" : "ගොනු නාමය",
    "Size" : "ප්‍රමාණය",
    "Secret" : "රහස",
    "Disabled" : "අබල කර ඇත",
    "Version" : "අනුවාදය",
    "Uploading" : "උඩුගත වෙමින්",
    "User" : "පරිශීලක",
    "Read" : "කියවීම",
    "Write" : "ලිවීම",
    "Files" : "ගොනු",
    "Details" : "විස්තර",
    "Save" : "සුරකින්න",
    "Cancel" : "අවලංගු කරන්න",
    "Settings" : "සැකසුම්",
    "Account" : "ගිණුම",
    "Password" : "මුර පදය",
    "Email" : "විද්‍යුත් තැපෑල",
    "Notes" : "සටහන්",
    "Edit" : "සංස්කරණය",
    "Share" : "බෙදාගන්න",
    "Date" : "දිනය",
    "Accept" : "පිළිගන්න",
    "Decline" : "ප්‍රතික්ෂේප",
    "Loading …" : "පූරණය වෙමින් …",
    "Description" : "විස්තරය",
    "E-mail" : "විද්‍යුත් තැපෑල",
    "seconds ago" : "තත්පර කිහිපයකට පෙර"
},
"nplurals=2; plural=(n != 1);");