Skip to content

Commit

Permalink
Translate Re-announce: #206
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 10, 2025
1 parent d523dd3 commit 46c2cf4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions src-admin/src/Tabs/Controller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ class Controller extends Component<ComponentProps, ComponentState> {
/>
{I18n.t('On')}
</div>
<div style={{ display: 'flex', width: '100%', flexFlow: 'wrap', gap: 9 }}>
<div style={{ display: 'flex', width: '100%', flexFlow: 'wrap', gap: 8 }}>
{this.props.matter.controller.enabled && this.props.alive ? (
<Button
variant="contained"
Expand Down Expand Up @@ -772,7 +772,6 @@ class Controller extends Component<ComponentProps, ComponentState> {
) : null}
{this.props.matter.controller.enabled && this.props.alive ? (
<Button
sx={{ marginX: 1 }}
variant="contained"
color="primary"
onClick={() => this.setState({ showQrCodeDialog: true })}
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 @@ -126,7 +126,7 @@
"QR Code": "QR-Code",
"QR Code scan is not possible": "QR-Code-Scan ist nicht möglich",
"QR Code to connect for %s": "QR-Code zum Verbinden für „%s“",
"Re-Announce": "Pairing neu starten",
"Re-announce": "Pairing neu starten",
"Read for problems": "Wenn Sie Probleme beim Auffinden von Geräten oder beim Herstellen einer Verbindung zu Ökosystemen haben, müssen Sie möglicherweise zusätzliche IPv6-Einstellungen auf dem ioBroker-Host vornehmen.",
"Reconnect to backend": "Erneute Verbindung zum Backend herstellen",
"Required": "Erforderlich",
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 @@ -126,7 +126,7 @@
"QR Code": "QR Code",
"QR Code scan is not possible": "QR Code scan is not possible",
"QR Code to connect for %s": "QR Code to connect for \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "If you have problems finding devices or connecting to ecosystems, you may need to make additional IPv6 settings on the ioBroker host.",
"Reconnect to backend": "Reconnect to backend",
"Required": "Required",
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 @@ -126,7 +126,7 @@
"QR Code": "Código QR",
"QR Code scan is not possible": "No es posible escanear códigos QR",
"QR Code to connect for %s": "Código QR para conectarse a \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Si tiene problemas para encontrar dispositivos o conectarse a ecosistemas, es posible que necesite realizar configuraciones IPv6 adicionales en el host ioBroker.",
"Reconnect to backend": "Reconectarse al backend",
"Required": "Requerido",
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 @@ -126,7 +126,7 @@
"QR Code": "Code QR",
"QR Code scan is not possible": "La numérisation du code QR n'est pas possible",
"QR Code to connect for %s": "Code QR pour se connecter pour « %s »",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Si vous rencontrez des problèmes pour trouver des appareils ou vous connecter à des écosystèmes, vous devrez peut-être définir des paramètres IPv6 supplémentaires sur l'hôte ioBroker.",
"Reconnect to backend": "Se reconnecter au backend",
"Required": "Requis",
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 @@ -126,7 +126,7 @@
"QR Code": "Codice QR",
"QR Code scan is not possible": "La scansione del codice QR non è possibile",
"QR Code to connect for %s": "Codice QR per connettersi per \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Se riscontri problemi nel trovare dispositivi o nel connetterti agli ecosistemi, potrebbe essere necessario configurare impostazioni IPv6 aggiuntive sull'host ioBroker.",
"Reconnect to backend": "Riconnettiti al backend",
"Required": "Necessario",
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 @@ -126,7 +126,7 @@
"QR Code": "QR-code",
"QR Code scan is not possible": "QR-code scannen is niet mogelijk",
"QR Code to connect for %s": "QR-code om verbinding te maken voor \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Als u problemen ondervindt bij het vinden van apparaten of het verbinden met ecosystemen, moet u mogelijk aanvullende IPv6-instellingen op de ioBroker-host maken.",
"Reconnect to backend": "Opnieuw verbinden met backend",
"Required": "Vereist",
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 @@ -126,7 +126,7 @@
"QR Code": "Kod QR",
"QR Code scan is not possible": "Skanowanie kodu QR nie jest możliwe",
"QR Code to connect for %s": "Kod QR do połączenia dla \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Jeśli masz problemy ze znalezieniem urządzeń lub nawiązaniem połączenia z ekosystemami, może być konieczne wprowadzenie dodatkowych ustawień protokołu IPv6 na hoście ioBroker.",
"Reconnect to backend": "Ponowne połączenie z zapleczem",
"Required": "Wymagany",
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 @@ -126,7 +126,7 @@
"QR Code": "Código QR",
"QR Code scan is not possible": "Não é possível escanear o código QR",
"QR Code to connect for %s": "Código QR para conectar \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Se você tiver problemas para encontrar dispositivos ou se conectar a ecossistemas, talvez seja necessário fazer configurações adicionais de IPv6 no host ioBroker.",
"Reconnect to backend": "Reconectar ao backend",
"Required": "Obrigatório",
Expand Down
6 changes: 3 additions & 3 deletions src-admin/src/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"Not supported yet": "Пока не поддерживается",
"Not used devices": "Не используемые устройства",
"Nothing detected": "Ничего не обнаружено",
"Off": "Выключенный",
"On": "На",
"Off": "Деактивировать",
"On": "Активировать",
"Options": "Параметры",
"Pairing Info Text": "Обнаружение устройств в вашей IP-сети. \nУбедитесь, что хост ioBroker может свободно отправлять и получать UDP-сообщения в сети и в сети обнаруживаемых устройств. \nПри необходимости сбросьте устройства к заводским настройкам или выключите и включите их.",
"Pairing Info Text BLE": "Обнаружение устройств в вашей IP-сети и через BLE. \nУбедитесь, что хост ioBroker может свободно отправлять и получать UDP-сообщения в сети и в сети обнаруживаемых устройств. \nПри необходимости сбросьте устройства к заводским настройкам или выключите и включите их.",
Expand All @@ -126,7 +126,7 @@
"QR Code": "QR-код",
"QR Code scan is not possible": "Сканирование QR-кода невозможно.",
"QR Code to connect for %s": "QR-код для подключения к \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Если у вас возникли проблемы с поиском устройств или подключением к экосистемам, вам может потребоваться выполнить дополнительные настройки IPv6 на хосте ioBroker.",
"Reconnect to backend": "Повторное подключение к бэкэнду",
"Required": "Необходимый",
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 @@ -126,7 +126,7 @@
"QR Code": "QR-код",
"QR Code scan is not possible": "Сканування QR-коду неможливе",
"QR Code to connect for %s": "QR-код для підключення до \"%s\"",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "Якщо у вас виникли проблеми з пошуком пристроїв або підключенням до екосистем, вам може знадобитися зробити додаткові налаштування IPv6 на хості ioBroker.",
"Reconnect to backend": "Повторно підключіться до сервера",
"Required": "Обов'язковий",
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 @@ -126,7 +126,7 @@
"QR Code": "二维码",
"QR Code scan is not possible": "无法扫描二维码",
"QR Code to connect for %s": "用于连接“%s”的二维码",
"Re-Announce": "Re-announce",
"Re-announce": "Re-announce",
"Read for problems": "如果您在查找设备或连接生态系统时遇到问题,则可能需要在 ioBroker 主机上进行额外的 IPv6 设置。",
"Reconnect to backend": "重新连接到后端",
"Required": "必需的",
Expand Down

0 comments on commit 46c2cf4

Please sign in to comment.