omnimem 0.1.4 → 0.1.5
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/omnimem/webui.py +2 -2
- package/package.json +1 -1
package/omnimem/webui.py
CHANGED
|
@@ -214,7 +214,7 @@ HTML_PAGE = """<!doctype html>
|
|
|
214
214
|
config_title: 'Configuration', cfg_path: 'Chemin config', cfg_home: 'Home', cfg_markdown: 'Chemin Markdown', cfg_jsonl: 'Chemin JSONL', cfg_sqlite: 'Chemin SQLite', cfg_remote_name: 'Nom remote Git', cfg_remote_url: 'URL remote Git', cfg_branch: 'Branche Git', btn_save: 'Enregistrer',
|
|
215
215
|
mem_recent: 'Mémoires récentes', mem_hint: 'Cliquez un ID pour ouvrir le contenu', mem_content: 'Contenu mémoire',
|
|
216
216
|
th_id: 'ID', th_layer: 'Couche', th_kind: 'Type', th_summary: 'Résumé', th_updated: 'Mise à jour',
|
|
217
|
-
cfg_saved: 'Configuration enregistrée', cfg_failed:
|
|
217
|
+
cfg_saved: 'Configuration enregistrée', cfg_failed: "Échec de l'enregistrement",
|
|
218
218
|
init_ok: 'État config : initialisée', init_hint_ok: 'Le daemon synchronise en quasi temps réel.',
|
|
219
219
|
init_missing: 'État config : non initialisée', init_hint_missing: 'Le daemon reste désactivé avant initialisation.',
|
|
220
220
|
daemon_state: (d) => `Daemon: ${d.running ? 'running' : 'stopped'}, enabled=${d.enabled}, initialized=${d.initialized}`
|
|
@@ -244,7 +244,7 @@ HTML_PAGE = """<!doctype html>
|
|
|
244
244
|
th_id: 'ID', th_layer: 'Livello', th_kind: 'Tipo', th_summary: 'Sommario', th_updated: 'Aggiornato',
|
|
245
245
|
cfg_saved: 'Configurazione salvata', cfg_failed: 'Salvataggio fallito',
|
|
246
246
|
init_ok: 'Stato config: inizializzata', init_hint_ok: 'Daemon sincronizza quasi in tempo reale.',
|
|
247
|
-
init_missing: 'Stato config: non inizializzata', init_hint_missing:
|
|
247
|
+
init_missing: 'Stato config: non inizializzata', init_hint_missing: "Daemon disabilitato fino all'inizializzazione.",
|
|
248
248
|
daemon_state: (d) => `Daemon: ${d.running ? 'running' : 'stopped'}, enabled=${d.enabled}, initialized=${d.initialized}`
|
|
249
249
|
},
|
|
250
250
|
ko: {
|