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",
"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": {
"message": "Eingabeaufforderungen werden gespeichert...",

View file

@ -64,6 +64,11 @@
"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": {
"message": "Saving prompts...",
"description": ""

View file

@ -63,6 +63,11 @@
"message": "Informations",
"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": {
"message": "Enregistrement des prompts...",

View file

@ -67,6 +67,10 @@
"message": "Salvataggio prompt di base...",
"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": {
"message": "Salvataggio prompt personalizzati...",
"description": ""

View file

@ -8,7 +8,8 @@
<body>
<div>
<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 id="command_palette">
<button id="btnSaveAll" disabled>__MSG_customPrompts_btnSaveAll__</button>