-
-
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: added slovenian language (#214)
Co-authored-by: jan <[email protected]>
- Loading branch information
Showing
4 changed files
with
24 additions
and
1 deletion.
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
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 type { LocaleStrings } from '#cookie-control/types' | ||
|
||
export default { | ||
accept: 'Sprejmi', | ||
acceptAll: 'Sprejmi vse', | ||
bannerDescription: | ||
'Uporabljamo lastne piškotke in piškotke tretjih oseb, da lahko pravilno prikažemo to spletno mesto in bolje razumemo, kako se to spletno mesto uporablja, z namenom izboljšanja storitev, ki jih ponujamo. Odločitev o dovoljenjih za uporabo piškotkov lahko kadar koli spremenite z uporabo gumba za piškotke, ki se prikaže po izbiri na tej pasici.', | ||
bannerTitle: 'Piškotki', | ||
close: 'Zapri', | ||
cookiesFunctional: 'Funkcionalni piškotki', | ||
cookiesNecessary: 'Obvezni piškotki', | ||
cookiesOptional: 'Poljubni piškotki', | ||
decline: 'Zavrni', | ||
declineAll: 'Zavrni vse', | ||
here: 'tukaj', | ||
iframeBlocked: 'Če želite to videti, omogočite funkcionalne piškotke', | ||
manageCookies: 'Izvedite več in prilagodite', | ||
save: 'Shrani', | ||
settingsUnsaved: 'Imate neshranjene nastavitve', | ||
} 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 |
---|---|---|
|
@@ -33,6 +33,7 @@ export type Locale = | |
| 'rs' | ||
| 'ru' | ||
| 'sk' | ||
| 'sl' | ||
| 'sv' | ||
| 'tr' | ||
| 'uk' | ||
|