@box/metadata-view 0.44.0 → 0.45.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.
@@ -30,6 +30,6 @@ export default {
30
30
  "groupSharedFeatures.metadataView.metadataValue.metadataSearch.searchInputClearAriaLabel": "クリア",
31
31
  "groupSharedFeatures.metadataView.pagination.nextPageButton": "次へ",
32
32
  "groupSharedFeatures.metadataView.pagination.pageEntryStatus": "{totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中",
33
- "groupSharedFeatures.metadataView.pagination.paginationLabel": "ページネーション ナビゲーション コントロールと現在のページ情報",
33
+ "groupSharedFeatures.metadataView.pagination.paginationLabel": "ページ割りのナビゲーションコントロールと現在のページの情報",
34
34
  "groupSharedFeatures.metadataView.pagination.previousPageButton": "前へ"
35
35
  }
@@ -61,6 +61,6 @@ groupSharedFeatures.metadataView.pagination.nextPageButton = 次へ
61
61
  # Pagination menu status with the range of entries shown
62
62
  groupSharedFeatures.metadataView.pagination.pageEntryStatus = {totalCount}エントリ中{startEntryIndex}~{endEntryIndex}を表示中
63
63
  # Aria label for the pagination component, which includes entry status and previous/next page controls
64
- groupSharedFeatures.metadataView.pagination.paginationLabel = ページネーション ナビゲーション コントロールと現在のページ情報
64
+ groupSharedFeatures.metadataView.pagination.paginationLabel = ページ割りのナビゲーションコントロールと現在のページの情報
65
65
  # Label for the previous page button
66
66
  groupSharedFeatures.metadataView.pagination.previousPageButton = 前へ
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "0.44.0",
3
+ "version": "0.45.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^11.12.0",