@maz-ui/translations 4.3.0 → 4.6.1

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/index.d.mts CHANGED
@@ -85,6 +85,15 @@ declare const _default$7: {
85
85
  placeholder: string;
86
86
  };
87
87
  };
88
+ readMore: {
89
+ expand: string;
90
+ collapse: string;
91
+ ariaLabel: string;
92
+ };
93
+ skeleton: {
94
+ ariaLabel: string;
95
+ loadingText: string;
96
+ };
88
97
  };
89
98
 
90
99
  declare const _default$6: {
@@ -246,6 +255,28 @@ declare const _default$6: {
246
255
  placeholder: string;
247
256
  };
248
257
  };
258
+ /**
259
+ * This is the translation for the read more component.
260
+ * The keys are:
261
+ * - expand: The translation for the expand text.
262
+ * - collapse: The translation for the collapse text.
263
+ * - ariaLabel: The translation for the aria label.
264
+ */
265
+ readMore: {
266
+ expand: string;
267
+ collapse: string;
268
+ ariaLabel: string;
269
+ };
270
+ /**
271
+ * This is the translation for the skeleton component.
272
+ * The keys are:
273
+ * - ariaLabel: The translation for the aria label.
274
+ * - loadingText: The translation for the loading text.
275
+ */
276
+ skeleton: {
277
+ ariaLabel: string;
278
+ loadingText: string;
279
+ };
249
280
  };
250
281
 
251
282
  declare const _default$5: {
@@ -332,6 +363,15 @@ declare const _default$5: {
332
363
  placeholder: string;
333
364
  };
334
365
  };
366
+ readMore: {
367
+ expand: string;
368
+ collapse: string;
369
+ ariaLabel: string;
370
+ };
371
+ skeleton: {
372
+ ariaLabel: string;
373
+ loadingText: string;
374
+ };
335
375
  };
336
376
 
337
377
  declare const _default$4: {
@@ -418,6 +458,15 @@ declare const _default$4: {
418
458
  of: string;
419
459
  };
420
460
  };
461
+ readMore: {
462
+ expand: string;
463
+ collapse: string;
464
+ ariaLabel: string;
465
+ };
466
+ skeleton: {
467
+ ariaLabel: string;
468
+ loadingText: string;
469
+ };
421
470
  };
422
471
 
423
472
  declare const _default$3: {
@@ -504,6 +553,15 @@ declare const _default$3: {
504
553
  placeholder: string;
505
554
  };
506
555
  };
556
+ readMore: {
557
+ expand: string;
558
+ collapse: string;
559
+ ariaLabel: string;
560
+ };
561
+ skeleton: {
562
+ ariaLabel: string;
563
+ loadingText: string;
564
+ };
507
565
  };
508
566
 
509
567
  declare const _default$2: {
@@ -590,6 +648,15 @@ declare const _default$2: {
590
648
  placeholder: string;
591
649
  };
592
650
  };
651
+ readMore: {
652
+ expand: string;
653
+ collapse: string;
654
+ ariaLabel: string;
655
+ };
656
+ skeleton: {
657
+ ariaLabel: string;
658
+ loadingText: string;
659
+ };
593
660
  };
594
661
 
595
662
  declare const _default$1: {
@@ -676,6 +743,15 @@ declare const _default$1: {
676
743
  placeholder: string;
677
744
  };
678
745
  };
746
+ readMore: {
747
+ expand: string;
748
+ collapse: string;
749
+ ariaLabel: string;
750
+ };
751
+ skeleton: {
752
+ ariaLabel: string;
753
+ loadingText: string;
754
+ };
679
755
  };
680
756
 
681
757
  declare const _default: {
@@ -762,6 +838,15 @@ declare const _default: {
762
838
  placeholder: string;
763
839
  };
764
840
  };
841
+ readMore: {
842
+ expand: string;
843
+ collapse: string;
844
+ ariaLabel: string;
845
+ };
846
+ skeleton: {
847
+ ariaLabel: string;
848
+ loadingText: string;
849
+ };
765
850
  };
766
851
 
767
852
  type TranslationKey = NonNullable<DeepKeyOf<MazUiTranslationsFlattenSchema>>;
package/dist/index.d.ts CHANGED
@@ -85,6 +85,15 @@ declare const _default$7: {
85
85
  placeholder: string;
86
86
  };
87
87
  };
