-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from misa1515/patch-2
Update sk.json
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |