0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

lang: added polish language pack

This commit is contained in:
Dominik 2022-06-15 22:40:06 +12:00 committed by Alex
parent 6bc9819fa5
commit 28d0376c1f

View file

@ -0,0 +1,53 @@
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!",
},
};