Skip to content

Commit

Permalink
Add EN + DE translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Oct 14, 2024
1 parent 14d3f1f commit 2555931
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions front/src/config/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,14 @@
"textPlaceholder": "Nachrichtentext",
"explanationText": "Um eine Variable in den Text einzufügen, gib \"{{\" ein. Um einen Variablenwert festzulegen, musst du zuerst das Feld \"Gerätewert abrufen\" verwenden."
},
"askAi": {
"description": "Diese Aktion sendet eine Nachricht an die KI (ChatGPT) über Gladys Plus und antwortet Ihnen mit einer Nachricht. Wenn Sie ein Kamerabild anhängen, kann die KI sehen, was auf dem Bild ist, und sogar entsprechend handeln.",
"userLabel": "Gladys wird antworten an",
"cameraLabel": "Ein Kamerabild anhängen (optional)",
"textLabel": "Meine Frage an die KI",
"textPlaceholder": "Nachrichtentext",
"explanationText": "Um eine Variable einzufügen, geben Sie '{{' ein. Achten Sie darauf, dass Sie zuvor eine Variable in einer Aktion 'Letzten Zustand abrufen' definiert haben, die vor diesem Nachrichtenblock platziert wurde."
},
"turnOnLights": {
"label": "Wähle die Lichter aus, die eingeschaltet werden sollen"
},
Expand Down Expand Up @@ -2018,6 +2026,9 @@
},
"music": {
"play-notification": "Auf einem Lautsprecher sprechen"
},
"ai": {
"ask": "Frage die KI"
}
},
"variables": {
Expand Down
11 changes: 11 additions & 0 deletions front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,14 @@
"textPlaceholder": "Message text",
"explanationText": "To inject a variable in the text, press '{{'. To set a variable value, you need to use the 'Get device value' box before this one."
},
"askAi": {
"description": "This action will send a message to the AI (ChatGPT) via Gladys Plus and will reply to you with a message. If you attach a camera image, the AI will be able to see what is on the image and even take action accordingly.",
"userLabel": "Gladys will respond to",
"cameraLabel": "Attach a camera image (optional)",
"textLabel": "My question for the AI",
"textPlaceholder": "Message text",
"explanationText": "To insert a variable, type '{{'. Be careful, you must have defined a variable beforehand in a 'Retrieve the last state' action placed before this message block."
},
"turnOnLights": {
"label": "Select the lights you want to turn on"
},
Expand Down Expand Up @@ -2018,6 +2026,9 @@
},
"music": {
"play-notification": "Talk on a speaker"
},
"ai": {
"ask": "Ask AI"
}
},
"variables": {
Expand Down

0 comments on commit 2555931

Please sign in to comment.