@bloom-housing/ui-components 4.3.1-alpha.0 → 4.4.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.4.0](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.2.3...@bloom-housing/ui-components@4.4.0) (2022-05-24)
7
+
8
+
9
+ * 2022-05-24 release (#2753) ([3beb6b7](https://github.com/seanmalbert/bloom/commit/3beb6b77f74e51ec37457d4676a1fd01d1304a65)), closes [#2753](https://github.com/seanmalbert/bloom/issues/2753) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
15
+
16
+ * chore(release): version
17
+
18
+ - @bloom-housing/backend-core@3.0.2-alpha.38
19
+ - @bloom-housing/shared-helpers@4.0.1-alpha.63
20
+ - @bloom-housing/partners@4.0.1-alpha.67
21
+ - @bloom-housing/public@4.0.1-alpha.66
22
+ - @bloom-housing/ui-components@4.0.1-alpha.62
23
+
24
+
25
+
26
+
27
+
28
+ ## [4.3.1-alpha.2](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.3.1-alpha.1...@bloom-housing/ui-components@4.3.1-alpha.2) (2022-05-24)
29
+
30
+ **Note:** Version bump only for package @bloom-housing/ui-components
31
+
32
+
33
+
34
+
35
+
36
+ ## [4.3.1-alpha.1](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.3.1-alpha.0...@bloom-housing/ui-components@4.3.1-alpha.1) (2022-05-24)
37
+
38
+ **Note:** Version bump only for package @bloom-housing/ui-components
39
+
40
+
41
+
42
+
43
+
6
44
  ## [4.3.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.30...@bloom-housing/ui-components@4.3.1-alpha.0) (2022-05-16)
7
45
 
8
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "4.3.1-alpha.0",
3
+ "version": "4.4.0",
4
4
  "author": "Sean Albert <sean.albert@exygy.com>",
5
5
  "description": "Shared user interface components for Bloom affordable housing system",
6
6
  "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
@@ -70,7 +70,7 @@
70
70
  "webpack": "^4.44.2"
71
71
  },
72
72
  "dependencies": {
73
- "@bloom-housing/backend-core": "^4.3.1-alpha.0",
73
+ "@bloom-housing/backend-core": "^4.4.0",
74
74
  "@mapbox/mapbox-sdk": "^0.13.0",
75
75
  "@types/body-scroll-lock": "^2.6.1",
76
76
  "@types/jwt-decode": "^2.2.1",
@@ -102,5 +102,5 @@
102
102
  "tailwindcss": "2.2.10",
103
103
  "typesafe-actions": "^5.1.0"
104
104
  },
105
- "gitHead": "c188a137de98b3b70b7a9c769c22fd4b793b70fd"
105
+ "gitHead": "fdee7be9a9b3808139fbf4b06422736a7e03c235"
106
106
  }
@@ -238,12 +238,20 @@
238
238
  "application.referralApplication.furtherInformation": "Para mayor información",
239
239
  "application.referralApplication.instructions": "Las unidades de viviendas de solidarias permanentes se remiten directamente a través del Sistema de Entrada Coordinada de <JURISDICTION>. Las familias que están perdiendo su vivienda pueden llamar al <PHONE_NUMBER> para obtener más información sobre el Sistema de Entrada Coordinada y acceder a recursos relacionados con la vivienda.",
240
240
  "application.referralApplication.phoneNumber": "211",
241
+ "application.review.confirmation.applicationReceived": "Solicitud \nrecibida",
242
+ "application.review.confirmation.applicationsClosed": "Solicitudes \ncerradas",
243
+ "application.review.confirmation.applicationsRanked": "Solicitudes \nclasificadas",
241
244
  "application.review.confirmation.browseMore": "Ver más listados",
245
+ "application.review.confirmation.createAccount": "### ¿Desea crear una cuenta?\n\nCrear una cuenta le permite guardar su información para solicitudes futuras, y usted puede verificar el estatus de esta solicitud en cualquier momento.",
242
246
  "application.review.confirmation.createAccountParagraph": "Crear una cuenta le permite guardar su información para solicitudes futuras, y usted puede verificar el estatus de esta solicitud en cualquier momento.",
