gds-plus-design-vue 1.1.31 → 1.1.32
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +4 -4
- package/lib/{index.39d6ea98.mjs → index.8923ef39.mjs} +143 -69
- package/lib/{main.daf70251.mjs → main.5e6d15a6.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +2 -1
- package/locale/id_ID.js +2 -1
- package/locale/vi_VN.js +1 -0
- package/locale/zh_CN.js +1 -0
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -1215,7 +1215,7 @@ export default {
|
|
|
1215
1215
|
view: "View",
|
|
1216
1216
|
entity: "Entity",
|
|
1217
1217
|
viewPicture: "viewFile picture",
|
|
1218
|
-
viewFile: "
|
|
1218
|
+
viewFile: "View file",
|
|
1219
1219
|
lookup: "Look up",
|
|
1220
1220
|
cache: "Cache",
|
|
1221
1221
|
import: "Import",
|
|
@@ -2224,6 +2224,7 @@ export default {
|
|
|
2224
2224
|
fixedPositioning: "Fixed positioning",
|
|
2225
2225
|
viscousPositioning: "Adhesive positioning",
|
|
2226
2226
|
customStyle: "Custom style",
|
|
2227
|
+
customClass: "Customize [Class]",
|
|
2227
2228
|
currencySymbol: "Currency symbol",
|
|
2228
2229
|
displayMode: "Display mode",
|
|
2229
2230
|
uppercaseField: "Convert to uppercase field",
|
package/locale/id_ID.js
CHANGED
|
@@ -1215,7 +1215,7 @@ export default {
|
|
|
1215
1215
|
view: "lihat",
|
|
1216
1216
|
entity: "entitas",
|
|
1217
1217
|
viewPicture: "tampilkan gambar",
|
|
1218
|
-
viewFile: "
|
|
1218
|
+
viewFile: "Lihat file",
|
|
1219
1219
|
lookup: "pencarian",
|
|
1220
1220
|
cache: "cache",
|
|
1221
1221
|
import: "Import",
|
|
@@ -2226,6 +2226,7 @@ export default {
|
|
|
2226
2226
|
fixedPositioning: "固定定位",
|
|
2227
2227
|
viscousPositioning: "粘性定位",
|
|
2228
2228
|
customStyle: "自定义样式",
|
|
2229
|
+
customClass: "Sesuaikan [Class]",
|
|
2229
2230
|
currencySymbol: "货币符号",
|
|
2230
2231
|
displayMode: "显示方式",
|
|
2231
2232
|
uppercaseField: "转大写字段",
|
package/locale/vi_VN.js
CHANGED
package/locale/zh_CN.js
CHANGED