@voyantjs/i18n 0.75.2 → 0.75.4
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.
|
@@ -36,6 +36,8 @@ export declare const operatorAdminLegalMessages: {
|
|
|
36
36
|
metadataValuePlaceholder: string;
|
|
37
37
|
titleLabel: string;
|
|
38
38
|
titlePlaceholder: string;
|
|
39
|
+
contractNumberLabel: string;
|
|
40
|
+
contractNumberPlaceholder: string;
|
|
39
41
|
scopeLabel: string;
|
|
40
42
|
languageLabel: string;
|
|
41
43
|
languagePlaceholder: string;
|
|
@@ -57,6 +59,8 @@ export declare const operatorAdminLegalMessages: {
|
|
|
57
59
|
numberSeriesPlaceholder: string;
|
|
58
60
|
numberSeriesSearchPlaceholder: string;
|
|
59
61
|
numberSeriesEmpty: string;
|
|
62
|
+
attachmentLabel: string;
|
|
63
|
+
attachmentPlaceholder: string;
|
|
60
64
|
seriesActive: string;
|
|
61
65
|
seriesInactive: string;
|
|
62
66
|
expiresAtLabel: string;
|
|
@@ -273,6 +277,8 @@ export declare const operatorAdminLegalMessages: {
|
|
|
273
277
|
metadataValuePlaceholder: string;
|
|
274
278
|
titleLabel: string;
|
|
275
279
|
titlePlaceholder: string;
|
|
280
|
+
contractNumberLabel: string;
|
|
281
|
+
contractNumberPlaceholder: string;
|
|
276
282
|
scopeLabel: string;
|
|
277
283
|
languageLabel: string;
|
|
278
284
|
languagePlaceholder: string;
|
|
@@ -294,6 +300,8 @@ export declare const operatorAdminLegalMessages: {
|
|
|
294
300
|
numberSeriesPlaceholder: string;
|
|
295
301
|
numberSeriesSearchPlaceholder: string;
|
|
296
302
|
numberSeriesEmpty: string;
|
|
303
|
+
attachmentLabel: string;
|
|
304
|
+
attachmentPlaceholder: string;
|
|
297
305
|
seriesActive: string;
|
|
298
306
|
seriesInactive: string;
|
|
299
307
|
expiresAtLabel: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legal-operator.d.ts","sourceRoot":"","sources":["../../src/admin/legal-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"legal-operator.d.ts","sourceRoot":"","sources":["../../src/admin/legal-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+etC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAC1D,CAAC,OAAO,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAC1C,CAAA"}
|
|
@@ -15,7 +15,7 @@ export const operatorAdminLegalMessages = {
|
|
|
15
15
|
createAction: "Create Contract",
|
|
16
16
|
saveChanges: "Save Changes",
|
|
17
17
|
setupSectionTitle: "Contract setup",
|
|
18
|
-
setupSectionDescription: "
|
|
18
|
+
setupSectionDescription: "Set the core details. Templates, number series, and uploads are optional.",
|
|
19
19
|
linkedSectionTitle: "Linked records",
|
|
20
20
|
linkedSectionDescription: "Link the contract to the right customer, organization, supplier, or channel so your team can find it later.",
|
|
21
21
|
templateVariablesSectionTitle: "Template variables",
|
|
@@ -35,6 +35,8 @@ export const operatorAdminLegalMessages = {
|
|
|
35
35
|
metadataValuePlaceholder: "Value",
|
|
36
36
|
titleLabel: "Title",
|
|
37
37
|
titlePlaceholder: "Contract title",
|
|
38
|
+
contractNumberLabel: "Contract number",
|
|
39
|
+
contractNumberPlaceholder: "Manual number",
|
|
38
40
|
scopeLabel: "Scope",
|
|
39
41
|
languageLabel: "Language",
|
|
40
42
|
languagePlaceholder: "Choose a language",
|
|
@@ -56,6 +58,8 @@ export const operatorAdminLegalMessages = {
|
|
|
56
58
|
numberSeriesPlaceholder: "Choose a number series",
|
|
57
59
|
numberSeriesSearchPlaceholder: "Search number series...",
|
|
58
60
|
numberSeriesEmpty: "No number series found.",
|
|
61
|
+
attachmentLabel: "Contract file",
|
|
62
|
+
attachmentPlaceholder: "Choose or drop a file",
|
|
59
63
|
seriesActive: "active",
|
|
60
64
|
seriesInactive: "inactive",
|
|
61
65
|
expiresAtLabel: "Expires at",
|
|
@@ -252,7 +256,7 @@ export const operatorAdminLegalMessages = {
|
|
|
252
256
|
createAction: "Creeaza contractul",
|
|
253
257
|
saveChanges: "Salveaza modificarile",
|
|
254
258
|
setupSectionTitle: "Configurare contract",
|
|
255
|
-
setupSectionDescription: "
|
|
259
|
+
setupSectionDescription: "Seteaza detaliile principale. Sablonul, seria de numerotare si fisierul sunt optionale.",
|
|
256
260
|
linkedSectionTitle: "Inregistrari asociate",
|
|
257
261
|
linkedSectionDescription: "Asociaza contractul cu clientul, organizatia, furnizorul sau canalul potrivit ca echipa sa il gaseasca mai tarziu.",
|
|
258
262
|
templateVariablesSectionTitle: "Variabile de sablon",
|
|
@@ -272,6 +276,8 @@ export const operatorAdminLegalMessages = {
|
|
|
272
276
|
metadataValuePlaceholder: "Valoare",
|
|
273
277
|
titleLabel: "Titlu",
|
|
274
278
|
titlePlaceholder: "Titlul contractului",
|
|
279
|
+
contractNumberLabel: "Numar contract",
|
|
280
|
+
contractNumberPlaceholder: "Numar manual",
|
|
275
281
|
scopeLabel: "Domeniu",
|
|
276
282
|
languageLabel: "Limba",
|
|
277
283
|
languagePlaceholder: "Alege o limba",
|
|
@@ -293,6 +299,8 @@ export const operatorAdminLegalMessages = {
|
|
|
293
299
|
numberSeriesPlaceholder: "Alege o serie de numerotare",
|
|
294
300
|
numberSeriesSearchPlaceholder: "Cauta serii de numerotare...",
|
|
295
301
|
numberSeriesEmpty: "Nicio serie de numerotare gasita.",
|
|
302
|
+
attachmentLabel: "Fisier contract",
|
|
303
|
+
attachmentPlaceholder: "Alege sau plaseaza un fisier",
|
|
296
304
|
seriesActive: "activa",
|
|
297
305
|
seriesInactive: "inactiva",
|
|
298
306
|
expiresAtLabel: "Expira la",
|