Consistent spelling of "PIN" (#47771)

This commit is contained in:
Philip Allgaier 2021-03-11 22:18:16 +01:00 committed by GitHub
parent 14ff6d4d1f
commit 4bafd03dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -21,8 +21,8 @@ save_video:
example: "/tmp/video.mp4" example: "/tmp/video.mp4"
send_pin: send_pin:
description: Send a new pin to blink for 2FA. description: Send a new PIN to blink for 2FA.
fields: fields:
pin: pin:
description: Pin received from blink. Leave empty if you only received a verification email. description: PIN received from blink. Leave empty if you only received a verification email.
example: "abc123" example: "abc123"

View File

@ -11,7 +11,7 @@
"2fa": { "2fa": {
"title": "Two-factor authentication", "title": "Two-factor authentication",
"data": { "2fa": "Two-factor code" }, "data": { "2fa": "Two-factor code" },
"description": "Enter the pin sent to your email" "description": "Enter the PIN sent to your email"
} }
}, },
"error": { "error": {

View File

@ -10,7 +10,7 @@
}, },
"authorize": { "authorize": {
"title": "Authorize app on ecobee.com", "title": "Authorize app on ecobee.com",
"description": "Please authorize this app at https://www.ecobee.com/consumerportal/index.html with pin code:\n\n{pin}\n\nThen, press Submit." "description": "Please authorize this app at https://www.ecobee.com/consumerportal/index.html with PIN code:\n\n{pin}\n\nThen, press Submit."
} }
}, },
"error": { "error": {

View File

@ -7,7 +7,7 @@
"error": { "error": {
"invalid_login": "Invalid Login, please try again.", "invalid_login": "Invalid Login, please try again.",
"invalid_2fa": "Invalid 2 Factor Authentication, please try again.", "invalid_2fa": "Invalid 2 Factor Authentication, please try again.",
"invalid_2fa_method": "Invalid 2FA Method (Verify on Phone)." "invalid_2fa_method": "Invalid 2FA Method (verify on Phone)."
}, },
"step": { "step": {
"user": { "user": {
@ -20,7 +20,7 @@
}, },
"2fa": { "2fa": {
"data": { "data": {
"2fa": "2FA Pin" "2fa": "2FA PIN"
}, },
"title": "2-Factor-Authentication" "title": "2-Factor-Authentication"
} }

View File

@ -17,7 +17,7 @@
}, },
"link": { "link": {
"title": "Link Nest Account", "title": "Link Nest Account",
"description": "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided pin code below.", "description": "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided PIN code below.",
"data": { "data": {
"code": "[%key:common::config_flow::data::pin%]" "code": "[%key:common::config_flow::data::pin%]"
} }

View File

@ -95,7 +95,7 @@ LOCK_ALARM_TYPE = {
"27": "Auto re-lock", "27": "Auto re-lock",
"33": "User deleted: ", "33": "User deleted: ",
"112": "Master code changed or User added: ", "112": "Master code changed or User added: ",
"113": "Duplicate Pin-code: ", "113": "Duplicate PIN code: ",
"130": "RF module, power restored", "130": "RF module, power restored",
"144": "Unlocked by NFC Tag or Card by user ", "144": "Unlocked by NFC Tag or Card by user ",
"161": "Tamper Alarm: ", "161": "Tamper Alarm: ",