mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
53 lines
1.1 KiB
JavaScript
53 lines
1.1 KiB
JavaScript
module.exports = {
|
|
name: "Polish",
|
|
|
|
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: {
|
|
startup: {
|
|
defaultpage: "Strona Domyślna",
|
|
},
|
|
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!",
|
|
},
|
|
};
|