@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/dist/src/components/form/ChoiceList.vue.d.ts +6 -0
- package/dist/src/components/form/FormField.vue.d.ts +4 -0
- package/dist/style.css +1 -1
- package/dist/wpic-components.js +3369 -3326
- package/dist/wpic-components.umd.cjs +29 -29
- package/locales/en.json +4 -1
- package/locales/ja.json +4 -1
- package/locales/ko.json +4 -1
- package/locales/zh-CN.json +4 -1
- package/package.json +1 -1
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
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
|
}
|
package/locales/zh-CN.json
CHANGED