mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:43:59 +01:00
Wording improvements etc.
This commit is contained in:
parent
19e3a3b1da
commit
6e090f9e3a
|
@ -25,7 +25,7 @@
|
||||||
"image": "Bild",
|
"image": "Bild",
|
||||||
"autoTitle": "Chat-Titel automatisch generieren",
|
"autoTitle": "Chat-Titel automatisch generieren",
|
||||||
"advancedMode": "Erweiterter Modus",
|
"advancedMode": "Erweiterter Modus",
|
||||||
"inlineLatex": "Inline Latex",
|
"inlineLatex": "Inline LaTeX",
|
||||||
"prompt": "Prompt",
|
"prompt": "Prompt",
|
||||||
"promptLibrary": "Prompt Bibliothek",
|
"promptLibrary": "Prompt Bibliothek",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security."
|
"warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security."
|
||||||
},
|
},
|
||||||
"apiKey": {
|
"apiKey": {
|
||||||
"howTo": "Get your personal API key <0>here</0>.",
|
"howTo": "Get your NovaAI API key by joining our Discord server, opening <0>#commands</0> and running /credentials.",
|
||||||
"inputLabel": "API Key"
|
"inputLabel": "API Key"
|
||||||
},
|
},
|
||||||
"customEndpoint": "Use custom API endpoint",
|
"customEndpoint": "Use custom API endpoint",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"autoTitle": "Auto generate title",
|
"autoTitle": "Auto generate title",
|
||||||
"advancedMode": "Advanced mode",
|
"advancedMode": "Advanced mode",
|
||||||
"inlineLatex": "Inline Latex",
|
"inlineLatex": "Inline LaTeX",
|
||||||
"prompt": "Prompt",
|
"prompt": "Prompt",
|
||||||
"promptLibrary": "Prompt Library",
|
"promptLibrary": "Prompt Library",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security."
|
"warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security."
|
||||||
},
|
},
|
||||||
"apiKey": {
|
"apiKey": {
|
||||||
"howTo": "Get your personal API key <0>here</0>.",
|
"howTo": "Get your NovaAI API key by joining our Discord server, opening <0>#commands</0> and running /credentials.",
|
||||||
"inputLabel": "API Key"
|
"inputLabel": "API Key"
|
||||||
},
|
},
|
||||||
"customEndpoint": "Use custom API endpoint",
|
"customEndpoint": "Use custom API endpoint",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"autoTitle": "Auto generate title",
|
"autoTitle": "Auto generate title",
|
||||||
"advancedMode": "Advanced mode",
|
"advancedMode": "Advanced mode",
|
||||||
"inlineLatex": "Inline Latex",
|
"inlineLatex": "Inline LaTeX",
|
||||||
"prompt": "Prompt",
|
"prompt": "Prompt",
|
||||||
"promptLibrary": "Prompt Library",
|
"promptLibrary": "Prompt Library",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"image": "Bilde",
|
"image": "Bilde",
|
||||||
"autoTitle": "Auto generer tittel",
|
"autoTitle": "Auto generer tittel",
|
||||||
"advancedMode": "Avansert modus",
|
"advancedMode": "Avansert modus",
|
||||||
"inlineLatex": "Inline Latex",
|
"inlineLatex": "Inline LaTeX",
|
||||||
"prompt": "Oppgave",
|
"prompt": "Oppgave",
|
||||||
"promptLibrary": "Oppgavebibliotek",
|
"promptLibrary": "Oppgavebibliotek",
|
||||||
"name": "Navn",
|
"name": "Navn",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"image": "Bild",
|
"image": "Bild",
|
||||||
"autoTitle": "Auto generera titel",
|
"autoTitle": "Auto generera titel",
|
||||||
"advancedMode": "Avancerat läge",
|
"advancedMode": "Avancerat läge",
|
||||||
"inlineLatex": "Inline Latex",
|
"inlineLatex": "Inline LaTeX",
|
||||||
"prompt": "Uppmaning",
|
"prompt": "Uppmaning",
|
||||||
"promptLibrary": "Uppmaningsbibliotek",
|
"promptLibrary": "Uppmaningsbibliotek",
|
||||||
"name": "Namn",
|
"name": "Namn",
|
||||||
|
|
|
@ -99,7 +99,7 @@ const ApiMenu = ({
|
||||||
ns='api'
|
ns='api'
|
||||||
components={[
|
components={[
|
||||||
<a
|
<a
|
||||||
href='https://nova-oss.com/'
|
href='https://discord.com/channels/1120037287300976640/1133103276871667722/'
|
||||||
className='link'
|
className='link'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
/>,
|
/>,
|
||||||
|
|
|
@ -61,7 +61,7 @@ const ApiPopup = () => {
|
||||||
ns='api'
|
ns='api'
|
||||||
components={[
|
components={[
|
||||||
<a
|
<a
|
||||||
href='https://nova-oss.com/'
|
href='https://discord.com/channels/1120037287300976640/1133103276871667722/'
|
||||||
className='link'
|
className='link'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
/>,
|
/>,
|
||||||
|
|
Loading…
Reference in a new issue