-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add Czech and Slovak locales
- Loading branch information
Showing
3 changed files
with
42 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
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,20 @@ | ||
import { LocaleStrings } from '../types' | ||
|
||
export default { | ||
accept: 'Přijmout', | ||
acceptAll: 'Přijmout vše', | ||
bannerDescription: | ||
'Používáme soubory cookie a cookie třetích stran, abychom mohli vše správně zobrazovat a lépe porozumět tomu, jak tento web používáte, s cílem zlepšit nabízené služby. Rozhodnutí lze kdykoli změnit pomocí tlačítka cookie, které se zobrazí po provedení výběru na tomto banneru.', | ||
bannerTitle: 'Cookies', | ||
close: 'Zavřít', | ||
cookiesFunctional: 'Obslužné cookies', | ||
cookiesNecessary: 'Nezbytné cookies', | ||
cookiesOptional: 'Volitelné cookies', | ||
decline: 'Zamítnout', | ||
declineAll: 'Zamítnout vše', | ||
here: 'zde', | ||
iframeBlocked: 'Chcete-li ji zobrazit, povolte obslužné cookies', | ||
manageCookies: 'Další informace a přizpůsobení', | ||
save: 'Uložit', | ||
settingsUnsaved: 'Máte neuložená nastavení', | ||
} as LocaleStrings |
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,20 @@ | ||
import { LocaleStrings } from '../types' | ||
|
||
export default { | ||
accept: 'Prijať', | ||
acceptAll: 'Prijať všetko', | ||
bannerDescription: | ||
'Súbory cookie a súbory cookie tretích strán používame na to, aby sme mohli všetko správne zobraziť a lepšie pochopiť, ako používate túto webovú lokalitu, aby sme mohli zlepšiť ponúkané služby. Rozhodnutia môžete kedykoľvek zmeniť pomocou tlačidla cookie, ktoré sa zobrazí po vykonaní výberu na tomto banneri.', | ||
bannerTitle: 'Cookies', | ||
close: 'Zatvoriť', | ||
cookiesFunctional: 'Obslužné cookies', | ||
cookiesNecessary: 'Nevyhnutné cookies', | ||
cookiesOptional: 'Voliteľné cookies', | ||
decline: 'Odmietnuť', | ||
declineAll: 'Odmietnuť všetky', | ||
here: 'tu', | ||
iframeBlocked: 'Ak ho chcete zobraziť, povoľte obslužné cookies', | ||
manageCookies: 'Ďalšie informácie a prispôsobenie', | ||
save: 'Uložiť', | ||
settingsUnsaved: 'Máte neuložené nastavenia', | ||
} as LocaleStrings |