Merge branch 'main' into main

This commit is contained in:
Luka 2022-06-16 12:59:56 -04:00 committed by GitHub
commit 5973f68be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 1304 additions and 174 deletions

View File

@ -0,0 +1,82 @@
module.exports = {
name: "Português Brasileiro",
global: {
home: "Início",
subscriptions: "Inscrições",
library: "Biblioteca"
},
index: {
connecting: "Conectando",
launching: "Iniciando"
},
settings: {
general: "Geral",
theme: "Tema",
player: "Reprodutor",
uitweaker: "Interface",
startupoptions: "Opções de início",
plugins: "Plugins",
updates: "Atualizações",
logs: "Logs",
about: "Sobre",
devmode: "Editor de registro"
},
mods: {
general: {
language: "Idioma"
},
theme: {
normal: "Normal",
adaptive: "Adaptado",
custom: "Customizado",
dark: "Escuro",
black: "Preto",
darkmode: "Modo Escuro",
darkmodetagline: "Bravo Six, Escurecendo."
},
tweaks: {
fullscreen: "Tela Cheia",
navbarblur: "Desfoque da Barra De Nav",
roundedcorners: "Bordas Arredondadas",
roundthumbnails: "Arredondar Thumbnails",
roundwatchpagecomponents: "Arredondar elementos da tela de reprodução",
radius: "Grau"
},
startup: {
defaultpage: "Página Padrão"
},
updates: {
install: "Instalar",
view: "Ver",
latest: "Última",
installed: "Instalado"
},
logs: {
more: "Mais"
},
about: {
appinformation: "Informação do App",
appversion: "Versão",
deviceinformation: "Informação do Dispositivo",
platform: "Plataforma",
os: "Sistema Operacional",
model: "Modelo",
manufacturer: "Fabricante",
emulator: "Emulador",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "Bem vindo ao VueTube",
tagline: "O futuro de streaming de video",
next: "Próximo",
updated: "VueTube atualizado com sucesso!",
awesome: "Incrível!"
}
}

View File

@ -0,0 +1,84 @@
module.exports = {
name: "简体中文",
global: {
home: "首页",
subscriptions: "订阅内容",
library: "媒体库"
},
index: {
connecting: "连接中",
launching: "启动中"
},
settings: {
general: "一般",
theme: "主题",
player: "播放器",
uitweaker: "界面调整",
startupoptions: "启动选项",
plugins: "插件",
updates: "更新",
logs: "日志",
about: "关于",
devmode: "注册表编辑工具"
},
mods: {
general: {
language: "语言"
},
theme: {
normal: "正常",
adaptive: "自适应",
custom: "自定义",
dark: "深色",
black: "黑色",
darkmode: "黑暗模式",
darkmodetagline: "Bravo Six, Going Dark."
},
tweaks: {
fullscreen: "全屏",
navbarblur: "导航栏模糊效果",
roundedcorners: "圆角",
roundthumbnails: "圆的缩图",
roundwatchpagecomponents: "圆的观看页部件",
radius: "半径"
},
startup: {
defaultpage: "默认页"
},
updates: {
install: "安装",
view: "查看",
latest: "最新",
installed: "已安装"
},
logs: {
more: "更多"
},
about: {
appinformation: "应用程序信息",
appversion: "应用程序版本",
deviceinformation: "设备信息",
platform: "平台",
os: "操作系统",
model: "型号",
manufacturer: "制造商",
emulator: "模拟器",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "欢迎来到 VueTube",
tagline: "流媒体的未来",
next: "下一个",
updated: "VueTube 已更新!",
awesome: "真棒!"
}
}

View File

@ -1,5 +1,5 @@
module.exports = {
name: "中文繁體",
name: "繁體中文",
global: {
home: "主頁",
@ -16,13 +16,13 @@ module.exports = {
general: "一般",
theme: "主題",
player: "播放器",
uitweaker: "界面調較",
uitweaker: "介面調整",
startupoptions: "啟動選項",
plugins: "插件",
updates: "更新",
logs: "日誌",
logs: "紀錄檔",
about: "關於",
devmode: "登錄檔編輯"
devmode: "登錄檔編輯工具"
},
mods: {
@ -30,37 +30,37 @@ module.exports = {
language: "語言"
},
theme: {
normal: "Normal",
adaptive: "Adaptive",
custom: "Custom",
dark: "Dark",
black: "Black",
darkmode: "Dark Mode",
normal: "正常",
adaptive: "自適應",
custom: "自訂",
dark: "深色",
black: "黑色",
darkmode: "黑暗模式",
darkmodetagline: "Bravo Six, Going Dark."
},
tweaks: {
fullscreen: "Fullscreen",
navbarblur: "Navbar Blur",
roundedcorners: "Rounded Corners",
roundthumbnails: "Round Thumbnails",
roundwatchpagecomponents: "Round Watch PAge Components",
radius: "Radius"
fullscreen: "全螢幕",
navbarblur: "導覽列模糊效果",
roundedcorners: "圓角",
roundthumbnails: "圓的縮圖",
roundwatchpagecomponents: "圓的觀看頁部件",
radius: "半徑"
},
startup: {
defaultpage: "默認頁"
defaultpage: "預設頁"
},
updates: {
install: "Install",
view: "View",
latest: "Latest",
installed: "Installed"
install: "安裝",
view: "查看",
latest: "最新",
installed: "已安裝"
},
logs: {
more: "More"
more: "更多"
},
about: {
appinformation: "程式資訊",
appversion: "程式版本",
appinformation: "應用程式資訊",
appversion: "應用程式版本",
deviceinformation: "裝置資訊",
platform: "平台",
os: "作業系統",
@ -74,10 +74,10 @@ module.exports = {
events: {
welcome: "歡迎來到 VueTube",
tagline: "媒體的未來",
tagline: "影音串流的未來",
next: "下一個",
updated: "VueTube 已更新!",
awesome: "真棒!"
updated: "VueTube 已更新",
awesome: "真棒"
}

View File

@ -0,0 +1,84 @@
module.exports = {
name: "Nederlands",
global: {
home: "Home",
subscriptions: "Abonnementen",
library: "Bibliotheek"
},
index: {
connecting: "Verbinden",
launching: "Opstarten"
},
settings: {
general: "Algemeen",
theme: "Thema",
player: "Videospeler",
uitweaker: "Gebruikersinterface",
startupoptions: "Opstartopties",
plugins: "Plugins",
updates: "Updates",
logs: "Logboeken",
about: "Over",
devmode: "Register bewerken"
},
mods: {
general: {
language: "Taal"
},
theme: {
normal: "Normaal",
adaptive: "Adaptief",
custom: "Aangepast",
dark: "Donker",
black: "Zwart",
darkmode: "Donkere modus",
darkmodetagline: "Bravo Six, Going Dark."
},
tweaks: {
fullscreen: "Volledig Scherm",
navbarblur: "Vervaging Navigatiebalk",
roundedcorners: "Afgeronde Hoeken",
roundthumbnails: "Ronde Hoeken In Video Miniaturen",
roundwatchpagecomponents: "Ronde Hoeken In Video Speler Componenten",
radius: "Straal"
},
startup: {
defaultpage: "Standaard Pagina"
},
updates: {
install: "Installeer",
view: "Bekijk",
latest: "Laatste",
installed: "Geïnstalleerd"
},
logs: {
more: "Meer"
},
about: {
appinformation: "Applicatieinformatie",
appversion: "Applicatieversie",
deviceinformation: "Apparaatinformatie",
platform: "Platform",
os: "Besturingssysteem",
model: "Model",
manufacturer: "Fabrikant",
emulator: "Emulator",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "Welkom bij VueTube",
tagline: "De toekomst van videostreaming",
next: "Volgende",
updated: "VueTube is bijgewerkt!",
awesome: "Geweldig!"
}
}

View File

@ -0,0 +1,84 @@
module.exports = {
name: "Français",
global: {
home: "Accueil",
subscriptions: "Abonnements",
library: "Bibliothèque"
},
index: {
connecting: "Connexion",
launching: "Lancement"
},
settings: {
general: "Général",
theme: "Thème",
player: "Lecteur",
uitweaker: "Interface",
startupoptions: "Options de démarrage",
plugins: "Plugins",
updates: "Mises à jour",
logs: "Logs",
about: "À propos",
devmode: "Éditeur de registre"
},
mods: {
general: {
language: "Langage"
},
theme: {
normal: "Normal",
adaptive: "Adaptatif",
custom: "Personnalisé",
dark: "Sombre",
black: "Noir",
darkmode: "Thème sombre",
darkmodetagline: "Bravo Six, Going Dark."
},
tweaks: {
fullscreen: "Plein écran",
navbarblur: "Barre de navigation flou",
roundedcorners: "Coin arrondi",
roundthumbnails: "Miniatures arrondies",
roundwatchpagecomponents: "Page d'accueil arrondis",
radius: "Rayon",
},
startup: {
defaultpage: "Page par défaut"
},
updates: {
install: "Installer",
view: "Voir",
latest: "Plus récente",
installed: "Installée",
},
logs: {
more: "Afficher plus",
},
about: {
appinformation: "Informations sur l'application",
appversion: "Version de l'application",
deviceinformation: "Informations sur l'appareil",
platform: "Platforme",
os: "Système d'exploitation",
model: "Modèle",
manufacturer: "Fabricant",
emulator: "Emulateur",
github: "Github",
discord: "Discord"
}
},
events: {
welcome: "Bienvenue sur VueTube!",
tagline: "Le futur du streaming vidéo.",
next: "Suivant",
updated: "VueTube a été mis à jour !",
awesome: "Incroyable !"
}
}

View File

@ -2,27 +2,27 @@ module.exports = {
name: "Italiano",
global: {
home: "Casa",
subscriptions: "Abbonamento",
library: "Biblioteca"
home: "Home",
subscriptions: "Iscrizioni",
library: "Raccolta"
},
index: {
connecting: "Collegamento",
launching: "Lanciare"
connecting: "Connessione",
launching: "Avvio"
},
settings: {
general: "Generale",
theme: "Tema",
player: "Lettore",
uitweaker: "Mettere UI",
startupoptions: "Opzione Avvio",
plugins: "Aggiuntivo Componente",
updates: "Aggiornare",
player: "Player",
uitweaker: "Aspetto UI",
startupoptions: "Opzioni Avvio",
plugins: "Componenti Aggiuntivi",
updates: "Aggiornamenti",
logs: "Registro",
about: "Chiedere Di",
devmode: "Editor Registro"
about: "Informazioni",
devmode: "Modalità Sviluppatore"
},
mods: {
@ -31,18 +31,18 @@ module.exports = {
},
theme: {
normal: "Normale",
adaptive: "Adattabile",
custom: "Abitudine",
dark: "Buio",
adaptive: "Adattivo",
custom: "Personalizzato",
dark: "Scuro",
black: "Nero",
darkmode: "Modalità scura",
darkmodetagline: "Bravo Six, Going Dark."
darkmodetagline: "Giovane Jedi, benvenuto al lato oscuro."
},
tweaks: {
fullscreen: "A Schermo Intero",
navbarblur: "Navbar Blur", // Note From Front: As a native english speaker, i don't know this one
roundedcorners: "Spigolo Tondeggiante",
roundthumbnails: "Anteprima Tondeggiante",
fullscreen: "Schermo Intero",
navbarblur: "Sfocatura Barra Di Navigazione",
roundedcorners: "Arrotondamento Spigoli",
roundthumbnails: "Anteprima Arrotondata",
roundwatchpagecomponents: "Componenti Rotondi Della Pagina Di Controllo",
radius: "Raggio"
},
@ -51,9 +51,9 @@ module.exports = {
},
updates: {
install: "Ultimo",
view: "Visionare",
view: "Visualizza",
latest: "Più Recente",
installed: "Installare"
installed: "Installato"
},
logs: {
more: "Più"
@ -62,11 +62,11 @@ module.exports = {
about: {
appinformation: "Informazioni Applicazione",
appversion: "Versione Applicazione",
deviceinformation: "Informazioni Congegno",
deviceinformation: "Informazioni Dispositivo",
platform: "Piattaforma",
os: "Sistema Operativo",
model: "Modello",
manufacturer: "Costruttore",
manufacturer: "Produttore",
emulator: "Emulatore",
github: "GitHub",
discord: "Discord"
@ -77,9 +77,10 @@ module.exports = {
welcome: "Benvenuto su VueTube",
tagline: "Il Futuro Dello Streaming Video",
next: "Prossimo",
updated: "VueTube e Stato Aggiornato",
awesome: "Imponente!"
updated: "VueTube è Stato Aggiornato",
awesome: "Fantastico!"
}
}

View File

@ -0,0 +1,84 @@
module.exports = {
name: "Bahasa Melayu",
global: {
home: "Laman Utama",
subscriptions: "Langganan",
library: "Pustaka"
},
index: {
connecting: "Menyambung",
launching: "Memulakan"
},
settings: {
general: "Umum",
theme: "Tema",
player: "Pemain",
uitweaker: "Antara muka",
startupoptions: "Pilihan Permulaan",
plugins: "Pemalam",
updates: "Kemaskini",
logs: "Log",
about: "Tentang",
devmode: "Editor Daftaran"
},
mods: {
general: {
language: "Bahasa"
},
theme: {
normal: "Normal",
adaptive: "Adaptif",
custom: "Kustom",
dark: "Gelap",
black: "Hitam",
darkmode: "Mod Gelap",
darkmodetagline: "Bravo Six, Menjadi Gelap."
},
tweaks: {
fullscreen: "Skrin Penuh",
navbarblur: "Bar Navigasi Kabur",
roundedcorners: "Sudut Bulat",
roundthumbnails: "Lakaran Kecil Bulat",
roundwatchpagecomponents: "Komponen Halaman Tonton Bulat",
radius: "Radius"
},
startup: {
defaultpage: "Halaman Lalai"
},
updates: {
install: "Pasang",
view: "Lihat",
latest: "Terkini",
installed: "Dipasang"
},
logs: {
more: "Lagi"
},
about: {
appinformation: "Maklumat Apl",
appversion: "Versi Apl",
deviceinformation: "Maklumat Peranti",
platform: "Platform",
os: "Sistem Operasi",
model: "Model",
manufacturer: "Pengilang",
emulator: "Emulator",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "Selamat Datang ke VueTube",
tagline: "Masa hadapan penstriman video",
next: "Seterusnya",
updated: "VueTube telah dikemaskini!",
awesome: "Hebat!"
}
}

View File

@ -12,23 +12,15 @@ Se pronuncia Viu Tuf (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Leer en otros idiomas: [English,](readme.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
Leer en otros idiomas: [English,](readme.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Características

115
readme.fr.md Normal file
View File

@ -0,0 +1,115 @@
<p align="center">
<a href="https://vuetube.app/">
<img src="https://cdn.discordapp.com/attachments/751596360108605500/980418672331988992/VueTube_Dark.svg" alt="VueTube icon" width="500"/>
</a>
</br>
<sub>Logo par <a href="https://github.com/afnzmn">@afnzmn</a></sub></br>
<sub>Traduction Française par <a href="https://github.com/afnzmn">@afnzmn</a></sub>
</br>
</br>
<strong>Un simple client vidéo FOSS/SSOBL destiné à recréer TOUTES les fonctionnalités par leurs applications respectives (et plus).
</strong>
</br>
Prononcé «View Tube» (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Lire ceci dans dautres langues: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Fonctionnalités
<img src="./resources/readme-fr/Features.fr.svg" alt="VueTube icon" width="450"/>
- 🎨 Thèmes: Claire, Sombre, Noir, Toutes les couleurs darc-en-ciel
- 🖌️ Interface Personnalisable: Tu peux personnaliser la couleur de thème, ou désactiver les autres parties de linterface que tu n'utilises pas!
- ⬆️ Mises à Jour Automatiques: Été notifié quand une mise à jour est disponible, et passe à des versions précédentes si tu n'aimes pas!
- 👁️ Protection de Suivi: Aucun de télémesure est envoyé de ton système par défaut
- 📺 Lecture de Vidéo Personnalisé
- 👎 Ramener Youtube Dislike
## Installation
<img src="./resources/readme-fr/Install.fr.svg" alt="VueTube icon" width="350"/>
Pour linstallation, visitez: www.vuetube.app/install
<details>
<summary>Ou cliquez ici pour toutes les versions disponibles</summary>
<br />
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Beaucoup de bugs, mais il y a accès précoce pour les fonctionnalités nouvelles | Moins de bugs que instable, plus de fonctionnalités que stable | Nest pas disponible jusqu'à lapplication est plus développée |
### iOS
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/iOS.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://cdn.discordapp.com/attachments/949908267855921163/972164558930198528/VueTube-Canary-May-6-2022.ipa><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Beaucoup de bugs, mais il y a accès précoce pour les fonctionnalités nouvelles | Moins de bugs que instable, plus de fonctionnalités que stable | Nest pas disponible jusqu'à lapplication est plus développée |
</details>
## Projets
<img src="./resources/readme-fr/Plans.fr.svg" alt="VueTube icon" width="300"/>
- 🔍 Recherche Avancée
- 🗞️ Historique de regader locale
- ✂️ YouTube Shorts
- 🧑 Se connecter avec Google
- 🖼️ Mode Image-dans-Image (PiP)
- et plus!
## Capture décrans
Voyez sur notre site-web: www.vuetube.app/info/screenshots
<details>
<summary> Ou cliquez ici pour montrer des captures décrans </summary>
<br />
<img src="https://vuetube.app/wtch.png" width="400">
<img src="https://vuetube.app/stng.png" width="400">
<img src="https://vuetube.app/srch.png" width="400">
</details>
### Technologies utilisé
<a href="https://capacitorjs.com/solution/vue"><img src="https://cdn.discordapp.com/attachments/953538236716814356/955694368742834176/Capacitator-Dark.svg" height=40/></a> <a href="https://vuetifyjs.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/973719873467342908/Vuetify-Dark.svg" height=40/></a> <a href="https://nuxtjs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/NuxtJS-Dark.svg" height=40/></a> <a href="https://vuejs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/VueJS-Dark.svg" height=40/></a> <a href="https://javascript.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/JavaScript.svg" height=40/></a> <a href="https://java.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Java-Dark.svg" height=40/></a> <a href="https://gradle.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/955691550560636958/Gradle.svg" height=40/></a> <a href="https://developer.apple.com/swift/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Swift.svg" height=40/></a>
### Pourquoi fais-je ceci?
Cette idée avait été parlé de dans le serveur Discord de Ramener Youtube Dislike pour quelque temps, alors j'ai pensé que je devrais essayer!
### Veux-tu contribuer?
Lisez sur notre site-web pour savoir comment contribuer: www.vuetube.app/contributing
## Contributeurs
<a href="https://github.com/VueTubeApp/VueTube/graphs/contributors">
<img src="https://contrib.rocks/image?repo=VueTubeApp/VueTube" />
</a>
<sub>Créer par [contrib.rocks](https://contrib.rocks). </sub>
## Remerciements
- Émojis par l'équipe [Twemoji](https://twemoji.twitter.com/), autorisé par [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- Logo de VueTube par [@afnzmn](https://github.com/afnzmn)
## Avertissement
Le projet VueTube et son contenu ne sont pas affiliés, financés, autorisés, soutenus par, ou associés avec YouTube, Google LLC ou l'un de ses affiliés et subsidiaires. Le site-web officiel de Youtube peut être trouvé à [www.youtube.com](https://www.youtube.com).
Toute marque déposée, marque services, nom commercial, ou autre droits de propriété intellectuelle utilisés dans le projet VueTube sont possèdent par leurs propriétaire respectifs.

View File

@ -12,23 +12,15 @@
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
לקרוא בשפות אחרות: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
לקרוא בשפות אחרות: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
<div style="float: right; right: 5px;">
## פיצ'רים \ תכונות

114
readme.id.md Normal file
View File

@ -0,0 +1,114 @@
<p align="center">
<a href="https://vuetube.app/">
<img src="https://cdn.discordapp.com/attachments/751596360108605500/980418672331988992/VueTube_Dark.svg" alt="VueTube icon" width="500"/>
</a>
</br>
<sub>Logo oleh <a href="https://github.com/afnzmn">@afnzmn</a></sub></br>
<sub>Terjemahan oleh <a href="https://github.com/QuickValve">@QuickValve</a></sub>
</br>
</br>
<strong>Sebuah klien video streaming FOSS yang bertujuan untuk membuat ulang SEMUA fitur dari aplikasi yang dibuat ulang fiturnya (dan lebih banyak lagi).</strong>
</br>
Disebut View Tube (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Baca ini di bahasa lain: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro](readme.pt-br.md)
## Fitur
<img src="./resources/readme-id/Features.id.svg" alt="VueTube icon" width="300"/>
- 🎨 Tema: Terang, Gelap, OLED, Semua warna yang ada di dunia
- 🖌️ UI yang bisa di sesuaikan: Kamu bisa menyesuaikan warna aksen, dan bagian UI lainnya untuk menonaktifkan fitur yang tidak anda gunakan!
- ⬆️ Pembaharuan Otomatis: Kamu akan diberitahu saat pembaharuan baru tersedia & kembali ke versi lama jika kamu tidak menyukainya!
- 👁️ Perlindungan dari Pelacakan: Tidak ada telemetri (informasi pribadi) yang dikirim dari perangkatmu secara bawaan
- 📺 Pemutar video custom
- 👎 Return YouTube Dislike
## Instalasi
<img src="./resources/readme-id/Install.id.svg" alt="VueTube icon" width="300"/>
Untuk menginstal aplikasi silahkan kunjungi www.vuetube.app/install
<details>
<summary>Atau klik disini untuk menampilkan semua versi yang ada</summary>
<br />
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Banyak bug, tetapi akses awal ke fitur baru | Lebih sedikit bug dari unstable, sedikit lebih banyak fitur dari stable | Belum tersedia sampai aplikasi dikembangkan lebih jauh |
### iOS
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/iOS.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://cdn.discordapp.com/attachments/949908267855921163/972164558930198528/VueTube-Canary-May-6-2022.ipa><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Banyak bug, tetapi akses awal ke fitur baru | Lebih sedikit bug dari unstable, sedikit lebih banyak fitur dari stable | Belum tersedia sampai aplikasi dikembangkan lebih jauh |
</details>
## Rencana
<img src="./resources/readme-id/Plans.id.svg" alt="VueTube icon" width="300"/>
- 🔍 Pencarian Lanjutan
- 🗞️ Simpan riwayat tontonan secara lokal (di perangkatmu)
- ✂️ Shorts
- 🧑 Masuk dengan akun Google
- 🖼️ Mode picture-in-picture
- Dan masih banyak lagi!
## Screenshot aplikasi
Kunjungi website kami: www.vuetube.app/info/screenshots
<details>
<summary> Atau klik disini untuk menampilkan screenshot-screenshot aplikasi </summary>
<br />
<img src="https://vuetube.app/wtch.png" width="400">
<img src="https://vuetube.app/stng.png" width="400">
<img src="https://vuetube.app/srch.png" width="400">
</details>
### Teknologi yang dipakai
<a href="https://capacitorjs.com/solution/vue"><img src="https://cdn.discordapp.com/attachments/953538236716814356/955694368742834176/Capacitator-Dark.svg" height=40/></a> <a href="https://vuetifyjs.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/973719873467342908/Vuetify-Dark.svg" height=40/></a> <a href="https://nuxtjs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/NuxtJS-Dark.svg" height=40/></a> <a href="https://vuejs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/VueJS-Dark.svg" height=40/></a> <a href="https://javascript.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/JavaScript.svg" height=40/></a> <a href="https://java.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Java-Dark.svg" height=40/></a> <a href="https://gradle.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/955691550560636958/Gradle.svg" height=40/></a> <a href="https://developer.apple.com/swift/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Swift.svg" height=40/></a>
### Kenapa saya melakukan ini?
Ide ini telah dilempar di server discord Return Youtube Dislike untuk beberapa waktu, jadi saya pikir saya harus mencoba membuatnya!
### Ingin berkontribusi?
Silakan baca website kami untuk cara melakukannya: www.vuetube.app/contributing
## Kontributor
<a href="https://github.com/VueTubeApp/VueTube/graphs/contributors">
<img src="https://contrib.rocks/image?repo=VueTubeApp/VueTube" />
</a>
<sub>Dibuat dengan [contrib.rocks](https://contrib.rocks). </sub>
## Pengakuan / Penghargaan
- Emoji oleh [tim Twemoji](https://twemoji.twitter.com/), Dilisensikan dibawah [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- Logo VueTube oleh [@afnzmn](https://github.com/afnzmn)
## Peringatan
Proyek VueTube dan isinya tidak beraffiliasi dengan, didanai, diberi izin, didukung oleh, atau dengan cara apapun terkait dengan YouTube, Google LLC atau segala afiliasi dan anak perusahaannya. Website YouTube resmi bisa ditemukan di [www.youtube.com](https://www.youtube.com).
Semua merek dagang, merek jasa, atau properti intelektual lainnya yang dipakai di proyek VueTube dimiliki oleh pemiliknya masing-masing.

View File

@ -11,23 +11,15 @@
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
他の言語で読む:[English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
他の言語で読む:[English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## 機能

View File

@ -12,23 +12,15 @@ Pronounced View Tube (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Read this in other languages: [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
Read this in other languages: [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Features
@ -114,7 +106,7 @@ Please read our website on how to do so: www.vuetube.app/contributing
- Emojis by the [Twemoji team](https://twemoji.twitter.com/), Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- VueTube Logo by [@afnzmn](https://github.com/afnzmn)
## Disclamer
## Disclaimer
The VueTube project and its contents are not affiliated with, funded, authorized, endorsed by, or in any way accociated with YouTube, Google LLC or any of its affiliates and subsidaries. The official YouTube website can be found at [www.youtube.com](https://www.youtube.com).

116
readme.mk.md Normal file
View File

@ -0,0 +1,116 @@
<p align="center">
<a href="https://vuetube.app/">
<img src="https://cdn.discordapp.com/attachments/751596360108605500/980418672331988992/VueTube_Dark.svg" alt="VueTube icon" width="500"/>
</a>
</br>
<sub>Лого од <a href="https://github.com/afnzmn">@afnzmn</a></sub></br>
<sub>Macedonian translation by <a href="https://github.com/Robotition">@Robotition</a></sub>
</br>
</br>
<strong>Едноставна FOSS видео стриминг апликација со цел да ги рекреира сите карактеристики од соодветните апликации (и повеќе).</strong>
</br>
Се изговара Вју-Туб
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Прочитајте го ова на други јазици: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Карактеристики
<img src="./resources/readme-mk/Features.mk.svg" alt="VueTube icon" width="500"/>
- 🎨 Лик: Светло, темно, OLED, сите бои на виножитото.
- 🖌️ Приспособлив интерфејс: Можете целосно да ја приспособите акцентната боја и другите делови од интерфејсот за да ги отстраните функциите што не ги користите!
- ⬆️ Автоматско ажурирање: Бидете известени кога нов апдејт е достапен и деградирајте го ако не ви се допаѓа!
- 👁️ Заштита од следење: Стандардно не се испраќа телеметрија од вашиот уред.
- 📺 Прилагоден видео плеер
- 👎 Враќање на YouTube дислајк
## Инстал
<img src="./resources/readme-mk/Install.mk.svg" alt="VueTube icon" width="300"/>
За да инсталирате, посетете: www.vuetube.app/install
<details>
<summary>Или кликнете овде за да се прикажат сите достапни верзии.</summary>
<br />
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Многу грешки, но ран пристап до функциите. | Помалку грешки од нестабилна, малку повеќе функции од стабилна. | Не е достапна додека апликацијата не стане поразвиена. |
### iOS
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/iOS.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://cdn.discordapp.com/attachments/949908267855921163/972164558930198528/VueTube-Canary-May-6-2022.ipa><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Многу грешки, но ран пристап до функциите. | Помалку грешки од нестабилна, малку повеќе функции од стабилна. | Не е достапна додека апликацијата не стане поразвиена. |
</details>
## Планови
<img src="./resources/readme-mk/Plans.mk.svg" alt="VueTube icon" width="300"/>
- 🔍 Напредно пребарување
- 🗞️ Локално складирајте ја историјата на гледани видеа.
- ✂️ Кратки Видеа
- 🧑 Google акаунт пријавување
- 🖼️ Picture in picture mode
- и побеќе!
## Слики од апликацијата
Посетете ја нашата веб-страница: www.vuetube.app/info/screenshots
<details>
<summary> Или кикнете тука за да се прикажат сликите од апликацијата. </summary>
<br />
<img src="https://vuetube.app/wtch.png" width="400">
<img src="https://vuetube.app/stng.png" width="400">
<img src="https://vuetube.app/srch.png" width="400">
</details>
### Користени технологии
<a href="https://capacitorjs.com/solution/vue"><img src="https://cdn.discordapp.com/attachments/953538236716814356/955694368742834176/Capacitator-Dark.svg" height=40/></a> <a href="https://vuetifyjs.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/973719873467342908/Vuetify-Dark.svg" height=40/></a> <a href="https://nuxtjs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/NuxtJS-Dark.svg" height=40/></a> <a href="https://vuejs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/VueJS-Dark.svg" height=40/></a> <a href="https://javascript.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/JavaScript.svg" height=40/></a> <a href="https://java.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Java-Dark.svg" height=40/></a> <a href="https://gradle.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/955691550560636958/Gradle.svg" height=40/></a> <a href="https://developer.apple.com/swift/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Swift.svg" height=40/></a>
### Зошто го правам ова?
Па, ова веќе долго време беше фрлено на Discord серверот Return Youtube Dislike, па затоа си помислив дека веројатно треба да пробам!
### Сакате да соработите?
Ве молиме прочитајте ја нашата веб-страница за како да соработите: www.vuetube.app/contributing
## Соработници
<a href="https://github.com/VueTubeApp/VueTube/graphs/contributors">
<img src="https://contrib.rocks/image?repo=VueTubeApp/VueTube" />
</a>
<sub>Направено со [contrib.rocks](https://contrib.rocks). </sub>
## Признанија
- Emojis од [Twemoji тимот](https://twemoji.twitter.com/), Лиценцирано под [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- VueTube лого од [@afnzmn](https://github.com/afnzmn)
## Легално предупредување
Проектот VueTube и неговите содржини не се финансирани, овластени, одобрени или на кој било начин поврзани со YouTube, Google LLC или било која од нивните филијали и подружници. Официјалната веб-страница на YouTube може да се најде на [www.youtube.com](https://www.youtube.com).
Секоја трговска марка, услужна марка, трговско име или други права на интелектуална сопственост што се користат во проектот VueTube се во сопственост на соодветните сопственици.
Во случај на недоразбирање помеѓу преводите на легалното предупредување, предност има англиската верзија.

View File

@ -4,32 +4,24 @@
</a>
</br>
<sub>Logo oleh <a href="https://github.com/afnzmn">@afnzmn</a></sub></br>
<sub>Malay translation by <a href="https://github.com/AdamIskandarAI">@AdamIskandarAI</a></sub>
<sub>Terjemahan oleh <a href="https://github.com/AdamIskandarAI">@AdamIskandarAI</a></sub>
</br>
</br>
<strong>Klien penstriman video FOSS ringkas bertujuan untuk mencipta semula SEMUA ciri daripada aplikasi masing-masing (dan banyak lagi).</strong>
<strong>Sebuah klien penstriman video FOSS ringkas bertujuan untuk mencipta semula SEMUA ciri daripada aplikasi masing-masing (dan banyak lagi)</strong>
</br>
Disebut View Tube (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Baca ini dalam bahasa lain: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்](readme.ta.md)
Baca ini dalam bahasa lain: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்](readme.ta.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Ciri-ciri
@ -38,7 +30,7 @@ Baca ini dalam bahasa lain: [English,](readme.md) [Español,](readme.es.md) [简
- 🎨 Tema: Cerah, Gelap, OLED, Semua warna pelangi
- 🖌️ UI yang dibolehkan suaikan: Anda boleh menyesuaikan sepenuhnya warna aksen dan bahagian lain UI untuk mengalih keluar ciri yang anda tidak gunakan!
- ⬆️ Kemaskini Auto: Anda akan dimaklumkan apabila kemas kini tersedia & turun taraf jika anda tidak menyukainya!
- 👁️ Perlindungan Penjejak: Tiada telemetri dihantar daripada peranti anda secara lalai
- 👁️ Perlindungan Penjejak: Tiada telemetri (maklumat peribadi) dihantar daripada peranti anda secara lalai
- 📺 Pemain video kustom
- 👎 Return YouTube Dislike
@ -46,7 +38,7 @@ Baca ini dalam bahasa lain: [English,](readme.md) [Español,](readme.es.md) [简
<img src="./resources/readme-ms/Install.ms.svg" alt="VueTube icon" width="300"/>
Untuk memasang sila lawati www.vuetube.app/install
Untuk memasang aplikasi VueTube, sila lawati www.vuetube.app/install
<details>
<summary>Atau klik di sini untuk memaparkan semua versi yang tersedia</summary>
@ -55,13 +47,13 @@ Untuk memasang sila lawati www.vuetube.app/install
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Banyak pepijat, tetapi anda boleh mendapat akses awal kepada ciri-ciri baharu | Kurang pepijat daripada tidak stabil, lebih sedikit ciri daripada stabil | Tidak tersedia sehingga aplikasi menjadi lebih membangun |
| Banyak pepijat, tetapi anda boleh mendapat akses awal kepada ciri-ciri baharu | Kurang pepijat daripada tidak stabil, lebih sedikit ciri daripada stabil | Tidak tersedia sehingga aplikasi menjadi lebih berkembang |
### iOS
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/iOS.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://cdn.discordapp.com/attachments/949908267855921163/972164558930198528/VueTube-Canary-May-6-2022.ipa><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| A lot of bugs, but early access to features | Less bugs than unstable, slightly more features than stable | Not available until the app becomes more developed |
| Banyak pepijat, tetapi anda boleh mendapat akses awal kepada ciri-ciri baharu | Kurang pepijat daripada tidak stabil, lebih sedikit ciri daripada stabil | Tidak tersedia sehingga aplikasi menjadi lebih berkembang |
</details>
@ -70,7 +62,7 @@ Untuk memasang sila lawati www.vuetube.app/install
<img src="./resources/readme-ms/Plans.ms.svg" alt="VueTube icon" width="300"/>
- 🔍 Carian lanjutan
- 🗞️ Simpan sejarah tontonan secara setempat
- 🗞️ Simpan sejarah tontonan secara setempat (pada peranti anda)
- ✂️ Shorts
- 🧑 Log masuk dengan akaun Google
- 🖼️ Mod gambar dalam gambar
@ -113,10 +105,10 @@ Sila baca di laman sesawang kami tentang bagaimana untuk melakukannya: www.vuetu
## Penghargaan
- Emoji oleh kumpulan [Twemoji](https://twemoji.twitter.com/), Dilesenkan di bawah [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- VueTube Logo oleh [@afnzmn](https://github.com/afnzmn)
- Logo VueTube oleh [@afnzmn](https://github.com/afnzmn)
## Penafian
Projek VueTube dan kandungannya tidak bergabung dengan, dibiayai, diberi kuasa, disokong oleh, atau dalam apa jua cara dikaitkan dengan YouTube, Google LLC atau mana-mana sekutu dan anak syarikatnya. Laman web rasmi YouTube boleh didapati di [www.youtube.com](https://www.youtube.com).
Projek VueTube dan kandungannya tidak bergabung dengan, dibiayai, diberi izin, disokong oleh, atau dalam apa jua cara dikaitkan dengan YouTube, Google LLC atau mana-mana sekutu dan anak syarikatnya. Laman web rasmi YouTube boleh didapati di [www.youtube.com](https://www.youtube.com).
Sebarang tanda dagangan, tanda perkhidmatan, nama dagangan atau hak harta intelek lain yang digunakan dalam projek VueTube dimiliki oleh pemilik masing-masing.

View File

@ -13,30 +13,22 @@ Uitgesproken als: Vju - Tjube (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Lees dit in andere talen: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
Lees dit in andere talen: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## Functies
<img src="./resources/readme-nl/Features.nl.svg" alt="VueTube icon" width="300"/>
- 🎨 Thema's: Licht, Donker, OLED (Helemaal Zwart), Alle kleuren van de regenboog
- 🖌️ Aanpasbare Gebruikers Interface: Je kan de accentkleur volledig aanpassen, en andere delen van het UI om de dingen te verwijderen die je niet gebruikt!
- 🖌️ Aanpasbare User Interface: Je kan de accentkleur volledig aanpassen, en andere delen van het UI om de dingen te verwijderen die je niet gebruikt!
- ⬆️ Automatische Updates: Krijg een bericht wanneer er een update beschikbaar is & downgrade als je de versie niet leuk vind!
- 👁️ Traceerbeveiliging: Er wordt standaard geen telemetrie/data verzonden vanaf uw toestel
- 📺 Aanpasbare video player
@ -91,7 +83,7 @@ Bekijk ze op de website: www.vuetube.app/info/screenshots
</details>
### Gebruikte technologieën
### Gebruikte Software
<a href="https://capacitorjs.com/solution/vue"><img src="https://cdn.discordapp.com/attachments/953538236716814356/955694368742834176/Capacitator-Dark.svg" height=40/></a> <a href="https://vuetifyjs.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/973719873467342908/Vuetify-Dark.svg" height=40/></a> <a href="https://nuxtjs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/NuxtJS-Dark.svg" height=40/></a> <a href="https://vuejs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/VueJS-Dark.svg" height=40/></a> <a href="https://javascript.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/JavaScript.svg" height=40/></a> <a href="https://java.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Java-Dark.svg" height=40/></a> <a href="https://gradle.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/955691550560636958/Gradle.svg" height=40/></a> <a href="https://developer.apple.com/swift/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Swift.svg" height=40/></a>

114
readme.pt-br.md Normal file
View File

@ -0,0 +1,114 @@
<p align="center">
<a href="https://vuetube.app/">
<img src="https://cdn.discordapp.com/attachments/751596360108605500/980418672331988992/VueTube_Dark.svg" alt="VueTube icon" width="500"/>
</a>
</br>
<sub>Logo por <a href="https://github.com/afnzmn">@afnzmn</a></sub></br>
<sub>tradução por <a href="https://github.com/LuanRT">@LuanRT</a></sub>
</br>
</br>
<strong>Um simples cliente de streaming FOSS com o objetivo de recriar TODAS as funções de seus aplicativos respectivos (e mais).</strong>
</br>
Se pronuncia View Tube (<code>/ˈvjuːˌtjuːb/</code>)
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
Leia isso em outras línguas: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Bahasa Indonesia](readme.id.md)
## Características
<img src="./resources/readme-pt-br/Features.pt-br.svg" alt="VueTube icon" width="400"/>
- 🎨 Temas: Claro, Escuro, OLED, Todas as cores do arco-íris
- 🖌️ Interface Customizável: Te permite customizar cor de realce e outras partes da interface para remover funções que você não usa!
- ⬆️ Atualização Automática: Seja notificado quando alguma atualização estiver disponível ou faça um downgrade se não gostar!
- 👁️ Sem Telemetria: Telemetria é desativada por padrão
- 📺 Reprodutor Customizado
- 👎 Suporta Return YouTube Dislike
## Instalação
<img src="./resources/readme-pt-br/Install.pt-br.svg" alt="VueTube icon" width="350"/>
Para instalar visite www.vuetube.app/install
<details>
<summary>Ou clique aqui para ver todas as versões disponíveis</summary>
<br />
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Muitos bugs, mas acesso antecipado a novas funções | Menos bugs, pode ter um pouco mais de funções do que a estável | Não disponível até que o app esteja mais maduro |
### iOS
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/iOS.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://cdn.discordapp.com/attachments/949908267855921163/972164558930198528/VueTube-Canary-May-6-2022.ipa><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| Muitos bugs, mas acesso antecipado a novas funções | Menos bugs, pode ter um pouco mais de funções do que a estável | Não disponível até que o app esteja mais maduro |
</details>
## Planos
<img src="./resources/readme-pt-br/Plans.pt-br.svg" alt="VueTube icon" width="300"/>
- 🔍 Procura Avançada
- 🗞️ Guardar histórico localmente
- ✂️ Shorts
- 🧑 Login com conta do Google
- 🖼️ Modo janela flutuante
- e muito mais!
## Capturas de tela
Veja no nosso website: www.vuetube.app/info/screenshots
<details>
<summary> Ou clique aqui para vê-las </summary>
<br />
<img src="https://vuetube.app/wtch.png" width="400">
<img src="https://vuetube.app/stng.png" width="400">
<img src="https://vuetube.app/srch.png" width="400">
</details>
### Tecnologias usadas
<a href="https://capacitorjs.com/solution/vue"><img src="https://cdn.discordapp.com/attachments/953538236716814356/955694368742834176/Capacitator-Dark.svg" height=40/></a> <a href="https://vuetifyjs.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/973719873467342908/Vuetify-Dark.svg" height=40/></a> <a href="https://nuxtjs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/NuxtJS-Dark.svg" height=40/></a> <a href="https://vuejs.org/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/VueJS-Dark.svg" height=40/></a> <a href="https://javascript.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/JavaScript.svg" height=40/></a> <a href="https://java.com/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Java-Dark.svg" height=40/></a> <a href="https://gradle.com/"><img src="https://cdn.discordapp.com/attachments/810799100940255260/955691550560636958/Gradle.svg" height=40/></a> <a href="https://developer.apple.com/swift/"><img src="https://github.com/tandpfun/skill-icons/raw/main/icons/Swift.svg" height=40/></a>
### Por que está fazendo isso?
Bem, o projeto tava jogado no servidor do Return YouTube Dislike por bastante tempo, então resolvi dar um basta nisso!
### Quer contribuir?
Por favor leia as instruções no nosso website: www.vuetube.app/contributing
## Contribuidores
<a href="https://github.com/VueTubeApp/VueTube/graphs/contributors">
<img src="https://contrib.rocks/image?repo=VueTubeApp/VueTube" />
</a>
<sub>Feito com [contrib.rocks](https://contrib.rocks). </sub>
## Agradecimentos
- Emojis por [Twemoji team](https://twemoji.twitter.com/), Licenciado com [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- Logo VueTube por [@afnzmn](https://github.com/afnzmn)
## Aviso legal
O projeto VueTube e seus conteúdos não são afiliados, patrocinados, apoiados ou associados de forma alguma com YouTube, Google LLC ou qualquer de suas afiliadas ou subsidiárias. O site oficial do YouTube pode ser encontrado em [www.youtube.com](https://www.youtube.com).
Qualquer serviço, marca registrada, ou propriedade intelectual usada no projeto VueTube são propriedade de seus respectivos donos.

View File

@ -13,23 +13,15 @@
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
நீங்கள் இதை மற்ற மொழிகளில் பார்க்கலாம்: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [Bahasa Melayu](readme.ms.md)
நீங்கள் இதை மற்ற மொழிகளில் பார்க்கலாம்: [English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## அம்சங்கள்

View File

@ -12,30 +12,22 @@
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
其他语言版本:[English,](readme.md) [Español,](readme.es.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
其他语言版本:[English,](readme.md) [Español,](readme.es.md) [繁體中文,](readme.zh-hant.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## 功能
<img src="./resources/readme-zh-hans/Features.zh-hans.svg" alt="VueTube icon" width="300"/>
- 🎨 可自定义的主题灯光、暗黑、OLED、或者是色彩丰富的主题
- 🖌️ UI可以完全自定义颜色以及其他部分的UI以便移除您不使用的功能
- 🖌️ UI可以完全自定义颜色以及其他部分的UI以便移除您不使用的功能
- ⬆️ 自动升级:当有新版本可用时,您将会收到通知。
- 👁️ 追踪阻断默认情况下VueTube不会发送任何电子跟踪数据。
- 📺 定制的HTML5视频播放器
@ -54,7 +46,7 @@
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| 有最新的功能并且经常有可升级的版本。不过bug更常见。 | 比stable的本有更新的功能而且比unstable更稳定。不过还是会遇见错误的。 | 因为VueTube未完成开发阶段暂时无法下载Stable版本 |
| 有最新的功能并且经常有可升级的版本。不过bug更常见。 | 比stable的本有更新的功能而且比unstable更稳定。不过还是会遇见错误的。 | 因为VueTube未完成开发阶段暂时无法下载Stable版本 |
### iOS
@ -95,7 +87,7 @@
### 如何提交代码
阅读我们的网站,如何提交代码www.vuetube.app/contributing
查读我们的网站以了解提交代码指南www.vuetube.app/contributing
## 贡献者
@ -107,11 +99,11 @@
## 鸣谢
- 感谢[Twemoji](https://twemoji.twitter.com/)提供的表情包。授权于[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- VueTube 徽标:[@afnzmn](https://github.com/afnzmn)
- 感谢[Twemoji](https://twemoji.twitter.com/)提供的表情包。表情包授权于[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- 感谢[@afnzmn](https://github.com/afnzmn)提供VueTube徽标
## 免责声明
本项目不附属于、资助、授权、认可或以任何方式与YouTubeGoogle LLC或其任何关联公司和附属公司相关。YouTube的官方网站是[www.youtube.com](https://www.youtube.com).
本项目不附属于、资助、授权、认可或以任何方式与YouTube、Google LLC或其任何有关。YouTube的官方网站是[www.youtube.com](https://www.youtube.com).
本中使用的任何商标、服务标志、商品名称或其他知识产权都属于各自所有者。
项目中使用的任何商标、服务标志、商品名称或其他知识产权都属于各自所有者。

View File

@ -12,23 +12,15 @@
</p>
<p align="center">
<a href="https://github.com/VueTubeApp/VueTube/commits/main"><img src="https://img.shields.io/github/commit-activity/m/VueTubeApp/VueTube?label=Commits" alt="Commits"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/issues" alt="Issues"><img src="https://img.shields.io/github/issues/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/languages/count/VueTubeApp/VueTube" alt="Languages"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/VueTubeApp/VueTube"></img></a>
<a><img src="https://img.shields.io/github/stars/VueTubeApp/VueTube" alt="Stars"></img></a>
<a><img src="https://img.shields.io/snyk/vulnerabilities/github/VueTubeApp/VueTube" alt="Vulnerabilities"></img></a>
<a><img src="https://img.shields.io/librariesio/github/VueTubeApp/VueTube" alt="Dependencies"></img></a>
<a><img src="https://img.shields.io/tokei/lines/github/VueTubeApp/VueTube" alt="Lines"></img></a>
<a href="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/VueTubeApp/VueTube/actions/workflows/ci.yml/badge.svg"></img></a>
<a href="https://vuetube.app" alt="Website"><img src="https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fvuetube.app"></img></a>
<a href="https://reddit.com/r/vuetube" alt="Reddit"><img src="https://img.shields.io/reddit/subreddit-subscribers/vuetube?label=r%2FVuetube&logo=reddit&logoColor=white"></img></a>
<a href="https://t.me/VueTube" alt="Telegram"><img src="https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fvuetube"></img></a>
<a href="https://discord.gg/7P8KJrdd5W" alt="Discord"><img src="https://img.shields.io/discord/946587366242533377?label=Discord&style=flat&logo=discord&logoColor=white"></img></a>
<a href="https://twitter.com/VueTubeApp" alt="Twitter"><img src="https://img.shields.io/twitter/follow/VueTubeApp?label=Follow&style=flat&logo=twitter"></img></a>
</p>
其他語言版本:[English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu](readme.ms.md)
其他語言版本:[English,](readme.md) [Español,](readme.es.md) [简体中文,](readme.zh-hans.md) [日本語,](readme.ja.md) [עִברִית,](readme.he.md) [Nederlands,](readme.nl.md) [தமிழ்,](readme.ta.md) [Bahasa Melayu,](readme.ms.md) [Македонски,](readme.mk.md) [Français,](readme.fr.md) [Português Brasileiro,](readme.pt-br.md) [Bahasa Indonesia](readme.id.md)
## 功能
@ -36,11 +28,11 @@
<img src="./resources/readme-zh-hant/Features.zh-hant.svg" alt="VueTube icon" width="300"/>
- 🎨 可自定義的主題燈光、暗黑、OLED、或者是色彩豐富的主題
- 🖌️ UI可以完全自定義顏色以及其他部分的UI以便移除您不使用的功能
- 🖌️ UI可以完全自定義顏色以及其他部分的UI以便移除您不使用的功能
- ⬆️ 自動升級:當有新版本可用時,您將會收到通知。
- 👁️ 追蹤阻斷默認情況下VueTube不會發送任何電子跟蹤數據。
- 📺 定製的HTML5視頻播放器
- 👎利用Return Youtube Dislikes的API顯示YouTube的「踩一下」數據
- 👎利用Return Youtube Dislikes的API顯示YouTube的「不喜歡」數據
## 下載
@ -55,7 +47,7 @@
### Android
| <a href=https://nightly.link/VueTubeApp/VueTube/workflows/ci/main/android.zip><img id="im" width="200" src=./resources/getunstable.png></a> | <a href=https://github.com/VueTubeApp/VueTube/releases/download/0.2/VueTube-Canary-June-15-2022.apk><img id="im" width="200" src=./resources/getcanary.png></a> | <a href=https://vuetube.app/install><img id="im" width="200" src=./resources/getstable.png></a> |
| ------------- | ------------- | ------------- |
| 有最新的功能並且經常有可升級的版本。不過bug更常見。 | 比stable的本有更新的功能而且比unstable更穩定。不過還是會遇見錯誤的。 | 因為VueTube未完成開發階段暫時無法下載Stable版本 |
| 有最新的功能並且經常有可升級的版本。不過bug更常見。 | 比stable的本有更新的功能而且比unstable更穩定。不過還是會遇見錯誤的。 | 因為VueTube未完成開發階段暫時無法下載Stable版本 |
### iOS
@ -65,7 +57,7 @@
</details>
## 计划
## 計劃
<img src="./resources/readme-zh-hant/Plans.zh-hant.svg" alt="VueTube icon" width="300"/>
@ -96,7 +88,7 @@
### 如何提交代碼
閱讀我們的網站,如何提交代碼www.vuetube.app/contributing
查讀我們的網站以了解提交代碼指南www.vuetube.app/contributing
## 貢獻者
@ -109,10 +101,10 @@
## 鳴謝
- 感謝[Twemoji](https://twemoji.twitter.com/)提供的表情包。授權於[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- VueTube 徽標:[@afnzmn](https://github.com/afnzmn)
- 感谢[@afnzmn](https://github.com/afnzmn)提供VueTube徽标
## 免責聲明
本項目不附屬於、資助、授權、認可或以任何方式與YouTubeGoogle LLC或其任何關聯公司和附屬公司相關。YouTube的官方網站是[www.youtube.com](https://www.youtube.com).
本項目不附屬於、資助、授權、認可或以任何方式與YouTube、Google LLC或其任何有關。YouTube的官方網站是[www.youtube.com](https://www.youtube.com).
本中使用的任何商標、服務標誌、商品名稱或其他知識產權都屬於各自所有者。
項目中使用的任何商標、服務標誌、商品名稱或其他知識產權都屬於各自所有者。

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 44 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB