Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
lang: added polish language pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiiniik authored and 404-Program-not-found committed Jun 15, 2022
1 parent 6bc9819 commit 28d0376
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions NUXT/plugins/languages/polish.js
Original file line number Diff line number Diff line change
@@ -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!",
},
};

0 comments on commit 28d0376

Please sign in to comment.