Skip to content

Commit

Permalink
Merge pull request #54 from misa1515/patch-2
Browse files Browse the repository at this point in the history
Update sk.json
  • Loading branch information
RobertD502 authored Feb 28, 2023
2 parents 5946264 + fb7d973 commit 58310d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/flair/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"abort": {
"already_configured": "Flair účet je už nakonfigurovaný",
"reauth_successful": "Opätovné overenie bolo úspešné"
},
"error": {
"cannot_connect": "Nepodarilo sa pripojiť",
"invalid_auth": "Neplatné overenie. Sú vaše poverenia správne?",
"no_structures": "Nenašli sa žiadne štruktúry",
"no_user": "Na účte sa nenašiel žiadny používateľ"
},
"step": {
"user": {
"data": {
"client_id": "OAuth 2.0 client_id",
"client_secret": "OAuth 2.0 client_secret"
},
"title": "Vyplňte svoje poverenia Flair OAuth 2.0"
},
"reauth_confirm": {
"data": {
"client_id": "OAuth 2.0 client_id",
"client_secret": "OAuth 2.0 client_secret"
},
"title": "Znova sa overte pomocou poverení Flair OAuth 2.0"
}
}
}
}

0 comments on commit 58310d8

Please sign in to comment.