243
247
  "application.review.confirmation.createAccountTitle": "¿Desea crear una cuenta?",
244
248
  "application.review.confirmation.doNotSubmitTitle": "No envíe otra solicitud para este listado.",
249
+ "application.review.confirmation.eligibleApplicants.FCFS": "Los solicitantes elegibles serán contactados por orden de llegada hasta que se llenen las vacantes.",
250
+ "application.review.confirmation.eligibleApplicants.lottery": "Los solicitantes elegibles serán contactados por el agente en orden de clasificación de lotería hasta que se llenen las vacantes.",
251
+ "application.review.confirmation.eligibleApplicants.lotteryDate": "La lotería se llevará a cabo el **%{lotteryDate}**.",
245
252
  "application.review.confirmation.imdone": "No gracias, ya terminé.",
246
253
  "application.review.confirmation.lotteryNumber": "Este es el número de confirmación de su solicitud",
254
+ "application.review.confirmation.needToMakeUpdates": "### ¿Necesita realizar actualizaciones?\n\nSi necesita actualizar la información de su solicitud, no vuelva a realizar una nueva solicitud. Contáctese con el agente de este anuncio.\n\n**%{agentName}** \n%{agentPhone} \n%{agentEmail}\n\n**Horario de oficina** \n%{agentOfficeHours}\n\nComuníquese con el agente si no ha recibido una confirmación por correo electrónico.",
247
255
  "application.review.confirmation.needToUpdate": "Si necesita actualizar información en su solicitud, no vuelva a hacer su solicitud. Comuníquese con el agente si no recibió una confirmación por email.",
248
256
  "application.review.confirmation.pleaseWriteNumber": "Sírvase anotar su número de solicitud y consérvelo en un lugar seguro. También le enviamos este número por email si nos proporcionó una dirección de email.",
249
257
  "application.review.confirmation.print": "Ver la solicitud enviada e imprimir una copia.",
@@ -254,6 +262,7 @@
254
262
  "application.review.confirmation.whatExpectFirstParagraph.refer": "Sírvase consultar el listado para informarse sobre la fecha de los resultados de la lotería.",
255
263
  "application.review.confirmation.whatExpectSecondparagraph": "Los solicitantes serán contactados en orden hasta que se hayan llenado todas las vacantes. Si su solicitud fuera elegida, esté preparado para llenar una solicitud más detallada y proporcionar los documentos de apoyo requeridos.",
256
264
  "application.review.confirmation.whatExpectTitle": "Lo que puede esperar a continuación",
265
+ "application.review.confirmation.whatHappensNext": "### ¿Qué sucederá a continuación?\n\n* Luego de que todas las solicitudes hayan sido enviadas, el administrador comenzará a procesar las solicitudes.\n\n* %{reviewOrder}\n\n* En caso de ser contactado para una entrevista, deberá completar una solicitud más detallada y brindar documentos que respalden esa información.",
257
266
  "application.review.demographics.ethnicityLabel": "¿Cuál de las siguientes opciones describe mejor su origen étnico?",
258
267
  "application.review.demographics.ethnicityOptions.hispanicLatino": "Hispano o latino",
259
268
  "application.review.demographics.ethnicityOptions.notHispanicLatino": "Ni hispano ni latino",
@@ -330,10 +339,6 @@
330
339
  "application.viewApplication": "Ver la solicitud",
331
340
  "application.yourLotteryNumber": "Su número de confirmación es el",
332
341
  "applications.addApplication": "Agregar Solicitud",
333
- "applications.begin.en": "Empezar",
334
- "applications.begin.es": "Empezar",
335
- "applications.begin.vi": "Bắt đầu",
336
- "applications.begin.zh": "開始",
337
342
  "authentication.createAccount.accountConfirmed": "Su cuenta ha sido confirmada correctamente.",
