@brightspace-ui/core 3.148.2 → 3.148.4

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/lang/zh-cn.js CHANGED
@@ -21,13 +21,13 @@ export default {
21
21
  "components.filter.clearAllDescriptionOverride": "清除 {filterText} 的所有筛选器",
22
22
  "components.filter.clearAnnounce": "正在清除筛选器:{filterName}",
23
23
  "components.filter.clearDescription": "清除筛选条件:{filterName}",
24
- "components.filter.loading": "正在加载筛选器",
25
24
  "components.filter.filterCountDescription":
26
25
  `{number, plural,
27
26
  =0 {未应用筛选器。}
28
27
  other {已应用 {number} 个筛选器。}
29
28
  }`,
30
29
  "components.filter.filters": "个筛选条件",
30
+ "components.filter.loading": "正在加载筛选器",
31
31
  "components.filter.noFilters": "无可用筛选器",
32
32
  "components.filter.searchResults":
33
33
  `{number, plural,
@@ -36,21 +36,21 @@ export default {
36
36
  }`,
37
37
  "components.filter.selectedFirstListLabel": "{headerText}。先显示所选筛选器。",
38
38
  "components.filter.singleDimensionDescription": "筛选依据:{filterName}",
39
- "components.filter-dimension-set-date-text-value.textHours":
40
- `{num, plural,
41
- other {过去 {num} 小时}
42
- }`,
43
39
  "components.filter-dimension-set-date-text-value.textDays":
44
40
  `{num, plural,
45
41
  =0 {今天}
46
42
  other {过去 {num} 天}
47
43
  }`,
44
+ "components.filter-dimension-set-date-text-value.textHours":
45
+ `{num, plural,
46
+ other {过去 {num} 小时}
47
+ }`,
48
48
  "components.filter-dimension-set-date-text-value.textMonths": "过去 {num} 个月",
49
49
  "components.filter-dimension-set-date-time-range-value.label": "{text},扩展以选择日期",
50
+ "components.filter-dimension-set-date-time-range-value.text": "自定义日期范围",
50
51
  "components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} 至 {endValue}",
51
- "components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "在 {startValue} 之后",
52
52
  "components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "在 {endValue} 之前",
53
- "components.filter-dimension-set-date-time-range-value.text": "自定义日期范围",
53
+ "components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "在 {startValue} 之后",
54
54
  "components.form-element.defaultError": "{label} 无效",
55
55
  "components.form-element.defaultFieldLabel": "字段",
56
56
  "components.form-element.input.email.typeMismatch": "电子邮件无效",
@@ -86,33 +86,33 @@ export default {
86
86
  "components.input-color.backgroundColor": "背景颜色",
87
87
  "components.input-color.foregroundColor": "前景颜色",
88
88
  "components.input-color.none": "无",
89
+ "components.input-date.clear": "清除",
90
+ "components.input-date.errorMaxDateOnly": "日期必须早于或等于 {maxDate}",
91
+ "components.input-date.errorMinDateOnly": "日期必须晚于或等于 {minDate}",
92
+ "components.input-date.errorOutsideRange": "日期必须介于 {minDate} 和 {maxDate} 之间",
93
+ "components.input-date.now": "现在",
94
+ "components.input-date.openInstructions": "使用日期格式 {format}。利用向下箭头键或按 Enter 键访问迷你日历。",
95
+ "components.input-date.revert": "{label} 已恢复到前一个值。",
96
+ "components.input-date.today": "今天",
97
+ "components.input-date.useDateFormat": "使用日期格式 {format}。",
89
98
  "components.input-date-range.endDate": "结束日期",
90
99
  "components.input-date-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
91
100
  "components.input-date-range.interactive-label": "日期范围输入",
92
101
  "components.input-date-range.startDate": "开始日期",
93
- "components.input-date-time-range-to.to": "至",
94
- "components.input-date-time-range.endDate": "结束日期",
95
- "components.input-date-time-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
96
- "components.input-date-time-range.startDate": "开始日期",
97
102
  "components.input-date-time.date": "日期",
98
103
  "components.input-date-time.errorMaxDateOnly": "日期必须早于或等于 {maxDate}",
99
104
  "components.input-date-time.errorMinDateOnly": "日期必须晚于或等于 {minDate}",
100
105
  "components.input-date-time.errorOutsideRange": "日期必须介于 {minDate} 和 {maxDate} 之间",
101
106
  "components.input-date-time.time": "时间",
107
+ "components.input-date-time-range.endDate": "结束日期",
108
+ "components.input-date-time-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
102
109
  "components.input-date-time-range.interactive-label": "日期和时间范围输入",
103
- "components.input-date.clear": "清除",
104
- "components.input-date.errorMaxDateOnly": "日期必须早于或等于 {maxDate}",
105
- "components.input-date.errorMinDateOnly": "日期必须晚于或等于 {minDate}",
106
- "components.input-date.errorOutsideRange": "日期必须介于 {minDate} 和 {maxDate} 之间",
107
- "components.input-date.openInstructions": "使用日期格式 {format}。利用向下箭头键或按 Enter 键访问迷你日历。",
108
- "components.input-date.now": "现在",
109
- "components.input-date.revert": "{label} 已恢复到前一个值。",
110
- "components.input-date.today": "今天",
111
- "components.input-date.useDateFormat": "使用日期格式 {format}。",
112
- "components.input-number.hintInteger": "此字段只接受整数值(无小数)",
113
- "components.input-number.hintDecimalDuplicate": "此数中已有一个小数",
110
+ "components.input-date-time-range.startDate": "开始日期",
111
+ "components.input-date-time-range-to.to": "",
112
+ "components.input-number.hintDecimalDuplicate": "此数字中已有小数",
114
113
  "components.input-number.hintDecimalIncorrectComma": "要添加小数,请使用逗号“,”字符",
115
- "components.input-number.hintDecimalIncorrectPeriod": "要添加小数,请使用句号“.”字符",
114
+ "components.input-number.hintDecimalIncorrectPeriod": "要添加小数,请使用句点“.”字符",
115
+ "components.input-number.hintInteger": "此字段只接受整数值(无小数)",
116
116
  "components.input-search.clear": "清除搜索",
117
117
  "components.input-search.defaultPlaceholder": "搜索...",
118
118
  "components.input-search.search": "搜索",
@@ -126,13 +126,13 @@ export default {
126
126
  "components.list-item.addItem": "添加项目",
127
127
  "components.list-item-drag-handle.default": "对 {name} 的项目操作重新排序",
128
128
  "components.list-item-drag-handle.keyboard": "对项目重新排序,当前位置 {currentPosition} 超出 {size}。要移动此项目,请按向上或向下箭头。",
129
- "components.list-item-drag-handle-tooltip.title": "用于重新排序的键盘控制键:",
130
- "components.list-item-drag-handle-tooltip.enter-key": "输入",
131
129
  "components.list-item-drag-handle-tooltip.enter-desc": "切换键盘重新排序模式。",
132
- "components.list-item-drag-handle-tooltip.up-down-key": "向上/向下",
133
- "components.list-item-drag-handle-tooltip.up-down-desc": "在列表中向上或向下移动项目。",
134
- "components.list-item-drag-handle-tooltip.left-right-key": "向左/向右",
130
+ "components.list-item-drag-handle-tooltip.enter-key": "输入",
135
131
  "components.list-item-drag-handle-tooltip.left-right-desc": "更改嵌套层。",
132
+ "components.list-item-drag-handle-tooltip.left-right-key": "向左/向右",
133
+ "components.list-item-drag-handle-tooltip.title": "用于重新排序的键盘控制键:",
134
+ "components.list-item-drag-handle-tooltip.up-down-desc": "在列表中向上或向下移动项目。",
135
+ "components.list-item-drag-handle-tooltip.up-down-key": "向上/向下",
136
136
  "components.menu-item-return.return": "返回至上级菜单。",
137
137
  "components.menu-item-return.returnCurrentlyShowing": "返回至上级菜单。您正在浏览 {menuTitle}。",
138
138
  "components.meter-mixin.commaSeperatedAria": "{term1}、{term2}",
@@ -143,8 +143,6 @@ export default {
143
143
  "components.more-less.more": "更多",
144
144
  "components.object-property-list.item-placeholder-text": "占位符项目",
145
145
  "components.overflow-group.moreActions": "更多操作",
146
- "components.pager-load-more.action": "加载更多",
147
- "components.pager-load-more.action-with-page-size": "再加载 {count} 个",
148
146
  "components.pageable.info":
149
147
  `{count, plural,
150
148
  other {{countFormatted} 项}
@@ -153,6 +151,8 @@ export default {
153
151
  `{totalCount, plural,
154
152
  other {{countFormatted}/{totalCountFormatted} 项}
155
153
  }`,
154
+ "components.pager-load-more.action": "加载更多",
155
+ "components.pager-load-more.action-with-page-size": "再加载 {count} 个",
156
156
  "components.pager-load-more.status-loading": "加载更多项目",
157
157
  "components.selection.action-max-hint":
158
158
  `{count, plural,
@@ -164,10 +164,10 @@ export default {
164
164
  "components.selection.selected": "已选 {count}",
165
165
  "components.selection.selected-plus": "已选 + {count}",
166
166
  "components.selection-controls.label": "针对所选内容的操作",
167
+ "components.switch.conditions": "必须符合条件",
168
+ "components.switch.hidden": "隐藏",
167
169
  "components.switch.visible": "可见",
168
170
  "components.switch.visibleWithPeriod": "可见。",
169
- "components.switch.hidden": "隐藏",
170
- "components.switch.conditions": "必须符合条件",
171
171
  "components.table-col-sort-button.addSortOrder": "选择添加排序顺序",
172
172
  "components.table-col-sort-button.changeSortOrder": "选择更改排序顺序",
173
173
  "components.table-col-sort-button.title":
package/lang/zh-tw.js CHANGED
@@ -21,13 +21,13 @@ export default {
21
21
  "components.filter.clearAllDescriptionOverride": "清除下列項目的所有篩選器:{filterText}",
22
22
  "components.filter.clearAnnounce": "正在清除 {filterName} 的篩選器",
23
23
  "components.filter.clearDescription": "清除 {filterName} 的篩選器",
24
- "components.filter.loading": "正在載入篩選條件",
25
24
  "components.filter.filterCountDescription":
26
25
  `{number, plural,
27
26
  =0 {未套用篩選器。}
28
27
  other {已套用 {number} 個篩選器。}
29
28
  }`,
30
29
  "components.filter.filters": "篩選器",
30
+ "components.filter.loading": "正在載入篩選條件",
31
31
  "components.filter.noFilters": "沒有可用的篩選條件",
32
32
  "components.filter.searchResults":
33
33
  `{number, plural,
@@ -36,22 +36,22 @@ export default {
36
36
  }`,
37
37
  "components.filter.selectedFirstListLabel": "{headerText}。所選篩選器會先顯示。",
38
38
  "components.filter.singleDimensionDescription": "按此條件篩選:{filterName}",
39
- "components.filter-dimension-set-date-text-value.textHours":
40
- `{num, plural,
41
- =1 {過去一小時}
42
- other {過去 {num} 小時}
43
- }`,
44
39
  "components.filter-dimension-set-date-text-value.textDays":
45
40
  `{num, plural,
46
41
  =0 {今天}
47
42
  other {過去 {num} 天}
48
43
  }`,
44
+ "components.filter-dimension-set-date-text-value.textHours":
45
+ `{num, plural,
46
+ =1 {過去一小時}
47
+ other {過去 {num} 小時}
48
+ }`,
49
49
  "components.filter-dimension-set-date-text-value.textMonths": "過去 {num} 個月",
50
50
  "components.filter-dimension-set-date-time-range-value.label": "{text},展開以選擇日期",
51
+ "components.filter-dimension-set-date-time-range-value.text": "自訂日期範圍",
51
52
  "components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} 到 {endValue}",
52
- "components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} 之後",
53
53
  "components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "{endValue} 之前",
54
- "components.filter-dimension-set-date-time-range-value.text": "自訂日期範圍",
54
+ "components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} 之後",
55
55
  "components.form-element.defaultError": "{label} 無效",
56
56
  "components.form-element.defaultFieldLabel": "欄位",
57
57
  "components.form-element.input.email.typeMismatch": "電子郵件無效",
@@ -87,33 +87,33 @@ export default {
87
87
  "components.input-color.backgroundColor": "背景顏色",
88
88
  "components.input-color.foregroundColor": "前景顏色",
89
89
  "components.input-color.none": "無",
90
+ "components.input-date.clear": "清除",
91
+ "components.input-date.errorMaxDateOnly": "日期必須早於 {maxDate} 或為當日",
92
+ "components.input-date.errorMinDateOnly": "日期必須晚於 {minDate} 或為當日",
93
+ "components.input-date.errorOutsideRange": "日期必須介於 {minDate} 與 {maxDate} 之間",
94
+ "components.input-date.now": "立即",
95
+ "components.input-date.openInstructions": "使用日期格式 {format}。按向下箭頭,或按下「Enter」以存取迷你行事曆。",
96
+ "components.input-date.revert": "{label} 已還原為先前的值。",
97
+ "components.input-date.today": "今天",
98
+ "components.input-date.useDateFormat": "使用日期格式 {format}。",
90
99
  "components.input-date-range.endDate": "結束日期",
91
100
  "components.input-date-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
92
101
  "components.input-date-range.interactive-label": "輸入日期範圍",
93
102
  "components.input-date-range.startDate": "開始日期",
94
- "components.input-date-time-range-to.to": "至",
95
- "components.input-date-time-range.endDate": "結束日期",
96
- "components.input-date-time-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
97
- "components.input-date-time-range.startDate": "開始日期",
98
103
  "components.input-date-time.date": "日期",
99
104
  "components.input-date-time.errorMaxDateOnly": "日期必須早於 {maxDate} 或為當日",
100
105
  "components.input-date-time.errorMinDateOnly": "日期必須晚於 {minDate} 或為當日",
101
106
  "components.input-date-time.errorOutsideRange": "日期必須介於 {minDate} 與 {maxDate} 之間",
102
107
  "components.input-date-time.time": "時間",
108
+ "components.input-date-time-range.endDate": "結束日期",
109
+ "components.input-date-time-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
103
110
  "components.input-date-time-range.interactive-label": "輸入日期與時間範圍",
104
- "components.input-date.clear": "清除",
105
- "components.input-date.errorMaxDateOnly": "日期必須早於 {maxDate} 或為當日",
106
- "components.input-date.errorMinDateOnly": "日期必須晚於 {minDate} 或為當日",
107
- "components.input-date.errorOutsideRange": "日期必須介於 {minDate} 與 {maxDate} 之間",
108
- "components.input-date.openInstructions": "使用日期格式 {format}。按向下箭頭,或按下「Enter」以存取迷你行事曆。",
109
- "components.input-date.now": "立即",
110
- "components.input-date.revert": "{label} 已還原為先前的值。",
111
- "components.input-date.today": "今天",
112
- "components.input-date.useDateFormat": "使用日期格式 {format}。",
113
- "components.input-number.hintInteger": "此欄位僅接受整數值 (無小數位數)",
111
+ "components.input-date-time-range.startDate": "開始日期",
112
+ "components.input-date-time-range-to.to": "",
114
113
  "components.input-number.hintDecimalDuplicate": "這個數字已經有一個小數位數",
115
114
  "components.input-number.hintDecimalIncorrectComma": "若要新增小數位數,請使用逗號「,」字元",
116
115
  "components.input-number.hintDecimalIncorrectPeriod": "若要新增小數位數,請使用句號「.」字元",
116
+ "components.input-number.hintInteger": "此欄位僅接受整數值 (無小數位數)",
117
117
  "components.input-search.clear": "清除搜尋",
118
118
  "components.input-search.defaultPlaceholder": "搜尋...",
119
119
  "components.input-search.search": "搜尋",
@@ -127,13 +127,13 @@ export default {
127
127
  "components.list-item.addItem": "新增項目",
128
128
  "components.list-item-drag-handle.default": "重新排序 {name} 的項目動作",
129
129
  "components.list-item-drag-handle.keyboard": "重新排序項目,目前位置 {currentPosition},總共為 {size}。若要移除這個項目,請按向上或向下箭頭。",
130
- "components.list-item-drag-handle-tooltip.title": "重新排序的鍵盤控制項:",
131
- "components.list-item-drag-handle-tooltip.enter-key": "輸入",
132
130
  "components.list-item-drag-handle-tooltip.enter-desc": "切換鍵盤重新排序模式。",
133
- "components.list-item-drag-handle-tooltip.up-down-key": "上 / 下",
134
- "components.list-item-drag-handle-tooltip.up-down-desc": "在清單中上下移動項目。",
135
- "components.list-item-drag-handle-tooltip.left-right-key": "左 / 右",
131
+ "components.list-item-drag-handle-tooltip.enter-key": "輸入",
136
132
  "components.list-item-drag-handle-tooltip.left-right-desc": "變更巢套層次。",
133
+ "components.list-item-drag-handle-tooltip.left-right-key": "左 / 右",
134
+ "components.list-item-drag-handle-tooltip.title": "重新排序的鍵盤控制項:",
135
+ "components.list-item-drag-handle-tooltip.up-down-desc": "在清單中上下移動項目。",
136
+ "components.list-item-drag-handle-tooltip.up-down-key": "上 / 下",
137
137
  "components.menu-item-return.return": "返回上一個功能表。",
138
138
  "components.menu-item-return.returnCurrentlyShowing": "返回上一個功能表。您正在檢視 {menuTitle}。",
139
139
  "components.meter-mixin.commaSeperatedAria": "{term1},{term2}",
@@ -144,8 +144,6 @@ export default {
144
144
  "components.more-less.more": "較多",
145
145
  "components.object-property-list.item-placeholder-text": "預留位置項目",
146
146
  "components.overflow-group.moreActions": "其他動作",
147
- "components.pager-load-more.action": "載入更多",
148
- "components.pager-load-more.action-with-page-size": "再載入 {count} 個",
149
147
  "components.pageable.info":
150
148
  `{count, plural,
151
149
  other {{countFormatted} 個項目}
@@ -154,6 +152,8 @@ export default {
154
152
  `{totalCount, plural,
155
153
  other {{countFormatted} 項,共 {totalCountFormatted} 項}
156
154
  }`,
155
+ "components.pager-load-more.action": "載入更多",
156
+ "components.pager-load-more.action-with-page-size": "再載入 {count} 個",
157
157
  "components.pager-load-more.status-loading": "正在載入更多項目",
158
158
  "components.selection.action-max-hint":
159
159
  `{count, plural,
@@ -165,10 +165,10 @@ export default {
165
165
  "components.selection.selected": "已選取 {count} 個",
166
166
  "components.selection.selected-plus": "已選取 {count}+ 個",
167
167
  "components.selection-controls.label": "選擇的動作",
168
+ "components.switch.conditions": "必須符合條件",
169
+ "components.switch.hidden": "隱藏",
168
170
  "components.switch.visible": "可見",
169
171
  "components.switch.visibleWithPeriod": "可見。",
170
- "components.switch.hidden": "隱藏",
171
- "components.switch.conditions": "必須符合條件",
172
172
  "components.table-col-sort-button.addSortOrder": "選取以新增排序順序",
173
173
  "components.table-col-sort-button.changeSortOrder": "選取以變更排序順序",
174
174
  "components.table-col-sort-button.title":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.148.2",
3
+ "version": "3.148.4",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",