@bloom-housing/ui-components 4.0.1-alpha.25 → 4.0.1-alpha.26
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 +8 -0
- package/package.json +2 -2
- package/src/locales/es.json +2 -0
- package/src/locales/vi.json +3 -1
- package/src/locales/zh.json +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.0.1-alpha.26](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.25...@bloom-housing/ui-components@4.0.1-alpha.26) (2022-01-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.0.1-alpha.25](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.24...@bloom-housing/ui-components@4.0.1-alpha.25) (2022-01-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bloom-housing/ui-components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "4.0.1-alpha.
|
|
3
|
+
"version": "4.0.1-alpha.26",
|
|
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",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"tailwindcss": "2.2.10",
|
|
101
101
|
"typesafe-actions": "^5.1.0"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "6b355e2c503d4ea5a285f9eb178b3beff541964a"
|
|
104
104
|
}
|
package/src/locales/es.json
CHANGED
|
@@ -473,6 +473,7 @@
|
|
|
473
473
|
"additionalInformation": "Información adicional",
|
|
474
474
|
"allUnits": "Todas las viviendas",
|
|
475
475
|
"allUnitsReservedFor": "Todas las viviendas reservadas para %{type}",
|
|
476
|
+
"annualIncome": "%{income} al año",
|
|
476
477
|
"applicationDeadline": "Fecha límite de solicitud",
|
|
477
478
|
"applicationFCFS": "Atención por orden de llegada",
|
|
478
479
|
"applicationFee": "Cargo de solicitud",
|
|
@@ -525,6 +526,7 @@
|
|
|
525
526
|
},
|
|
526
527
|
"maxIncomeMonth": "Ingresos máximos / Mes",
|
|
527
528
|
"maxIncomeYear": "Ingresos máximos / Año",
|
|
529
|
+
"monthlyIncome": "%{income} al mes",
|
|
528
530
|
"moreBuildingSelectionCriteria": "Obtenga más información sobre los Criterios de Selección de Edificaciones",
|
|
529
531
|
"noAvailableUnits": "No hay viviendas disponibles en este momento.",
|
|
530
532
|
"noOpenListings": "Actualmente ningún listado tiene solicitudes abiertas.",
|
package/src/locales/vi.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"account": {
|
|
3
3
|
"accountSettings": "Thiết lập Tài khoản",
|
|
4
4
|
"accountSettingsSubtitle": "Thiết lập Tài khoản, email và mật khẩu",
|
|
@@ -472,6 +472,7 @@
|
|
|
472
472
|
"additionalInformation": "Thông tin Bổ sung",
|
|
473
473
|
"allUnits": "Tất cả các Căn nhà",
|
|
474
474
|
"allUnitsReservedFor": "Tất cả các căn nhà được dành cho %{type}",
|
|
475
|
+
"annualIncome": "%{income} mỗi năm",
|
|
475
476
|
"applicationDeadline": "Hạn nộp Đơn ghi danh",
|
|
476
477
|
"applicationFCFS": "Ai Nộp đơn Trước Được Nhận trước",
|
|
477
478
|
"applicationFee": "Lệ phí Ghi danh",
|
|
@@ -524,6 +525,7 @@
|
|
|
524
525
|
},
|
|
525
526
|
"maxIncomeMonth": "Thu nhập Tối đa / Tháng",
|
|
526
527
|
"maxIncomeYear": "Thu nhập Tối đa / Năm",
|
|
528
|
+
"monthlyIncome": "%{income} mỗi tháng",
|
|
527
529
|
"moreBuildingSelectionCriteria": "Tìm hiểu thêm về Tiêu chí Lựa chọn Tòa nhà",
|
|
528
530
|
"noAvailableUnits": "Không có căn nhà nào còn trống tại thời điểm này.",
|
|
529
531
|
"noOpenListings": "Không có danh sách nhà nào hiện đang mở nhận đơn ghi danh.",
|
package/src/locales/zh.json
CHANGED
|
@@ -472,6 +472,7 @@
|
|
|
472
472
|
"additionalInformation": "其他資訊",
|
|
473
473
|
"allUnits": "所有單位",
|
|
474
474
|
"allUnitsReservedFor": "保留給 %{type} 的所有單位",
|
|
475
|
+
"annualIncome": "每年 %{income}",
|
|
475
476
|
"applicationDeadline": "申請截止日期",
|
|
476
477
|
"applicationFCFS": "先申請先服務",
|
|
477
478
|
"applicationFee": "申請費",
|
|
@@ -524,6 +525,7 @@
|
|
|
524
525
|
},
|
|
525
526
|
"maxIncomeMonth": "最高收入 / 月",
|
|
526
527
|
"maxIncomeYear": "最高收入 / 年",
|
|
528
|
+
"monthlyIncome": "每月 %{income}",
|
|
527
529
|
"moreBuildingSelectionCriteria": "了解「樓宇選擇標準」詳情",
|
|
528
530
|
"noAvailableUnits": "目前並無單位提供。",
|
|
529
531
|
"noOpenListings": "目前沒有上市名單接受申請。",
|