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

ta.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30379dcd6197b5d13f2bddb8850bcdd1e7da08f8 (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
OC.L10N.register(
    "passman",
    {
    "General" : "பொதுவான",
    "Done" : "Done",
    "Share link" : "Share link",
    "Username" : "பயனாளர் பெயர்",
    "File" : "File",
    "Add" : "சேர்க்க",
    "Type" : "வகை",
    "Actions" : "செயல்கள்",
    "Size" : "அளவு",
    "Expiration date" : "காலவதியாகும் திகதி",
    "Export" : "ஏற்றுமதி",
    "Import" : "இறக்குமதி",
    "Uploading" : "Uploading",
    "User" : "User",
    "Files" : "கோப்புகள்",
    "Pending" : "நிலுவையிலுள்ள",
    "Details" : "விவரங்கள்",
    "by" : "மூலம்",
    "Save" : "சேமிக்க ",
    "Cancel" : "இரத்து செய்க",
    "Settings" : "அமைப்புகள்",
    "Unshare" : "பகிரப்படாதது",
    "Password" : "கடவுச்சொல்",
    "URL" : "URL",
    "Notes" : "குறிப்புகள்",
    "Edit" : "தொகுக்க",
    "Delete" : "நீக்குக",
    "Share" : "பகிர்வு",
    "Date" : "Date",
    "Tags" : "சீட்டுகள்",
    "Description" : "விவரிப்பு",
    "seconds ago" : "செக்கன்களுக்கு முன்"
},
"nplurals=2; plural=(n != 1);");