338
343
  "authentication.createAccount.anEmailHasBeenSent": "Se ha enviado un email a %{email}",
339
344
  "authentication.createAccount.confirmationInstruction": "Por favor haga clic en el enlace del email que le hemos enviado para completar la creación de su cuenta.",
@@ -362,8 +362,8 @@
362
362
  "application.review.confirmation.createAccountParagraph": "Creating an account will save your information for future applications, and you can check the status of this application anytime.",
363
363
  "application.review.confirmation.createAccountTitle": "Would you like to create an account?",
364
364
  "application.review.confirmation.doNotSubmitTitle": "Do not submit another application for this listing.",
365
- "application.review.confirmation.eligibleApplicants.FCFS": "Eligibile applicants will be contacted by on a **first come first serve** basis until vacancies are filled",
366
- "application.review.confirmation.eligibleApplicants.lottery": "Eligible applicants will be contacted by the agent in lottery rank order until vacancies are filled",
365
+ "application.review.confirmation.eligibleApplicants.FCFS": "Eligibile applicants will be contacted by on a **first come first serve** basis until vacancies are filled.",
366
+ "application.review.confirmation.eligibleApplicants.lottery": "Eligible applicants will be contacted by the agent in lottery rank order until vacancies are filled.",
367
367
  "application.review.confirmation.eligibleApplicants.lotteryDate": "The lottery will be held on **%{lotteryDate}**.",
368
368
  "application.review.confirmation.imdone": "No thanks, I'm done.",
369
369
  "application.review.confirmation.lotteryNumber": "Your confirmation number",
@@ -459,6 +459,7 @@
459
459
  "applications.begin.es": "Empezar",
460
460
  "applications.begin.vi": "Bắt đầu",
461
461
  "applications.begin.zh": "開始",
462
+ "applications.begin.tl": "Magsimula",
462
463
  "authentication.createAccount.accountConfirmed": "Your account was successfully confirmed.",
463
464
  "authentication.createAccount.anEmailHasBeenSent": "An email has been sent to %{email}",
464
465
  "authentication.createAccount.confirmationInstruction": "Please click on the link in the email we sent you in order to complete account creation.",
@@ -191,12 +191,20 @@
191
191
  "application.referralApplication.furtherInformation": "Para sa karagdagang impormasyon",
192
192
  "application.referralApplication.instructions": "Ang permanenteng sumusuporta sa mga yunit ng pabahay ay direktang tinutukoy sa pamamagitan ng <JURIDICTION> Coordinated Entry System. Maaaring tumawag sa <PHONE_NUMBER> ang mga sambahayang nakararanas ng kawalan ng tirahan upang makakonekta sa isang Access Point upang matuto pa tungkol sa coordinated entry system at ma-access ang mga resource at impormasyong nauugnay sa pabahay.",
193
193
  "application.referralApplication.phoneNumber": "211",
194
+ "application.review.confirmation.applicationReceived": "Natanggap \na ang application",
195
+ "application.review.confirmation.applicationsClosed": "Sarado na ang \nmga application",
196
+ "application.review.confirmation.applicationsRanked": "Nakaranggo na ang \nmga application",
194
197
  "application.review.confirmation.browseMore": "Mag-browse ng mas maraming listahan",
198
+ "application.review.confirmation.createAccount": "### Gusto mo bang gumawa ng account?\n\nAng paggawa ng account ay mag-iingat ng iyong impormasyon para sa susunod na mga application_ at maaari mong tingnan ang status ng application kahit anong oras.",
195
199
  "application.review.confirmation.createAccountParagraph": "Ang paggawa ng account ay mag-iingat ng iyong impormasyon para sa susunod na mga application_ at maaari mong tingnan ang status ng application kahit anong oras.",
196
200
  "application.review.confirmation.createAccountTitle": "Gusto mo bang gumawa ng account?",
