@romainbx/wpic-components 0.0.105 → 0.0.107

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/locales/en.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "pagination": "Results {start}-{end} of {total}",
12
12
  "per_page": "{count} per page",
13
13
  "cancel": "Cancel",
14
- "confirm": "Confirm"
14
+ "confirm": "Confirm",
15
+ "summary_items": "{count} {type}",
16
+ "loading_more": "Loading more...",
17
+ "no_more_results": "No more results"
15
18
  }
16
19
  }
package/locales/ja.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "pagination": "{total}件中{start}~{end}件",
12
12
  "per_page": "1ページあたり{count}件",
13
13
  "cancel": "キャンセル",
14
- "confirm": "確認"
14
+ "confirm": "確認",
15
+ "summary_items": "{type}を{count}件",
16
+ "loading_more": "読み込み中...",
17
+ "no_more_results": "これ以上の結果はありません"
15
18
  }
16
19
  }
package/locales/ko.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "pagination": "{total}개 중 {start}~{end}번째",
12
12
  "per_page": "페이지당 {count}개",
13
13
  "cancel": "취소",
14
- "confirm": "확인"
14
+ "confirm": "확인",
15
+ "summary_items": "{count}개의 {type}",
16
+ "loading_more": "더 불러오는 중...",
17
+ "no_more_results": "더 이상 결과가 없습니다"
15
18
  }
16
19
  }
@@ -11,6 +11,9 @@
11
11
  "pagination": "第{start}到{end}条,共{total}条",
12
12
  "per_page": "每页 {count} 条",
13
13
  "cancel": "取消",
14
- "confirm": "确认"
14
+ "confirm": "确认",
15
+ "summary_items": "{count}个{type}",
16
+ "loading_more": "加载中...",
17
+ "no_more_results": "没有更多结果了"
15
18
  }
16
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romainbx/wpic-components",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",