Skip to content

Commit

Permalink
Reconfigure translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoFGarcia committed Sep 13, 2024
1 parent 3c4163d commit a8371e3
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions custom_components/bluecon/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
},
"reconfigure": {
"title": "Sign-in with Fermax Blue account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"client_id": "Fermax API Client ID",
"client_secret": "Fermax API Client Secret",
"api_key": "Google API Key",
"senderId": "FCM Sender ID",
"appId": "FCM App ID",
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
}
},
"error": {
Expand Down
14 changes: 14 additions & 0 deletions custom_components/bluecon/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
},
"reconfigure": {
"title": "Sign-in with Fermax Blue account",
"data": {
"username": "Username",
"password": "Password",
"client_id": "Fermax API Client ID",
"client_secret": "Fermax API Client Secret",
"api_key": "Google API Key",
"senderId": "FCM Sender ID",
"appId": "FCM App ID",
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
}
},
"error": {
Expand Down
14 changes: 14 additions & 0 deletions custom_components/bluecon/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
},
"reconfigure": {
"title": "Regístrate con tu cuenta Fermax Blue",
"data": {
"username": "Nombre de usuario",
"password": "Contraseña",
"client_id": "Fermax API Client ID",
"client_secret": "Fermax API Client Secret",
"api_key": "Google API Key",
"senderId": "FCM Sender ID",
"appId": "FCM App ID",
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
}
},
"error": {
Expand Down
14 changes: 14 additions & 0 deletions custom_components/bluecon/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
},
"reconfigure": {
"title": "Entrar com a sua conta Fermax Blue",
"data": {
"username": "Nome de utilizador",
"password": "Password",
"client_id": "Fermax API Client ID",
"client_secret": "Fermax API Client Secret",
"api_key": "Google API Key",
"senderId": "FCM Sender ID",
"appId": "FCM App ID",
"projectId": " FCM Project ID",
"packageName": "FCM Package Name"
}
}
},
"error": {
Expand Down

0 comments on commit a8371e3

Please sign in to comment.