197
201
  "application.review.confirmation.doNotSubmitTitle": "Huwag magsumite ng isa pang application para sa listahang ito.",
202
+ "application.review.confirmation.eligibleApplicants.FCFS": "Ang mga kwalipikadong aplikante ay tatawagan ayon sa batayang first come first serve hanggang sa mapuno ang bakante.",
203
+ "application.review.confirmation.eligibleApplicants.lottery": "Ang mga karapat-dapat na aplikante ay tatawagan ng ahente sa pagkakasunud-sunod ng ranggo ng lottery hanggang sa mapunan ang mga bakante.",
204
+ "application.review.confirmation.eligibleApplicants.lotteryDate": "Ang lottery ay gaganapin sa **%{lotteryDate}**.",
198
205
  "application.review.confirmation.imdone": "Salamat na lang_ tapos na ako.",
199
206
  "application.review.confirmation.lotteryNumber": "Narito ang iyong numero ng kumpirmasyon ng application",
207
+ "application.review.confirmation.needToMakeUpdates": "### Kailangang gumawa ng mga update?\n\nKung kailangan mong i-update ang impormasyon sa iyong application, huwag mag-apply muli. Sa halip, makipag-ugnayan sa ahente para sa listahang ito.\n\n**%{agentName}** \n%{agentPhone} \n%{agentEmail}\n\n**Mga Oras na Bukas ang Opisina** \n%{agentOfficeHours}\n\nTawagan ang ahente kung hindi ka nakatanggap ng email ng kumpirmasyon.",
200
208
  "application.review.confirmation.needToUpdate": "Kung kailangan mong baguhin ang impormasyon sa iyong application_ huwag mag-apply muli. Makipag-ugnayan sa ahente kung hindi ka nakatanggap ng kumpirmasyon sa email.",
201
209
  "application.review.confirmation.pleaseWriteNumber": "Mangyaring isulat ang iyong numero ng application at itago ito sa isang ligtas na lugar. Nagpadala rin kami sa iyo ng numerong ito sa email kung nagbigay ka ng email address.",
202
210
  "application.review.confirmation.print": "Tingnan ang isinumiteng application at i-print ang kopya.",
@@ -207,6 +215,7 @@
207
215
  "application.review.confirmation.whatExpectFirstParagraph.refer": "Tingnan ang listahan para sa petsa ng mga resulta ng lottery.",
208
216
  "application.review.confirmation.whatExpectSecondparagraph": "Ang mga aplikante ay tatawagan hanggang sa mapunan ang bakante. Kung mapili ang iyong application_ maging handa upang sagutan ang isang mas detalyadong application at magbigay ng mga kinakailangang karagdagang dokumento.",
209
217
  "application.review.confirmation.whatExpectTitle": "Ano ang susunod na aasahan",
218
+ "application.review.confirmation.whatHappensNext": "### Ano ang susunod na mangyayari?\n\n* Matapos maisumite ang lahat ng mga application, magsisimula ang property manager sa pagproseso ng mga application.\n\n* %{reviewOrder}\n\n* Kapag tinawagan ka para sa interview, kailangan mong sagutan ang mas detalyadong application at magbigay ng karagdagang mga dokumento.",
210
219
  "application.review.demographics.ethnicityLabel": "Alin ang pinakanaglalarawan sa iyong etnisidad?",
211
220
  "application.review.demographics.ethnicityOptions.hispanicLatino": "Hispaniko / Latino",
212
221
  "application.review.demographics.ethnicityOptions.notHispanicLatino": "Hindi Hispaniko / Latino",
@@ -283,7 +292,6 @@
283
292
  "application.viewApplication": "Tingnan ang Application",
284
293
  "application.yourLotteryNumber": "Ang numero ng kumpirmasyon mo ay",
285
294
  "applications.addApplication": "Magdagdag ng Application",
286
- "applications.begin.fi": "Magsimula",
287
295
  "authentication.createAccount.accountConfirmed": "Ang account mo ay matagumpay nang nakumpirma.",
