-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ClientCreateContainer #22
Changes from 37 commits
6c73996
de2db63
dd14e24
a096fb2
aa28529
206de00
969fec0
ac1d1a6
7950e0e
1f744bb
5f3e361
6061650
6eda92b
fdb61cf
cfca14d
a991988
7a0677c
87b2d94
1b912ca
ca46845
268406b
6ffb4d3
c205a64
2d9c97f
534d9c3
a922576
1833469
6c0192c
8956aff
aaee1d8
d7c5b85
5bbe0b6
7c06b58
6cd3c3d
da11e03
b499e44
3485e67
0e5cf66
ad0096b
c7122c4
16b6e2f
514f29d
081624d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,11 @@ | |
"Client has been created": "Klient byl vytvořen", | ||
"Something went wrong, client has not been created": "Něco je špatně, klient nebyl vytvořen", | ||
"Create new client": "Vytvořit nového klienta", | ||
"Create": "Vytvořit", | ||
"Edit client": "Upravit klienta", | ||
"Multidomain": "Multidoména", | ||
"Access control": "Přístupová oprávnění", | ||
"Authorization": "Autorizace", | ||
"Template": "Šablona", | ||
"Client name": "Název klienta", | ||
"Preferred client ID": "Preferované ID klienta", | ||
|
@@ -109,12 +113,14 @@ | |
"Token endpoint authentication method": "Způsob autentikace pro získání tokenu", | ||
"Cookie domain": "Cookie doména", | ||
"Redirect URIs": "Seznam přesměrovácích URI", | ||
"Redirect URI validation method": "Metoda ověření přesměrování URI", | ||
"Create client": "Vytvořit klienta", | ||
"Unknown item": "Neznámá položka", | ||
"Code challenge methods": "Metody ověření kódu", | ||
"Code challenge method (PKCE)": "Metod ověření kódu (PKCE)", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Metoda ověření kódu (PKCE)" |
||
"Login URI": "URI přihlašovací stránky", | ||
"Authorize URI": "Autorizace URI", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Autorizační URI" |
||
"Authorize anonymous users": "Autorizace anonymních uživatelů", | ||
"URI can't be empty": "URI nemůže být prázdný", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "URI nemůže být prázdné" |
||
"URI have to start with https": "URI musí začínat https", | ||
"URL hash have to be empty": "URL hash musí být prázdný" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "URL hash has to be empty" |
||
}, | ||
"ClientDetailContainer": { | ||
|
@@ -126,6 +132,9 @@ | |
"Client removed successfully": "Klient úspěšně odstraněn", | ||
"Something went wrong, failed to remove client": "Něco je špatně, nepodařilo se odstranit klienta", | ||
"Client": "Klient", | ||
"Multidomain": "Multidoména", | ||
"Access control": "Přístupová oprávnění", | ||
"Authorization": "Autorizace", | ||
"Client name": "Název klienta", | ||
"Client ID": "ID klienta", | ||
"Reset secret": "Reset secret", | ||
|
@@ -137,8 +146,11 @@ | |
"Token endpoint auth. method": "Způsob autentikace pro získání tokenu", | ||
"Cookie domain": "Cookie doména", | ||
"Redirect URIs": "Seznam přesměrovácích URI", | ||
"Code challenge methods": "Metody ověření kódu", | ||
"Redirect URI validation method": "Metoda ověření přesměrování URI", | ||
"Code challenge method (PKCE)": "Metod ověření kódu (PKCE)", | ||
"Login URi": "Přihlášení URi", | ||
"Authorize URI": "Autorizace URI", | ||
"Authorize anonymous users": "Autorizace anonymních uživatelů", | ||
"Redirect URI must be in absolute format without a fragment component.": "URI k přesměrování musí být v absolutním formátu a bez fragment komponenty.", | ||
"Remove client": "Odstranit klienta", | ||
"Save changes": "Uložit změny", | ||
|
@@ -150,7 +162,6 @@ | |
"Invalid format, input should have minimum of 8 characters": "Nesprávný formát, pole musí mít minimálně 8 znaků", | ||
"Invalid format for cookie_domain": "Nesprávný formát pro cookie_domain", | ||
"URI can't be empty": "URI nemůže být prázdný", | ||
"URI have to start with https": "URI musí začínat https", | ||
"URL hash have to be empty": "URL hash musí být prázdný", | ||
"Choose an option": "Zvolte možnost", | ||
"None": "Žádná", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Multidomain support": "Podpora více domén",
"Access control": "Řízení přístupů",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@byewokko I got feedback from Alesh on the review and he said to use "Multidomain"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah okay ✨
i guess i understand his view, but still the czech word sounds super weird to me. i'll ask him when i get the chance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@byewokko I'm not sure about the Czech version