This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
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 #631 from kylecz007/patch-2
Create Slovak.js
- Loading branch information
Showing
1 changed file
with
93 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,93 @@ | ||
module.exports = { | ||
name: "Slovenština", | ||
|
||
global: { | ||
home: "Domov", | ||
subscriptions: "Odbery", | ||
library: "Knižnica", | ||
restart: "Reštartovať", | ||
later: "neskôr", | ||
settingRestart: "Úpravy týchto nastavení vyžaduje reštart aplikácie pre prevedenie zmien." | ||
}, | ||
|
||
index: { | ||
connecting: "Pripojovanie", | ||
plugins: "Načítanie doplnkov", | ||
launching: "Spúšťanie", | ||
}, | ||
|
||
settings: { | ||
general: "Obecne", | ||
theme: "Téma", | ||
player: "Prehrávač", | ||
uitweaker: "Rozhranie", | ||
startupoptions: "Možnosti spustenie", | ||
plugins: "Doplnky", | ||
updates: "Aktualizácie", | ||
logs: "Protokol", | ||
about: "O aplikácii", | ||
devmode: "Editor registrov", | ||
}, | ||
|
||
mods: { | ||
general: { | ||
language: "Jazyk", | ||
}, | ||
theme: { | ||
normal: "Normálne", | ||
adaptive: "Adaptívne", | ||
custom: "Vlastné", | ||
dark: "Tmavé", | ||
black: "Čierne", | ||
darkmode: "Tmavý režim", | ||
darkmodetagline: "Bravo Six, Going Dark.", | ||
}, | ||
tweaks: { | ||
fullscreen: "Celá obrazovka", | ||
navbarblur: "Rozmazať navigačnú lištu", | ||
roundedcorners: "Zakulatené rohy", | ||
roundthumbnails: "Zakulatené Náhledy", | ||
roundwatchpagecomponents: "Zakulatené komponenty stránky sledovanie", | ||
radius: "Polomer", | ||
}, | ||
startup: { | ||
defaultpage: "Výchozia stránka", | ||
}, | ||
updates: { | ||
install: "Inštalovať", | ||
view: "Zobraziť", | ||
latest: "Najnovšie", | ||
installed: "Nainštalované", | ||
}, | ||
logs: { | ||
more: "Viac", | ||
}, | ||
about: { | ||
appinformation: "Informácie o aplikácii", | ||
appversion: "Verzia aplikácie", | ||
deviceinformation: "Informácie o zariadení", | ||
platform: "Platforma", | ||
os: "Operačný systém", | ||
model: "Model", | ||
manufacturer: "Výrobca", | ||
emulator: "Emulátor", | ||
github: "GitHub", | ||
discord: "Discord", | ||
}, | ||
}, | ||
|
||
events: { | ||
welcome: "Vitajte vo VueTube", | ||
tagline: "Budúcnosti streamovania videí", | ||
next: "Ďalší", | ||
updated: "VueTube bol aktualizován!", | ||
awesome: "Úžasne!", | ||
langsetup: "Poďme si vybrať jazyk!", | ||
featuresetup: "Vyberťe si pár funkcií", | ||
enableryd: "Povoliť Return YouTube Dislike", | ||
enablespb: "Povoliť SponsorBlock", | ||
thanks: "Ďakujeme za používanie VueTube", | ||
enjoy: "Dúfame, že sa vám aplikácie bude ľúbiť", | ||
packageinstaller: "Vyberte balíček ku sťaženie" | ||
}, | ||
}; |