288
296
  "authentication.createAccount.anEmailHasBeenSent": "Ang email ay naipadala na sa %{email}",
289
297
  "authentication.createAccount.confirmationInstruction": "Paki-click ang link sa email na ipinadala namin sa iyo upang makumpleto ang paggawa ng account.",
@@ -238,12 +238,20 @@
238
238
  "application.referralApplication.furtherInformation": "Để biết thêm thông tin",
239
239
  "application.referralApplication.instructions": "Các khu nhà ở hỗ trợ lâu dài được giới thiệu trực tiếp thông qua Hệ thống Tiếp nhận Phối hợp <JURISDICTION>. Các hộ gia đình gặp tình trạng vô gia cư có thể gọi đến số <PHONE_NUMBER> để được kết nối với Điểm Tiếp cận tìm hiểu thêm về hệ thống tiếp nhận phối hợp và truy cập các nguồn lực hỗ trợ và thông tin liên quan đến nhà ở.",
240
240
  "application.referralApplication.phoneNumber": "211",
241
+ "application.review.confirmation.applicationReceived": "Đã nhận \nđơn đăng ký",
242
+ "application.review.confirmation.applicationsClosed": "Đã đóng các \nđơn đăng ký",
243
+ "application.review.confirmation.applicationsRanked": "Đã xếp hạng các \nđơn đăng ký",
241
244
  "application.review.confirmation.browseMore": "Xem nhiều danh sách nhà hơn",
245
+ "application.review.confirmation.createAccount": "### Quý vị có muốn tạo một tài khoản không?\n\nViệc tạo tài khoản sẽ lưu thông tin của quý vị cho các đơn ghi danh sau này và quý vị có thể kiểm tra tình trạng của đơn ghi danh này bất cứ lúc nào.",
242
246
  "application.review.confirmation.createAccountParagraph": "Việc tạo tài khoản sẽ lưu thông tin của quý vị cho các đơn ghi danh sau này và quý vị có thể kiểm tra tình trạng của đơn ghi danh này bất cứ lúc nào.",
243
247
  "application.review.confirmation.createAccountTitle": "Quý vị có muốn tạo một tài khoản không?",
244
248
  "application.review.confirmation.doNotSubmitTitle": "Không gửi một đơn ghi danh khác cho danh sách này.",
249
+ "application.review.confirmation.eligibleApplicants.FCFS": "Những người đăng ký đủ điều kiện sẽ được liên hệ trên cơ sở ai đến trước được phục vụ trước cho đến khi hết căn hộ trống.",
250
+ "application.review.confirmation.eligibleApplicants.lottery": "Các ứng viên đủ điều kiện sẽ được đại lý liên hệ theo thứ tự xếp hạng xổ số cho đến khi các vị trí tuyển dụng được lấp đầy.",
251
+ "application.review.confirmation.eligibleApplicants.lotteryDate": "Cuộc rút thăm sẽ được tổ chức vào **%{lotteryDate}**.",
245
252
  "application.review.confirmation.imdone": "Không, cảm ơn, tôi đã làm xong.",
246
253
  "application.review.confirmation.lotteryNumber": "Đây là số xác nhận đơn ghi danh của quý vị",
254
+ "application.review.confirmation.needToMakeUpdates": "### Quý vị cần cập nhật thông tin?\n\nNếu quý vị cần cập nhật thông tin trên đơn đăng ký của mình, đừng đăng ký lại. Thay vào đó, hãy liên hệ với đại lý cho danh sách này.\n\n**%{agentName}** \n%{agentPhone} \n%{agentEmail}\n\n**Giờ Làm việc** \n%{agentOfficeHours}\n\nLiên hệ với đại lý nếu quý vị không nhận được email xác nhận.",
247
255
  "application.review.confirmation.needToUpdate": "Nếu quý vị cần cập nhật thông tin trên đơn ghi danh của mình, vui lòng không làm đơn ghi danh lại. Hãy liên lạc với nhân viên đại diện nếu quý vị không nhận được email xác nhận.",
