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:
parent
6bc9819fa5
commit
28d0376c1f
1 changed files with 53 additions and 0 deletions
53
NUXT/plugins/languages/polish.js
Normal file
53
NUXT/plugins/languages/polish.js
Normal 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!",
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue