@ailaw/venus 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +6 -0
  2. package/dist/ar.js +1505 -0
  3. package/dist/ar2.js +2624 -0
  4. package/dist/ar3.js +744 -0
  5. package/dist/ben.js +1519 -0
  6. package/dist/ben2.js +2654 -0
  7. package/dist/ben3.js +793 -0
  8. package/dist/ch.js +1633 -0
  9. package/dist/ch2.js +2627 -0
  10. package/dist/ch3.js +744 -0
  11. package/dist/en.js +1521 -0
  12. package/dist/en2.js +2700 -0
  13. package/dist/en3.js +863 -0
  14. package/dist/es.js +1633 -0
  15. package/dist/es2.js +2625 -0
  16. package/dist/es3.js +744 -0
  17. package/dist/fa.js +1505 -0
  18. package/dist/fa2.js +2623 -0
  19. package/dist/fa3.js +744 -0
  20. package/dist/fr.js +1505 -0
  21. package/dist/fr2.js +2625 -0
  22. package/dist/fr3.js +744 -0
  23. package/dist/hi.js +1631 -0
  24. package/dist/hi2.js +2625 -0
  25. package/dist/hi3.js +744 -0
  26. package/dist/ht.js +1505 -0
  27. package/dist/ht2.js +2625 -0
  28. package/dist/ht3.js +744 -0
  29. package/dist/hy.js +1505 -0
  30. package/dist/hy2.js +2625 -0
  31. package/dist/hy3.js +744 -0
  32. package/dist/jp.js +1519 -0
  33. package/dist/jp2.js +2653 -0
  34. package/dist/jp3.js +793 -0
  35. package/dist/ko.js +1627 -0
  36. package/dist/ko2.js +2625 -0
  37. package/dist/ko3.js +744 -0
  38. package/dist/nep.js +1519 -0
  39. package/dist/nep2.js +2655 -0
  40. package/dist/nep3.js +793 -0
  41. package/dist/pt.js +1505 -0
  42. package/dist/pt2.js +2625 -0
  43. package/dist/pt3.js +744 -0
  44. package/dist/ru.js +1630 -0
  45. package/dist/ru2.js +2625 -0
  46. package/dist/ru3.js +744 -0
  47. package/dist/style.css +1 -1
  48. package/dist/venus.es.js +5654 -172
  49. package/package.json +6 -5
  50. package/dist/hooks/useMe/index.d.ts +0 -2
  51. package/dist/hooks/useMe/me.gql.d.ts +0 -1
  52. package/dist/hooks/useMe/types.d.ts +0 -4
  53. package/dist/hooks/useT.d.ts +0 -1
  54. package/dist/index.d.ts +0 -3
  55. package/dist/languages/en.d.ts +0 -38
  56. package/dist/languages/index.d.ts +0 -3
  57. package/dist/new-task/aFileUploader.vue.d.ts +0 -37
  58. package/dist/profile-select/gqls/profile.gql.d.ts +0 -2
  59. package/dist/profile-select/hooks/useCreateProfile.d.ts +0 -5
  60. package/dist/profile-select/hooks/useProfiles.d.ts +0 -6
  61. package/dist/profile-select/index.vue.d.ts +0 -30
  62. package/dist/profile-select/profile-create-modal.vue.d.ts +0 -54
  63. package/dist/profile-select/profile-select-item.vue.d.ts +0 -15
  64. package/dist/profile-select/profile-selector.vue.d.ts +0 -41
  65. package/dist/profile-select/profile-type-select.vue.d.ts +0 -32
  66. package/dist/profile-type-icon/index.vue.d.ts +0 -19
  67. package/dist/task-form/index.vue.d.ts +0 -55
  68. package/dist/task-form/useChangeVal.d.ts +0 -2
  69. package/dist/types/common.d.ts +0 -31
  70. package/dist/types/profile.d.ts +0 -8
  71. package/dist/types/task.d.ts +0 -93
  72. package/dist/venus.cjs.js +0 -49
