added an info text to the custom prompts page. fixes #74

This commit is contained in:
mic 2024-06-26 22:30:44 +02:00
parent 7f0a50be42
commit 5b9b1bf662
5 changed files with 21 additions and 1 deletions

View file

@ -63,6 +63,11 @@
"message": "Informationen", "message": "Informationen",
"description": "" "description": ""
}, },
"customPrompts_managePrompts_info_default": {
"message": "Die Standard-Eingabeaufforderungen sind nicht bearbeitbar. Sie können sie deaktivieren, dann den Text der Eingabeaufforderung kopieren und in eine neue einfügen, um eine modifizierte Version zu erstellen.",
"description": ""
},
"customPrompts_start_saving": { "customPrompts_start_saving": {
"message": "Eingabeaufforderungen werden gespeichert...", "message": "Eingabeaufforderungen werden gespeichert...",

View file

@ -64,6 +64,11 @@
"description": "" "description": ""
}, },
"customPrompts_managePrompts_info_default": {
"message": "The default prompts are not editable. You can disable them, then copy the prompt text and paste it into a new one to create a modified version.",
"description": ""
},
"customPrompts_start_saving": { "customPrompts_start_saving": {
"message": "Saving prompts...", "message": "Saving prompts...",
"description": "" "description": ""

View file

@ -63,6 +63,11 @@
"message": "Informations", "message": "Informations",
"description": "" "description": ""
}, },
"customPrompts_managePrompts_info_default": {
"message": "Les invites par défaut ne sont pas modifiables. Vous pouvez les désactiver, puis copier le texte de l'invite et le coller dans une nouvelle pour créer une version modifiée.",
"description": ""
},
"customPrompts_start_saving": { "customPrompts_start_saving": {
"message": "Enregistrement des prompts...", "message": "Enregistrement des prompts...",

View file

@ -67,6 +67,10 @@
"message": "Salvataggio prompt di base...", "message": "Salvataggio prompt di base...",
"description": "" "description": ""
}, },
"customPrompts_managePrompts_info_default": {
"message": "I prompt predefiniti non sono modificabili. Puoi disattivarli, quindi copiare il testo del prompt e incollarlo in uno nuovo per crearne una versione modificata.",
"description": ""
},
"customPrompts_saving_custom_prompts": { "customPrompts_saving_custom_prompts": {
"message": "Salvataggio prompt personalizzati...", "message": "Salvataggio prompt personalizzati...",
"description": "" "description": ""

View file

@ -8,7 +8,8 @@
<body> <body>
<div> <div>
<h1>__MSG_customPrompts_managePrompts__</h1> <h1>__MSG_customPrompts_managePrompts__</h1>
<p><a href="https://micz.it/thunderbird-addon-thunderai/custom-prompts/">__MSG_customPrompts_managePrompts_help__</a></p> <p>__MSG_customPrompts_managePrompts_info_default__
<br><a href="https://micz.it/thunderbird-addon-thunderai/custom-prompts/">__MSG_customPrompts_managePrompts_help__</a></p>
</div> </div>
<div id="command_palette"> <div id="command_palette">
<button id="btnSaveAll" disabled>__MSG_customPrompts_btnSaveAll__</button> <button id="btnSaveAll" disabled>__MSG_customPrompts_btnSaveAll__</button>