@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.
- package/dist/i18n/ja-JP.js +1 -1
- package/dist/i18n/ja-JP.properties +1 -1
- package/package.json +1 -1
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -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 = 前へ
|