mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
38d67fbf97
Performance Optimisations, Fix Plugin Loader Bugs, Add More Translations, Fix Translation Related Bugs
83 lines
1.8 KiB
JavaScript
83 lines
1.8 KiB
JavaScript
module.exports = {
|
|
name: "Polski",
|
|
|
|
global: {
|
|
home: "Główna",
|
|
subscriptions: "Subskrypcje",
|
|
library: "Biblioteka",
|
|
},
|
|
|
|
index: {
|
|
connecting: "Łączenie",
|
|
launching: "Uruchamianie",
|
|
},
|
|
|
|
settings: {
|
|
general: "Ogólne",
|
|
theme: "Motyw",
|
|
player: "Odtwarzacz",
|
|
uitweaker: "Interfejs Użytkownika",
|
|
startupoptions: "Opcje Uruchamiania",
|
|
plugins: "Rozszerzenia",
|
|
updates: "Aktualizacje",
|
|
logs: "Logi",
|
|
about: "Informacje",
|
|
devmode: "Edytor Rejestru",
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "Language"
|
|
},
|
|
theme: {
|
|
normal: "Normal",
|
|
adaptive: "Adaptive",
|
|
custom: "Custom",
|
|
dark: "Dark",
|
|
black: "Black",
|
|
darkmode: "Dark Mode",
|
|
darkmodetagline: "Bravo Six, Going Dark."
|
|
},
|
|
tweaks: {
|
|
fullscreen: "Fullscreen",
|
|
navbarblur: "Navbar Blur",
|
|
roundedcorners: "Rounded Corners",
|
|
roundthumbnails: "Round Thumbnails",
|
|
roundwatchpagecomponents: "Round Watch PAge Components",
|
|
radius: "Radius"
|
|
},
|
|
startup: {
|
|
defaultpage: "Strona Domyślna",
|
|
},
|
|
updates: {
|
|
install: "Install",
|
|
view: "View",
|
|
latest: "Latest",
|
|
installed: "Installed"
|
|
},
|
|
logs: {
|
|
more: "More"
|
|
},
|
|
|
|
about: {
|
|
appinformation: "Informacje O Aplikacji",
|
|
appversion: "Wersja Aplikacji",
|
|
deviceinformation: "Informacje O Urządzeniu",
|
|
platform: "Platforma",
|
|
os: "System Operacyjny",
|
|
model: "Model",
|
|
manufacturer: "Manufaktura",
|
|
emulator: "Emulator",
|
|
github: "GitHub",
|
|
discord: "Discord",
|
|
},
|
|
},
|
|
|
|
events: {
|
|
welcome: "Witaj w VueTube",
|
|
tagline: "Przyszłość Streamingu Wideo",
|
|
next: "DALEJ",
|
|
updated: "VueTube został zaktualizowany!",
|
|
awesome: "Świetnie!",
|
|
},
|
|
};
|