Fix inconsistent spelling of "PIN" vs. "pin" (#133656)

Part of the strings in the strings.json use an inconsistent spelling of "PIN" as "pin"

This commit fixes this to ensure correct and consistent translations, too.
This commit is contained in:
Norbert Rittel
2024-12-20 15:14:04 +01:00
committed by GitHub
parent 7d04eef5c5
commit 0d309aa632

View File

@@ -50,7 +50,7 @@
"data": { "data": {
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"panel_pin": "Panel Pin" "panel_pin": "Panel PIN"
} }
} }
}, },
@@ -58,7 +58,7 @@
"no_panel_online": "No online Elmax control panel was found.", "no_panel_online": "No online Elmax control panel was found.",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"network_error": "A network error occurred", "network_error": "A network error occurred",
"invalid_pin": "The provided pin is invalid", "invalid_pin": "The provided PIN is invalid",
"invalid_mode": "Invalid or unsupported mode", "invalid_mode": "Invalid or unsupported mode",
"reauth_panel_disappeared": "The given panel is no longer associated to this user. Please log in using an account associated to this panel.", "reauth_panel_disappeared": "The given panel is no longer associated to this user. Please log in using an account associated to this panel.",
"unknown": "[%key:common::config_flow::error::unknown%]" "unknown": "[%key:common::config_flow::error::unknown%]"