248
256
  "application.review.confirmation.pleaseWriteNumber": "Vui lòng ghi lại số đơn ghi danh của quý vị và giữ nó ở một nơi an toàn. Chúng tôi cũng đã gửi số này qua email cho quý vị nếu quý vị cung cấp địa chỉ email.",
249
257
  "application.review.confirmation.print": "Xem đơn ghi danh đã nộp và in một bản sao.",
@@ -254,6 +262,7 @@
254
262
  "application.review.confirmation.whatExpectFirstParagraph.refer": "Vui lòng tham khảo danh sách nhà để biết ngày kết quả rút thăm.",
255
263
  "application.review.confirmation.whatExpectSecondparagraph": "Các ứng viên sẽ được liên lạc theo thứ tự cho đến khi hết chỗ trống. Nếu đơn ghi danh của quý vị được chọn, hãy chuẩn bị để điền vào mẫu đơn chi tiết hơn và cung cấp các tài liệu hỗ trợ cần thiết.",
256
264
  "application.review.confirmation.whatExpectTitle": "Điều gì sẽ xảy ra tiếp theo",
265
+ "application.review.confirmation.whatHappensNext": "### Điều gì sẽ xảy ra tiếp theo?\n\n* Sau khi tất cả các đơn đăng ký được nộp, người quản lý khu nhà sẽ bắt đầu xử lý các đơn đăng ký.\n\n* %{reviewOrder}\n\n* Nếu quý vị được liên hệ để phỏng vấn, quý vị sẽ cần phải điền vào đơn đăng ký chi tiết hơn và cung cấp các tài liệu hỗ trợ.",
257
266
  "application.review.demographics.ethnicityLabel": "Điều nào dưới đây mô tả đúng nhất về dân tộc của quý vị?",
258
267
  "application.review.demographics.ethnicityOptions.hispanicLatino": "Gốc Tây Ban Nha / La-tinh",
259
268
  "application.review.demographics.ethnicityOptions.notHispanicLatino": "Không phải người gốc Tây Ban Nha / La tinh",
@@ -330,10 +339,6 @@
330
339
  "application.viewApplication": "Xem Đơn ghi danh",
331
340
  "application.yourLotteryNumber": "Số xác nhận của quý vị là",
332
341
  "applications.addApplication": "Thêm đơn đăng ký",
333
- "applications.begin.en": "Bắt đầu",
334
- "applications.begin.es": "Empezar",
335
- "applications.begin.vi": "Bắt đầu",
336
- "applications.begin.zh": "開始",
337
342
  "authentication.createAccount.accountConfirmed": "Tài khoản của quý vị đã được xác nhận.",
338
343
  "authentication.createAccount.anEmailHasBeenSent": "Một email đã được gửi tới %{email}",
339
344
  "authentication.createAccount.confirmationInstruction": "Hãy nhấp vào đường liên kết trong email mà chúng tôi gửi cho quý vị để hoàn thành việc lập tài khoản.",
@@ -238,12 +238,20 @@
238
238
  "application.referralApplication.furtherInformation": "如需更多資訊",
239
239
  "application.referralApplication.instructions": "<JURISDICTION> 協調式入住系統會直接轉介永久支援性住房單位。無家可歸家戶可致電 <PHONE_NUMBER> 聯絡存取點,以便深入了解協調式入住系統並存取住房相關資源和資訊。",
240
240
  "application.referralApplication.phoneNumber": "211",
241
+ "application.review.confirmation.applicationReceived": "申請已收到\n",
242
+ "application.review.confirmation.applicationsClosed": "申請已關閉\n",
243
+ "application.review.confirmation.applicationsRanked": "申請已排名\n",
241
244
  "application.review.confirmation.browseMore": "瀏覽更多上市名單",