package/dist/en.js ADDED
@@ -0,0 +1,1521 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ import lang2 from "./en2.js";
21
+ import lang3 from "./en3.js";
22
+ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
23
+ hi: "Welcome",
24
+ navi1: "Home",
25
+ navi2: "About Us",
26
+ navi3: "Services",
27
+ navi4: "Latest News",
28
+ sign1: "Sign in",
29
+ sign2: "Sign out",
30
+ sign3: "Dashboard",
31
+ sign4: "My Cases",
32
+ sign5: "Change Password",
33
+ footer1: "AILaw",
34
+ footer2: "800 W El Camino Real Suite 180,",
35
+ footer3: "Mountain View, CA, 94040,",
36
+ footer4: "United States",
37
+ footer6: "Privacy & Legal",
38
+ footer7: "Legal Resources",
39
+ footer8: "Terms of Use",
40
+ footer9: "Privacy Policy",
41
+ footer10: "Contact Us",
42
+ footer11: "Business Contact: ",
43
+ footer12: "Technical Support: ",
44
+ footer13: "Career",
45
+ footer14: "Copyright@2018 AILaw Inc. All rights reserved",
46
+ slogan1: "Work visas",
47
+ slogan2: "made easy",
48
+ description: "Our AI-empowered work visa solution makes it easy for companies of all sizes to flawlessly manage work visas, with the industry's best success rates.",
49
+ schedule_btn: "Schedule consultation now",
50
+ why: "Why AILaw?",
51
+ reason1: "Higher success rate",
52
+ explain1: "With our predicative algorithm, AILaw's work visa filings can help attorneys improve approval rate and lower the probability to trigger a Request For Evidence.",
53
+ reason2: "Autopilot experience",
54
+ explain2: "From the first step to approval, AILaw provides a turn-key solution for all your work visa needs.",
55
+ reason3: "Experts at your fingertips",
56
+ explain3: "Provide your employees with comprehensive immigration legal coverage via our cloud-based platform.",
57
+ different: "How we're different",
58
+ question1: "No more strategic failures",
59
+ answer1: "Our smart decision system learns from top lawyers to make the best decisions possible and prevent dangerous strategic failures.",
60
+ question2: "No more waiting for answers",
61
+ answer2: "The convenient AILaw dashboard gives you a response from our lawyers within 24 hours, so your case can keep moving forward.",
62
+ question3: "No more expensive RFEs",
63
+ answer3: "RFEs are already a nightmare because they delay your case and pose a risk for denial, so instead of adding an RFE cost, we charge you less on your petition.",
64
+ question4: "No more confusion",
65
+ answer4: "To make the complex process simple and easy to understand, we keep you up to speed with every step of the process and our team is dedicated to answering your questions.",
66
+ testimonials: "Testimonials",
67
+ subtitle: "We grow together with the community",
68
+ cite1: '\u201CGetting my ideal candidates on board by using AILaw was such a joy. They made the work visa application go so smoothly and responded to our needs in a very timely fashion."',
69
+ cite_from1: "\u2014\u2014 Alicia, owner of a tech startup",
70
+ cite2: `\u201CI don't feel like a client to AILaw but more like we are on the same boat. Our H-1B RFE rate is now unprecedentedly low."`,
71
+ cite_from2: "\u2014\u2014 Larry, owner of a logistic company",
72
+ ready1: "Ready to",
73
+ ready2: "dive in?",
74
+ ready33: "",
75
+ ready3: " of customers say it's easy to get set up",
76
+ request1: "Just getting",
77
+ request2: "your feet wet?",
78
+ request_btn: "Request a free demo",
79
+ consultation1: "What can I help you with?",
80
+ consultation2: "I am an employer",
81
+ consultation21: "Talk to a sales representative",
82
+ consultation3: "I am an employee",
83
+ consultation31: "Talk to an attorney",
84
+ about_navi1: "Why AILaw",
85
+ about_navi2: "Success Story",
86
+ about_navi3: "Partner",
87
+ about_desc: "AILaw provides technology-empowered immigration management platform for enterprises. Our team comprises of well-known immigration lawyers from big law firms, and also machine learning experts from tech giants such as Facebook and Pinterest. AILaw is dedicated to helping companies with their work visa applications especially H-1B, L-1, and EB-1, EB-2, EB-3. With our predictive algorithm, AILaw's work visa filings can help attorneys improve approval rate and lower the probability to trigger a Request For Evidence.",
88
+ value: "Value Proposition",
89
+ value1: "Higher Success Rate, Lower RFE Rate",
90
+ value11: "With our predictive algorithm, AILaw's work visa filings have a ",
91
+ value12: " higher approval rate and are ",
92
+ value13: " less likely to trigger a Request For Evidence, compared to the market average.",
93
+ value2: "Cloud-Based Platform",
94
+ value21: "Our platform helps employer, employee, and lawyer to share, view, and work on forms and documents simultaneously without passing those materials around. In the meantime, our built-in auto-filling system can greatly improve the efficiency of the filing process. Based on our calculation, our platform helps employers and employees save averagely more than ",
95
+ value22: " of time in application process.",
96
+ value3: "Autopilot Experience",
97
+ value31: "With the built-in flowchart, our platform will guide the employers and employees through the whole application process, tremendously improving the user- experience. A ",
98
+ value32: " satisfaction rate so far.",
99
+ value4: "Instant Connection",
100
+ value41: "Any messages, emails, or phones calls from employer and employee will be replied by our lawyers as soon as possible. So far, the average response time is around 6 hours, and we have averagely saved employers ",
101
+ value42: " hours and saved employees ",
102
+ value43: " hours.",
103
+ value5: "Key Information Highlight",
104
+ value51: "When a case was approved, our system will generate a simple summary of the case that contains key information which employer and employee should understand and remember for future reference.",
105
+ value6: "Notification & reminder emails",
106
+ value61: "Notification emails will be automatically sent out by our system to both employer and employee when a task was completed, or an action was required. Meanwhile, reminder emails will be sent out when any existing forms or visas were about to expire.",
107
+ story: "Success Story",
108
+ story1: "Achieved approval for previously denied case",
109
+ story11: "CW is a young tech company based in Mountain View, CA, with about 9 employees. In 2017 the company filed an H-1B for its business analyst, but the case was denied because it did not establish that the position was a specialty occupation.",
110
+ story12: "The beneficiary had MBA and in the petition, her position was filed as \u201CGeneral and Operation Manager\u201D. It is difficult to establish that a general manager is a specialty occupation in such a small entity. This is a common reason for H-1B RFE and denial.",
111
+ story13: "In 2018 CW found us and we helped find the matching job category for the new petition. We chose the position category \u201CManagement Analyst\u201D for her petition and submitted comprehensive evidence in the initial filing. She successfully obtained the approval without RFE.",
112
+ story2: "Job category chosen can make a difference",
113
+ story21: "BX is a multinational company specializing in PR services. We learned from its HR that 3 of their H-1B cases in 2017 got RFE and one of them was denied. We reviewed these cases and found that most of the RFEs are triggered by the inappropriate choice of job categories.",
114
+ story22: "The beneficiaries with Marketing background were petitioned as \u201Cbusiness intelligence analyst\u201D which is under the \u201CComputer occupations, all other\u201D umbrella. Firstly, a marketing background and computer occupations do not match; secondly, \u201Call other\u201D umbrella occupations are highly likely to trigger RFEs.",
115
+ story23: "We helped BX with the H-1Bs in 2018, changing the occupation to \u201CMarketing research analyst\u201D. We successfully avoid RFEs for the same positions and got approval for all its petitions.",
116
+ story3: "Startup business lacking business viability evidence",
117
+ story31: "LS is a one-year-old financial tech startup company based in San Jose, CA, which needed to file H-1B in May 2018 for a Data Scientist. When they are ready to file, it had almost no revenue, only 4 employees who in a shared office space.",
118
+ story32: "The situation of LS is very likely to raise the doubt about its business viability. Small and young startups often face this difficulty because, without a strongly viable business, the position in the H-1B petition has no standing. Therefore, RFEs are very common for young startup companies. ",
119
+ story33: "We understood the key points for startup company H-1Bs, and successfully established the petitioning company\u2019s business viability by presenting LS\u2019 business plan, financial projection, hiring projection, etc. The case was approved without RFE.",
120
+ story4: "3rd party placement needs more details in contracts",
121
+ story41: "TS is a software service company based in New York, NY. It needs to hire a project manager who will work at TS\u2019 client\u2019s location for an urgent project in Detroit, MI. The H-1B petition got RFE because the petition lacked evidence for the itinerary and contracts. Client found us for help with RFE response.",
122
+ story42: "The 3rd party placement H-1Bs have long been utilized and sometimes abused by some consulting companies. So in February 2018, USCIS issued a policy memo regulating the 3rd party placement H-1B requirements, and any petition lacking the details for the 3rd party placement arrangement will be RFE-ed or even denied.",
123
+ story43: "We provided detailed information about the contracts, itinerary, SOW, etc. about the position and the project in the response. And the case got approved within only 1 day after USCIS received the response.",
124
+ fee_cover: "What does the attorney fee cover?",
125
+ fee1: "Answering unlimited inquiries regarding the petition",
126
+ fee2: "Drafting petition letters",
127
+ fee3: "Completing immigration forms",
128
+ fee4: "Preparing petition packages and filing with the USCIS",
129
+ fee5: "Responding to the RFE (Request for Evidence) or NOID (Notice of Intent to Deny) if applicable (additional charge may apply)",
130
+ fee6: "Providing reference letters templates and revisions if applicable",
131
+ service_area: "Service Area",
132
+ service1: "H-1B Specialty Workers",
133
+ service11: "H-1B is an employment-based, non-immigrant classification for temporary workers. It allows U.S. employers to employ non-U.S. workers in specialty occupations. To obtain an H-1B visa, the employer must offer the worker a job in the U.S. and petition for the H-1B visa.",
134
+ service2: "L-1 Intracompany Transferee visa",
135
+ service21: "L-1 is an employment-based, temporary, non-immigrant visa for employees of multinational companies. It allows international companies to transfer foreign employees in a managerial or executive position, or employees with specialized knowledge, to the U.S. L-1 employees can continue to work for the same company, its parent, branch, subsidiary or affiliate in the U.S. ",
136
+ service22: "L-1 visa also helps small foreign businesses to expand to the U.S. by sending L-1 employees to the U.S. with the purpose of establishing an office in the U.S.",
137
+ service23: "L-1 visa holders are not required to stay in the U.S. for a continuous period of time to maintain L-1 status. The company must employ the L-1 visa holder on a full-time basis, but he/she may work for the company outside of the U.S. and still maintain L-1 status to work in the U.S.",
138
+ service3: "O-1 Individuals with Extraordinary Ability",
139
+ service31: "O-1 Status is an employment-based non-immigrant classification for individuals of extraordinary ability in the sciences, arts, education, business, or athletics. O-1 petitions may only be filed by a U.S. employer, a U.S. agent, or a foreign employer through a U.S. agent on behalf of the beneficiary. There are several different types of visas in the O category.",
140
+ service32: "O-1A: Individuals with an extraordinary ability in the sciences, education, business, or athletics.",
141
+ service33: "O-1B: Individuals with an extraordinary ability in the arts or the extraordinary achievement in the motion picture or television industry.",
142
+ service4: "EB-1A Individuals with Extraordinary Ability",
143
+ service41: "EB-1A is an employment-based, first-preference immigration classification for individuals who have distinguished themselves professionally in their fields of work or study.",
144
+ service5: "EB-1B Outstanding Professors and Researchers",
145
+ service51: "EB-1B is an employment based immigrant classification applies to professors and researchers who are internationally recognized as exceptional in a particular scientific or scholarly field. Unlike self-petitioned EB-1A visas, EB-1B visas are employer-sponsored.",
146
+ service6: "EB-1C Multinational Managers or Executives",
147
+ service61: "EB-1C is an employment-based, first-preference immigration classification for managers and executives which allows multinational companies to transfer their top-level employees to the U.S. as permanent residents. It foreign worker in the managerial, executive to the U.S. to continue employment with an office of the same employer, its parent, branch, subsidiary or affiliate.",
148
+ service7: "EB-2 National Interest Waiver",
149
+ service71: "A National Interest Waiver (NIW) petition is part of the employment-based, second-preference immigration category where the requirements of employment offer and Labor Certification are waived because the applicant\u2019s endeavor is in the \u201Cnational interest\u201D of U.S.",
150
+ service8: "EB-2/EB-3 Based on PERM Labor Certification",
151
+ service81: "EB-2 is an employment-based, second preference immigration classification for professionals holding an advanced degree or its equivalent, or a foreign national who has exceptional ability. EB-3 is an employment-based, second preference immigration classification for \u201Cskilled workers,\u201D \u201Cprofessionals,\u201D and \u201Cother workers.\u201D",
152
+ service9: "EB-5 Immigrant Investment Program",
153
+ service91: "EB-5 is an employment-based, fifth-preference immigration classification reserved for immigrants who have invested, or are in the process of investing, at least $1 million USD in a new commercial enterprise that employs at least 10 full-time U.S. workers. The minimum qualifying investment within a high-unemployment area or rural area in the U.S. is $500,000 USD. USCIS administers the EB-5 Program.",
154
+ service10: "E Treaty Traders and Treaty Investors",
155
+ service101: "E-1 and E-2 are nonimmigrant classifications available to citizens of foreign countries which have a treaty of commerce and navigation, or a bilateral investment treaty providing for nonimmigrant entries, with the U.S. They allow qualified treaty country nationals to live and work in the U.S.",
156
+ service102: "E-1 is a nonimmigrant classification allowing national of a treaty country to engage in international trade between the U.S. and the treaty country.",
157
+ service103: "E-2 is a nonimmigrant classification allowing a treaty country citizen when investing a substantial amount of capital in a U.S. business who wishes to develop and direct the operation in the U.S.",
158
+ case_progress: "Case Progress",
159
+ clearCaseStatus: "Clear Status",
160
+ total_cases: "Total cases",
161
+ balance: "Balance",
162
+ pay: "Pay",
163
+ payment: "Payment",
164
+ new_case: "New Case",
165
+ all: "All Cases",
166
+ open: "Open Cases",
167
+ completed: "Completed Cases",
168
+ empee_name: "Employee Name",
169
+ case_type: "Case Type",
170
+ start_date: "Start Date",
171
+ progress: "Progress",
172
+ operation: "Action",
173
+ todo: "To Do",
174
+ detail: "Detail",
175
+ del: "Delete",
176
+ my_todo: "My To-Do",
177
+ add_task: "Add Task",
178
+ editTask: "Edit Task",
179
+ task_name: "Task Name",
180
+ upload_file: "Upload File",
181
+ date_added: "Date Added",
182
+ decline_description: "Reasons for declining",
183
+ decline: "Decline",
184
+ status: "Status",
185
+ assigned_by: "Assigned By",
186
+ no_data: "No case yet",
187
+ setup_emper: "Set Up Employer Account",
188
+ add_case: "Add a New Case",
189
+ cancel: "Cancel",
190
+ invite: "Invite",
191
+ number: "Number",
192
+ total: "Total",
193
+ individual: "Individual",
194
+ petitioner: "Petitioner",
195
+ attorney: "Attorney",
196
+ pay_with: "Pay with",
197
+ back: "Back",
198
+ questinnaire: "Questionnaire",
199
+ submit: "Submit",
200
+ return: "Return",
201
+ submitNoValidation: "No validation submission",
202
+ desc: "Description",
203
+ uploaded_files: "Uploaded Files",
204
+ upload: "Upload",
205
+ reference: "Reference",
206
+ save: "Save",
207
+ print: "Print",
208
+ tripHistory: "Trip History",
209
+ endDayBeforeStartdate: "Date Ended Should Be Later Than Date Start",
210
+ dateError: "Date Error",
211
+ fillNa: 'Fill "N/A" into empty blank.',
212
+ fillNaTitle: 'Fill "N/A"',
213
+ fillNaDesc: 'This action will check all blanks and fill "N/A" to empty ones .',
214
+ fontSize: "Font Size",
215
+ state0: "Questionnaire to be completed",
216
+ state1: "Reviewing questionnaires",
217
+ state2: "Documents to be completed",
218
+ state3: "Finalizing by attorney",
219
+ state4: "Submitted to USCIS",
220
+ state5: "Approved",
221
+ state6: "Customer signature",
222
+ progress0: "Start",
223
+ progress1: "Collect Info",
224
+ progress2: "Prepare",
225
+ progress3: "Sign",
226
+ progress4: "Submit",
227
+ progress5: "USCIS Response",
228
+ weeks1: "1 day",
229
+ weeks2: "1-2 days",
230
+ weeks3: "2 weeks",
231
+ weeks4: "3-4 days",
232
+ weeks5: "",
233
+ del_confirm: "Do you confirm to delete this case?",
234
+ confirm: "Confirm",
235
+ h1bEmployer1: "Profile - 1",
236
+ h1bEmployer2: "Profile - 2",
237
+ h1bEmployer3: "Position Information - 1",
238
+ h1bEmployer4: "Position Information - 2",
239
+ h1bEmployee1: "Profile - 1",
240
+ h1bEmployee2: "Profile - 2",
241
+ h1bEmployee3: "Travel Record",
242
+ h1bEmployee4: "Education Background",
243
+ h1bEmployee5: "Work Experience",
244
+ h1bEmployee6: "Basis for H-1B",
245
+ h1bEmployee7: "Action Requested",
246
+ h1bEmployee9: "Public Benefits",
247
+ h1bEmployee8: "Additional Questions",
248
+ l1aEmployer1: "Profile - 1",
249
+ l1aEmployer2: "Profile - 2",
250
+ l1aEmployer3: "Employer Abroad Information",
251
+ l1aEmployer4: "Position Information",
252
+ l1aEmployer5: "Signatory Information",
253
+ l1aEmployee1: "Profile - 1",
254
+ l1aEmployee2: "Travel Record",
255
+ l1aEmployee3: "Additional Questions",
256
+ l1aEmployee4: "Education & Employment Information",
257
+ l1aEmployee5: "Public Benefits",
258
+ l1bEmployer1: "Profile - 1",
259
+ l1bEmployer2: "Profile - 2",
260
+ l1bEmployer3: "Employer Abroad Information",
261
+ l1bEmployer4: "Position Information",
262
+ l1bEmployer5: "Signatory Information",
263
+ l1bEmployee1: "Profile - 1",
264
+ l1bEmployee2: "Travel Record",
265
+ l1bEmployee3: "Additional Questions",
266
+ l1bEmployee4: "Education & Employment Information",
267
+ l1bEmployee5: "Public Benefits",
268
+ permEmployee1: "Profile - 1",
269
+ permEmployee2: "Profile - 2",
270
+ permEmployee3: "Travel Record",
271
+ permEmployee4: "Education Background",
272
+ permEmployee5: "Work Experience",
273
+ permEmployer1: "Profile - 1",
274
+ permEmployer2: "Profile - 2",
275
+ permEmployer3: "Position Information - 1",
276
+ permEmployer4: "Position Information - 2",
277
+ tnEmployer1: "Profile - 1",
278
+ tnEmployer2: "Profile - 2",
279
+ tnEmployer3: "Position Information - 1",
280
+ tnEmployer4: "Position Information - 2",
281
+ i485Employee1: "Principal Information",
282
+ i485Employee2: "Spouse\u2019s Information",
283
+ i485Employee3: "Dependent (Child 1) Information",
284
+ i485Employee4: "Dependent (Child 2) Information",
285
+ i130Employee1: "Petitioner Information - 1",
286
+ i130Employee2: "Petitioner Information - 2",
287
+ i130Employee3: "Petitioner Family Information",
288
+ i130Employee4: "Beneficiary Information - 1",
289
+ i130Employee5: "Beneficiary Information - 2",
290
+ i130Employee6: "Beneficiary Family Information",
291
+ i130Employee7: "Other I-130 Petition Information",
292
+ i130Attorney: "I-130 Attorney Worksheet",
293
+ i130AEmployee1: "Basic Information",
294
+ i130AEmployee2: "Address",
295
+ i130AEmployee3: "Family",
296
+ i130AEmployee4: "Employment History",
297
+ extendChangeNonimmigrantStatusEmployee1: "Personal Information",
298
+ extendChangeNonimmigrantStatusEmployee2: "Immigration Information",
299
+ extendChangeNonimmigrantStatusEmployee3: "Additional Question",
300
+ extendChangeNonimmigrantStatusEmployee4: "Other Applicant",
301
+ tnEmployee1: "Profile-1",
302
+ tnEmployee2: "Travel Record",
303
+ tnEmployee3: "Additional Questions",
304
+ tnEmployee4: "Public Benefits",
305
+ o1aEmployer1: "Profile - 1",
306
+ o1aEmployer2: "Profile - 2",
307
+ o1aEmployer3: "Position Information",
308
+ o1aEmployer4: "Signatory Information",
309
+ o1aEmployee1: "Profile - 1",
310
+ o1aEmployee2: "Travel Record",
311
+ o1aEmployee3: "Additional Questions",
312
+ o1aEmployee4: "Education & Employment Information",
313
+ o1aEmployee5: "Public Benefits",
314
+ p1aEmployer1: "Profile - 1",
315
+ p1aEmployer2: "Profile - 2",
316
+ p1aEmployer3: "Position Information",
317
+ p1aEmployer4: "Signatory Information",
318
+ p1aEmployee1: "Profile - 1",
319
+ p1aEmployee2: "Travel Record",
320
+ p1aEmployee3: "Additional Questions",
321
+ p1aEmployee4: "Public Benefits",
322
+ p1bEmployer1: "Profile - 1",
323
+ p1bEmployer2: "Profile - 2",
324
+ p1bEmployer3: "Position Information",
325
+ p1bEmployer4: "Signatory Information",
326
+ p1bEmployee1: "Profile - 1",
327
+ p1bEmployee2: "Travel Record",
328
+ p1bEmployee3: "Additional Questions",
329
+ p1bEmployee4: "Education & Employment Information",
330
+ p1sEmployer1: "Profile - 1",
331
+ p1sEmployer2: "Profile - 2",
332
+ p1sEmployer3: "Position Information",
333
+ p1sEmployer4: "Signatory Information",
334
+ p1sEmployee1: "Profile - 1",
335
+ p1sEmployee2: "Travel Record",
336
+ p1sEmployee3: "Additional Questions",
337
+ p1sEmployee4: "Public Benefits",
338
+ p2Employer1: "Profile - 1",
339
+ p2Employer2: "Profile - 2",
340
+ p2Employer3: "Position Information",
341
+ p2Employer4: "Signatory Information",
342
+ p2Employee1: "Profile - 1",
343
+ p2Employee2: "Travel Record",
344
+ p2Employee3: "Additional Questions",
345
+ p2Employee4: "Education & Employment Information",
346
+ p2sEmployer1: "Profile - 1",
347
+ p2sEmployer2: "Profile - 2",
348
+ p2sEmployer3: "Position Information",
349
+ p2sEmployer4: "Signatory Information",
350
+ p2sEmployee1: "Profile - 1",
351
+ p2sEmployee2: "Travel Record",
352
+ p2sEmployee3: "Additional Questions",
353
+ p2sEmployee4: "Education & Employment Information",
354
+ p3Employer1: "Profile - 1",
355
+ p3Employer2: "Profile - 2",
356
+ p3Employer3: "Position Information",
357
+ p3Employer4: "Signatory Information",
358
+ p3Employee1: "Profile - 1",
359
+ p3Employee2: "Travel Record",
360
+ p3Employee3: "Additional Questions",
361
+ p3Employee4: "Education & Employment Information",
362
+ p3sEmployer1: "Profile - 1",
363
+ p3sEmployer2: "Profile - 2",
364
+ p3sEmployer3: "Position Information",
365
+ p3sEmployer4: "Signatory Information",
366
+ p3sEmployee1: "Profile - 1",
367
+ p3sEmployee2: "Travel Record",
368
+ p3sEmployee3: "Additional Questions",
369
+ p3sEmployee4: "Education & Employment Information",
370
+ o1bEmployer1: "Profile - 1",
371
+ o1bEmployer2: "Profile - 2",
372
+ o1bEmployer3: "Position Information",
373
+ o1bEmployer4: "Signatory Information",
374
+ o1bEmployee1: "Profile - 1",
375
+ o1bEmployee2: "Travel Record",
376
+ o1bEmployee3: "Additional Questions",
377
+ o1bEmployee4: "Education & Employment Information",
378
+ o1bEmployee5: "Public Benefits",
379
+ personalInformationEmployee1: "Personal Information",
380
+ personalInformationEmployee2: "Travel Information",
381
+ personalInformationEmployee3: "Address",
382
+ companyName: "Legal Name of Company",
383
+ fullCompanyName: "Full Legal Name of Company",
384
+ fictName: "Fictitious Name",
385
+ dbaName: "Fictitious Business Name/DBA Name",
386
+ companyTeleNumber: "Company's Telephone Number",
387
+ contacter: "Contact Person",
388
+ firstName: "First Name",
389
+ lastName: "Last Name",
390
+ midName: "Middle Name",
391
+ phone: "Phone",
392
+ email: "Email",
393
+ emailAddress: "Email Address",
394
+ address: "Mailing Address",
395
+ mailaddress: "Mailing Address (U.S. address preference)",
396
+ businessAddress: "Business Address",
397
+ street: "Street",
398
+ apt: "Apt",
399
+ ste: "Ste",
400
+ flr: "Flr",
401
+ country: "Country/Region",
402
+ countryWithoutRegion: "Country",
403
+ citizenship: "Country of Citizenship",
404
+ state: "State",
405
+ province: "Province",
406
+ city: "City",
407
+ zip: "Zip",
408
+ zip_postal: "Zip/Postal",
409
+ postal: "Postal",
410
+ website: "Company Website",
411
+ websiteAlter: "website",
412
+ estabYear: "Year Established",
413
+ visaStat: "Visa Status During This Job",
414
+ nature: "Business Nature",
415
+ limit20: "(Please limit the answer to 80 characters. For example, Walmart is a retail business)",
416
+ worksheetWithoutValidation: "Skip required field(s)",
417
+ worksheetWithoutValidationNote1: "Note: You are attempting to skip required fields.",
418
+ worksheetWithoutValidationNote2: "Are you certain you want to proceed with incomplete information?",
419
+ worksheetWithoutValidationNote3: "Attorney might contact you for the incomplete part.",
420
+ noValidationWarning: "Please be aware that after checking this box, your submission will not include any validation on whether all required fields are filled.",
421
+ nextStep: "Save & Next",
422
+ saveReview: "Save & Review",
423
+ fein: "Federal Employer Identification Number",
424
+ sedd: "State Employment Development Department",
425
+ income: "Business Income",
426
+ grossIncome: "Most Recent Gross Annual Income",
427
+ netIncome: "Most Recent Net Annual Income",
428
+ capital: "Capital Investment (if business is start-up)",
429
+ businessHours: "Business Hours",
430
+ empeeNumber: "Number of Employees",
431
+ empeeNumber1: "Number of employees in the US",
432
+ empeeNumber2: "Number of full time employees in the US",
433
+ empeeNumber3: "Number of full time equivalent employees in the US, including all subsidiaries or branch offices",
434
+ empeeNumber4: "Number of H-1B employees in the US",
435
+ empeeNumber5: "Number of L-1A and L-1B employees in the US",
436
+ emperInfo1: "1. Is the employer an institution of higher education?",
437
+ emperInfo2: "2. Is the employer a nonprofit organization or entity related to or affiliated with an institution of higher education?",
438
+ emperInfo3: "3. Is the employer a nonprofit research organization or a governmental research organization?",
439
+ emperInfo4: "4. Is the employer a primary or secondary education institution?",
440
+ emperInfo5: "5. Is the employer a nonprofit entity that engages in an established curriculum-related clinical.",
441
+ emperInfo6: "6. Is the employer a willful violator? (An employer whom the U.S. Secretary of Labor has found, after notice and opportunity for a hearing, to have willfully failed to meet a condition of the labor condition application described in section 212(n) of the Immigration and Nationality Act.)",
442
+ emperInfo7: "7. Is this the first time sponsoring an H-1B?",
443
+ emperInfo8: "Has the Employer had a layoff within 6 months for the related position?",
444
+ emperInfo9: "If Yes, was the laid off U.S. worker notified and considered for the job opportunity?",
445
+ emperInfo10: "8. Number of employees in the US?",
446
+ emperInfo11: "9. Number of full time employees in the US?",
447
+ emperInfo12: "10. Number of full time equivalent employees in the US, including all subsidiaries or branch offices?",
448
+ yes: "Yes",
449
+ no: "No",
450
+ titleDuties: "Job Title and Duties",
451
+ jobTitle: "Job title for alien employee",
452
+ dutyDesc: "Detailed description of alien employee's job duties",
453
+ salary: "Salary",
454
+ salaryh1b: "Salary of Alien Employee (in USD)",
455
+ salaryOtherh1b: "Other compensations (in USD)",
456
+ expireReason: "Expired reason",
457
+ isFulltime: "Is the offered job full time?",
458
+ yearSalary: "Salary of Alien Employee per year (in USD)",
459
+ yearCompen: "Other compensations per year (in USD)",
460
+ hourSalary: "Salary of Alien Employee per hour (in USD)",
461
+ hourConpen: "Other compensations per hour (in USD)",
462
+ customSalary: "Salary of Alien Employee (in USD)",
463
+ weekHours: "How many hours per week?",
464
+ employPeriod: "Intended period of employment (if new H-1B,enter first day of next fiscal year.)",
465
+ employPeriodI129TN: "Intended period of employment",
466
+ from: "From",
467
+ to: "To",
468
+ diffAddress: "Will alien employee work at a different address from company mailing address?",
469
+ diffAddressEmployee: "Will alien employee work at a different address from your mailing address?",
470
+ diffBusinessAddress: "Will alien employee work at a different address from company business address?",
471
+ intendChangeAddress: "Does Employer intend to change address in the future?",
472
+ addressDiff: "If the answer is Yes, then specify the address below",
473
+ addressRelat: "How is this address related to the business?",
474
+ addressOpta: "a. Branch office address",
475
+ addressOptb: "b. End client\u2019s address",
476
+ addressOptc: "c. Other, explain",
477
+ endClientCompanyName: "End client's company name",
478
+ inCNMI: "Will the employee work only in the Commonwealth of the Northern Mariana Islands (CNMI)?",
479
+ workInCNMI: "Has the employee been working exclusively in the Commonwealth of the Northern Mariana Islands (CNMI) immediately before this petition?",
480
+ dirReport: "Direct report",
481
+ titleReport: "Title of person whom the Alien reports to",
482
+ signature: "Will the forms be signed by the same person who is listed as the contact person in Profile - 1?",
483
+ same: "Same",
484
+ diff: "Different",
485
+ title: "Title",
486
+ prevPetition: "Previous Petition",
487
+ recentPetit: "Your most recent I-797 receipt number, if any.",
488
+ noReceiptNum: "I don't have any Receipt Number",
489
+ legalName: "Legal Name",
490
+ otherName: "Other Name",
491
+ birthday: "Date of Birth (mm/dd/yyyy)",
492
+ gender: "Gender",
493
+ Male: "Male",
494
+ Female: "Female",
495
+ haveUSAddr: "Do you have a current residential U.S. address?",
496
+ USAddr: "Current Residential U.S. Address",
497
+ contact: "Contact",
498
+ birthDate: "Birth Date",
499
+ birthplace: "Birth Place",
500
+ birthInfo: "Birth Information",
501
+ ssn: "Social Security Number (9-digit number)",
502
+ alienNum: "Alien Number (If applicable) (Alien number is an eight or nine-digit number that can be found on I-797)",
503
+ foreignAddr: "Foreign Address (usually it's an address in your home country)",
504
+ interesting: "Does the Employee in this petition have ownership interest in Employer's company?",
505
+ explain: "If yes, please explain.",
506
+ explainForNo: "If no, please explain.",
507
+ beingUS: "Are you currently in the US?",
508
+ embassy: "Nearest US Embassy/Consulate",
509
+ embassyI129TN: "US Embassy/Consulate",
510
+ embassyCityI129TN: "This is the US Embassy/Consulate that you need to visit if you are going to obtain the visa outside the U.S.",
511
+ embassyCity: "This is the US Embassy/Consulate in your home country that you need to visit if you are going to obtain the visa outside the U.S.",
512
+ embassyCityI140: "This is the US Embassy/Consulate in the petitioner's home country that the petitioner needs to visit if the petitioner is going to obtain the visa outside the U.S.",
513
+ lastVisit: "Last Visit",
514
+ lastDate: "Date of Last Arrival",
515
+ lastPlace: "Place of Last Arrival into the U.S.",
516
+ i94: "I-94 Number",
517
+ pptInfoOption: "Your Passport or Travel Document Information",
518
+ pptInfo: "Passport Information",
519
+ pptNum: "Passport or Travel Document Number",
520
+ pptIssued: "Date Passport or Travel Document Issued",
521
+ pptExpire: "Date Passport or Travel Document Expires",
522
+ ppIsExpire: "Expired",
523
+ expireReasonExplain: "Enter reason",
524
+ pptCountry: "Country Where Passport or Travel Document Issued",
525
+ curStatus: "Current Nonimmigrant Status",
526
+ curStatusWithExplanation: "Current Immigration Status (for example, F-1 student, B-2 tourist, entered without inspection)",
527
+ statusExpire: "Date Status Expires",
528
+ others: "Others",
529
+ sevis: "SEVIS Number (if any)",
530
+ sevisNumber: "SEVIS Number",
531
+ ead: "EAD number, if any",
532
+ education: "Minimum Education Level Required",
533
+ educationLevel: "Beneficiary's Highest Level of Education ",
534
+ educationRequiredPERM: "Education and Experience Required for the Position",
535
+ otherRequirements: "Other Requirements (e.g. foreign language, special skills, etc.)",
536
+ travelRequired: "Percentage of travel required?",
537
+ detailsOfTravel: 'If "yes", please provide details of the travel required, such as the area(s), frequency and nature of the travel.',
538
+ yearsOfDegree: "Years of Experience",
539
+ superviseNumber: "Number of Employees Alien will supervise",
540
+ coveredByACWIA: "Is the employer covered by ACWIA?",
541
+ coveredByACWIAI129L: "Is your company covered by ACWIA?",
542
+ wageProcessing: "Wage Processing Information",
543
+ coveredByCBA: "Is the position covered by a Collective Bargaining Agreement?",
544
+ requestDBAorSCA: "Is the employer requesting consideration of Davis-Bacon (DBA) or McNamara Service Contract (SCA) Acts?",
545
+ DBAorSCA: "If yes, DBA or SCA?",
546
+ degreea: "No diploma",
547
+ degreeb: "High school graduate diploma or the equivalent (for example: GED)",
548
+ degreec: "Some college credit, but less than 1 year",
549
+ degreed: "One or more years of college, no degree",
550
+ degreee: "Associate's degree (for example: AA, AS)",
551
+ degreef: "Bachelor's degree (for example: BA, AB, BS)",
552
+ degreeg: "Master's degree (for example: MA, MS, MEng, MEd, MSW, MBA)",
553
+ degreeh: "Professional degree (for example: MD, DDS, DVM, LLB, JD)",
554
+ degreei: "Doctorate degree (for example: PhD, EdD)",
555
+ major: "Major/Primary Field of Study",
556
+ eduHistory: "Education History (please list all bachelor and above degree, starting with the highest degree first)",
557
+ isUSDegree: "Is this a US degree?",
558
+ institName: "Name of Institution",
559
+ streets: "Street Number and Name",
560
+ degreeField: "Field of Degree (For example, computer science, accounting)",
561
+ degreeType: "Type of Degree (For example, Bachelor, Master or PHD)",
562
+ h1bDegreeType: "Type of Degree",
563
+ dateStart: "Date Started",
564
+ dateAward: "Date Degree Awarded",
565
+ jobHistory: "Job History",
566
+ emperName: "Name of Employer",
567
+ emperAddr: "Address of Employer",
568
+ postTitle: "Position Title",
569
+ dateEnd: "Date Ended",
570
+ dateEndCurrent: "Date Ended (leave it blank if present)",
571
+ weekHour: "Hours Per Week",
572
+ jobDuty: "Job Duties",
573
+ reason: "Reason for H-1B petition:",
574
+ reasona: "You don't have H-1B right now. You will start working for a U.S. company as H-1B (Apply for new H-1B, e.g. OPT/CPT to H-1B).",
575
+ reasonb: "You will keep working for the same U.S. company as H-1B. Your job has not changed (H-1B extension).",
576
+ reasonc: "Your H-1B job has had small changes like changing your job title but not changing your job duties (Amendment). ",
577
+ reasond: "You are starting a new job with another company while you are still working for your current company as H-1B (Concurrent).",
578
+ reasone: "You have H-1B right now. You are applying to start a new job with a new company as H-1B (Transfer).",
579
+ reasonf: "Your H-1B job has had major changes, like changing your job duties or job location (Amendment).\n",
580
+ obtainBy: "How do you plan to get H-1B:",
581
+ obtainBya: "Obtain status abroad (You are outside the US or you will be outside the US between Apr 1st to Oct 1st)",
582
+ obtainByb: "Change status to H-1B and extend your time in US (You're in the US right now and you will transfer other type of visa to H-1B)",
583
+ obtainByc: "Extend your H-1B status: You already have an H-1B and you want it be extended or change of employer (H-1B Transfer)",
584
+ obtainByd: "Amend your H-1B status: Change of your job title, job duties or job location with the same company",
585
+ weldone: "Well done! We are almost there.",
586
+ h1baddition1: "Are you filing applications for your families? (Does your husband/wife or child need to apply for a H-4 status?)",
587
+ h1baddition2: "Are you in removal proceedings?",
588
+ h1baddition3: "Has this employer ever filed immigration petitions (E.g.\uFF1AEB-2/3 Green Card) for you?",
589
+ h1baddition4: "Has this employer ever filed non-immigration petitions (E.g: L-1; H-1B) for you?",
590
+ h1baddition5: "Have you ever held H-1B status before?",
591
+ h1baddition6: "Have you ever been denied H-1B status before?",
592
+ h1baddition7: "Have you ever been a J-1 exchange visitor or J-2 dependent?",
593
+ h1baddition8: "Please list prior periods of stay under an H or L classification in the United States for the last 6 years",
594
+ h1baddition8new: "Please list prior periods of stay under an H or L classification in the United States for the last 6 years. Do not include periods in which you were in a dependent status, for example, H-4 or L-2 status.",
595
+ l1addition1: "1. Are you filing applications for your families? (Does your husband/wife or child need to apply for a L-2 status?)",
596
+ l1addition2: "2. Are you in removal proceedings? (Removal proceedings are administrative proceedings to determine an alien\u2019s removability from the US and his/her eligibility for relief under the Immigration and Nationality Act. )",
597
+ l1addition3: "3. Has this employer filed immigration petitions (Green Card; EB2/3) for you?",
598
+ l1addition4: "4. Has this employer filed non-immigration petitions (L-1; H-1B) for you?",
599
+ l1addition5: "5. Have you ever held L-1 or H-1 status before?",
600
+ l1addition6: "6. Have you ever been denied L-1 status before?",
601
+ l1addition7: "7. Have you ever been a J-1 exchange visitor or J-2 dependent?",
602
+ l1addition8: "Please list prior periods of stay under an H or L classification in the United States for the last 6 years",
603
+ valid: "Still Valid?",
604
+ howmany: "How many?",
605
+ j1explain: "If yes, please explain if you are subject to J-1 home residency requirement.",
606
+ example1: 'If Yes, please explain. Provide the type of immigration petition, date of filing, and result of petition. E.g. "The employer filed I140 petition for the beneficiary on 1/1/2016. The petition was approved."',
607
+ example2: 'If Yes, please explain. Provide the type of nonimmigration petition, date of filing, result of petition, and granted duration of the status. E.g. "The employer filed H-1B petition for the beneficiary on 4/1/2016. The petition was approved and the status is valid until 9/10/2019."',
608
+ example3: "If Yes, please enter the following information found on your I797 Approval Notice.",
609
+ example4: 'If Yes, please explain. Provide the name of petitioner, type of nonimmigration petition, date of filing. E.g. "ABC, Inc. filed H-1B petition for the beneficiary on 4/1/2016. The petition was denied."',
610
+ example5: "If Yes, Please provide the dates you maintained status as a J-1 exchange visitor or J-2 dependent.",
611
+ l1example4: 'If Yes, please explain. Provide the name of petitioner, type of nonimmigration petition, date of filing. E.g. "ABC, Inc. filed L-1 petition for the beneficiary on 4/1/2016. The petition was denied."',
612
+ optional: "optional",
613
+ validFrom: "Valid From",
614
+ receiptNum: "Receipt Number",
615
+ edit: "Edit",
616
+ reviewTip: "Check the information below, edit or submit.",
617
+ allRight: "If everything looks good to you, please SUBMIT now.",
618
+ submitNow: "If YES you can submit now.",
619
+ returnOrSubmit: "Click SUBMIT if everything has been updated. Otherwise, click RETURN.",
620
+ attention: "Attention!",
621
+ attentionContent: "Please complete the following questionnaire thoroughly. We rely on the information you provide to assist in preparing the application forms.",
622
+ validEstablishedDate: "Please enter a number not more than current year",
623
+ startLaterThanEnd: "date ended should be later than date start",
624
+ earlierThanBirth: "Can not be earlier than birth .",
625
+ enterNumber: "Please enter a number",
626
+ compileTipTop: 'You may experience a "Timed Out" error if the list exceeds 50 files or the total size of the list exceeds 100 MB combined.',
627
+ compileTip1: '1. Click "Save" first, "Get Compiled PDF" will be available when saved successfully. ',
628
+ compileTip2: "2. You can sort out the list by dragging each entry of the list below.",
629
+ compileTip3: '3. When quitting the Compile board, the latest sort becomes the "New Original" sort automatically.',
630
+ compileTip4: '4. You can remove the task from the compile list by clicking the "Delete" icon. The deleted entry would turn grey and move down to the end of the compile list. Once saved, the grey entries are excluded from your printed Comple PDF. You can always reactivate them later by clicking "Recover Circle".',
631
+ compileTip5: "5. New accept tasks will add to the top of the compile list automatically.",
632
+ petitioninfo: "Petition Information",
633
+ puscis: "USCIS Online Account Number",
634
+ carename: "Name",
635
+ birthcity: "City of Birth",
636
+ birthstate: "State/Province of Birth",
637
+ birthcountry: "Country of Birth",
638
+ ethnicity: "Ethnicity",
639
+ hispanic: "Hispanic or Latino",
640
+ nothispan: "Not Hispanic or Latino",
641
+ race: "Race (Select all applicable boxes)",
642
+ white: "White",
643
+ asian: "Asian",
644
+ africanOrBlack: "Black or African American",
645
+ indianOrAlaska: "American India or Alaska Native",
646
+ hawaiiOrPacific: "Native Hawaiian or Other Pacific Islander",
647
+ height: "Height",
648
+ feet: "Height (Feet)",
649
+ inch: "Height (Inch)",
650
+ bioInfo: "Biographic Information",
651
+ weight: "Weight (lbs)",
652
+ pound: "Pounds",
653
+ eyecolor: "Eye Color",
654
+ black: "Black",
655
+ blue: "Blue",
656
+ brown: "Brown",
657
+ gray: "Gray",
658
+ green: "Green",
659
+ hazel: "Hazel",
660
+ maroon: "Maroon",
661
+ pink: "Pink",
662
+ unknown: "Unknown/Other",
663
+ haircolor: "Hair Color",
664
+ bald: "Bald (No hair)",
665
+ blond: "Blond",
666
+ red: "Red",
667
+ sandy: "Sandy",
668
+ physicalAddr: "Physical Address",
669
+ completeAddr: "Complete Address",
670
+ physicAddress: "Physical address for the last five years",
671
+ ifotheraddress: "Have you lived at a different address in the past five years",
672
+ samemailAddress: "Is your current mailing address the same as your physical address?",
673
+ preAddress: "Additional physical address history",
674
+ familyinfo: "Information about your dependent",
675
+ timemarry: "How many times have you been married?",
676
+ timebenemarry: "How many times have the beneficiary been married?",
677
+ marryState: "Current Marital Status",
678
+ marriageEndDay: "Date Marriage Ended",
679
+ single: "Single, Never Married",
680
+ married: "Married",
681
+ divorced: "Divorced",
682
+ widow: "Widowed",
683
+ separated: "Separated",
684
+ annulled: "Annulled",
685
+ dateMarry: "Date of Current Marriage",
686
+ spouseDeceased: "Spouse deceased",
687
+ spouse: "Spouse",
688
+ marriage: "Marital Status",
689
+ benemarriage: "Beneficiary Marital Status",
690
+ listSpouse: "Provide information about your prior Spouses (if any)",
691
+ listCurSpouse: "Provide information about your current Spouse",
692
+ listBenefiCurSpouse: "Provide information about beneficiary's current Spouse",
693
+ ifcannotfil: "If you cannot fill the blanks above, please list your reason here:",
694
+ listbeneSpouse: "Provide information about beneficiary's prior Spouses",
695
+ parentin: "Information About Your Parents",
696
+ benefiparentin: "Information About Beneficiary's Parents",
697
+ parent1info: "Parent 1's Information",
698
+ parent2info: "Parent 2's Information",
699
+ cityOfResidence: "City of Residence",
700
+ countyOfResidence: "Country of Residence",
701
+ filedForm765: "Have you previously field Form I-765?",
702
+ peadditionalinfo: "Additional Information",
703
+ iam: "I am a",
704
+ usCitizen: "U.S. Citizen",
705
+ lawfulresident: "Lawful Permanent Resident",
706
+ lawfulresiInfo: "Please provide information about petitioner's lawful residency admission",
707
+ citizenAcquire: "My citizenship was acquired through",
708
+ birthinUS: "Birth in the United States",
709
+ naturalization: "Naturalization",
710
+ parent: "Parent",
711
+ missparentinfo: "Missing parent's information! Please contact your Preparer",
712
+ beneficurrentin: "Are you currently in the U.S?",
713
+ certOfcitizen: "Have you obtained a Certificate of naturalization or a Certificate of Citizenship?",
714
+ confirmInfo: "Please enter and confirm the Certificate information for your client in Attorney Worksheet",
715
+ certnum: "Certificate Number",
716
+ placeIssue: "Place of Issuance",
717
+ dateIssue: "Date of Issuance",
718
+ admissionclass: "Class of Admission",
719
+ admissiondate: "Date of Admission",
720
+ admissionplace: "Place of Admission",
721
+ raceandeth: "Race & Ethnicity",
722
+ resithroughMarry: "Did you gain lawful permanent resident status through marriage to a U.S. citizen or lawful permanent resident?",
723
+ currentEmployment: "Current Employment",
724
+ unemployment: "I am currently unemployed",
725
+ employhist: "Employment History for last five years (current first)",
726
+ previousEmployment: "Previous employment history in the last five years",
727
+ employed: "Employed",
728
+ unemployed: "Currently Unemployed",
729
+ occupation: "Your Occupation",
730
+ prevemployer: "Employer",
731
+ empOrCompany: 'Name of Company (enter "Unemployed" if currently unemployed and leave other fields blank)',
732
+ employOrComp: "Name of Company",
733
+ stateorpro: "State/Province",
734
+ previousSpouses: "All Previous Spouses Information",
735
+ fillingPetitionFor: "You (petitioner) am filing this petition for your",
736
+ benefiinfo: "Information About Beneficiary",
737
+ everfile: "Has anyone else ever filed a petition for you?",
738
+ everfileNote: 'Select "Unknown" only if you do not know, and the beneficiary also does not know',
739
+ unknow: "Unknown",
740
+ everUS: "Were you ever in the U.S.?",
741
+ USadd: "The U.S. address beneficiary currently or intends to live",
742
+ outUSadd: 'The address outside the U.S. (leave "Street" and "Number" blank if do not apply)',
743
+ benefiInUS: "Is the beneficiary currently lives in U.S.?",
744
+ diffadd: "Is the beneficiary currently lives in the address different from the two address above?",
745
+ addiaddr: "Address the beneficiary currently lives",
746
+ relationship: "Relationship",
747
+ benefifamily: "Provide information about beneficiary's spouse and children",
748
+ person: "Person",
749
+ benefiotherinfo: "Other Information about beneficiary",
750
+ benefipreaddr: "Beneficiary's physical address for the last five years (current first)",
751
+ benefientryinfo: "Beneficiary's Entry Information",
752
+ benefieverin: "Was the beneficiary EVER in the United States?",
753
+ benefilastoutUSaddr: "The last address this beneficiary lived at outside the U.S.",
754
+ benefiintendto: "The U.S. address the beneficiary intends to live",
755
+ beneficurrentsameaddr: "Is the beneficiary currently living in the Outside U.S. address shown above?",
756
+ passportnum: "Passport Number",
757
+ traveldoc: 'Travel document number (use "None" for passport)',
758
+ i94expire: "Valid Until Date (shown on your I-94 or I-95)",
759
+ applyForAdjustmentStatus: "Are you going to apply for adjustment of status to that of a lawful permanent resident in the U.S?",
760
+ locationOfApplyForAdjustmentStatus: "You are going to take the Green Card interview at the USCIS office in:",
761
+ locationForImmigrantVisaAbroadAtUSConsulate: "You are going to apply for an immigrant visa abroad at the U.S. Consulate in: ",
762
+ everInAnImmigrationProceedings: "Were you ever in an immigration proceedings?",
763
+ immigrationProceedings: 'If you answered "Yes", select the type of proceedings and provide the location and date of the proceedings.',
764
+ immigrationProceedingsItem: "Type of proceedings, location and date of the proceedings ",
765
+ benefiemploy: "Beneficiary's Employment Information",
766
+ benefiemploydetail: "Employment Information",
767
+ benefiisemploy: 'Is beneficiary currently employed? (hit "Yes" even if employed outside of United States)',
768
+ benefivisatype: "You arrived as a (Class of Admission)",
769
+ ds: 'It shows as "D/S" on your I-94 or I-95',
770
+ g28isAttached: "Select this box if Form G-28 is attached",
771
+ empstartdate: "Date Employment began",
772
+ noProvince: "Select this box if province not applicable.",
773
+ proceedbefore: "Whether the beneficiary has received immigration proceedings before",
774
+ removal: "Removal",
775
+ exlusion: "Exclusion/Deportation",
776
+ rescission: "Rescission",
777
+ judicialpro: "Other Judicial Proceedings",
778
+ typeproceed: "Please select the type of proceedings",
779
+ date: "Date",
780
+ filingfor: "I (petitioner) am filing this petition for my",
781
+ iffillforfamily: "What is the relationship between the beneficiary and petitioner?",
782
+ broorsis: "Brother/Sister",
783
+ child: "Child",
784
+ bornaftermarry: "The child was born after the parents married to each other",
785
+ bornbeforemarry: "The child was born before the parents married to each other",
786
+ adoptchild: "The child was adopted",
787
+ steprel: "Stepchild/Stepparent",
788
+ relbyadop: "If the beneficiary is your (petitioner) brother/sister, are you (petitioner) related by adoption?",
789
+ resibyadop: "Did you gain lawful permanent resident status or citizenship through adoption?",
790
+ resibymarriage: "Did you gain lawful permanent resident status or citizenship through marriage to a U.S. citizen or lawful permanent resident?",
791
+ everlivetog: "Have you (petitioner) and your spouse (beneficiary) EVER lived together",
792
+ lastaddress: "Provide the last address you and your spouse physically lived together",
793
+ willapplyadj: "Will the beneficiary apply for adjustment of status in the United States?",
794
+ notadjapplyat: "The beneficiary will not apply for adjustment of status in the United States, but will apply for an immigrant visa abroad at U.S. Embassy or U.S. Consulate in",
795
+ adjapplyat: "The beneficiary is in the United States and will apply for adjustment of status to that of a lawful permanent resident at the USCIS office in",
796
+ canreadEng: "I (petitioner) can read and understand English, and I have read and understand every question and instruction on this petition and my answer to every question",
797
+ petitionstate: "Petitioner's Statement",
798
+ petitionother: "Other Information About Petitioner",
799
+ petitioneverFile: "Have you (petitioner) EVER previously filed a petition for this beneficiary or any other alien?",
800
+ provideeverFile: 'Since you answered "Yes", Please provide name, place, date of filing, and result',
801
+ result: "Result (for example, approved, denied, withdrawn)",
802
+ petitionalsoSub: "Are you (petitioner) also submitting separate petitions for other relatives?",
803
+ fileday: "Date Filed",
804
+ petitionalsoSubrel: "Since you are submitting separate petitions, please provide the names of and your relationship to each relative",
805
+ sbinfo: "Information About You (Spouse Beneficiary)",
806
+ daytimephone: "Daytime Phone Number",
807
+ mobilephone: "Mobile Telephone Number",
808
+ sbphysicaladdr: "Provide your (Spouse Beneficiary's) physical address for the last five years, whehter inside or outside the United States. Provide your current address first",
809
+ sblastaddroutUS: "Last Physical Address Outside the United States",
810
+ phyaddr: "Physical Address",
811
+ sblastaddr: "Provide your (Spouse Beneficiary's) last address outside the United States of MORE THAN one year (even if listed above)",
812
+ sbparinfo: "Information About your (Spouse Beneficiary) Parents",
813
+ sbemphist: "Spouse Beneficiary Employment History",
814
+ employment: "Employment",
815
+ sbempoutUS: "If you (Spouse Beneficiary) worked outside the United States before",
816
+ sblastempoutUS: "Provide your (Spouse Beneficiary's) last occupation outside the United States",
817
+ noinfoForChild: 'Please provide Biographic Information of your child (Since you chose "Child" as beneficiary in "Petitioner Information")',
818
+ chooseattorney: "Which Attorney will prepare files for you?",
819
+ petitionerIs: "The Petitioner is",
820
+ petitioneraquire: "The petitioner's citizenship was acquired through",
821
+ petitionercert: "Have petitioner obtained a Certificate of naturalization or a Certificate of Citizenship?",
822
+ KpetitionerCitizen: "Your citizenship was acquired through",
823
+ KpetitionerCertificate: "Have you obtained a Certificate of naturalization or a Certificate of Citizenship",
824
+ isRomanLettersNativeAlphabet: "Is your native alphabet in Roman letters?",
825
+ inputNameInNativeAlphabet: "Please enter your name in native alphabet",
826
+ inputAddressInNativeAlphabet: "Please enter your address in native alphabet",
827
+ inputMailingAddressInNativeAlphabet: "Please enter your mailing address in native alphabet",
828
+ i140Employer1: "Profile - 1",
829
+ i140Employer2: "Profile - 2",
830
+ i140Employer3: "Position Information",
831
+ i140Employer4: "Signatory Information",
832
+ i140Employee1: "Profile - 1",
833
+ i140Employee2: "Profile - 2",
834
+ i140Employee3: "Travel Record",
835
+ i140Employee4: "Additional Questions",
836
+ i140Employee5: "Spouse and Children",
837
+ citizenshipOrNationality: "Country of Citizenship or Nationality",
838
+ countryOfPermanentResidence: "Your current country of residence",
839
+ i140_lastCountryOfPermanentResidence: "Alien's current country of residence or, if now in the United States, last country of permanent residence abroad.",
840
+ i140_removal_proceeding_explain: "If yes, please provide,case number, office location, date of decision, and disposition of the decision.",
841
+ lastCountryOfPermanentResidence: "Your last country of permanent residence abroad",
842
+ expirationDateOfAuthorizedStayOnI94: "Expiration Date of Authorized Stay Shown on Form I-94",
843
+ statusOnI94: "Status on Form I-94 (e.g., H-1B, H-4, F-1 Student)",
844
+ planToGetGreenCard: "How do you plan to get your green card?",
845
+ planToGetGreenCardI140: "How does the petitioner plan to get their green card?",
846
+ applyVisaAbroad: "I will apply for a visa abroad at a U.S Embassy or U.S Consulate",
847
+ applyVisaInUS: "I am in the United States and will apply for adjustment of status of lawful permanent resident",
848
+ applyVisaAbroadI140: "The petitioner will apply for a visa abroad at a U.S Embassy or U.S Consulate",
849
+ applyVisaInUSI140: "The petitioner in the United States and will apply for adjustment of status of lawful permanent resident",
850
+ isInRemovalProceedings: "Are you in removal proceedings?",
851
+ removalProceedingsExplanation: "(Removal proceedings are administrative proceedings to determine an alien\u2019s removability from the US and his/her eligibility for relief under the Immigration and Nationality Act. )",
852
+ beenFiledBefore: "Has any immigrant visa petition ever been filed for you before? (e.g., Green card application)",
853
+ beenFiledBeforeExplanation: 'If \u201CYes\u201D, please explain. (Provide the type of immigration petition, date of filing, and the result of the petition. e.g., "The employer filed I140 petition for the beneficiary on 1/1/2016. The petition was approved.")',
854
+ isApplyingForAdjustmentOfStatus: "Is he or she applying for adjustment of status?",
855
+ isApplyingForAdjustmentOfStatusI485: "Is your spouse/child applying for Adjustment of Status(I-485)",
856
+ isApplyingForVisaAbroad: "Is he or she applying for a visa abroad?",
857
+ spouseOrChildren: "Spouse or children",
858
+ optionalSpouseAndChildren: "Optional",
859
+ optionalSpouseOrChildren: "Spouse and Children Information",
860
+ companyEstablishmentDate: "Company Establishment Date",
861
+ isSignedBySamePerson: "Are the forms signed by the same person who is listed as the contact?",
862
+ differentAddress: "Will alien employee work at a different address from company business address?",
863
+ differentSignatory: "If the answer is No, please specify the information of the signatory below",
864
+ i140BeneficiaryType1: "An alien of extraordinary ability",
865
+ i140BeneficiaryType2: "An outstanding professor or researcher",
866
+ i140BeneficiaryType3: "A multinational executive or manager",
867
+ i140BeneficiaryType4: "A member of the profession holding an advanced degree or an alien of exceptional ability (who is NOT seeking a National Interest Waiver)",
868
+ i140BeneficiaryType5: "A professional (at a minimum, possessing a bachelor's degree or a foreign degree equivalent to a U.S. bachelor's degree)",
869
+ i140BeneficiaryType6: "A skilled worker (requiring at least two years of specialized training or experience)",
870
+ i140BeneficiaryType7: "Any other worker(requiring less than two years of training or experience)",
871
+ i140BeneficiaryType8: "An alien applying for an NIW (who is a member of the profession holding an advanced degree or an alien of exceptional ability)",
872
+ i140Purpose1: "To amend a previously filed petition",
873
+ i140Purpose2: "For the Schedule A, Group I or II designation",
874
+ selectAttorney: "Please select the attorney information below (if you can't find the attorney in the list, please check the attorney profile in the law firm profile)",
875
+ passportNunmber: "Passport Number",
876
+ travelDocumentNumber: "Travel Document Number",
877
+ passportAndTravelDocumentInfo: "Passport or Travel Document Information",
878
+ n400EligibilityQuestion: "Eligibility to apply N-400 (you are at least 18 years old and)",
879
+ n400EligibilityOption1: "I am at least 18 years of age and have been a lawful permanent resident of the United States for at least 5 years.",
880
+ n400EligibilityOption2_1: "I am at least 18 years of age and have been a lawful permanent resident of the United States for at least 3 years.",
881
+ n400EligibilityOption2_2: "In addition, I have been married to and living with a U.S. citizen spouse for the last 3 years, and my spouse has been",
882
+ n400EligibilityOption2_3: "a U.S. citizen for the last 3 years at the time I filed my Form N-400.",
883
+ n400EligibilityOption3_1: "I am at least 18 years of age, I am a lawful permanent resident of the United States, and I am the spouse of a U.S.",
884
+ n400EligibilityOption3_2: "citizen and my U.S. citizen spouse is regularly engaged in specified employment abroad.",
885
+ n400EligibilityOption4: "I am applying on the basis of qualifying military service.",
886
+ other: "Other",
887
+ n400Eligibility3Condition: "Are the following statements true? My residential address is outside of the US AND I am filing under Section 319(b).",
888
+ n400EligibilityUscisFieldOffice: "Please select the USCIS Field Office from the list below where you would like to have your naturalization interview.",
889
+ haveOtherName: "Have you ever used any other names since birth?",
890
+ haveOtherName2: "Other names used may include nicknames, aliases, and maiden names",
891
+ allOtherName: "All Other Name",
892
+ wantToChangeName: "Do you want to legally change your name?",
893
+ contactInfo: "Contact Information",
894
+ mobilePhone: "Mobile Telephone Number",
895
+ daytimePhone: "Daytime Telephone Number",
896
+ eveningPhone: "Evening Telephone Number",
897
+ workPhone: "Work Telephone Number",
898
+ sameAsMobilePhone: "This is the same as my mobile telephone number.",
899
+ sameAsDaytimePhone: "This is the same as my daytime telephone number.",
900
+ sameAsMyLegalName: "Same as my legal name",
901
+ becameLawfulPR: "Date when you became a Lawful Permanent Resident",
902
+ currentResidenceAddr: "Current Physical Address",
903
+ dateSelectFrom: "From [Data Select]",
904
+ dateSelectTo: "To [Data select]",
905
+ residenceFrom: "Date of Residence",
906
+ dateSelectToPresent: "From [Date Selected] to Present",
907
+ currentMailingAddr: "Current Mailing Address",
908
+ currentUSMailingAddr: "Current U.S. Mailing Address",
909
+ USMailingAddr: "U.S. Mailing Address",
910
+ USPhysicalAddr: "U.S. Physical Address",
911
+ sameAsUSMailingAddr: "Same as my U.S. Mailing address",
912
+ isSameAsCurrentResAddr: "Is your current mailing address same with your physical address?",
913
+ allResAddressPast5Years: "Previous Physical Address in Last Five Years",
914
+ havePreviousAddress: "Have you changed Physical Address in last 5 years? ",
915
+ disabilityInfo: "Disability/Impairment Information",
916
+ disabilityInfo1: "Do you have a physical or developmental disability or mental impairment that prevents you from demonstrating your knowledge and understanding of the English language and/or civics requirements for naturalization?",
917
+ disabilityInfo2: "Are you requesting an accommodation to the naturalization process because of a disability or impairment?",
918
+ disabilityInfo2_1: "Deaf or hard of hearing and need an interpreter who uses the following sign language (e.g., American Sign Language):",
919
+ disabilityInfo2_2: "Blind or have low vision and request the following accommodation",
920
+ disabilityInfo2_3: "I have another type of disability and/or impairment (for example, use a wheelchair)(Describe the nature of your disability and/or impairment and the accommodation you are requesting.)",
921
+ pleaseSpecify: "If yes, please specify",
922
+ ELTSExamInfo: "ELTS Exam Information",
923
+ ELTSExamInfo1: "Are you 50 years of age or older and have you lived in the United States as a Permanent Resident for periods totaling at least 20 years at the time of filing your Form N-400?",
924
+ ELTSExamInfo2: "Are you 55 years of age or older and have you lived in the United States as a Permanent Resident for periods totaling at least 15 years at the time of filing your Form N-400?",
925
+ ELTSExamInfo3: "Are you 65 years of age or older and have you lived in the United States as a Permanent Resident for periods totaling at least 20 years at the time of filing your Form N-400? (If you meet this requirement, you will also be given a simplified version of the civics test.)",
926
+ servedArmy: "Have you EVER served in the U.S. armed forces?",
927
+ currentServeArmy: "Are you currently a member of the U.S. armed forces?",
928
+ currentServeArmy_1: 'If you answered "Yes," are you scheduled to deploy overseas, including to a vessel, within the next three months? (Refer to the Address Change section in the Instructions on how to notify USCIS if you learn of your deployment plans after you file your Form N-400.)',
929
+ currentServeArmy_2: 'If you answered "Yes," are you currently stationed overseas?',
930
+ ageBetween18and26: "Are you a male who lived in the United States at any time between your 18th and 26th birthdays? (This does not include living in the United States as a lawful nonimmigrant)",
931
+ ageBetween18and26_1: 'If you answered "Yes," when did you register for the Selective Service? Provide the information below',
932
+ dateRegistered: "Date Registered",
933
+ selectiveService: "Selective Service Number",
934
+ ageBetween18and26_2: 'If you answered "Yes," but you did not register with the Selective Service System and you are',
935
+ ageBetween18and26_2_1: "Still under 26 years of age, you must register before you apply for naturalization, and complete the Selective Service information above",
936
+ ageBetween18and26_2_2: "Now 26 to 31 years of age (29 years of age if you are filing under INA section 319(a)), but you did not register with the Selective Service, you must attach a statement explaining why you did not register, and provide a status information letter from the Selective Service",
937
+ tripOutOfUN5Years: "Have you taken a trip outside of the United States in the last 5 years?",
938
+ maritalStatus: "What is your current marital status?",
939
+ maritalStatusOptionSingle: "Single, never married",
940
+ maritalStatusOptionMarried: "Married",
941
+ maritalStatusOptionDivorced: "Divorced",
942
+ maritalStatusOptionWidowed: "Widowed",
943
+ maritalStatusOptionSeparated: "Separated",
944
+ maritalStatusOptionAnnulled: "Marriage annulled",
945
+ spouseInfo: "Current Spouse Information",
946
+ marryDate: "Marriage Date",
947
+ spouseBirthday: "Spouse date of birth",
948
+ spousePrevName: "Has your current spouse ever used a previous legal name?",
949
+ spouseOtherName: "Has your current spouse used any other names since birth?",
950
+ spouseCurAddressSame: "Is your current spouse's current address same as your current address?",
951
+ currentSpouseUSCitizen: "Is your current spouse a U.S. citizen?",
952
+ spouseBecameUSCitizen: "When did your current spouse become a U.S. citizen?",
953
+ spouseBecameUSCitizenOther: "Date your current spouse became a U.S. citizen",
954
+ currentSpouseNonUSCitizen: "Current Spouse's Country of Citizenship or Nationality",
955
+ currentSpouseANumber: "Current Spouse's A-Number (if any)",
956
+ currentSpouseImmiStatus: "Current Spouse's Immigration Status",
957
+ spouceCurrentUSArmy: "Is your current spouse a current member of the U.S. armed forces?",
958
+ spouseCurEmployed: "Current Spouse's Current Employer or Company",
959
+ spouseCurUnemployed: "My spouse is currently unemployed.",
960
+ beenMarried: "Have you been married previously?",
961
+ beenMarried1: "Include annulled marriages, marriages to other people, and marriages to the same person.",
962
+ priorSpouseInfo: "Prior spouse information:",
963
+ spouseOfPriorSpouseInfo: "Information of Prior Spouse of Spouse:",
964
+ marryToPriorSpouseDate: "When were you married to your prior spouse?",
965
+ marriageEndReason: "How did this marriage end?",
966
+ pleaseExplain: "Please explain:",
967
+ priorSpuseBirthDate: "What is your prior spouse's date of birth?",
968
+ priorSpouseBirthCountry: "What is your prior spouse's country of birth?",
969
+ priorSpouseNationality: "What is your prior spouse's country of citizenship or nationality?",
970
+ priorSpousePriorState: "What was your prior spouse's immigration status when your marriage ended?",
971
+ spouseOfPriorSpuseBirthDate: "What is the spouse of prior spouse's date of birth?",
972
+ spouseOfPriorSpouseBirthCountry: "What is the spouse of prior spouse's country of birth?",
973
+ spouseOfPriorSpouseNationality: "What is the spouse of prior spouse's country of citizenship or nationality?",
974
+ spouseOfPriorSpousePriorState: "What was the spouse of prior spouse's immigration status when the marriage ended?",
975
+ spouseBeenMarried: "Has your current spouse been married previously?",
976
+ haveChild: "Do you have any child?",
977
+ childInfo: "Child Information",
978
+ childRelation: "What is your child's relationship to you?",
979
+ childCurAddress: "What is your child's current address?",
980
+ childBirthDate: "What is your child's date of birth?",
981
+ childBirthCountry: "What is your child's country of birth?",
982
+ parentsMarriedBefore18th: "Were your parents married before your 18th birthday?",
983
+ motherInfo: "Information about your mother",
984
+ fatherInfo: "Information about your father",
985
+ isMotherUSCitizen: "Is your mother a U.S citizen?",
986
+ motherCurLegalName: "Current legal name of your mother:",
987
+ dateOfBirth: "Date of Birth (mm/dd/yyyy)",
988
+ cityOfBirth: "City of Birth",
989
+ countryOfBirth: "Country of Birth",
990
+ dateMotherBecameUSCitizen: "Date mother became a U.S citizen",
991
+ motherBecameUSCitizenAtBirth: "My mother became a U.S. citizen at birth.",
992
+ isFatherUSCitizen: "Is your father a U.S citizen?",
993
+ fatherCurLegalName: "Current legal name of your father:",
994
+ dateFatherBecameUSCitizen: "Date father became a U.S citizen",
995
+ fatherBecameUSCitizenAtBirth: "My father became a U.S. citizen at birth.",
996
+ part1: "Part1: ",
997
+ part2: "Part2: ",
998
+ part3: "Part3: ",
999
+ part4: "Part4: ",
1000
+ part5: "Part5: ",
1001
+ part6: "Part6: ",
1002
+ part7: "Part7: ",
1003
+ part8: "Part8: ",
1004
+ part9: "Part9: ",
1005
+ part10: "Part10: ",
1006
+ citizenClaim: "Citizenship claims and voting",
1007
+ everClaimUSCitizen: "Have you EVER claimed to be a U.S. citizen (in writing or any other way)?",
1008
+ everRegisterVote: "Have you EVER registered to vote in any federal, state, or local election in the United States?",
1009
+ everVoted: "Have you EVER voted in any federal, state, or local election in the United States?",
1010
+ haveHereditaryTitle: "Do you now have, or did you EVER have, a hereditary title or an order of nobility in any foreign country?",
1011
+ giveUpInheritedTitles: "At your naturalization ceremony, are you willing to give up any inherited titles or orders of nobility that you have in a foreign country?",
1012
+ ownTax: "Do you owe any overdue federal, state, or local taxes?",
1013
+ everNotReturnedTax: "Have you EVER not filed a federal, state, or local tax return since you became a lawful permanent resident?",
1014
+ everNotReturnedTax2: "If you answered Yes, did you consider yourself to be a non-U.S. resident?",
1015
+ callSelfNotUSResident: "Have you called yourself a 'non-U.S. resident' on a federal, state, or local tax return since you became a lawful permanent resident?",
1016
+ legalCompetency: "Legal competency",
1017
+ declaredLegallyIncompetent: "Have you EVER been declared legally incompetent or been confined to a mental institution?",
1018
+ PartyAffiliations: "Party or group affiliations",
1019
+ beenMemberInOrg: "Have you EVER been a member of, involved in, or in any way associated with any organization, association, fund, foundation, party, club, society, or similar group in the United States or in any other location in the world?",
1020
+ orgInfo: "Group Information",
1021
+ orgName: "Group Name:",
1022
+ orgPurpose: "Group Purpose:",
1023
+ currentlyMember: "I am currently a member.",
1024
+ memberOfCummPty: "Have you EVER been a member of, or in any way associated (either directly or indirectly) with the Communist Party?",
1025
+ memberOfTPty: "Have you EVER been a member of, or in any way associated (either directly or indirectly) with any other totalitarian party?",
1026
+ memberOfTerr: "Have you EVER been a member of, or in any way associated (either directly or indirectly) with a terrorist organization?",
1027
+ advocateByForce: "Have you EVER advocated (either directly or indirectly) the overthrow of any government by force or violence?",
1028
+ persecutedPerson: "Have you EVER persecuted (either directly or indirectly) any person because of race, religion, national origin, membership in a particular social group, or political opinion?",
1029
+ naziGer: "Between March 23, 1933 and May 8, 1945, did you work for or associate in any way (either directly or indirectly) with the Nazi government of Germany?",
1030
+ occupiedNazi: "Between March 23, 1933 and May 8, 1945, did you work for or associate in any way (either directly or indirectly) with any government in any area occupied by, allied with, or established with the help of the Nazi\ngovernment of Germany?",
1031
+ naziOffice: "Between March 23, 1933 and May 8, 1945, did you work for or associate in any way (either directly or indirectly) with any German, Nazi, or S.S. military unit, paramilitary unit, self-defense unit, vigilante unit, citizen unit, police unit, government agency or office, extermination camp, concentration camp, prisoner of war camp, prison, labor camp, or transit camp?",
1032
+ genocide: "Were you EVER involved in any way with genocide?",
1033
+ torture: "Were you EVER involved in any way with torture?",
1034
+ kill: "Were you EVER involved in any way with killing, or trying to kill, someone",
1035
+ hurt: "Were you EVER involved in any way with badly hurting, or trying to hurt, a person on purpose?",
1036
+ force: "Were you EVER involved in any way with forcing, or trying to force, someone to have any kind of sexual contact or relations?",
1037
+ letPracticeReligion: "Were you EVER involved in any way with not letting someone practice his or her religion?",
1038
+ memberMilliUnit: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a military unit?",
1039
+ memberParaMilliUnit: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a paramilitary unit (a group of people who act like a military group but are not part of the official military)?",
1040
+ memberPolice: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a police unit?",
1041
+ memberSelfDef: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a self-defense unit?",
1042
+ membervigilante: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a vigilante unit (a group of people who act like the police but are not part of the official police)?",
1043
+ rebel: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a rebel group?",
1044
+ guerrilla: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a guerrilla group (a group of people who use weapons against or otherwise physically attack the military, police, government, or other people)?",
1045
+ militia: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, a militia (an army of people, not part of the official military)?",
1046
+ insurgent: "Were you EVER a member of, or did you EVER serve in, help, or otherwise participate in, an insurgent organization (a group that uses weapons and fights against a government)?",
1047
+ jail: "Were you EVER a worker, volunteer, or soldier, or did you otherwise EVER serve in a prison or jail?",
1048
+ prisonCamp: "Were you EVER a worker, volunteer, or soldier, or did you otherwise EVER serve in a prison camp?",
1049
+ detention: "Were you EVER a worker, volunteer, or soldier, or did you otherwise EVER serve in a detention facility (a place where people are forced to stay)?",
1050
+ laborCamp: "Were you EVER a worker, volunteer, or soldier, or did you otherwise EVER serve in a labor camp (a place where people are forced to work)?",
1051
+ forceToStay: "Were you EVER a worker, volunteer, or soldier, or did you otherwise EVER serve in any other place where people were forced to stay?",
1052
+ threaten: "Were you EVER a part of any group, or did you EVER help any group, unit, or organization that used a weapon against any person, or threatened to do so?",
1053
+ threaten1: "When you were part of this group, or when you helped this group, did you EVER use a weapon against another person?",
1054
+ threaten2: "When you were part of this group, or when you helped this group, did you EVER tell another person that you would use a weapon against that person?",
1055
+ giveWeapon: "Did you EVER sell, give, or provide weapons to any person, or help another person sell, give, or provide weapons to any person?",
1056
+ giveWeapon1: "Did you know that this person was going to use the weapons against another person?",
1057
+ giveWeapon2: "did you know that this person was going to sell or give the weapons to someone who was going to use them against another person?",
1058
+ receiveMilli: "Did you EVER receive any type of military, paramilitary (a group of people who act like a military group but are not part of the official military), or weapons training?",
1059
+ recruitUnder15: "Did you EVER recruit (ask), enlist (sign up), conscript (require), or use any person under 15 years of age to serve in or help an armed force or group?",
1060
+ combatUnider15: "Did you EVER use any person under 15 years of age to do anything that helped or supported people in combat?",
1061
+ crimesAndOffenses: "Crimes and offenses",
1062
+ crimesAndOffenses1: "If any of the questions on this part apply to you, you must answer yes even if your records have been sealed, expunged, or otherwise cleared. You must disclose this information even if anyone, including a judge, law enforcement officer, or attorney, told you that it no longer constitutes a record or told you that you do not have to disclose this information.",
1063
+ commitCrimeNotArrested: "Have you EVER committed, assisted in committing, or attempted to commit, a crime or offense for which you were NOT arrested?",
1064
+ addressInfo: "Address Information",
1065
+ everArrested: "Have you EVER been arrested, cited, or detained by any law enforcement officer (including any immigration official or any official of the U.S. armed forces) for any reason?",
1066
+ beenCharged: "Have you EVER been charged with committing, attempting to commit, or assisting in committing a crime or offense?",
1067
+ convictedCrime: "Have you EVER been convicted of a crime or offense?",
1068
+ placedInSentencing: "Have you EVER been placed in an alternative sentencing or a rehabilitative program (for example, diversion, deferred prosecution, withheld adjudication, deferred adjudication)?",
1069
+ beenParoled: "Have you EVER received a suspended sentence, been placed on probation, or been paroled?",
1070
+ beenParoled1: "Have you completed the probation or parole?",
1071
+ beenInJail: "Have you EVER been in jail or prison?",
1072
+ beenInJail1: "How long were you in jail or prison?",
1073
+ years: "Years",
1074
+ months: "Months",
1075
+ days: "Days",
1076
+ infoInPrison: "Provide information about the circumstances in which you were in jail or prison.",
1077
+ location: "Location",
1078
+ reasonInPrison: "Why were you arrested, cited, detained, or charged?",
1079
+ outcomeOfArrest: "What was the outcome or disposition of the arrest, citation, detention, or charge? (For example, no charges filed, charges dismissed, jail, probation, or another outcome.)",
1080
+ drunkard: "Have you EVER been a habitual drunkard?",
1081
+ beenProstitute: "Have you EVER been a prostitute or procured anyone for prostitution?",
1082
+ drug: "Have you EVER sold or smuggled controlled substances, illegal drugs, or narcotics?",
1083
+ multiMarriage: "Have you EVER been married to more than one person at the same time?",
1084
+ marryToBenifit: "Have you EVER married someone in order to obtain an immigration benefit?",
1085
+ enterUSIllegal: "Have you EVER helped anyone to enter, or try to enter, the United States illegally?",
1086
+ illegalGamble: "Have you EVER gambled illegally or received income from illegal gambling?",
1087
+ failPayAlimony: "Have you EVER failed to support your dependents or to pay alimony?",
1088
+ misrepresent: "Have you EVER made any misrepresentation to obtain any public benefit in the United States?",
1089
+ misleadGov: "Have you EVER given any U.S. Government officials any information or documentation that was false, fraudulent, or misleading?",
1090
+ lieToGov: "Have you EVER lied to any U.S. Government officials to gain entry or admission into the United States or gain immigration benefits in the United States?",
1091
+ immigrationProceeds: "Immigration proceedings",
1092
+ immigrationProceed: "Immigration proceeding",
1093
+ removed: "Have you EVER been removed, excluded, or deported from the United States?",
1094
+ orderRemoved: "Have you EVER been ordered removed, excluded, or deported from the United States?",
1095
+ placedRemoved: "Have you EVER been placed in removal, exclusion, rescission, or deportation proceedings?",
1096
+ removePending: "Are removal, exclusion, rescission, or deportation proceedings (including administratively closed proceedings) currently pending against you?",
1097
+ militaryPart: "Military",
1098
+ courtMartialed: "Have you EVER been court-martialed, administratively separated, or disciplined, or have you received an other than honorable discharge while in the U.S. armed forces?",
1099
+ dischargedService: "Have you EVER been discharged from training or service in the U.S. armed forces because you were an alien?",
1100
+ avoidBeDrafted: "Have you EVER left the United States to avoid being drafted in the U.S. armed forces?",
1101
+ applyExemption: "Have you EVER applied for any kind of exemption from military service in the U.S. armed forces?",
1102
+ desertedArmy: "Have you EVER deserted from the U.S. armed forces?",
1103
+ attachmentConstitution: "Attachment to the U.S. Constitution",
1104
+ supportConstitution: "Do you support the Constitution and form of Government of the United States?",
1105
+ understandOath: "Do you understand the full Oath of Allegiance to the United States?",
1106
+ takeOath: "Are you willing to take the full Oath of Allegiance to the United States?",
1107
+ bearArmy: "If the law requires it, are you willing to bear arms on behalf of the United States?",
1108
+ performNoncombatant: "If the law requires it, are you willing to perform noncombatant services in the U.S. armed forces?",
1109
+ performCivilian: "If the law requires it, are you willing to perform work of national importance under civilian direction?",
1110
+ n400beneficiary1: "Profile - 1",
1111
+ n400beneficiary2: "Profile - 2",
1112
+ n400beneficiary3: "Family Information",
1113
+ n400beneficiary4: "Travel History",
1114
+ n400beneficiary5: "Additional Questions",
1115
+ lawfulPermanentResident: "Lawful permanent resident",
1116
+ bioChild: "Biological child",
1117
+ stepChild: "Stepchild",
1118
+ adopt: "Legally adopted child",
1119
+ childMissing: "My child is missing",
1120
+ childDead: "My child is deceased",
1121
+ childWithMe: "My child lives with me",
1122
+ childNotWithMe: "My child does not live with me",
1123
+ naturalizationEmployee1: "Profile - 1",
1124
+ naturalizationEmployee2: "Profile - 2",
1125
+ naturalizationEmployee3: "Family Information",
1126
+ naturalizationEmployee4: "Travel History",
1127
+ naturalizationEmployee5: "Additional Questions",
1128
+ dateBecameLawfulPR: "Date You Became a Lawful Permanent Resident",
1129
+ nameOnPRCard: "Name as it appears on the individual's Permanent Residence Card",
1130
+ nameOnYourPRCard: "Name on your permanent residence card ",
1131
+ USSSN: "U.S. Social Security Number",
1132
+ employAndSchool: "Employment and Schools in last five years",
1133
+ employAndSchool1: "Provide where and when you have worked or attended school full time or part time during the last 5 years. Include all military, police, and/or intelligence service and provide information for the complete time period. (from the most recent one to the first one)",
1134
+ type: "Type",
1135
+ selfEmp: "Self-Employment",
1136
+ unemp: "Unemployment",
1137
+ emper: "Employer",
1138
+ schoo: "School",
1139
+ employerName: "Name of Employer or Company",
1140
+ occup: "Occupation",
1141
+ datePetitionerBecameLawfulPR: "Date when the individual became a Lawful Permanent Resident",
1142
+ aNumber: "A-Number",
1143
+ aNumberSelf: "Individual's A-Number",
1144
+ aNumberMother: "Mother's A-Number",
1145
+ aNumberFather: "Father's A-Number",
1146
+ aNumberChild: "Child's A-Number",
1147
+ yourName: "Name",
1148
+ FamilyMembersInformation: "Family Members' Information",
1149
+ FamilyMemberInformation: "Family Member",
1150
+ otherInfo: "Other Information",
1151
+ alienRegistrNumber: "Alien Registration Number:",
1152
+ alienRegistrNumber_explain: "(Alien number is an eight or nine-digit number that can be found on I-797)",
1153
+ countryOfCitizen: "Country of Citizenship",
1154
+ applicationType: "Application Type",
1155
+ applicationType1: "I am applying for a reentry permit.",
1156
+ applicationType2: "I am applying for a Refugee Travel Document.",
1157
+ applicationType3: "I am applying for an Advance Parole Document.",
1158
+ ifTypeIsLast: "If yes, please provide following information about that person",
1159
+ careName: "In care of name",
1160
+ inCareOfName: "In Care of Name",
1161
+ departureDate: "Date of Intend to Departure",
1162
+ expectLenOfTrip: "Expected Length of Trip (day(s))",
1163
+ i131ProcessInfo: "Are you or any other person included in this application now exclusion deportation, removal, or rescission proceeding?",
1164
+ DHSName: "If yes, name of DHS office",
1165
+ i131ProcessInfo2: "Have you ever before been issued a reentry permit or Refugee Travel Document?",
1166
+ i131ProcessInfo2_ifYes: "If yes, please give the following information for the last document issue to you",
1167
+ issueDate: "Date Issued",
1168
+ disposition: "Disposition:(attached, lost, etc.)",
1169
+ whereTravelDocSent: "Where do you want this travel document sent?",
1170
+ yourAddress: "Your US Physical Address",
1171
+ EmbOrconsulate: "U.S Embassy or consulate",
1172
+ cityOrTown: "City or Town",
1173
+ whereNotePickSend: "Where you want the notice of pick up send to you?",
1174
+ DHSOversea: "DHS office overseas",
1175
+ receiveAPDoNotApply: "Do not apply since I am applying for a non-DACA related Advance Parole Document",
1176
+ sameAsAdrPart2: "The address is the same as your physical address",
1177
+ toEmbOrConsulate: "To a U.S. Embassy or consulate at:",
1178
+ toDHSOversea: "To a DHS office overseas at:",
1179
+ isDACA: "Are you apply for a DACA related advance Parole?",
1180
+ tripPurpose: "Purpose of Trip:",
1181
+ countryIntendVisit: "List the countries you intend to visit:",
1182
+ applicantCountryIntendVisit: "List the countries the applicant intends to visit:",
1183
+ tripsUseDoc: "How many trips do you intend to use this document?",
1184
+ applicantTripsUseDoc: "How many trips does the applicant intend to use this document?",
1185
+ oneTrip: "One Trip",
1186
+ moreTrip: "More than One Trip",
1187
+ whereReceiveAP: "Where do you want to receive the Advance Parole?",
1188
+ i131beneficiary1: "Profile - 1",
1189
+ i131beneficiary2: "Processing Information",
1190
+ i131beneficiary3: "Application Information",
1191
+ i131IntendAPConsulate: "Where do you intend to receive the Advance Parole ? (You are outside the U.S.)",
1192
+ i131IntendAPConsulate_1: "If the person intended to receive an Advance Parole Document is outside the United States, provide the location (City or Town and Country) of the U.S. Embassy or consulate or the DHS overseas office that you want us to notify.",
1193
+ currentInUS: "Are you currently in the US?",
1194
+ i131Employee1: "Profile-1",
1195
+ i131Employee2: "Processing Information",
1196
+ sameAsLegalName: "The name on my Permanent Resident Card matches my current legal name",
1197
+ addr: "Address",
1198
+ toPresent: "To present",
1199
+ alienNumb: "Alien-Number",
1200
+ haveOtherAlienNum: "Have you EVER used other A-Numbers?",
1201
+ pleaseCheckAllNo: 'Please read the following questions carefully, and you may choose "NO" to all questions by clicking here.',
1202
+ pleaseCheckAllYes: 'Please read the following questions carefully, and you may choose "Yes" to all questions by clicking here.',
1203
+ daySpentOutUS: "How many total days (24 hours or longer) did you spend outside the United States during the last 5 years? ",
1204
+ tripSpentOutUS: "How many trips of 24 hours or longer have you taken outside the United States during the last 5 years? ",
1205
+ travelHistoryList: "List below all the trips of 24 hours or longer that you have taken outside the United States during the last 5 years. Start with your most recent trip and work backwards. If you need extra space, use additional sheets of paper",
1206
+ tripOver6Month: "This trip lasts 6 months or more",
1207
+ countriesTraveled: "Countries to Which You Traveled",
1208
+ totalDaysOut: "Total Days Outside the United States",
1209
+ notifyClient: "Notification email will be sent to your clients. Please uncheck the box if you are not ready to notify them.",
1210
+ county: "County",
1211
+ interpreterStatement: "Applicant's Statement Regarding the Interpreter",
1212
+ interpreterStatement_1: "The applicant can read and understand English, and the applicant have read and understand every question and instruction on this application and the answer to every question.",
1213
+ interpreterStatement_2_1: "The interpreter named in Part 14. read to the applicant every question and instruction on this application and the answer to every question in a language in which the applicant",
1214
+ interpreterStatement_2_2: " is fluent, and the applicant understood everything.",
1215
+ specifyLan: "Please specify the type of language",
1216
+ checkIfApplicable: "If applicable, please check the checkbox:",
1217
+ requestPreparer: "At my request, the preparer prepared this application for me based only upon information I provided or authorized.",
1218
+ preparerStatement: "Preparer's Statement",
1219
+ notAccreditAttorney: "I am not an attorney or accredited representative but have prepared this application on behalf of the applicant and with the applicant's consent.",
1220
+ preparerStatement_1: "I am an attorney or accredited representative and my representation of the applicant in this case EXTENDS beyond the preparation of this application.",
1221
+ preparerStatement_2: "I am an attorney or accredited representative and my representation of the applicant in this case DOES NOT EXTEND beyond the preparation of this application.",
1222
+ notAccreditAttorney_firmProfile_1: "I am not an attorney or accredited representative but have prepared",
1223
+ notAccreditAttorney_firmProfile_2: "this application on behalf of the applicant and with the applicant's consent.",
1224
+ preparerStatement_1_firmProfile_1: "I am an attorney or accredited representative and my representation",
1225
+ preparerStatement_1_firmProfile_2: "of the applicant in this case EXTENDS beyond the preparation of this application.",
1226
+ preparerStatement_2_firmProfile_1: "I am an attorney or accredited representative and my representation",
1227
+ preparerStatement_2_firmProfile_2: "of the applicant in this case DOES NOT EXTEND beyond the preparation of this application.",
1228
+ notAccreditAttorney_firmProfile: "I am not an attorney or accredited representative but have prepared this application on behalf of the applicant and with the applicant's consent.",
1229
+ preparerStatement_1_firmProfile: "I am an attorney or accredited representative and my representation of the applicant in this case EXTENDS beyond the preparation of this application.",
1230
+ preparerStatement_2_firmProfile: "I am an attorney or accredited representative and my representation of the applicant in this case DOES NOT EXTEND beyond the preparation of this application.",
1231
+ applicantInfo: "Applicant Information",
1232
+ nameEntity: "Name of Entity (if applicable)",
1233
+ entityTitle: "Title of Authorized Signatory for Entity",
1234
+ USCISAccNum: "USCIS Online Account Number (if any)",
1235
+ whenBecomePR: "When did you become a permanent resident?",
1236
+ totalTimeSpentOutUS: "How much total time have you spent outside the U.S.?",
1237
+ timeSpentOutUS: "How much total time have you spent outside the U.S. in the past 5 years?",
1238
+ timeSpentOutUS_a: "less than 6 months",
1239
+ timeSpentOutUS_b: "6 months to 1year",
1240
+ timeSpentOutUS_c: "1 to 2 years",
1241
+ timeSpentOutUS_d: "2 to 3 years",
1242
+ timeSpentOutUS_e: "3 to 4 years",
1243
+ timeSpentOutUS_f: "more than 4 years",
1244
+ proposedTravel: "Information About Your Proposed Travel",
1245
+ proposedTravel2: "Information About The Applicant's Proposed Travel",
1246
+ timeSpentOutUSSincePR: "How much total time have you spent outside the U.S. since you became a permanent residents?",
1247
+ timeSpentOutUSSincePR_a: "less than 6 months",
1248
+ timeSpentOutUSSincePR_b: "6 months to 1year",
1249
+ timeSpentOutUSSincePR_c: "1 to 2 years",
1250
+ timeSpentOutUSSincePR_d: "2 to 3 years",
1251
+ timeSpentOutUSSincePR_e: "3 to 4 years",
1252
+ timeSpentOutUSSincePR_f: "more than 4 years",
1253
+ filedTaxSincePR: "Since you became a permanent resident of the U.S., have you ever filed a federal income tax return as a nonresident or failed to file a federal income tax return because you considered yourself to be a nonresident?",
1254
+ filedTaxSincePR2: "Since this applicant became a permanent resident of the U.S., have he/she ever filed a federal income tax return as a nonresident or failed to file a federal income tax return because he/she considered yourself to be a nonresident?",
1255
+ fromCountryRefugee: "Country from which you are a refugee or asylee",
1256
+ planTravelCountryAbove: "Do you plan to travel to the country named above?",
1257
+ sinceRefugeeHaveEver: "Since you were accorded refugee/asylee status, have you ever:",
1258
+ sinceRefugeeHaveEver_1: "Applied for and/or obtained a national passport, passport renewal, or entry permit of that country?",
1259
+ sinceRefugeeHaveEver_2: "Applied for and/or received any benefit from such country (for example,. health insurance benefits)",
1260
+ sinceRefugeeLegalProcedure: "Since you were accorded refugee/asylee status, have you, by any legal procedure or voluntary act:",
1261
+ sinceRefugeeLegalProcedure_1: "Reacquired the nationality of the country named above?",
1262
+ sinceRefugeeLegalProcedure_2: "Acquired a new nationality?",
1263
+ sinceRefugeeLegalProcedure_3: "Been granted refugee or asylee status in any other country?",
1264
+ applyAPDOutsideUS: "Are you applying for an Advance Parole Document for a person who is outside the United States?",
1265
+ foreignPhysicalAddr: "Foreign Physical Address",
1266
+ sameAsForeignPhysicalAddr: "Same as the foreign physical address provided above",
1267
+ returnCountryAbove: "Returned to the country named above?",
1268
+ attorney_applicationType1: "I am a permanent resident or conditional resident of the U.S., and I am applying for a reentry permit.",
1269
+ attorney_applicationType2: "I now hold U.S. refugee or asylee status, and I am applying for a Refugee Travel Document.",
1270
+ attorney_applicationType3: "I am a permanent resident as a direct result of refugee or asylee status, and I am applying for a Refugee Travel Document.",
1271
+ attorney_applicationType4: "I am applying for an Advance Parole Document to allow me to return to the United Sates after temporary foreign travel.",
1272
+ attorney_applicationType5: "I am outside the United States, and I am applying for an Advance Parole Document.",
1273
+ attorney_applicationType6: "I am applying for an Advance Parole Document for a person who is outside the United States.",
1274
+ howQualifyAPD: "How this applicant qualify for an Advance Parole Documents, and what circumstances warrant issuance of advance parole?",
1275
+ APEmployee1: "Profile - 1",
1276
+ APEmployee2: "Processing Information",
1277
+ APEmployee3: "Application Information",
1278
+ advancedParoleEmployee1: "Profile - 1",
1279
+ advancedParoleEmployee2: "Processing Information",
1280
+ advancedParoleEmployee3: "Application Information",
1281
+ reentryPermitEmployee1: "Profile - 1",
1282
+ reentryPermitEmployee2: "Processing Information",
1283
+ reentryPermitEmployee3: "Application Information",
1284
+ travelDocumentEmployee1: "Profile - 1",
1285
+ travelDocumentEmployee2: "Processing Information",
1286
+ travelDocumentEmployee3: "Application Information",
1287
+ search: "Search",
1288
+ interpreterInformation: "Interpreter's information",
1289
+ languageInNeedOfInterpretation: "Type of language in need of interpretation",
1290
+ petitionerStatement: "Petitioner's Statement",
1291
+ beneficiaryStatement: "Applicant's Statement",
1292
+ i130beneficiaryStatement: "Beneficiary's Statement",
1293
+ spouseStatement: "Spouse's or Individual's Statement",
1294
+ attorneyPreparingPetition: "Attorney preparing this petition",
1295
+ attorneyOfRecord: "Form Preparer",
1296
+ daytimeTelephoneNumber: "Daytime Telephone Number",
1297
+ mobileTelephoneNumber: "Mobile Telephone Number",
1298
+ lawFirmName: "Law Firm Name",
1299
+ lawFirm: "Law Firm",
1300
+ clearContent: "Clear",
1301
+ filling485As: "The applicant is filling this Form I-485 as a",
1302
+ relativeFileOrHaveOwnershipInterest: "Did a relative file the associated Form I-140 for the beneficiary or does a relative have a significant ownership interest (five percent or more) in the business that filed Form I-140 for the beneficiary? (The relative must be your husband, wife, father, mother, child, adult son, adult daughter, brother, or sister.)",
1303
+ howRelativeRelated: "How is your relative related to you?",
1304
+ relativeIs: "This relative is a ",
1305
+ broOrSis: "Brother or sister",
1306
+ directRelatives: "Husband, wife, father, mother, child, adult son, or adult daughter",
1307
+ principalAppli: "Principal Applicant",
1308
+ derivativeAppli: "Derivative Applicant (the spouse or unmarried child under 21 years of age of a principal applicant)",
1309
+ provideInfoForPrincipal: "Please provide the following information for the principal applicant.",
1310
+ principalApplicantReceiptNum: "Receipt Number of Principal's Underlying Petition (if any)",
1311
+ principalApplicantPriorityDate: "Priority Date of Principal Applicant's Underlying Petition (if any)",
1312
+ usNational: "U.S. national",
1313
+ noneOfAbove: "None of the above",
1314
+ needForm864: "Does this case need the Form I-864 be filled?",
1315
+ exemptFromFilling864: "The beneficiary is EXEMPT from filing Form I-864 because",
1316
+ whichStatusDoYouHold: "Regardless of the immigrant category you are adjusting under, do you hold:",
1317
+ vawaStatus: "VAWA self-petitioner status",
1318
+ uNonimmigrantStatus: "Victim of Qualifying Criminal Activity (U nonimmigrant)",
1319
+ tNonimmigrantStatus: "Human trafficking victim (T nonimmigrant) status",
1320
+ basicInformation: "Basic Information",
1321
+ e2Employer1: "Profile-1",
1322
+ e2Employer2: "Profile-2",
1323
+ e2Employer3: "Position Information",
1324
+ e2Employee1: "Profile1",
1325
+ e2Employee2: "Travel Record",
1326
+ e2Employee3: "Additional Questions",
1327
+ e2Employee4: "Public Benefits",
1328
+ entityEstablishedPlace: "Place of the Entity Established",
1329
+ totalNumEmployeeAbroad: "Total Number of Employees Abroad",
1330
+ principalProduct: "Principal Product, Merchandise or Service",
1331
+ e2BusinessAllOwnership: "List all the Ownership of the company",
1332
+ e2Ownership: "Ownership ",
1333
+ e2OwnershipName: "Name (First/MI/Last)",
1334
+ e2OwnershipNationality: "Nationality",
1335
+ e2PercentageWarning: "The total percentage of ownership is beyond 100%. Please check whether they are correctly filled.",
1336
+ e2Assets: "Assets",
1337
+ e2NetWorth: "Net Worth",
1338
+ e2TotalInvestment: "Total Investment",
1339
+ e2FillingFor: "You are filing this petition for",
1340
+ investor: "Investor",
1341
+ e2ELHVisaExecutiveNum: "How many executive and managerial employees are nationals of the treaty country in either E, L, or H status (visa)?",
1342
+ e2ELHVisaNum: "How many employees are in either E, L, or H status (visa)?",
1343
+ e2TotalUSExecutiveNum: "Provide the total number of employees in executive and managerial positions in the United States.",
1344
+ e2TotalUSSpecialPosNum: "Provide the total number of positions in the United States that require persons with special qualifications.",
1345
+ e2TreatyCountry: "Name of country signatory to treaty with the U.S.",
1346
+ i129E2AdditionQ1: "Are you filing applications for your families? (Does your husband/wife or child need to apply for the non-immigrant visa with you at this time?)",
1347
+ i129E2AdditionQ4: "Has this employer filed a non-immigrant petition (E-1/2; L-1; H-1B; O-1...) for you?",
1348
+ e2Explanation4Note: 'If Yes, please explain. Provide the type of non-immigrant petition, date of filing, result of petition, and granted duration of the status. E.g. "The employer filed E-1/2 petition for the beneficiary on 4/1/2016. The petition was approved and the status is valid until 9/10/2019."',
1349
+ i129E2AdditionQ6: "Have you ever been denied E-1/2 status in the last 7 years with this Employer?",
1350
+ e2Explanation6Note: 'If Yes, please explain. Provide the name of petitioner, type of non-immigration petition, date of filing. E.g. "ABC, Inc. filed E-1/2 petition for the beneficiary on 4/1/2016. The petition was denied."',
1351
+ e2SeekingUSCISAdvice: "Are you seeking advice from USCIS to determine whether changes in the terms or conditions of E status for one or more employees are substantive?",
1352
+ e2YearNumEmployed: "Number of years employed",
1353
+ e2DateEstablished: "Date Established",
1354
+ e2AttorneyQualificationNote: "If the petitioner is attempting to qualify the employee as an executive or manager, provide the total number of employees he or she will supervise. Or, if the petitioner is attempting to qualify the employee based on special qualifications, explain why the special qualifications are essential to the successful or efficient operation of the treaty enterprise.",
1355
+ e2InvestorWithoutCompanyEmployee1: "Profile",
1356
+ e2InvestorWithoutCompanyEmployee2: "Travel Record",
1357
+ e2InvestorWithoutCompanyEmployee3: "Additional Questions",
1358
+ e2InvestorWithoutCompanyEmployee4: "Public Benefits",
1359
+ indiIRSTaxNum: "Individual IRS Tax Number",
1360
+ sameAsResidentialAddr: "Same as my current Residential U.S. Address",
1361
+ i129E2AdditionQ3: "Have you ever been filed an immigrant petition (Green Card; EB2/3)?",
1362
+ statusExpireDate: "Status Expiration Date",
1363
+ passportNumLastArrival: "Passport Number Used at Last Arrival",
1364
+ passportIssueDate: "Issued Date of Passport",
1365
+ travelDocIssueDate: "Issued Date of Travel Document",
1366
+ info: "Information",
1367
+ uvisaEmployee1: "Basic Information",
1368
+ uvisaEmployee2: "Additional Information",
1369
+ uvisaEmployee3: "Background Questions",
1370
+ uvisaEmployee4: "Additional Questions",
1371
+ alienNumIfAny: "Alien-Number (If any)",
1372
+ safeMailingAddr: "Safe Mailing Address (if other than Home address)",
1373
+ notApplicableForMe: "Not applicable for me",
1374
+ outsideUSInfo: "If you are outside of the United States, please provide one of the following information.",
1375
+ usConsulate: "Provide the U.S. Consulate or inspection facility.",
1376
+ safeForeignMailAddr: "Provide a safe foreign mailing address you want notified if this petition is approved",
1377
+ receiveNotification: "Safe Foreign Address Where You Want Notification Sent.",
1378
+ lastEntryPlace: "Place of Your Last Entry into the U.S.",
1379
+ lastEntryDate: "Date of Last entry into the U.S.",
1380
+ authorizedStayExpired: "Date Authorized Stay Expired",
1381
+ listEntriesInFiveYears: "Please list each of your entries during the last five years.",
1382
+ entry: "Entry",
1383
+ placeOfEntry: "Place of entry into the U.S.",
1384
+ entryStatus: "Status at the Time of Entry (for example, F-1 student, B-2 tourist, entered without inspection)",
1385
+ beenDeniedVisa: "Have you EVER been denied a visa or denied admission to the United States?",
1386
+ beenJVisitor: "Have you EVER been a J nonimmigrant exchange visitor who was subject to the 2-year foreign residence requirement and not yet complied with that requirement or obtained a waiver of such?",
1387
+ wereInProceedingStatus: "If you were in proceedings in the past and are no longer in proceedings, provide the date of action.",
1388
+ currentlyInProceedingStatus: "If you are currently in proceedings, choose \u201CCurrent\u201D in the appropriate date field.",
1389
+ proceedingType1: "Removal Proceedings",
1390
+ proceedingType2: "Exclusion Proceedings",
1391
+ proceedingType3: "Deportation Proceedings",
1392
+ proceedingType4: "Rescission Proceedings",
1393
+ proceedingType5: "Judicial Proceedings",
1394
+ exclusionDate: "Exclusion Date (mm/dd/yyyy)",
1395
+ current: "Current",
1396
+ haveYouEver: "Have you EVER",
1397
+ haveYouEverCommitted: "Have you EVER committed, planned or prepared, participated in, threatened to, attempted to, conspired to commit, gathered information for, or solicited funds for any of the following:",
1398
+ haveYouBeenMemberOf: "Have you EVER been a member of, solicited money or members for, provided support for, attended military training (as defined in section 2339D(c)(1) of Title 18, United States Code) by or on behalf of, or been associated with any other group of two or more individuals, whether organized or not, which has been designated as, or has engaged in or has a subgroup which has been designated as, or has engaged in:",
1399
+ doYouIntend: "Do you intend to engage in the United States in:",
1400
+ haveYouEverOrdered: "Have you EVER ordered, incited, called for, committed, assisted, helped with, or otherwise participated in any of the following:",
1401
+ haveYouBeenPresent: "Have you EVER been present or nearby when any person was:",
1402
+ dateArrested: "Date of arrest, citation, detention, or charge",
1403
+ whereArrested: "Where were you arrested, cited, detained, or charged?",
1404
+ UVisa_applicant_part1Q1: "1. Committed a crime or offense for which you have not been arrested?",
1405
+ UVisa_applicant_part1Q2: "2. Been arrested, cited, or detained by any law enforcement officer (including Department of Homeland Security (DHS), former Immigration and Naturalization Service (INS), and military officers) for any reason?",
1406
+ UVisa_applicant_part1Q3: "3. Been charged with committing any crime or offense?",
1407
+ UVisa_applicant_part1Q4: "4. Been convicted of a crime or offense (even if the violation was subsequently expunged or pardoned)?",
1408
+ UVisa_applicant_part1Q5: "5. Been placed in an alternative sentencing or a rehabilitative (for example, diversion, deferred prosecution, withheld adjudication, deferred adjudication)?",
1409
+ UVisa_applicant_part1Q6: "6. Received a suspended sentence, been placed on probation, or been paroled?",
1410
+ UVisa_applicant_part1Q7: "7. Been in jail or prison?",
1411
+ UVisa_applicant_part1Q8: "8. Been the beneficiary of a pardon, amnesty, rehabilitation, or other act of clemency or similar action?",
1412
+ UVisa_applicant_part1Q9: "9. Exercised diplomatic immunity to avoid prosecution for a criminal offense in the United States?",
1413
+ UVisa_applicant_part1Qreview1: "Unarrested crimes and offenses",
1414
+ UVisa_applicant_part1Qreview2: "Law enforcement records",
1415
+ UVisa_applicant_part1Qreview3: "Charges",
1416
+ UVisa_applicant_part1Qreview4: "Convictions",
1417
+ UVisa_applicant_part1Qreview5: "Alternative sentences and rehabilitative programs",
1418
+ UVisa_applicant_part1Qreview6: "Probation and paroled sentence",
1419
+ UVisa_applicant_part1Qreview7: "Jails and Prisons history",
1420
+ UVisa_applicant_part1Qreview8: "Clemency",
1421
+ UVisa_applicant_part1Qreview9: "Diplomatic Immunity Abuses",
1422
+ UVisa_applicant_part2Q1: "1. Engaged in, or do you intend to engage in, prostitution or procurement of prostitution?",
1423
+ UVisa_applicant_part2Q2: "2. Engaged in any unlawful commercialized vice, including, but not limited to, illegal gambling?",
1424
+ UVisa_applicant_part2Q3: "3. Knowingly encouraged, induced, assisted, abetted, or aided any alien to try to enter the United States illegally?",
1425
+ UVisa_applicant_part2Q4: "4. Illicitly trafficked in any controlled substance or knowingly assisted, abetted, or colluded in the illicit trafficking of any controlled substance? ",
1426
+ UVisa_applicant_part3Q1: "1. Hijacking or sabotage of any conveyance (including an aircraft, vessel, or vehicle)?",
1427
+ UVisa_applicant_part3Q2: "2. Seizing or detaining, and threatening to kill, injure, or continue to detain, another individual in order to compel a third person (including a governmental organization) to do or abstain from doing any act as an explicit or implicit condition for the release of the individual seized or detained?",
1428
+ UVisa_applicant_part3Q3: "3. Assassination?",
1429
+ UVisa_applicant_part3Q4: "4. The use of any firearm with intent to endanger, directly or indirectly, the safety of one or more individuals or to cause substantial damage to property?",
1430
+ UVisa_applicant_part3Q5: "5. The use of any biological agent, chemical agent, nuclear weapon or device, explosive, or other weapon or dangerous device, with intent to endanger, directly or indirectly, the safety of one or more individuals or to cause substantial damage to property?",
1431
+ UVisa_applicant_part4Q1: "1. A terrorist organization under section 219 of the INA?",
1432
+ UVisa_applicant_part4Q2: "2. Hijacking or sabotage of any conveyance (including an aircraft, vessel, or vehicle)?",
1433
+ UVisa_applicant_part4Q3: "3. Seizing or detaining, and threatening to kill, injure, or continue to detain, another individual in order to compel a third person (including a governmental organization) to do or abstain from doing any act as an explicit or implicit condition for the release of the individual seized or detained?",
1434
+ UVisa_applicant_part4Q4: "4. Assassination?",
1435
+ UVisa_applicant_part4Q5: "5. The use of any firearm with intent to endanger, directly or indirectly, the safety of one or more individuals or to cause substantial damage to property?",
1436
+ UVisa_applicant_part4Q6: "6. The use of any biological agent, chemical agent, nuclear weapon or device, explosive, or other weapon or dangerous device, with intent to endanger, directly or indirectly, the safety of one or more individuals or to cause substantial damage to property?",
1437
+ UVisa_applicant_part4Q7: "7. Soliciting money or members or otherwise providing material support to a terrorist organization?",
1438
+ UVisa_applicant_part5Q1: "1. Espionage?",
1439
+ UVisa_applicant_part5Q2: "2. Any unlawful activity, or any activity the purpose of which is in opposition to, or the control, or overthrow of the government of the United States?",
1440
+ UVisa_applicant_part5Q3: "3. Solely, principally, or incidentally in any activity related to espionage or sabotage or to violate any law involving the export of goods, technology, or sensitive information?",
1441
+ UVisa_applicant_part5Q4: "4. Have you EVER been or do you continue to be a member of the Communist or other totalitarian party, except when membership was involuntary?",
1442
+ UVisa_applicant_part5Q5: "5. Have you EVER, during the period of March 23, 1933 to May 8, 1945, in association with either the Nazi Government of Germany or any organization or government associated or allied with the Nazi Government of Germany, ordered, incited, assisted or otherwise participated in the persecution of any person because of race, religion, nationality, membership in a particular social group, or political opinion?",
1443
+ UVisa_applicant_part6Q1: "1. Acts involving torture or genocide?",
1444
+ UVisa_applicant_part6Q2: "2. Killing any person?",
1445
+ UVisa_applicant_part6Q3: "3. Intentionally and severely injuring any person?",
1446
+ UVisa_applicant_part6Q4: "4. Engaging in any kind of sexual conduct or relations with any person who was being forced or threatened?",
1447
+ UVisa_applicant_part6Q5: "5. Limiting or denying any person's ability to exercise religious beliefs? ",
1448
+ UVisa_applicant_part6Q6: "6. The persecution of any person because of race, religion, national origin, membership in a particular social group, or political opinion?",
1449
+ UVisa_applicant_part6Q7: "7. Displacing or moving any person from their residence by force, threat of force, compulsion, or duress?",
1450
+ UVisa_applicant_part6Q8: "Have you ever advocated that another person commit any of the acts described in the preceding question, urged, or encouraged another person, to commit such acts?",
1451
+ ifYesDescribe: "If yes, please describe the circumstances:",
1452
+ UVisa_applicant_part7Q1: "1. Intentionally killed, tortured, beaten, or injured?",
1453
+ UVisa_applicant_part7Q2: "2. Displaced or moved from his or her residence by force, compulsion, or duress?",
1454
+ UVisa_applicant_part7Q3: "3. In any way compelled or forced to engage in any kind of sexual contact or relations?",
1455
+ UVisa_applicant_part8Q1: "1. Served in, been a member of, assisted in, or participated in any military unit, paramilitary unit, police unit, self-defense unit, vigilante unit, rebel group, guerilla group, militia, or other insurgent organization?",
1456
+ UVisa_applicant_part8Q2: "2. Served in any prison, jail, prison camp, detention facility, labor camp, or any other situation that involved detaining persons?",
1457
+ UVisa_applicant_part8Q3: "3. Served in, been a member of, assisted in, or participated in any group, unit, or organization of any kind in which you or other persons transported, possessed, or used any type of weapon?",
1458
+ UVisa_applicant_part9Q1: "1. Received any type of military, paramilitary, or weapons training?",
1459
+ UVisa_applicant_part9Q2: "2. Been a member of, assisted in, or participated in any group, unit, or organization of any kind in which you or other persons used any type of weapon against any person or threatened to do so?",
1460
+ UVisa_applicant_part9Q3: "3. Assisted or participated in selling or providing weapons to any person who to your knowledge used them against another person, or in transporting weapons to any person who to your knowledge used them against another person?",
1461
+ UVisa_applicant_part10Q1: "1. Recruited, enlisted, conscripted, or used any person under 15 years of age to serve in or help an armed force or group?",
1462
+ UVisa_applicant_part10Q2: "2. Used any person under 15 years of age to take part in hostilities, or to help or provide services to people in combat?",
1463
+ UVisa_applicant_part10Q3: "Are you NOW in removal, exclusion, rescission, or deportation proceedings?",
1464
+ UVisa_applicant_part10Q4: "Have you EVER had removal, exclusion, rescission, or deportation proceedings initiated against you?",
1465
+ UVisa_applicant_part10Q5: "Have you EVER been removed, excluded, or deported from the United States?",
1466
+ UVisa_applicant_part10Q6: "Have you EVER been ordered to be removed, excluded, or deported from the United States?",
1467
+ UVisa_applicant_part10Q7: "Have you EVER been granted voluntary departure by an immigration officer or an immigration judge and failed to depart within the allotted time?",
1468
+ UVisa_applicant_part10Q8: "Are you NOW under a final order or civil penalty for violating section 274C of the INA (producing and/or using false documentation to unlawfully satisfy a requirement of the INA)?",
1469
+ UVisa_applicant_part10Q9: "Have you EVER, by fraud or willful misrepresentation of a material fact, sought to procure or procured a visa or other documentation, for entry into the United States or any immigration benefit?",
1470
+ UVisa_applicant_part10Q10: "Have you EVER left the United States to avoid being drafted into the U.S. Armed Forces or U.S. Coast Guard?",
1471
+ UVisa_applicant_part10Q11: "Have you EVER detained, retained, or withheld the custody of a child, having a lawful claim to United States citizenship, outside the United States from a United States citizen granted custody?",
1472
+ UVisa_applicant_part10Q12: "Do you plan to practice polygamy in the United States?",
1473
+ UVisa_applicant_part10Q13: "Have you EVER entered the United States as a stowaway?",
1474
+ UVisa_applicant_part10Q14: "Do you NOW have a communicable disease of public health significance?",
1475
+ UVisa_applicant_part10Q15: "Do you NOW have or have you EVER had a physical or mental disorder and behavior (or a history of behavior that is likely to recur) associated with the disorder which has posed or may pose a threat to the property, safety, or welfare of yourself or others?",
1476
+ UVisa_applicant_part10Q16: "Are you NOW or have you EVER been a drug abuser or drug addict?",
1477
+ yourMaritalStatus: "Your Marital Status",
1478
+ maritalStatusOptionOnlySingle: "Single",
1479
+ haveAnyFamilyMember: "Do you have any spouse and/or children?",
1480
+ currentLocation: "Current Location",
1481
+ uvisaApplicationType1: "The petitioner is a victim of criminal activity listed in the INA at section 101(a)(15)(U)(iii).",
1482
+ uvisaApplicationType2: "The petitioner has suffered substantial physical or mental abuse as a result of having been a victim of this criminal activity.",
1483
+ uvisaApplicationType3: "The petitioner possess information concerning the criminal activity of which she/he was a victim.",
1484
+ uvisaApplicationType4: "The petitioner is submitting Form I-918, Supplement B, U Nonimmigrant Status Certification, from a certifying official.",
1485
+ uvisaApplicationType5: "The crime of which the petitioner is a victim occurred in the United States (including Indian country and military installations) or violated the laws of the United States.",
1486
+ uvisaApplicationType6: "The petitioner is under 16 years of age.",
1487
+ petitionForMoreThanOne: "The petitioner is for one or more qualifying family members.",
1488
+ uscisCode: "Receipt Number",
1489
+ uscisUpdates: "USCIS Case Status Tracking",
1490
+ uscisManagement: "USCIS Tracking Management",
1491
+ uscisWaitingMessage: "Processing... Please wait while we are getting the status of your receipt number.",
1492
+ uscisInvalidMessage: "The USCIS code entered is invalid. Please check your USCIS tracking number and try again.",
1493
+ uscisDeleteMessage: "Do you confirm to delete this USCIS tracking number (",
1494
+ lastSavedAt: "Last modified",
1495
+ prevEmployment: "Employment",
1496
+ fillG28Manually: "If yes, please fill the Part 6 on form G-28 manually",
1497
+ firmName: "Firm Name",
1498
+ firmEmail: "Firm Email",
1499
+ firmPhone: "Firm Phone",
1500
+ streetAddress: "Street Address",
1501
+ postalCode: "Postal Code",
1502
+ noEmpty: "This can not be empty",
1503
+ anyBeneficiaryHasOwenship: "Does any beneficiary in this petition have ownership interest in the petitioning organization?",
1504
+ passwordWillSendToEmail: "Password will be auto-generated and sent to the email above.",
1505
+ toDateCannotBeEarlier: "To Date cannot be earlier than start date.",
1506
+ cProfiles: "Client Profiles",
1507
+ tProfiles: "Team Profiles",
1508
+ cAccounts: "Client Accounts",
1509
+ tAccounts: "Team Accounts",
1510
+ individuals: "Individuals",
1511
+ companies: "Companies",
1512
+ materialStatus: "Material Status",
1513
+ nationality: "Nationality",
1514
+ hq: "HQ",
1515
+ industry: "Industry",
1516
+ male: "Male",
1517
+ female: "Female",
1518
+ recentUpdated: "Recent Updated",
1519
+ action: "Action"
1520
+ });
1521
+ export { en as default };