88
+ readMore: {
89
+ expand: string;
90
+ collapse: string;
91
+ ariaLabel: string;
92
+ };
93
+ skeleton: {
94
+ ariaLabel: string;
95
+ loadingText: string;
96
+ };
88
97
  };
89
98
 
90
99
  declare const _default$6: {
@@ -246,6 +255,28 @@ declare const _default$6: {
246
255
  placeholder: string;
247
256
  };
248
257
  };
258
+ /**
259
+ * This is the translation for the read more component.
260
+ * The keys are:
261
+ * - expand: The translation for the expand text.
262
+ * - collapse: The translation for the collapse text.
263
+ * - ariaLabel: The translation for the aria label.
264
+ */
265
+ readMore: {
266
+ expand: string;
267
+ collapse: string;
268
+ ariaLabel: string;
269
+ };
270
+ /**
271
+ * This is the translation for the skeleton component.
272
+ * The keys are:
273
+ * - ariaLabel: The translation for the aria label.
274
+ * - loadingText: The translation for the loading text.
275
+ */
276
+ skeleton: {
277
+ ariaLabel: string;
278
+ loadingText: string;
279
+ };
249
280
  };
250
281
 
251
282
  declare const _default$5: {
@@ -332,6 +363,15 @@ declare const _default$5: {
332
363
  placeholder: string;
333
364
  };
334
365
  };
366
+ readMore: {
367
+ expand: string;
368
+ collapse: string;
369
+ ariaLabel: string;
370
+ };
371
+ skeleton: {
372
+ ariaLabel: string;
373
+ loadingText: string;
374
+ };
335
375
  };
336
376
 
337
377
  declare const _default$4: {
@@ -418,6 +458,15 @@ declare const _default$4: {
418
458
  of: string;
419
459
  };
420
460
  };
461
+ readMore: {
462
+ expand: string;
463
+ collapse: string;
464
+ ariaLabel: string;
465
+ };
466
+ skeleton: {
467
+ ariaLabel: string;
468
+ loadingText: string;
469
+ };
421
470
  };
422
471
 
423
472
  declare const _default$3: {
@@ -504,6 +553,15 @@ declare const _default$3: {
504
553
  placeholder: string;
505
554
  };
506
555
  };
556
+ readMore: {
557
+ expand: string;
558
+ collapse: string;
559
+ ariaLabel: string;
560
+ };
561
+ skeleton: {
562
+ ariaLabel: string;
563
+ loadingText: string;
564
+ };
507
565
  };
508
566
 
509
567
  declare const _default$2: {
@@ -590,6 +648,15 @@ declare const _default$2: {
590
648
  placeholder: string;
591
649
  };
592
650
  };
651
+ readMore: {
652
+ expand: string;
653
+ collapse: string;
654
+ ariaLabel: string;
655
+ };
656
+ skeleton: {
657
+ ariaLabel: string;
658
+ loadingText: string;
659
+ };
593
660
  };
594
661
 
595
662
  declare const _default$1: {
@@ -676,6 +743,15 @@ declare const _default$1: {
676
743
  placeholder: string;
677
744
  };
678
745
  };
746
+ readMore: {
747
+ expand: string;
748
+ collapse: string;
749
+ ariaLabel: string;
750
+ };
751
+ skeleton: {
752
+ ariaLabel: string;
753
+ loadingText: string;
754
+ };
679
755
  };
680
756
 
681
757
  declare const _default: {
@@ -762,6 +838,15 @@ declare const _default: {
762
838
  placeholder: string;
763
839
  };
764
840
  };
841
+ readMore: {
842
+ expand: string;
843
+ collapse: string;
844
+ ariaLabel: string;
845
+ };
846
+ skeleton: {
847
+ ariaLabel: string;
848
+ loadingText: string;
849
+ };
765
850
  };
766
851
 
767
852
  type TranslationKey = NonNullable<DeepKeyOf<MazUiTranslationsFlattenSchema>>;
@@ -81,6 +81,15 @@ const de = {
81
81
  searchInput: {
82
82
  placeholder: "Suchen"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "Mehr lesen",
87
+ collapse: "Weniger lesen",
88
+ ariaLabel: "Erweiterbarer Inhalt"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "Inhalt wird geladen",
92
+ loadingText: "Laden..."
84
93
  }
85
94
  };
86
95
 
