1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Dataset" : "მონაცემთა კრებული", |
||
5 | "Data" : "მონაცემები", |
||
6 | "Automation" : "ავტომატიზაცია", |
||
7 | "Data maintenance is not possible for this type of report" : "მონაცემთა მოვლა ხელმიუწვდომია ამ ანაგარიშის ტიპისთვის", |
||
8 | "Choose a data source from the dropdown and press \"+\"" : "აირჩიეთ მონაცემთა წყარო ჩამოშლადი სიიდან და დააჭრეთ \"+\"-ს", |
||
9 | "Choose a data load from the list to change its settings" : "აირჩიეთ მონაცემთა დატვირთვა სიიდან მისი პარამეტრების შესაცვლელად", |
||
10 | "Filter by" : "გაფილტრვა...", |
||
11 | "Operator" : "ოპერატორი", |
||
12 | "Value" : "მნიშვნელობა", |
||
13 | "Please select data source" : "გთხოვთ, აირჩიოთ მონაცემთა წყარო", |
||
14 | "Saved" : "შენახული", |
||
15 | "Data load copied" : "მონაცემთა დატვირთვა კოპირებულია", |
||
16 | "Parameter missing" : "პარამეტრი არ არის", |
||
17 | "Delete data load" : "მონაცემთა დატვირთვის წაშლა", |
||
18 | "Are you sure?" : "დარწმუნებული ხართ?", |
||
19 | "Data source simulation" : "მონაცემთა წყაროს სიმულაცია", |
||
20 | "Load started" : "ჩატვირთვა დაიწყო", |
||
21 | "records inserted" : "ჩანაწერი ჩაესვა", |
||
22 | "records updated" : "ჩანაწერი განახლდა", |
||
23 | "errors" : "შეცდომა", |
||
24 | "deletions" : "წაშლა", |
||
25 | "Select file" : "აირჩიეთ ფაილი", |
||
26 | "No changes possible" : "ცვლილება შეუძლებელია", |
||
27 | "This dataset is not used!" : "ეს მონაცემთა კრებული არ გამოიყენება!", |
||
28 | "Delete" : "Delete", |
||
29 | "Done" : "Done", |
||
30 | "Loading" : "Loading", |
||
31 | "OK" : "OK", |
||
32 | "Cancel" : "Cancel", |
||
33 | "Filter" : "Filter", |
||
34 | "Add" : "Add", |
||
35 | "Bar" : "Bar", |
||
36 | "Overview" : "Overview", |
||
37 | "Remove from favorites" : "Remove from favorites", |
||
38 | "Delete folder" : "Delete folder", |
||
39 | "Add to favorites" : "Add to favorites", |
||
40 | "Share" : "Share", |
||
41 | "Save" : "Save", |
||
42 | "Download" : "Download", |
||
43 | "Report" : "Report", |
||
44 | "New" : "New", |
||
45 | "Share link" : "Share link", |
||
46 | "Link copied" : "Link copied", |
||
47 | "Type" : "Type", |
||
48 | "Notification" : "Notification", |
||
49 | "Date" : "Date", |
||
50 | "Year" : "Year", |
||
51 | "New in" : "New in", |
||
52 | "View changelog" : "View changelog", |
||
53 | "Search" : "Search", |
||
54 | "Yes" : "Yes", |
||
55 | "No" : "No", |
||
56 | "More options" : "More options", |
||
57 | "Authentication" : "Authentication", |
||
58 | "Version" : "Version", |
||
59 | "Local" : "Local", |
||
60 | "File" : "File", |
||
61 | "Announcements" : "Announcements", |
||
62 | "copy" : "copy", |
||
63 | "The password is wrong. Try again." : "The password is wrong. Try again.", |
||
64 | "Password" : "პაროლი", |
||
65 | "Favorites" : "Favorites", |
||
66 | "Translate" : "Translate", |
||
67 | "Back" : "Back", |
||
68 | "Settings" : "Settings", |
||
69 | "Name" : "Name", |
||
70 | "Advanced" : "Advanced", |
||
71 | "Open documentation" : "Open documentation", |
||
72 | "Update" : "Update", |
||
73 | "Export" : "Export", |
||
74 | "Description" : "Description", |
||
75 | "Import" : "Import", |
||
76 | "Copy" : "Copy", |
||
77 | "Daily" : "Daily", |
||
78 | "Hourly" : "Hourly", |
||
79 | "Basic settings" : "Basic settings", |
||
80 | "Unshare" : "Unshare", |
||
81 | "Password protection" : "Password protection", |
||
82 | "Copy link" : "Copy link", |
||
83 | "Color" : "Color", |
||
84 | "Get more information" : "Get more information", |
||
85 | "Create" : "Create" |
||
86 | }, |
||
87 | "nplurals=2; plural=(n!=1);"); |
||
88 |
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.