lowercase Optional

This commit is contained in:
proddy
2023-10-16 12:15:42 +02:00
parent dad62613f6
commit 3a8495ca54
8 changed files with 8 additions and 8 deletions

View File

@@ -231,7 +231,7 @@ const de: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Optional', OPTIONAL: 'Optional', // TODO translate
FORMATTING: 'Formattierung', FORMATTING: 'Formattierung',
MQTT_FORMAT: 'Topic/Payload Format', MQTT_FORMAT: 'Topic/Payload Format',
MQTT_NEST_1: 'Eingebettet in einem Gesamttopic', MQTT_NEST_1: 'Eingebettet in einem Gesamttopic',

View File

@@ -231,7 +231,7 @@ const en: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Optional', OPTIONAL: 'optional',
FORMATTING: 'Formatting', FORMATTING: 'Formatting',
MQTT_FORMAT: 'Topic/Payload Format', MQTT_FORMAT: 'Topic/Payload Format',
MQTT_NEST_1: 'Nested in a single topic', MQTT_NEST_1: 'Nested in a single topic',

View File

@@ -231,7 +231,7 @@ const fr: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Optionnel', OPTIONAL: 'optionnel',
FORMATTING: 'Mise en forme', FORMATTING: 'Mise en forme',
MQTT_FORMAT: 'Format du Topic/Payload', MQTT_FORMAT: 'Format du Topic/Payload',
MQTT_NEST_1: 'Englobé dans un topic unique', MQTT_NEST_1: 'Englobé dans un topic unique',

View File

@@ -233,7 +233,7 @@ const it: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Cliente', CLIENT: 'Cliente',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Opzionale', OPTIONAL: 'opzionale',
FORMATTING: 'Formattazione', FORMATTING: 'Formattazione',
MQTT_FORMAT: 'Formato Topic/Payload ', MQTT_FORMAT: 'Formato Topic/Payload ',
MQTT_NEST_1: 'Inserito in un singolo argomento', MQTT_NEST_1: 'Inserito in un singolo argomento',

View File

@@ -231,7 +231,7 @@ const nl: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Optioneel', OPTIONAL: 'optioneel',
FORMATTING: 'Formatteren', FORMATTING: 'Formatteren',
MQTT_FORMAT: 'Topic/Payload Formattering', MQTT_FORMAT: 'Topic/Payload Formattering',
MQTT_NEST_1: 'Genest in 1 topic', MQTT_NEST_1: 'Genest in 1 topic',

View File

@@ -231,7 +231,7 @@ const no: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Valgfritt', OPTIONAL: 'valgfritt',
FORMATTING: 'Formatering', FORMATTING: 'Formatering',
MQTT_FORMAT: 'Topic/Payload Format', MQTT_FORMAT: 'Topic/Payload Format',
MQTT_NEST_1: 'Nestet i en topic', MQTT_NEST_1: 'Nestet i en topic',

View File

@@ -231,7 +231,7 @@ const sv: Translation = {
BROKER: 'Broker', BROKER: 'Broker',
CLIENT: 'Client', CLIENT: 'Client',
BASE_TOPIC: 'Base', BASE_TOPIC: 'Base',
OPTIONAL: 'Valfritt', OPTIONAL: 'valfritt',
FORMATTING: 'Formatering', FORMATTING: 'Formatering',
MQTT_FORMAT: 'Topic/Payload Format', MQTT_FORMAT: 'Topic/Payload Format',
MQTT_NEST_1: 'Nestlat i en topic.', MQTT_NEST_1: 'Nestlat i en topic.',

View File

@@ -231,7 +231,7 @@ const tr: Translation = {
BROKER: 'Aracı', BROKER: 'Aracı',
CLIENT: 'İstemci', CLIENT: 'İstemci',
BASE_TOPIC: 'Merkez', BASE_TOPIC: 'Merkez',
OPTIONAL: 'Seçenekli', OPTIONAL: 'seçenekli',
FORMATTING: 'Biçimlendiriliyor', FORMATTING: 'Biçimlendiriliyor',
MQTT_FORMAT: 'Konu/Mesaj Biçimi', MQTT_FORMAT: 'Konu/Mesaj Biçimi',
MQTT_NEST_1: 'Tek konu üzerine yerleşmiş', MQTT_NEST_1: 'Tek konu üzerine yerleşmiş',