245
+ "application.review.confirmation.createAccount": "### 您希望建立帳戶嗎?\n\n建立帳戶可儲存您的資料供日後申請之用,並且可以隨時查看這次申請的進展狀態。",
242
246
  "application.review.confirmation.createAccountParagraph": "建立帳戶可儲存您的資料供日後申請之用,並且可以隨時查看這次申請的進展狀態。",
243
247
  "application.review.confirmation.createAccountTitle": "您希望建立帳戶嗎?",
244
248
  "application.review.confirmation.doNotSubmitTitle": "請勿在這次上市提交另一份申請表。",
249
+ "application.review.confirmation.eligibleApplicants.FCFS": "合格申請人會依先到先得原則收到聯絡,直到補滿缺額。",
250
+ "application.review.confirmation.eligibleApplicants.lottery": "代理商將按照抽籤順序聯繫符合條件的申請人,直到職位空缺被填補為止。",
251
+ "application.review.confirmation.eligibleApplicants.lotteryDate": "抽獎活動將於 **%{lotteryDate}**。",
245
252
  "application.review.confirmation.imdone": "不,謝謝,我已開立帳戶。",
246
253
  "application.review.confirmation.lotteryNumber": "這是您的申請確認號碼",
254
+ "application.review.confirmation.needToMakeUpdates": "### 需要更新內容?\n\n如果您必須更新申請資訊,請勿再次申請。請您直接聯絡此刊登資訊的仲介人員。\n\n**%{agentName}** \n%{agentPhone} \n%{agentEmail}\n\n**辦公時間** \n%{agentOfficeHours}\n\n如果您並未收到電子郵件確認,請聯絡仲介人員。",
247
255
  "application.review.confirmation.needToUpdate": "如果您需要更新申請資料,請勿再次提交申請。如果您沒有收到電郵確認函,請聯絡經紀人。",
248
256
  "application.review.confirmation.pleaseWriteNumber": "請寫下您的申請號碼,並妥為保管。如果您有提供電郵地址,我們亦已透過電郵將這個號碼發送給您。",
249
257
  "application.review.confirmation.print": "查看已提交的申請並列印一份副本。",
@@ -254,6 +262,7 @@
254
262
  "application.review.confirmation.whatExpectFirstParagraph.refer": "請參閱上市名單上的抽籤結果公佈日期。",
255
263
  "application.review.confirmation.whatExpectSecondparagraph": "我們會依順序聯絡申請人,直到沒有空缺為止。若您的申請被選中,請準備填寫一份更加詳盡的申請表,並提供所需的證明文件。",
256
264
  "application.review.confirmation.whatExpectTitle": "下一步預期事項",
265
+ "application.review.confirmation.whatHappensNext": "### 接下來呢?\n\n* 提交所有申請後,房地產經理即會開始受理申請。\n\n* %{reviewOrder}\n\n* 如果您收到面談聯絡,那就必須填寫更詳細的申請並提供佐證文件。",
257
266
  "application.review.demographics.ethnicityLabel": "哪項最能形容您的族裔?",
258
267
  "application.review.demographics.ethnicityOptions.hispanicLatino": "西班牙語裔/拉美裔",
259
268
  "application.review.demographics.ethnicityOptions.notHispanicLatino": "非西班牙語裔/拉美裔",
@@ -330,10 +339,6 @@
330
339
  "application.viewApplication": "查看申請",
331
340
  "application.yourLotteryNumber": "您的確認號碼是",
332
341
  "applications.addApplication": "新增申請",
333
- "applications.begin.en": "開始",
334
- "applications.begin.es": "Empezar",
335
- "applications.begin.vi": "Bắt đầu",
336
- "applications.begin.zh": "開始",
337
342
  "authentication.createAccount.accountConfirmed": "您的帳戶已成功確認。",
338
343
  "authentication.createAccount.anEmailHasBeenSent": "本電郵已發送至 %{email}",
339
344
  "authentication.createAccount.confirmationInstruction": "請按一下我們發送的電子郵件內連結,並完成建立帳戶程序。",