mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Echobell notice i18n
This commit is contained in:
parent
1fccc59c01
commit
03e9439d7d
@ -699,7 +699,7 @@ export default function Settings() {
|
|||||||
onChange={(e) => setEchobellURL(e.target.value)}
|
onChange={(e) => setEchobellURL(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span className="text-xs text-muted-foreground">Add in Echobell the "message" field.</span>
|
<span className="text-xs text-muted-foreground">{t('Settings.Notifications.AddNotification.Echobell.AddMessage')}</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@ -384,7 +384,8 @@
|
|||||||
},
|
},
|
||||||
"Echobell": {
|
"Echobell": {
|
||||||
"Title": "Echobell",
|
"Title": "Echobell",
|
||||||
"Url": "Echobell-URL"
|
"Url": "Echobell-URL",
|
||||||
|
"AddMessage": "Füge in Echobell den \"message\" Feld hinzu."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CustomizeText": {
|
"CustomizeText": {
|
||||||
|
|||||||
@ -384,7 +384,8 @@
|
|||||||
},
|
},
|
||||||
"Echobell": {
|
"Echobell": {
|
||||||
"Title": "Echobell",
|
"Title": "Echobell",
|
||||||
"Url": "Echobell URL"
|
"Url": "Echobell URL",
|
||||||
|
"AddMessage": "Add in Echobell the \"message\" field."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CustomizeText": {
|
"CustomizeText": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user