@dargmuesli/nuxt-cookie-control 8.1.1 → 8.1.2
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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/locale/id.mjs +6 -6
- package/package.json +3 -3
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { pathToFileURL } from 'node:url';
|
|
|
3
3
|
import { createResolver, defineNuxtModule, addPlugin, addImports, addTemplate, extendWebpackConfig, extendViteConfig, resolvePath } from '@nuxt/kit';
|
|
4
4
|
|
|
5
5
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
6
|
-
const version = "8.1.
|
|
6
|
+
const version = "8.1.2";
|
|
7
7
|
|
|
8
8
|
const en = {
|
|
9
9
|
accept: "Accept",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
accept: "Terima",
|
|
3
3
|
acceptAll: "Terima semua",
|
|
4
|
-
bannerDescription: "Kami menggunakan
|
|
5
|
-
bannerTitle: "
|
|
4
|
+
bannerDescription: "Kami menggunakan kuki kami sendiri dan kuki pihak ketiga agar kami dapat menampilkan situs web ini dengan benar dan lebih memahami bagaimana situs web ini digunakan, dengan tujuan untuk meningkatkan layanan yang kami tawarkan. Keputusan mengenai izin penggunaan kuki dapat diubah kapan saja menggunakan tombol kuki yang akan muncul setelah seleksi dibuat pada banner ini.",
|
|
5
|
+
bannerTitle: "Kuki",
|
|
6
6
|
close: "Tutup",
|
|
7
|
-
cookiesFunctional: "
|
|
8
|
-
cookiesNecessary: "
|
|
9
|
-
cookiesOptional: "
|
|
7
|
+
cookiesFunctional: "Kuki fungsional",
|
|
8
|
+
cookiesNecessary: "Kuki yang diperlukan",
|
|
9
|
+
cookiesOptional: "Kuki opsional",
|
|
10
10
|
decline: "Tolak",
|
|
11
11
|
declineAll: "Tolak semua",
|
|
12
12
|
here: "di sini",
|
|
13
|
-
iframeBlocked: "Untuk melihat ini, harap aktifkan
|
|
13
|
+
iframeBlocked: "Untuk melihat ini, harap aktifkan kuki fungsional",
|
|
14
14
|
manageCookies: "Pelajari lebih lanjut dan sesuaikan",
|
|
15
15
|
save: "Simpan",
|
|
16
16
|
settingsUnsaved: "Anda memiliki pengaturan yang belum disimpan"
|
package/package.json
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"lint-staged": "15.2.2",
|
|
24
24
|
"nuxt": "3.11.2",
|
|
25
25
|
"prettier": "3.2.5",
|
|
26
|
-
"typescript": "5.4.
|
|
26
|
+
"typescript": "5.4.5",
|
|
27
27
|
"vue": "3.4.21",
|
|
28
|
-
"vue-tsc": "2.0.
|
|
28
|
+
"vue-tsc": "2.0.12",
|
|
29
29
|
"webpack": "5.91.0"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
},
|
|
80
80
|
"type": "module",
|
|
81
81
|
"types": "./dist/module.d.ts",
|
|
82
|
-
"version": "8.1.
|
|
82
|
+
"version": "8.1.2"
|
|
83
83
|
}
|