@voyantjs/i18n 0.64.0 → 0.66.0

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.
@@ -0,0 +1,486 @@
1
+ import type { LocaleMessageSchema } from "../runtime.js";
2
+ /**
3
+ * Operator-side strings for the legal contract authoring surfaces:
4
+ * the contract create/edit dialog (template, version, scope, language,
5
+ * linked records, variables, metadata) and the number-series dialog
6
+ * used to configure prefix + reset strategy for issued contract
7
+ * numbers.
8
+ */
9
+ export declare const operatorAdminLegalMessages: {
10
+ en: {
11
+ legal: {
12
+ contractDialog: {
13
+ titleNew: string;
14
+ titleEdit: string;
15
+ cancel: string;
16
+ createAction: string;
17
+ saveChanges: string;
18
+ setupSectionTitle: string;
19
+ setupSectionDescription: string;
20
+ linkedSectionTitle: string;
21
+ linkedSectionDescription: string;
22
+ templateVariablesSectionTitle: string;
23
+ templateVariablesNoVersion: string;
24
+ templateVariablesNoneDetected: string;
25
+ additionalVariablesTitle: string;
26
+ additionalVariablesDescription: string;
27
+ addVariable: string;
28
+ additionalVariablesEmpty: string;
29
+ variableKeyPlaceholder: string;
30
+ variableValuePlaceholder: string;
31
+ metadataSectionTitle: string;
32
+ metadataSectionDescription: string;
33
+ addMetadata: string;
34
+ metadataEmpty: string;
35
+ metadataKeyPlaceholder: string;
36
+ metadataValuePlaceholder: string;
37
+ titleLabel: string;
38
+ titlePlaceholder: string;
39
+ scopeLabel: string;
40
+ languageLabel: string;
41
+ languagePlaceholder: string;
42
+ languageSearchPlaceholder: string;
43
+ languageEmpty: string;
44
+ templateLabel: string;
45
+ templatePlaceholder: string;
46
+ templateSearchPlaceholder: string;
47
+ templateEmpty: string;
48
+ templateVersionLabel: string;
49
+ templateVersionPlaceholder: string;
50
+ templateVersionSearchPlaceholder: string;
51
+ templateVersionEmpty: string;
52
+ templateVersionPickTemplateFirst: string;
53
+ templateVersionMostRecentDraft: string;
54
+ templateVersionSelectedFallback: string;
55
+ templateVersionLabelFormat: string;
56
+ numberSeriesLabel: string;
57
+ numberSeriesPlaceholder: string;
58
+ numberSeriesSearchPlaceholder: string;
59
+ numberSeriesEmpty: string;
60
+ seriesActive: string;
61
+ seriesInactive: string;
62
+ expiresAtLabel: string;
63
+ expiresAtPlaceholder: string;
64
+ personLabel: string;
65
+ personPlaceholder: string;
66
+ personSearchPlaceholder: string;
67
+ personEmpty: string;
68
+ organizationLabel: string;
69
+ organizationPlaceholder: string;
70
+ organizationSearchPlaceholder: string;
71
+ organizationEmpty: string;
72
+ supplierLabel: string;
73
+ supplierPlaceholder: string;
74
+ supplierSearchPlaceholder: string;
75
+ supplierEmpty: string;
76
+ channelLabel: string;
77
+ channelPlaceholder: string;
78
+ channelSearchPlaceholder: string;
79
+ channelEmpty: string;
80
+ loading: string;
81
+ booleanYes: string;
82
+ booleanNo: string;
83
+ datetimeFallbackPlaceholder: string;
84
+ valueFallbackPlaceholder: string;
85
+ scopeOptions: {
86
+ customer: string;
87
+ supplier: string;
88
+ partner: string;
89
+ channel: string;
90
+ other: string;
91
+ };
92
+ validation: {
93
+ titleRequired: string;
94
+ };
95
+ };
96
+ policyDialog: {
97
+ titleNew: string;
98
+ titleEdit: string;
99
+ cancel: string;
100
+ createAction: string;
101
+ saveChanges: string;
102
+ kindLabel: string;
103
+ nameLabel: string;
104
+ namePlaceholder: string;
105
+ slugLabel: string;
106
+ slugPlaceholder: string;
107
+ descriptionLabel: string;
108
+ descriptionPlaceholder: string;
109
+ languageLabel: string;
110
+ languagePlaceholder: string;
111
+ kindOptions: {
112
+ cancellation: string;
113
+ payment: string;
114
+ terms_and_conditions: string;
115
+ privacy: string;
116
+ refund: string;
117
+ commission: string;
118
+ guarantee: string;
119
+ other: string;
120
+ };
121
+ validation: {
122
+ nameRequired: string;
123
+ slugRequired: string;
124
+ slugKebabCase: string;
125
+ };
126
+ };
127
+ templateDialog: {
128
+ titleNew: string;
129
+ titleEdit: string;
130
+ cancel: string;
131
+ createAction: string;
132
+ saveChanges: string;
133
+ nameLabel: string;
134
+ namePlaceholder: string;
135
+ slugLabel: string;
136
+ slugPlaceholder: string;
137
+ scopeLabel: string;
138
+ languageLabel: string;
139
+ descriptionLabel: string;
140
+ descriptionPlaceholder: string;
141
+ bodyLabel: string;
142
+ bodyPlaceholder: string;
143
+ bodyHelp: string;
144
+ activeLabel: string;
145
+ scopeOptions: {
146
+ customer: string;
147
+ supplier: string;
148
+ partner: string;
149
+ channel: string;
150
+ other: string;
151
+ };
152
+ validation: {
153
+ nameRequired: string;
154
+ slugRequired: string;
155
+ slugKebabCase: string;
156
+ bodyRequired: string;
157
+ };
158
+ };
159
+ templateVersionDialog: {
160
+ titleNew: string;
161
+ cancel: string;
162
+ createAction: string;
163
+ bodyLabel: string;
164
+ bodyPlaceholder: string;
165
+ changelogLabel: string;
166
+ changelogPlaceholder: string;
167
+ createdByLabel: string;
168
+ createdByPlaceholder: string;
169
+ validation: {
170
+ bodyRequired: string;
171
+ };
172
+ };
173
+ policyAssignmentDialog: {
174
+ titleNew: string;
175
+ titleEdit: string;
176
+ cancel: string;
177
+ createAction: string;
178
+ saveChanges: string;
179
+ scopeLabel: string;
180
+ priorityLabel: string;
181
+ productLabel: string;
182
+ productSearchPlaceholder: string;
183
+ channelLabel: string;
184
+ channelSearchPlaceholder: string;
185
+ supplierLabel: string;
186
+ supplierSearchPlaceholder: string;
187
+ marketLabel: string;
188
+ marketSearchPlaceholder: string;
189
+ organizationLabel: string;
190
+ organizationSearchPlaceholder: string;
191
+ validFromLabel: string;
192
+ validFromPlaceholder: string;
193
+ validToLabel: string;
194
+ validToPlaceholder: string;
195
+ scopeOptions: {
196
+ product: string;
197
+ channel: string;
198
+ supplier: string;
199
+ market: string;
200
+ organization: string;
201
+ global: string;
202
+ };
203
+ validation: {
204
+ policyIdRequired: string;
205
+ };
206
+ };
207
+ numberSeriesDialog: {
208
+ titleNew: string;
209
+ titleEdit: string;
210
+ cancel: string;
211
+ createAction: string;
212
+ saveChanges: string;
213
+ nameLabel: string;
214
+ namePlaceholder: string;
215
+ prefixLabel: string;
216
+ prefixPlaceholder: string;
217
+ prefixHelp: string;
218
+ separatorLabel: string;
219
+ separatorPlaceholder: string;
220
+ padLengthLabel: string;
221
+ previewLabel: string;
222
+ previewExisting: string;
223
+ previewSample: string;
224
+ resetStrategyLabel: string;
225
+ scopeLabel: string;
226
+ activeLabel: string;
227
+ conflictMessage: string;
228
+ resetStrategyOptions: {
229
+ never: string;
230
+ annual: string;
231
+ monthly: string;
232
+ };
233
+ scopeOptions: {
234
+ customer: string;
235
+ supplier: string;
236
+ partner: string;
237
+ channel: string;
238
+ other: string;
239
+ };
240
+ validation: {
241
+ nameRequired: string;
242
+ prefixRequired: string;
243
+ };
244
+ };
245
+ };
246
+ };
247
+ ro: {
248
+ legal: {
249
+ contractDialog: {
250
+ titleNew: string;
251
+ titleEdit: string;
252
+ cancel: string;
253
+ createAction: string;
254
+ saveChanges: string;
255
+ setupSectionTitle: string;
256
+ setupSectionDescription: string;
257
+ linkedSectionTitle: string;
258
+ linkedSectionDescription: string;
259
+ templateVariablesSectionTitle: string;
260
+ templateVariablesNoVersion: string;
261
+ templateVariablesNoneDetected: string;
262
+ additionalVariablesTitle: string;
263
+ additionalVariablesDescription: string;
264
+ addVariable: string;
265
+ additionalVariablesEmpty: string;
266
+ variableKeyPlaceholder: string;
267
+ variableValuePlaceholder: string;
268
+ metadataSectionTitle: string;
269
+ metadataSectionDescription: string;
270
+ addMetadata: string;
271
+ metadataEmpty: string;
272
+ metadataKeyPlaceholder: string;
273
+ metadataValuePlaceholder: string;
274
+ titleLabel: string;
275
+ titlePlaceholder: string;
276
+ scopeLabel: string;
277
+ languageLabel: string;
278
+ languagePlaceholder: string;
279
+ languageSearchPlaceholder: string;
280
+ languageEmpty: string;
281
+ templateLabel: string;
282
+ templatePlaceholder: string;
283
+ templateSearchPlaceholder: string;
284
+ templateEmpty: string;
285
+ templateVersionLabel: string;
286
+ templateVersionPlaceholder: string;
287
+ templateVersionSearchPlaceholder: string;
288
+ templateVersionEmpty: string;
289
+ templateVersionPickTemplateFirst: string;
290
+ templateVersionMostRecentDraft: string;
291
+ templateVersionSelectedFallback: string;
292
+ templateVersionLabelFormat: string;
293
+ numberSeriesLabel: string;
294
+ numberSeriesPlaceholder: string;
295
+ numberSeriesSearchPlaceholder: string;
296
+ numberSeriesEmpty: string;
297
+ seriesActive: string;
298
+ seriesInactive: string;
299
+ expiresAtLabel: string;
300
+ expiresAtPlaceholder: string;
301
+ personLabel: string;
302
+ personPlaceholder: string;
303
+ personSearchPlaceholder: string;
304
+ personEmpty: string;
305
+ organizationLabel: string;
306
+ organizationPlaceholder: string;
307
+ organizationSearchPlaceholder: string;
308
+ organizationEmpty: string;
309
+ supplierLabel: string;
310
+ supplierPlaceholder: string;
311
+ supplierSearchPlaceholder: string;
312
+ supplierEmpty: string;
313
+ channelLabel: string;
314
+ channelPlaceholder: string;
315
+ channelSearchPlaceholder: string;
316
+ channelEmpty: string;
317
+ loading: string;
318
+ booleanYes: string;
319
+ booleanNo: string;
320
+ datetimeFallbackPlaceholder: string;
321
+ valueFallbackPlaceholder: string;
322
+ scopeOptions: {
323
+ customer: string;
324
+ supplier: string;
325
+ partner: string;
326
+ channel: string;
327
+ other: string;
328
+ };
329
+ validation: {
330
+ titleRequired: string;
331
+ };
332
+ };
333
+ policyDialog: {
334
+ titleNew: string;
335
+ titleEdit: string;
336
+ cancel: string;
337
+ createAction: string;
338
+ saveChanges: string;
339
+ kindLabel: string;
340
+ nameLabel: string;
341
+ namePlaceholder: string;
342
+ slugLabel: string;
343
+ slugPlaceholder: string;
344
+ descriptionLabel: string;
345
+ descriptionPlaceholder: string;
346
+ languageLabel: string;
347
+ languagePlaceholder: string;
348
+ kindOptions: {
349
+ cancellation: string;
350
+ payment: string;
351
+ terms_and_conditions: string;
352
+ privacy: string;
353
+ refund: string;
354
+ commission: string;
355
+ guarantee: string;
356
+ other: string;
357
+ };
358
+ validation: {
359
+ nameRequired: string;
360
+ slugRequired: string;
361
+ slugKebabCase: string;
362
+ };
363
+ };
364
+ templateDialog: {
365
+ titleNew: string;
366
+ titleEdit: string;
367
+ cancel: string;
368
+ createAction: string;
369
+ saveChanges: string;
370
+ nameLabel: string;
371
+ namePlaceholder: string;
372
+ slugLabel: string;
373
+ slugPlaceholder: string;
374
+ scopeLabel: string;
375
+ languageLabel: string;
376
+ descriptionLabel: string;
377
+ descriptionPlaceholder: string;
378
+ bodyLabel: string;
379
+ bodyPlaceholder: string;
380
+ bodyHelp: string;
381
+ activeLabel: string;
382
+ scopeOptions: {
383
+ customer: string;
384
+ supplier: string;
385
+ partner: string;
386
+ channel: string;
387
+ other: string;
388
+ };
389
+ validation: {
390
+ nameRequired: string;
391
+ slugRequired: string;
392
+ slugKebabCase: string;
393
+ bodyRequired: string;
394
+ };
395
+ };
396
+ templateVersionDialog: {
397
+ titleNew: string;
398
+ cancel: string;
399
+ createAction: string;
400
+ bodyLabel: string;
401
+ bodyPlaceholder: string;
402
+ changelogLabel: string;
403
+ changelogPlaceholder: string;
404
+ createdByLabel: string;
405
+ createdByPlaceholder: string;
406
+ validation: {
407
+ bodyRequired: string;
408
+ };
409
+ };
410
+ policyAssignmentDialog: {
411
+ titleNew: string;
412
+ titleEdit: string;
413
+ cancel: string;
414
+ createAction: string;
415
+ saveChanges: string;
416
+ scopeLabel: string;
417
+ priorityLabel: string;
418
+ productLabel: string;
419
+ productSearchPlaceholder: string;
420
+ channelLabel: string;
421
+ channelSearchPlaceholder: string;
422
+ supplierLabel: string;
423
+ supplierSearchPlaceholder: string;
424
+ marketLabel: string;
425
+ marketSearchPlaceholder: string;
426
+ organizationLabel: string;
427
+ organizationSearchPlaceholder: string;
428
+ validFromLabel: string;
429
+ validFromPlaceholder: string;
430
+ validToLabel: string;
431
+ validToPlaceholder: string;
432
+ scopeOptions: {
433
+ product: string;
434
+ channel: string;
435
+ supplier: string;
436
+ market: string;
437
+ organization: string;
438
+ global: string;
439
+ };
440
+ validation: {
441
+ policyIdRequired: string;
442
+ };
443
+ };
444
+ numberSeriesDialog: {
445
+ titleNew: string;
446
+ titleEdit: string;
447
+ cancel: string;
448
+ createAction: string;
449
+ saveChanges: string;
450
+ nameLabel: string;
451
+ namePlaceholder: string;
452
+ prefixLabel: string;
453
+ prefixPlaceholder: string;
454
+ prefixHelp: string;
455
+ separatorLabel: string;
456
+ separatorPlaceholder: string;
457
+ padLengthLabel: string;
458
+ previewLabel: string;
459
+ previewExisting: string;
460
+ previewSample: string;
461
+ resetStrategyLabel: string;
462
+ scopeLabel: string;
463
+ activeLabel: string;
464
+ conflictMessage: string;
465
+ resetStrategyOptions: {
466
+ never: string;
467
+ annual: string;
468
+ monthly: string;
469
+ };
470
+ scopeOptions: {
471
+ customer: string;
472
+ supplier: string;
473
+ partner: string;
474
+ channel: string;
475
+ other: string;
476
+ };
477
+ validation: {
478
+ nameRequired: string;
479
+ prefixRequired: string;
480
+ };
481
+ };
482
+ };
483
+ };
484
+ };
485
+ export type OperatorAdminLegalMessages = LocaleMessageSchema<(typeof operatorAdminLegalMessages)["en"]>;
486
+ //# sourceMappingURL=legal-operator.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuetC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAC1D,CAAC,OAAO,0BAA0B,CAAC,CAAC,IAAI,CAAC,CAC1C,CAAA"}