@provoly/hypervisor 1.4.92 → 1.4.94
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/esm2022/src/lib/general/i18n/fr.translations.mjs +5 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/service/service-action-display.component.mjs +3 -3
- package/fesm2022/provoly-hypervisor.mjs +6 -4
- package/fesm2022/provoly-hypervisor.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/general/i18n/fr.translations.d.ts +2 -0
package/package.json
CHANGED
|
@@ -208,6 +208,7 @@ export declare const frTranslations: {
|
|
|
208
208
|
IN_PROGRESS: string;
|
|
209
209
|
DONE: string;
|
|
210
210
|
CANCELLED: string;
|
|
211
|
+
OT_CLOSED: string;
|
|
211
212
|
};
|
|
212
213
|
};
|
|
213
214
|
associationModal: {
|
|
@@ -238,6 +239,7 @@ export declare const frTranslations: {
|
|
|
238
239
|
IN_PROGRESS: string;
|
|
239
240
|
DONE: string;
|
|
240
241
|
CANCELLED: string;
|
|
242
|
+
OT_CLOSED: string;
|
|
241
243
|
};
|
|
242
244
|
title: string;
|
|
243
245
|
subtitle: string;
|