mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
f7eb0ea353
Update of Polish translation of the application
83 lines
1.9 KiB
JavaScript
83 lines
1.9 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: "Dostosowanie Interfejsu",
|
|
startupoptions: "Opcje Uruchamiania",
|
|
plugins: "Rozszerzenia",
|
|
updates: "Aktualizacje",
|
|
logs: "Logi",
|
|
about: "O Aplikacji",
|
|
devmode: "Edytor Rejestru",
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "Język"
|
|
},
|
|
theme: {
|
|
normal: "Normalny",
|
|
adaptive: "Adaptacyjny",
|
|
custom: "Niestandardowy",
|
|
dark: "Ciemny",
|
|
black: "Czarny",
|
|
darkmode: "Tryb Ciemny",
|
|
darkmodetagline: "Brawo ty, przejdź na ciemną stronę mocy."
|
|
},
|
|
tweaks: {
|
|
fullscreen: "Pełny Ekran",
|
|
navbarblur: "Rozmycie Paska Nawigacyjnego",
|
|
roundedcorners: "Zaokrąglone Krawędzie",
|
|
roundthumbnails: "Zaokrąglone Miniaturki",
|
|
roundwatchpagecomponents: "Zaokrąglone Elementy Interfejsu",
|
|
radius: "Promień"
|
|
},
|
|
startup: {
|
|
defaultpage: "Strona Domyślna",
|
|
},
|
|
updates: {
|
|
install: "Zainstaluj",
|
|
view: "Zobacz",
|
|
latest: "Najnowsza",
|
|
installed: "Zainstalowana"
|
|
},
|
|
logs: {
|
|
more: "Więcej"
|
|
},
|
|
|
|
about: {
|
|
appinformation: "Informacje o Aplikacji",
|
|
appversion: "Wersja Aplikacji",
|
|
deviceinformation: "Informacje o Urządzeniu",
|
|
platform: "Platforma",
|
|
os: "System Operacyjny",
|
|
model: "Model",
|
|
manufacturer: "Producent",
|
|
emulator: "Emulator",
|
|
github: "GitHub",
|
|
discord: "Discord",
|
|
},
|
|
},
|
|
|
|
events: {
|
|
welcome: "Witaj w VueTube",
|
|
tagline: "Przyszłość Streamingu Wideo",
|
|
next: "Następny",
|
|
updated: "VueTube Został Zaktualizowany!",
|
|
awesome: "Świetnie!",
|
|
},
|
|
};
|