@@ -156,6 +156,28 @@ const en = {
156
156
  searchInput: {
157
157
  placeholder: "Search"
158
158
  }
159
+ },
160
+ /**
161
+ * This is the translation for the read more component.
162
+ * The keys are:
163
+ * - expand: The translation for the expand text.
164
+ * - collapse: The translation for the collapse text.
165
+ * - ariaLabel: The translation for the aria label.
166
+ */
167
+ readMore: {
168
+ expand: "Read more",
169
+ collapse: "Read less",
170
+ ariaLabel: "Expandable content"
171
+ },
172
+ /**
173
+ * This is the translation for the skeleton component.
174
+ * The keys are:
175
+ * - ariaLabel: The translation for the aria label.
176
+ * - loadingText: The translation for the loading text.
177
+ */
178
+ skeleton: {
179
+ ariaLabel: "Loading content",
180
+ loadingText: "Loading..."
159
181
  }
160
182
  };
161
183
 
@@ -81,6 +81,15 @@ const es = {
81
81
  searchInput: {
82
82
  placeholder: "Buscar"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "Leer m\xE1s",
87
+ collapse: "Leer menos",
88
+ ariaLabel: "Contenido expandible"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "Contenido en carga",
92
+ loadingText: "Cargando..."
84
93
  }
85
94
  };
86
95
 
@@ -81,6 +81,15 @@ const fr = {
81
81
  rowsPerPage: "Lignes par page",
82
82
  of: "sur"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "Lire plus",
87
+ collapse: "Lire moins",
88
+ ariaLabel: "Contenu extensible"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "Contenu en chargement",
92
+ loadingText: "Chargement..."
84
93
  }
85
94
  };
86
95
 
@@ -81,6 +81,15 @@ const it = {
81
81
  searchInput: {
82
82
  placeholder: "Cerca"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "Leggi di pi\xF9",
87
+ collapse: "Leggi di meno",
88
+ ariaLabel: "Contenuto espandibile"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "Contenuto in caricamento",
92
+ loadingText: "Caricamento..."
84
93
  }
85
94
  };
86
95
 
@@ -81,6 +81,15 @@ const ja = {
81
81
  searchInput: {
82
82
  placeholder: "\u691C\u7D22"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "\u3082\u3063\u3068\u8AAD\u3080",
87
+ collapse: "\u9589\u3058\u308B",
88
+ ariaLabel: "\u5C55\u958B\u53EF\u80FD\u306A\u30B3\u30F3\u30C6\u30F3\u30C4"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u8AAD\u307F\u8FBC\u307F\u4E2D",
92
+ loadingText: "\u8AAD\u307F\u8FBC\u307F\u4E2D..."
84
93
  }
85
94
  };
86
95
 
@@ -81,6 +81,15 @@ const pt = {
81
81
  searchInput: {
82
82
  placeholder: "Pesquisar"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "Ler mais",
87
+ collapse: "Ler menos",
88
+ ariaLabel: "Conte\xFAdo expans\xEDvel"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "Conte\xFAdo em carregamento",
92
+ loadingText: "Carregando..."
84
93
  }
85
94
  };
86
95
 
@@ -81,6 +81,15 @@ const zhCN = {
81
81
  searchInput: {
82
82
  placeholder: "\u641C\u7D22"
83
83
  }
84
+ },
85
+ readMore: {
86
+ expand: "\u9605\u8BFB\u66F4\u591A",
87
+ collapse: "\u9605\u8BFB\u66F4\u5C11",
88
+ ariaLabel: "\u53EF\u5C55\u5F00\u5185\u5BB9"
89
+ },
90
+ skeleton: {
91
+ ariaLabel: "\u5185\u5BB9\u52A0\u8F7D\u4E2D",
92
+ loadingText: "\u52A0\u8F7D\u4E2D..."
84
93
  }
85
94
  };
86
95
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/translations",
3
3
  "type": "module",
4
- "version": "4.3.0",
4
+ "version": "4.6.1",
5
5
  "description": "Translations for Maz-UI library",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -40,14 +40,13 @@
40
40
  "node": ">=18.0.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "vue": "^3.5.0"
43
+ "vue": ">=3.5.0 <4.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@maz-ui/utils": "4.3.0"
46
+ "@maz-ui/utils": "4.6.1"
47
47
  },
48
48
  "devDependencies": {
49
- "unbuild": "^3.6.1",
50
- "vue": "^3.5.22"
49
+ "unbuild": "^3.6.1"
51
50
  },
52
51
  "lint-staged": {
53
52
  "*.{js,jsx,ts,tsx,mjs,mts,cjs,md,yml,json}": [