Skip to content

Commit

Permalink
Changed description of 'Controller fabric label'
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 10, 2025
1 parent 7b76301 commit d523dd3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src-admin/src/Tabs/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class Options extends Component<OptionsProps, OptionsState> {
<Typography sx={styles.header}>{I18n.t('Controller Settings')}</Typography>
<InfoBox type="info">
{I18n.t(
'The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.',
'The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.',
)}
</InfoBox>
<TextField
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Erfolgreich neu ausgeschrieben!",
"Suppress question for 5 minutes": "Frage 5 Minuten lang unterdrücken",
"Sync credentials with %s": "Anmeldeinformationen mit %s synchronisieren",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "Das hier festgelegte Label wird als Label verwendet, wenn ioBroker eine Verbindung zu einem Gerät als Gerät herstellt, und kann von anderen Controllern in ihren Übersichten über andere verbundene Ökosysteme angezeigt werden.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "Das hier festgelegte Label wird als Label verwendet, wenn ioBroker als Controller eine Verbindung zu einem Gerät herstellt und kann von anderen Controllern in ihren Übersichten über andere verbundene Ökosysteme angezeigt werden.",
"This cannot be undone!": "Das kann nicht rückgängig gemacht werden!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Dieses Gerät/diese Bridge ist mit einem Ökosystem verknüpft. Wenn es/sie hier gelöscht wird, müssen Sie es/sie manuell aus Ihrem Ökosystem entfernen!",
"This object ID is already added": "Diese Objekt-ID wurde bereits hinzugefügt",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Successfully re-announced!",
"Suppress question for 5 minutes": "Suppress question for 5 minutes",
"Sync credentials with %s": "Sync credentials with %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "The label set here is used as label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.",
"This cannot be undone!": "This cannot be undone!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!",
"This object ID is already added": "This object ID is already added",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "¡Reanunciado con éxito!",
"Suppress question for 5 minutes": "Suprimir pregunta durante 5 minutos",
"Sync credentials with %s": "Sincronizar credenciales con %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "El conjunto de etiquetas aquí se utiliza como etiqueta cuando ioBroker se conecta a un dispositivo como dispositivo y otros controladores pueden mostrarlo en sus descripciones generales sobre otros ecosistemas conectados.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "El conjunto de etiquetas aquí se utiliza como etiqueta cuando ioBroker se conecta a un dispositivo como controlador y otros controladores pueden mostrarlo en sus descripciones generales sobre otros ecosistemas conectados.",
"This cannot be undone!": "¡Esto no se puede deshacer!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Este dispositivo/puente está vinculado a algún ecosistema. Si se elimina aquí, deberás eliminarlo manualmente de tu ecosistema.",
"This object ID is already added": "Este ID de objeto ya está agregado",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Ré-annoncé avec succès !",
"Suppress question for 5 minutes": "Supprimer la question pendant 5 minutes",
"Sync credentials with %s": "Synchroniser les identifiants avec %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "L'étiquette définie ici est utilisée comme étiquette lorsque ioBroker se connecte à un appareil en tant qu'appareil et peut être affichée par d'autres contrôleurs dans leurs aperçus sur d'autres écosystèmes connectés.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "L'étiquette définie ici est utilisée comme étiquette lorsque ioBroker se connecte à un appareil en tant que contrôleur et peut être affichée par d'autres contrôleurs dans leurs aperçus sur d'autres écosystèmes connectés.",
"This cannot be undone!": "Ça ne peut pas être annulé!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Cet appareil/pont est lié à un écosystème. S'il est supprimé ici, vous devez le supprimer manuellement de votre écosystème !",
"This object ID is already added": "Cet ID d'objet est déjà ajouté",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Riannunciato con successo!",
"Suppress question for 5 minutes": "Sopprimi la domanda per 5 minuti",
"Sync credentials with %s": "Sincronizza le credenziali con %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "L'etichetta impostata qui viene utilizzata come etichetta quando ioBroker si connette a un dispositivo come dispositivo e potrebbe essere mostrata da altri controller nelle loro panoramiche su altri ecosistemi connessi.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "L'etichetta impostata qui viene utilizzata come etichetta quando ioBroker si connette a un dispositivo come controller e potrebbe essere mostrata da altri controller nelle loro panoramiche su altri ecosistemi connessi.",
"This cannot be undone!": "Questa operazione non può essere annullata!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Questo dispositivo/bridge è collegato a un ecosistema. Se viene eliminato qui, devi rimuoverlo manualmente dal tuo ecosistema!",
"This object ID is already added": "Questo ID oggetto è già stato aggiunto",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Met succes opnieuw aangekondigd!",
"Suppress question for 5 minutes": "Onderdruk de vraag gedurende 5 minuten",
"Sync credentials with %s": "Synchroniseer inloggegevens met %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "Het hier ingestelde label wordt gebruikt als Label wanneer ioBroker verbinding maakt met een apparaat als apparaat en kan door andere Controllers worden weergegeven in hun overzichten van andere verbonden ecosystemen.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "Het hier ingestelde label wordt gebruikt als label wanneer ioBroker verbinding maakt met een apparaat als controller en kan door andere controllers worden weergegeven in hun overzichten van andere verbonden ecosystemen.",
"This cannot be undone!": "Dit kan niet ongedaan gemaakt worden!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Dit apparaat/deze brug is gekoppeld aan een ecosysteem. Als het hier wordt verwijderd, moet u het handmatig uit uw ecosysteem verwijderen!",
"This object ID is already added": "Deze object-ID is al toegevoegd",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Pomyślnie ogłoszono ponownie!",
"Suppress question for 5 minutes": "Ukryj pytanie na 5 minuty",
"Sync credentials with %s": "Zsynchronizuj dane uwierzytelniające z %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "Etykieta ustawiona tutaj jest używana jako Etykieta, gdy ioBroker łączy się z urządzeniem jako urządzenie i może być wyświetlana przez inne Kontrolery w ich przeglądach dotyczących innych podłączonych ekosystemów.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "Etykieta ustawiona w tym miejscu jest używana, gdy ioBroker łączy się z urządzeniem jako kontroler, i może być wyświetlana przez inne kontrolery w ich przeglądach dotyczących innych podłączonych ekosystemów.",
"This cannot be undone!": "Tego nie da się cofnąć!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "To urządzenie/most jest połączone z jakimś ekosystemem. Jeśli zostanie tutaj usunięte, musisz ręcznie usunąć je ze swojego ekosystemu!",
"This object ID is already added": "Ten identyfikator obiektu został już dodany",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Reanunciado com sucesso!",
"Suppress question for 5 minutes": "Suprimir pergunta por 5 minutos",
"Sync credentials with %s": "Sincronizar credenciais com %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "O rótulo definido aqui é usado como Rótulo quando o ioBroker se conecta a um dispositivo como dispositivo e pode ser exibido por outros Controladores em suas visões gerais sobre outros ecossistemas conectados.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "O rótulo definido aqui é usado quando o ioBroker se conecta a um dispositivo como controlador e pode ser exibido por outros controladores em suas visões gerais sobre outros ecossistemas conectados.",
"This cannot be undone!": "Isto não pode ser desfeito!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Este dispositivo/ponte está vinculado a algum ecossistema. Se ele for excluído aqui, você deve removê-lo manualmente do seu ecossistema!",
"This object ID is already added": "Este ID de objeto já foi adicionado",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Успешно выполнено!",
"Suppress question for 5 minutes": "Не задавать вопрос 5 минут",
"Sync credentials with %s": "Синхронизировать учетные данные с %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "Заданная здесь метка используется в качестве метки, когда ioBroker подключается к устройству как к устройству, и может отображаться другими контроллерами в их обзорах других подключенных экосистем.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "Установленная здесь метка используется в качестве метки, когда ioBroker подключается к устройству в качестве контроллера, и может отображаться другими контроллерами в их обзорах других подключенных экосистем.",
"This cannot be undone!": "Это не может быть отменено!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Это устройство/мост привязано к какой-то экосистеме. Если оно удалено здесь, вам необходимо вручную удалить его из вашей экосистемы!",
"This object ID is already added": "Этот идентификатор объекта уже добавлен",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "Успішно повторно анонсовано!",
"Suppress question for 5 minutes": "Приховати питання на 5 хвилини",
"Sync credentials with %s": "Синхронізувати облікові дані з %s",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "Встановлена тут мітка використовується як мітка, коли ioBroker підключається до пристрою як пристрій, і може бути показана іншими контролерами в їхніх оглядах інших підключених екосистем.",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "Встановлена тут мітка використовується як мітка, коли ioBroker підключається до пристрою як контролера, і може бути показана іншими контролерами в їхніх оглядах інших підключених екосистем.",
"This cannot be undone!": "Це не може бути скасоване!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "Цей пристрій/міст пов’язаний з певною екосистемою. Якщо його буде видалено тут, ви повинні вручну видалити його зі своєї екосистеми!",
"This object ID is already added": "Цей ідентифікатор об’єкта вже додано",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/src/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Successfully re-announced": "成功重播!",
"Suppress question for 5 minutes": "抑制提问 5 分钟",
"Sync credentials with %s": "与 %s 同步凭据",
"The label set here is used as Label when ioBroker connects to a device as device and might be shown by other Controllers in their overviews about other connected ecosystems.": "当 ioBroker 作为设备连接到设备时,此处设置的标签将用作标签,并且其他控制器可能会在其有关其他连接生态系统的概述中显示该标签",
"The label set here is used as Label when ioBroker connects to a device as controller and might be shown by other Controllers in their overviews about other connected ecosystems.": "当 ioBroker 作为控制器连接到设备时,此处设置的标签将用作标签,并且其他控制器可能会在其有关其他连接的生态系统的概述中显示该标签",
"This cannot be undone!": "这不能被撤消!",
"This device/bridge is linked to some ecosystem. If it is deleted here, you must manually remove it from your ecosystem!": "此设备/桥接器已链接到某个生态系统。如果在此处删除,则必须手动将其从生态系统中移除!",
"This object ID is already added": "此对象 ID 已添加",
Expand Down

0 comments on commit d523dd3

Please sign in to comment.