@dsivd/prestations-ng 16.4.0-beta.4 → 16.4.0-beta.6
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/CHANGELOG.md +5 -0
- package/dsivd-prestations-ng-v16.4.0-beta.6.tgz +0 -0
- package/esm2020/i18n-form.mjs +2 -1
- package/esm2020/sdk-dictionary/default-dictionary.mjs +2 -2
- package/fesm2015/dsivd-prestations-ng.mjs +2 -1
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +2 -1
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/i18n-form.d.ts +1 -0
- package/package.json +1 -1
- package/dsivd-prestations-ng-v16.4.0-beta.4.tgz +0 -0
|
@@ -848,7 +848,7 @@ const DEFAULT_DICTIONARY = {
|
|
|
848
848
|
'foehn-uploader.delete-icon-title': 'Supprimer {docName}',
|
|
849
849
|
'foehn-uploader.max-upload-selection-reached': 'Vous ne pouvez pas télécharger plus de {maxSelection} fichiers à la fois.',
|
|
850
850
|
'foehn-uploader.max-files-count-reached': 'Le nombre total de fichiers téléchargés ne doit pas dépasser {maxFilesCount} fichiers.',
|
|
851
|
-
'foehn-uploader.max-files-size-reached': '
|
|
851
|
+
'foehn-uploader.max-files-size-reached': 'La taille totale des fichiers téléchargés ne doit pas dépasser {maxFilesSizeInMo} Megaoctets (Mo).',
|
|
852
852
|
'foehn-uploader.files-saved-success-message': '{successfulDocumentsCount} fichier(s) sauvegardé(s) avec succès',
|
|
853
853
|
'foehn-uploader.transmission-error-message': 'Une erreur est survenue lors de la transmission de vos documents',
|
|
854
854
|
'foehn-uploader.files-deleted-success-message': 'Suppression du fichier {filename} réussie',
|
|
@@ -4101,6 +4101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
4101
4101
|
class I18nForm {
|
|
4102
4102
|
constructor() {
|
|
4103
4103
|
this.language = 'fr';
|
|
4104
|
+
this.referenceInterne = '';
|
|
4104
4105
|
}
|
|
4105
4106
|
}
|
|
4106
4107
|
|