fc846caeac23a55d7f326aba4eafe04d1cf4b8c8
[portal/sdk.git] /
1 'use strict';
2 angular.module("ngLocale", [], ["$provide", function($provide) {
3 var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
4 $provide.value("$locale", {
5   "DATETIME_FORMATS": {
6     "AMPMS": [
7       "AM",
8       "PM"
9     ],
10     "DAY": [
11       "\u10d9\u10d5\u10d8\u10e0\u10d0",
12       "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8",
13       "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8",
14       "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8",
15       "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8",
16       "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8",
17       "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"
18     ],
19     "ERANAMES": [
20       "\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7",
21       "\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"
22     ],
23     "ERAS": [
24       "\u10eb\u10d5. \u10ec.",
25       "\u10d0\u10ee. \u10ec."
26     ],
27     "FIRSTDAYOFWEEK": 0,
28     "MONTH": [
29       "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8",
30       "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8",
31       "\u10db\u10d0\u10e0\u10e2\u10d8",
32       "\u10d0\u10de\u10e0\u10d8\u10da\u10d8",
33       "\u10db\u10d0\u10d8\u10e1\u10d8",
34       "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8",
35       "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8",
36       "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd",
37       "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8",
38       "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8",
39       "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8",
40       "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"
41     ],
42     "SHORTDAY": [
43       "\u10d9\u10d5\u10d8",
44       "\u10dd\u10e0\u10e8",
45       "\u10e1\u10d0\u10db",
46       "\u10dd\u10d7\u10ee",
47       "\u10ee\u10e3\u10d7",
48       "\u10de\u10d0\u10e0",
49       "\u10e8\u10d0\u10d1"
50     ],
51     "SHORTMONTH": [
52       "\u10d8\u10d0\u10dc",
53       "\u10d7\u10d4\u10d1",
54       "\u10db\u10d0\u10e0",
55       "\u10d0\u10de\u10e0",
56       "\u10db\u10d0\u10d8",
57       "\u10d8\u10d5\u10dc",
58       "\u10d8\u10d5\u10da",
59       "\u10d0\u10d2\u10d5",
60       "\u10e1\u10d4\u10e5",
61       "\u10dd\u10e5\u10e2",
62       "\u10dc\u10dd\u10d4",
63       "\u10d3\u10d4\u10d9"
64     ],
65     "WEEKENDRANGE": [
66       5,
67       6
68     ],
69     "fullDate": "EEEE, dd MMMM, y",
70     "longDate": "d MMMM, y",
71     "medium": "d MMM, y HH:mm:ss",
72     "mediumDate": "d MMM, y",
73     "mediumTime": "HH:mm:ss",
74     "short": "dd.MM.yy HH:mm",
75     "shortDate": "dd.MM.yy",
76     "shortTime": "HH:mm"
77   },
78   "NUMBER_FORMATS": {
79     "CURRENCY_SYM": "GEL",
80     "DECIMAL_SEP": ",",
81     "GROUP_SEP": "\u00a0",
82     "PATTERNS": [
83       {
84         "gSize": 3,
85         "lgSize": 3,
86         "maxFrac": 3,
87         "minFrac": 0,
88         "minInt": 1,
89         "negPre": "-",
90         "negSuf": "",
91         "posPre": "",
92         "posSuf": ""
93       },
94       {
95         "gSize": 3,
96         "lgSize": 3,
97         "maxFrac": 2,
98         "minFrac": 2,
99         "minInt": 1,
100         "negPre": "-",
101         "negSuf": "\u00a0\u00a4",
102         "posPre": "",
103         "posSuf": "\u00a0\u00a4"
104       }
105     ]
106   },
107   "id": "ka",
108   "pluralCat": function(n, opt_precision) {  if (n == 1) {    return PLURAL_CATEGORY.ONE;  }  return PLURAL_CATEGORY.OTHER;}
109 });
110 }]);