nucliadb-admin-assets 1.0.0.post2437__py3-none-any.whl → 1.0.0.post2441__py3-none-any.whl
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.
Potentially problematic release.
This version of nucliadb-admin-assets might be problematic. Click here for more details.
- nucliadb_admin_assets/{789.d1de9d970770a268.js → 789.7f6542a1742d5e6a.js} +1 -1
- nucliadb_admin_assets/assets/deployment/app-config.json +1 -1
- nucliadb_admin_assets/assets/i18n/common/ca.json +5 -0
- nucliadb_admin_assets/assets/i18n/common/en.json +5 -0
- nucliadb_admin_assets/assets/i18n/common/es.json +5 -0
- nucliadb_admin_assets/assets/i18n/common/fr.json +5 -0
- nucliadb_admin_assets/index.html +1 -1
- nucliadb_admin_assets/main.c0066998605b7d12.js +1 -0
- nucliadb_admin_assets/{runtime.7e5f9506824c46c6.js → runtime.6139d812be170d58.js} +1 -1
- {nucliadb_admin_assets-1.0.0.post2437.dist-info → nucliadb_admin_assets-1.0.0.post2441.dist-info}/METADATA +1 -1
- {nucliadb_admin_assets-1.0.0.post2437.dist-info → nucliadb_admin_assets-1.0.0.post2441.dist-info}/RECORD +14 -14
- nucliadb_admin_assets/main.bfdb8de671fc23f1.js +0 -1
- {nucliadb_admin_assets-1.0.0.post2437.dist-info → nucliadb_admin_assets-1.0.0.post2441.dist-info}/WHEEL +0 -0
- {nucliadb_admin_assets-1.0.0.post2437.dist-info → nucliadb_admin_assets-1.0.0.post2441.dist-info}/top_level.txt +0 -0
- {nucliadb_admin_assets-1.0.0.post2437.dist-info → nucliadb_admin_assets-1.0.0.post2441.dist-info}/zip-safe +0 -0
|
@@ -684,6 +684,10 @@
|
|
|
684
684
|
"kb.create.in_progress": "Création de la Knowledge Box en cours…",
|
|
685
685
|
"kb.create.invalid_name": "Nom de la Knowledge Box invalide",
|
|
686
686
|
"kb.create.title": "Créer une Knowledge Box",
|
|
687
|
+
"kb.form.allowed-ips.help": "Une adresse IP par ligne",
|
|
688
|
+
"kb.form.allowed-ips.label": "Adresses IP autorisées",
|
|
689
|
+
"kb.form.allowed-ips.placeholder": "Exemple: {{ip}}",
|
|
690
|
+
"kb.form.allowed-ips.warning": "Si vous limitez les adresses IP autorisées, assurez-vous d'inclure votre IP actuelle: {{ip}}",
|
|
687
691
|
"kb.form.allowed_origins.help": "Un domaine par ligne",
|
|
688
692
|
"kb.form.allowed_origins.label": "Origines autorisées (CORS)",
|
|
689
693
|
"kb.form.description": "Description (facultatif)",
|
|
@@ -739,6 +743,7 @@
|
|
|
739
743
|
"kb.settings.status.private": "privée",
|
|
740
744
|
"kb.settings.status.published": "publique",
|
|
741
745
|
"kb.settings.toasts.failure": "Une erreur s’est produite lors de l’enregistrement des paramètres.",
|
|
746
|
+
"kb.settings.toasts.invalid-ips": "Certaines adresses IP sont invalides",
|
|
742
747
|
"kb.settings.toasts.success": "Les nouveaux paramètres ont été enregistrés avec succès.",
|
|
743
748
|
"kb.users.already-exists": "Un utilisateur avec l’adresse e-mail <strong>{{email}}</strong> existe déjà dans cette Knowledge Box",
|
|
744
749
|
"kb.users.insufficient-permissions": "Vous ne pouvez pas inviter <strong>{{email}}</strong>, car il ne fait pas partie de ce compte.<br>\nL'utilisateur doit d'abord être invité sur le compte par un gestionnaire de compte.",
|
nucliadb_admin_assets/index.html
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
<body class="body-s">
|
|
14
14
|
<nad-root></nad-root>
|
|
15
15
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
16
|
-
<script src="runtime.
|
|
16
|
+
<script src="runtime.6139d812be170d58.js" type="module"></script><script src="polyfills.07329d7acd49761e.js" type="module"></script><script src="main.c0066998605b7d12.js" type="module"></script></body>
|
|
17
17
|
</html>
|