1
|
|
|
OC.L10N.register( |
|
|
|
|
2
|
|
|
"analytics", |
3
|
|
|
{ |
4
|
|
|
"Value" : "Vērtība", |
5
|
|
|
"Saved" : "Saglabāts", |
6
|
|
|
"Select file" : "Izvēlēties failu", |
7
|
|
|
"Delete" : "Dzēst", |
8
|
|
|
"Done" : "Pabeigts", |
9
|
|
|
"OK" : "Labi", |
10
|
|
|
"Cancel" : "Atcelt", |
11
|
|
|
"Add" : "Pievienot", |
12
|
|
|
"Remove from favorites" : "Noņemt no izlases", |
13
|
|
|
"Delete folder" : "Dzēst mapi", |
14
|
|
|
"Add to favorites" : "Pievienot izlasei", |
15
|
|
|
"Share" : "Koplietot", |
16
|
|
|
"Save" : "Saglabāt", |
17
|
|
|
"Download" : "Lejupielādēt", |
18
|
|
|
"New" : "Jauns", |
19
|
|
|
"Share link" : "Koplietot saiti", |
20
|
|
|
"Link copied" : "Saite nokopēta", |
21
|
|
|
"new record" : "jauns ieraksts", |
22
|
|
|
"Type" : "Veids", |
23
|
|
|
"Notification" : "Paziņojums", |
24
|
|
|
"Date" : "Datums", |
25
|
|
|
"Year" : "Gads", |
26
|
|
|
"New in" : "Jauns", |
27
|
|
|
"View changelog" : "Skatīt izmaiņu sarakstu", |
28
|
|
|
"Search" : "Meklēt", |
29
|
|
|
"Total" : "Kopā", |
30
|
|
|
"Yes" : "Jā", |
31
|
|
|
"No" : "Nē", |
32
|
|
|
"Authentication" : "Autentifikācija", |
33
|
|
|
"Version" : "Versija", |
34
|
|
|
"Local" : "Lokāls", |
35
|
|
|
"File" : "Datne", |
36
|
|
|
"Announcements" : "Paziņojumi", |
37
|
|
|
"copy" : "kopēt", |
38
|
|
|
"The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", |
39
|
|
|
"Password" : "Parole", |
40
|
|
|
"Favorites" : "Favorīti", |
41
|
|
|
"Translate" : "Tulkot", |
42
|
|
|
"Back" : "Atpakaļ", |
43
|
|
|
"Settings" : "Iestatījumi", |
44
|
|
|
"Name" : "Vārds", |
45
|
|
|
"Advanced" : "Paplašināti", |
46
|
|
|
"Open documentation" : "Atvērt dokumentāciju", |
47
|
|
|
"Update" : "Atjaunināt", |
48
|
|
|
"Export" : "Eksportēt", |
49
|
|
|
"Description" : "Apraksts", |
50
|
|
|
"Import" : "Importēt", |
51
|
|
|
"Others" : "Citi", |
52
|
|
|
"Setting" : "Iestatījumi", |
53
|
|
|
"Title" : "Amats", |
54
|
|
|
"Copy" : "Kopēt", |
55
|
|
|
"Daily" : "Katru dienu", |
56
|
|
|
"Hourly" : "Ik stundu", |
57
|
|
|
"Unshare" : "Pārtraukt koplietošanu", |
58
|
|
|
"Password protection" : "Password protection", |
59
|
|
|
"Copy link" : "Kopēt saiti", |
60
|
|
|
"Color" : "Krāsa", |
61
|
|
|
"Get more information" : "Iegūt vairāk informācijas", |
62
|
|
|
"Create" : "Izveidot" |
63
|
|
|
}, |
64
|
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |
65
|
|
|
|
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.