Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / i / test / inflector / cases.js
1 (function() {
2
3   module.exports = {
4     SingularToPlural: {
5       "search": "searches",
6       "switch": "switches",
7       "fix": "fixes",
8       "box": "boxes",
9       "process": "processes",
10       "address": "addresses",
11       "case": "cases",
12       "stack": "stacks",
13       "wish": "wishes",
14       "fish": "fish",
15       "jeans": "jeans",
16       "funky jeans": "funky jeans",
17       "my money": "my money",
18       "category": "categories",
19       "query": "queries",
20       "ability": "abilities",
21       "agency": "agencies",
22       "movie": "movies",
23       "archive": "archives",
24       "index": "indices",
25       "wife": "wives",
26       "safe": "saves",
27       "half": "halves",
28       "move": "moves",
29       "salesperson": "salespeople",
30       "person": "people",
31       "spokesman": "spokesmen",
32       "man": "men",
33       "woman": "women",
34       "basis": "bases",
35       "diagnosis": "diagnoses",
36       "diagnosis_a": "diagnosis_as",
37       "datum": "data",
38       "medium": "media",
39       "stadium": "stadia",
40       "analysis": "analyses",
41       "node_child": "node_children",
42       "child": "children",
43       "experience": "experiences",
44       "day": "days",
45       "comment": "comments",
46       "foobar": "foobars",
47       "newsletter": "newsletters",
48       "old_news": "old_news",
49       "news": "news",
50       "series": "series",
51       "species": "species",
52       "quiz": "quizzes",
53       "perspective": "perspectives",
54       "ox": "oxen",
55       "photo": "photos",
56       "buffalo": "buffaloes",
57       "tomato": "tomatoes",
58       "dwarf": "dwarves",
59       "elf": "elves",
60       "information": "information",
61       "equipment": "equipment",
62       "bus": "buses",
63       "status": "statuses",
64       "status_code": "status_codes",
65       "mouse": "mice",
66       "louse": "lice",
67       "house": "houses",
68       "octopus": "octopi",
69       "virus": "viri",
70       "alias": "aliases",
71       "portfolio": "portfolios",
72       "vertex": "vertices",
73       "matrix": "matrices",
74       "matrix_fu": "matrix_fus",
75       "axis": "axes",
76       "testis": "testes",
77       "crisis": "crises",
78       "rice": "rice",
79       "shoe": "shoes",
80       "horse": "horses",
81       "prize": "prizes",
82       "edge": "edges",
83       "cow": "kine",
84       "database": "databases",
85       "safe": "safes",
86       "belief": "beliefs",
87       "gaffe": "gaffes",
88       "cafe": "cafes",
89       "caffe": "caffes",
90       "life": "lives",
91       "wife": "wives",
92       "save": "saves",
93       "fife": "fifes",
94       "carafe": "carafes",
95       "giraffe": "giraffes",
96       "elf": "elves",
97       "calf": "calves",
98       "bookshelf": "bookshelves",
99       "wolf": "wolves",
100       "half": "halves",
101       "meatloaf": "meatloaves",
102       "loaf": "loaves",
103       "oaf": "oafs",
104       "jefe": "jefes",
105       "afterlife": "afterlives",
106     },
107     CamelToUnderscore: {
108       "Product": "product",
109       "SpecialGuest": "special_guest",
110       "ApplicationController": "application_controller",
111       "Area51Controller": "area51_controller"
112     },
113     UnderscoreToLowerCamel: {
114       "product": "product",
115       "Widget": "widget",
116       "special_guest": "specialGuest",
117       "application_controller": "applicationController",
118       "area51_controller": "area51Controller"
119     },
120     CamelToUnderscoreWithoutReverse: {
121       "HTMLTidy": "html_tidy",
122       "HTMLTidyGenerator": "html_tidy_generator",
123       "FreeBSD": "free_bsd",
124       "HTML": "html"
125     },
126     CamelWithModuleToUnderscoreWithSlash: {
127       "Admin.Product": "admin/product",
128       "Users.Commission.Department": "users/commission/department",
129       "UsersSection.CommissionDepartment": "users_section/commission_department"
130     },
131     ClassNameToForeignKeyWithUnderscore: {
132       "Person": "person_id",
133       "MyApplication.Billing.Account": "account_id"
134     },
135     ClassNameToForeignKeyWithoutUnderscore: {
136       "Person": "personid",
137       "MyApplication.Billing.Account": "accountid"
138     },
139     ClassNameToTableName: {
140       "PrimarySpokesman": "primary_spokesmen",
141       "NodeChild": "node_children"
142     },
143     UnderscoreToHuman: {
144       "employee_salary": "Employee salary",
145       "employee_id": "Employee",
146       "underground": "Underground"
147     },
148     MixtureToTitleCase: {
149       'bullet_record': 'Bullet Record',
150       'BulletRecord': 'Bullet Record',
151       'bullet web service': 'Bullet Web Service',
152       'Bullet Web Service': 'Bullet Web Service',
153       'Bullet web service': 'Bullet Web Service',
154       'bulletwebservice': 'Bulletwebservice',
155       'Bulletwebservice': 'Bulletwebservice',
156       "pavan's code": "Pavan's Code",
157       "Pavan's code": "Pavan's Code",
158       "pavan's Code": "Pavan's Code"
159     },
160     OrdinalNumbers: {
161       "-1": "-1st",
162       "-2": "-2nd",
163       "-3": "-3rd",
164       "-4": "-4th",
165       "-5": "-5th",
166       "-6": "-6th",
167       "-7": "-7th",
168       "-8": "-8th",
169       "-9": "-9th",
170       "-10": "-10th",
171       "-11": "-11th",
172       "-12": "-12th",
173       "-13": "-13th",
174       "-14": "-14th",
175       "-20": "-20th",
176       "-21": "-21st",
177       "-22": "-22nd",
178       "-23": "-23rd",
179       "-24": "-24th",
180       "-100": "-100th",
181       "-101": "-101st",
182       "-102": "-102nd",
183       "-103": "-103rd",
184       "-104": "-104th",
185       "-110": "-110th",
186       "-111": "-111th",
187       "-112": "-112th",
188       "-113": "-113th",
189       "-1000": "-1000th",
190       "-1001": "-1001st",
191       "0": "0th",
192       "1": "1st",
193       "2": "2nd",
194       "3": "3rd",
195       "4": "4th",
196       "5": "5th",
197       "6": "6th",
198       "7": "7th",
199       "8": "8th",
200       "9": "9th",
201       "10": "10th",
202       "11": "11th",
203       "12": "12th",
204       "13": "13th",
205       "14": "14th",
206       "20": "20th",
207       "21": "21st",
208       "22": "22nd",
209       "23": "23rd",
210       "24": "24th",
211       "100": "100th",
212       "101": "101st",
213       "102": "102nd",
214       "103": "103rd",
215       "104": "104th",
216       "110": "110th",
217       "111": "111th",
218       "112": "112th",
219       "113": "113th",
220       "1000": "1000th",
221       "1001": "1001st"
222     },
223     UnderscoresToDashes: {
224       "street": "street",
225       "street_address": "street-address",
226       "person_street_address": "person-street-address"
227     }
228   };
229
230 }).call(this);