Use official camel-cased spelling "FullTopic" in tasmota (#141604)

* Use camel-cased spelling "FullTopic" in `tasmota`

This  should ensure that this fixed term is kept in translations.

In addition an excessive space character is removed.

* Fix wrong plural in second sentence
This commit is contained in:
Norbert Rittel 2025-03-27 22:12:42 +01:00 committed by GitHub
parent 4ff5a04a72
commit 6959017d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,11 +20,11 @@
"issues": {
"topic_duplicated": {
"title": "Several Tasmota devices are sharing the same topic",
"description": "Several Tasmota devices are sharing the topic {topic}.\n\n Tasmota devices with this problem: {offenders}."
"description": "Several Tasmota devices are sharing the topic {topic}.\n\nTasmota devices with this problem: {offenders}."
},
"topic_no_prefix": {
"title": "Tasmota device {name} has an invalid MQTT topic",
"description": "Tasmota device {name} with IP {ip} does not include `%prefix%` in its fulltopic.\n\nEntities for this devices are disabled until the configuration has been corrected."
"description": "Tasmota device {name} with IP {ip} does not include `%prefix%` in its FullTopic.\n\nEntities for this device are disabled until the configuration has been corrected."
}
}
}