added a link to the custom prompts guide
This commit is contained in:
parent
a04f1c140f
commit
f8602d4d4a
4 changed files with 15 additions and 15 deletions
|
|
@ -58,6 +58,11 @@
|
||||||
"message": "Eingabeaufforderungen verwalten",
|
"message": "Eingabeaufforderungen verwalten",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"customPrompts_managePrompts_help": {
|
||||||
|
"message": "Informationen",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
"customPrompts_start_saving": {
|
"customPrompts_start_saving": {
|
||||||
"message": "Eingabeaufforderungen werden gespeichert...",
|
"message": "Eingabeaufforderungen werden gespeichert...",
|
||||||
|
|
@ -94,11 +99,6 @@
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
"customPrompts_managePrompts_statement": {
|
|
||||||
"message": "Verwalten Sie Ihre benutzerdefinierten Eingabeaufforderungen.",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
|
|
||||||
"customPrompts_form_label_ID": {
|
"customPrompts_form_label_ID": {
|
||||||
"message": "ID",
|
"message": "ID",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,11 @@
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"customPrompts_managePrompts_help": {
|
||||||
|
"message": "More info",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
"customPrompts_start_saving": {
|
"customPrompts_start_saving": {
|
||||||
"message": "Saving prompts...",
|
"message": "Saving prompts...",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
@ -94,11 +99,6 @@
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
"customPrompts_managePrompts_statement": {
|
|
||||||
"message": "Manage your custom prompts.",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
|
|
||||||
"customPrompts_form_label_ID": {
|
"customPrompts_form_label_ID": {
|
||||||
"message": "ID",
|
"message": "ID",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,10 @@
|
||||||
"message": "Gestisci i prompt",
|
"message": "Gestisci i prompt",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"customPrompts_managePrompts_help": {
|
||||||
|
"message": "Informazioni",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"customPrompts_start_saving": {
|
"customPrompts_start_saving": {
|
||||||
"message": "Salvataggio prompt in corso...",
|
"message": "Salvataggio prompt in corso...",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
@ -75,10 +79,6 @@
|
||||||
"message": "Prompt salvati!",
|
"message": "Prompt salvati!",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"customPrompts_managePrompts_statement": {
|
|
||||||
"message": "Gestisci i tuoi prompt personalizzati.",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"customPrompts_form_label_ID": {
|
"customPrompts_form_label_ID": {
|
||||||
"message": "ID",
|
"message": "ID",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<h1>__MSG_customPrompts_managePrompts__</h1>
|
<h1>__MSG_customPrompts_managePrompts__</h1>
|
||||||
<p>__MSG_customPrompts_managePrompts_statement__</p>
|
<p><a href="https://micz.it/thunderdbird-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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue