├── .github
└── workflows
│ └── validate.yml
├── .gitignore
├── .vscode
├── extensions.json
└── settings.json
├── README.md
├── changelog
├── 13_49_52
├── 14_10_53
├── 14_21_54
└── 15_05_54.json
├── crowdin.yml
├── package-lock.json
├── package.json
├── schemas
└── schema.json
├── strings
├── af-ZA
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ar-SA
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── az-AZ
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── be-BY
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── bg-BG
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── bn-BD
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── bn-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ca-ES
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ckb-IR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── cs-CZ
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── da-DK
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── de-DE
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── el-GR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── en
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ ├── troubleshooting.json
│ └── validate.test.js
├── es-ES
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── et-EE
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── fa-IR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── fi-FI
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── fil-PH
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── fr-FR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── he-IL
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── hi-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── hr-HR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── hu-HU
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── id-ID
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── it-IT
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ja-JP
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ka-GE
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── kmr-TR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ko-KR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ku-TR
│ ├── bugreport.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── langs.json
├── lt-LT
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ml-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── mr-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── nl-NL
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── no-NO
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── or-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── pa-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── pa-PK
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── pl-PL
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ps-AF
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── pt-BR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── pt-PT
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ro-RO
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ru-RU
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── si-LK
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── sk-SK
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── so-SO
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── sr-SP
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── sv-SE
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── ta-IN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── th-TH
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── tr-TR
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── uk-UA
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── vi-VN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
├── zh-CN
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
└── zh-TW
│ ├── bugreport.json
│ ├── categories.json
│ ├── faq.json
│ ├── features.json
│ └── troubleshooting.json
└── web
└── android
└── images
├── svg
├── cta-illustration.svg
├── download.svg
├── illustration-section-01.svg
├── illustration-section-02.svg
└── logo.svg
└── webp
├── customization_1.webp
├── customization_2.webp
├── main_features_1.webp
├── main_features_2.webp
├── sponsor_block_1.webp
└── sponsor_block_2.webp
/.github/workflows/validate.yml:
--------------------------------------------------------------------------------
1 | name: Validate JSONs
2 |
3 | on: [pull_request]
4 |
5 | jobs:
6 | verify-json-validation:
7 | runs-on: ubuntu-latest
8 | steps:
9 | - uses: actions/checkout@v1
10 | - name: Validate JSON
11 | uses: docker://orrosenblatt/validate-json-action:latest
12 | env:
13 | INPUT_SCHEMA: /schemas/schema.json
14 | INPUT_JSONS: /strings/en/bugreport.json,/strings/en/faq.json,/strings/en/features.json,/strings/en/troubleshooting.json
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | latest.json
2 | .idea
3 | node_modules
--------------------------------------------------------------------------------
/.vscode/extensions.json:
--------------------------------------------------------------------------------
1 | {
2 | "recommendations": [
3 | "streetsidesoftware.code-spell-checker",
4 | "esbenp.prettier-vscode"
5 | ]
6 | }
7 |
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "json.schemas": [
3 | {
4 | "fileMatch": ["./strings/*/*.json"],
5 | "url": "./schemas/schema.json"
6 | }
7 | ],
8 | "cSpell.words": [
9 | "APKs",
10 | "COVID",
11 | "OLED",
12 | "Vanced",
13 | "adblocking",
14 | "bugreport",
15 | "logcat",
16 | "outros",
17 | "pico",
18 | "upselling"
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # VancedBackend
--------------------------------------------------------------------------------
/changelog/13_49_52:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Vanced 13.49.52",
3 | "message": "https://vanced.app is the ONLY OFFICIAL SITE\n\nChangelog:\n - Search ads are still there (haven't found a way to remove them)\n\nhttps://vanced.app is the ONLY OFFICIAL SITE",
4 | "buttonpositive": "Dismiss",
5 | "buttonnegative": "Later"
6 | }
7 |
--------------------------------------------------------------------------------
/changelog/14_10_53:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Vanced 14.10.53",
3 | "message": "https://vanced.app is the ONLY OFFICIAL SITE\n\nChangelog:\n - Search ads are still there (haven't found a way to remove them)\n\nhttps://vanced.app is the ONLY OFFICIAL SITE",
4 | "buttonpositive": "Dismiss",
5 | "buttonnegative": "Later"
6 | }
7 |
--------------------------------------------------------------------------------
/changelog/14_21_54:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Vanced 14.21.54",
3 | "message": "https://vanced.app is the ONLY OFFICIAL SITE\n\nMicroG - 0.2.6.17455 or higher required for login\nChangelog:\n - Search ads are still there (haven't found a way to remove them)\n\nhttps://vanced.app is the ONLY OFFICIAL SITE",
4 | "buttonpositive": "Dismiss",
5 | "buttonnegative": "Later"
6 | }
7 |
--------------------------------------------------------------------------------
/changelog/15_05_54.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Vanced 15.05.54",
3 | "message": "https://vanced.app is the ONLY OFFICIAL SITE\n\nMicroG - 0.2.6.17455 or higher required for login\nChangelog:\n - Search ads are still there (haven't found a way to remove them)\n\nhttps://vanced.app is the ONLY OFFICIAL SITE",
4 | "buttonpositive": "Dismiss",
5 | "buttonnegative": "Later"
6 | }
7 |
--------------------------------------------------------------------------------
/crowdin.yml:
--------------------------------------------------------------------------------
1 | files:
2 | - source: /strings/en/*.json
3 | translation: /strings/%locale%/%original_file_name%
4 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "vancedbackend",
3 | "version": "1.0.0",
4 | "description": "",
5 | "main": "index.js",
6 | "dependencies": {
7 | "ajv": "^7.0.4"
8 | },
9 | "devDependencies": {
10 | "jest": "^26.6.3"
11 | },
12 | "scripts": {
13 | "test": "jest"
14 | },
15 | "repository": {
16 | "type": "git",
17 | "url": "git+https://github.com/YTVanced/VancedBackend.git"
18 | },
19 | "author": "xfileFIN",
20 | "license": "ISC",
21 | "bugs": {
22 | "url": "https://github.com/YTVanced/VancedBackend/issues"
23 | },
24 | "homepage": "https://github.com/YTVanced/VancedBackend#readme"
25 | }
26 |
--------------------------------------------------------------------------------
/strings/af-ZA/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/af-ZA/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/af-ZA/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/ar-SA/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "كَيْفِيَّة الْإِبْلَاغ عَنِ الْمَشاكِل",
5 | "description": "يمكنك الإبلاغ عن الأخطاء عن طريق إنشاء مشكلات على [Github Issue Center] (https://github.com/YTVanced/Vanced#vanced-issue-center). تأكد من الإطلاع على المشكلات الحالية للتحقق مما إذا تم الإبلاغ عن مشكلتك بالفعل قبل فتح مشكلتك!",
6 | "fields": [
7 | {
8 | "title": "متى ستتم مراجعة مشكلتي؟",
9 | "content": "يخصص المطورون وقتهم لإنشاء ميزات جديدة وإصلاح العديد من المشكلات ويمكن أن يستغرق كل منهم بعض الوقت للانتهاء.\nتحتاج فقط إلى الجلوس والإنتظار. ستتم مراجعة مشكلتك في أقرب وقت ممكن."
10 | },
11 | {
12 | "title": "كيف يمكنني أخذ Logcat؟",
13 | "content": "للمستخدمين بدون روت:\n ستحتاج إلى جهاز كمبيوتر لأخذ مخرجات \"logcat\".\n إليك [دليل نصي] (https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) و [دليل فيديو] (https://youtu.be/ICLpwgsJJP0). \n\nلمستخدمي الروت:\n لست بحاجة إلى جهاز كمبيوتر لهذا الغرض. يمكنك اتباع التعليمات [هنا] (https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "هل العطل يخص واجهة المستخدم؟",
17 | "content": "بالنسبة إلى الأخطاء التي لها صلة بواجهة المستخدم ، سيكون لديك خطوات إضافية يجب اتخاذها.\n\n الرجاء تثبيت [Developer Assistant] وإعداده (https://play.google.com/store/apps/details؟id=com.appsisle.developerassistant). بعد ذلك ، انتقل إلى ڤانسد وأعد إنتاج العطل ، ثم افتح عارض Layout عن طريق تشغيل Developer Assistant.\n\n الآن اتبع هذه الخطوات: \n1. تأكد من ظهور العطل على الشاشة.\n 2. اضغط على العنصر الذي تعتقد أنه متأثر بالعطل.\n 3. انتقل إلى علامتي التبويب \"العنصر\" و \"التسلسل الهرمي\" وقم بالتقاط صور لشاشة المخرجات.\n 4. قم بتضمين تلك اللقطات في تقريرك."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ar-SA/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "تقرير عن الأخطاء",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "الأسئلة الشائعة",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "الميزات",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "استكشاف الأخطاء وإصلاحها",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ar-SA/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "ڤانسد",
5 | "description": "يهدف يوتيوب فانسد إلى أن يكون إصداراً أفضل من يوتيوب. يتضمن حظر الإعلانات والنمط الأسود وغير ذلك بكثير. اِستَخدِمْ مُدير فانسد لتثبيت يوتيوب فانسد بسهولة."
6 | },
7 | {
8 | "title": "موسيقى يوتيوب فانسد",
9 | "description": "موسيقى يوتيوب فانسد له نفس الهدف مثل يوتيوب فانسد، لكن هذا التطبيق يركز على موسيقى يوتيوب. يعد هذا أقل ثراءً بالميزات نسبياً مقارنةً بـ يوتيوب فانسد ولكنه لا يزال يتميز بالعديد من الأشياء التي تتوقعها مثل حظر الإعلانات والتشغيل في الخلفية ، كل ذلك داخل موسيقى يوتيوب فانسد!"
10 | },
11 | {
12 | "title": "ميزات يوتيوب فانسد الرئيسية",
13 | "description": "- مظهر أسود مناسب لـ لشاشة اوليد وثيم داكن - (ويعرف أيضاً باسم الرمادي الداكن).\n _ بالإضافة إلى المظهر الأبيض. \n- يحجب جميع الإعلانات.\n - يسمح لك بتشغيل مقاطع الفيديو في الخلفية أو في وضع صورة داخل صورة (PiP) (فقط على أندرويد 8 فما فوق).\n - تسمح لك عناصر التحكم في التمرير بالتحكم في السطوع والصوت بإيماءات لأعلى ولأسفل. \n- ميزة التكرار التلقائي التي تسمح لك بتكرار مقاطع الفيديو.\n - يمكن تبديل التخطيط للأجهزة اللوحية وكذلك موضع التعليقات بين الجديد والقديم (قد تكون هنالك بعض المشاكل في هذا الخيار)."
14 | },
15 | {
16 | "title": "التخصيص",
17 | "description": "- يسمح لك بتجاوز خيارات الترميز مثل فرض H264 للأجهزة القديمة أو VP9 ، وهذا يسمح لك أيضًا بفرض تشغيل HDR أو إيقاف تشغيل 60 إطاراً في الثانية إذا كنت تفضل تجربة سينمائية. (يمكن العثور على تكوينات الجهاز المخصصة لهذه الميزات على [سيرفر دسكورد] (https://discord.gg/Vanced) أو XDA) - فرض دقة الفيديو الافتراضية عالية أو منخفضة كما تريد ، بل وتجاوز دقة الشاشة لتشغيل بدقة 4K على أي جهاز.\nكما يسمح لك بتغيير سرعة التشغيل الافتراضية إلى أي مكان يتراوح بين 0.25x إلى 2x (بافتراض أن جهازك قوي بما يكفي) - يسمح لك بتبديل الإعلانات المنزلية ، ومعظم إعلانات واجهة المستخدم ، وإعلانات البضائع ، ومشاركات المجتمع ، وبيع الأفلام ، ومعلومات البانر المدمجة (مثل معلومات COVID-19)، وإزالة التعليقات بالكامل، والفيلم المضغوط، وإزالة رف الفيلم وغير ذلك الكثير!"
18 | },
19 | {
20 | "title": "حظر المروج",
21 | "description": "- يتميز بإمكانية تخطي شرائح المروج (حيث يعلن [YouTuber] (https://en.wikipedia.org/wiki/YouTuber) عن خدمة أو منتج في منتصف الفيديو) \n- يدعم أيضاً تخطي الفئات الأخرى ، مثل المقدمات والنهايات والترويج الذاتي. \n- يستخدم API [الموجود هنا] (https://sponsor.ajay.app). يمكنك العثور على مزيد من المعلومات حول كيفية عملها.\n - يسمح لك أيضًا بإرسال شرائحك الخاصة إلى API والمساهمة في المجتمع الأوسع\n - تحكم كامل في تخطي فئة المقطع تلقائياً أو إظهار زر للتخطي ، أو ببساطة عدم تخطيه على الإطلاق. \n- يبرز المقطع باللون المحدد بناءً على فئته في المخطط الزمني للتشغيل."
22 | },
23 | {
24 | "title": "المنصات",
25 | "description": "التطبيقات متاحة فقط لأجهزة الأندرويد ولا توجد خطط لدعم أي منصات أخرى في الوقت الحالي"
26 | },
27 | {
28 | "title": "الفرق بين الروت وبدون الروت",
29 | "description": "#### الروت: \nيحل إصدار الروت لـ يوتيوب فانسد محل تطبيق يوتيوب الرسمي بسلاسة. نتيجة لذلك ، يمكنك فتح روابط يوتيوب مباشرة أو الإتصال بها بإستخدام مساعد غوغل من خلال تطبيق يوتيوب فانسد المعدل.\n #### بدون الروت:\n - إذا كان لديك جهاز يصعب إجراء عملية الوصول له ، أو إذا كنت لا تريد إجراء عملية الروت لجهازك اليومي بشكل مباشر ، فيجب عليك اختيار إصدار بدون الروت. \n- نظراً لأن اسم حزمة البدون روت تختلف عن تطبيق يوتيوب الأصلي، فيمكنهما التعايش. لاحظ أنك بحاجة إلى تثبيت تطبيق مصاحب إضافي (Vanced microG) لتتمكن من تسجيل الدخول بحسابك على يوتيوب/غوغل. \n\n - علاوة على ذلك ، يجب عليك تعيين يوتيوب فانسد يدوياً بإعتباره التطبيق الإفتراضي لفتح روابط يوتيوب.\n\n - ومع ذلك ، فإن إصدار بدون الروت أسهل في التثبيت والإستخدام ، لذلك نوصيك بالإلتزام بالإصدار بدون روت إلا إذا كنت بحاجة فعلاً إلى إستبدال تطبيق يوتيوب الأصلي على هاتفك. "
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/az-AZ/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Xətalar necə bildirilir?",
5 | "description": "[Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center)-də yeni qeyd yaradaraq xətaları göndərər bilərsiniz.\n\nYeni qeyd yaratmazdan əvvəl problemin mövcud qeydlər arasında olub-olmadığını yoxladığınıza əmin olun!",
6 | "fields": [
7 | {
8 | "title": "Göndərdiyim xəta nə vaxt nəzərdən keçiriləcək?",
9 | "content": "Tərtibatçılar vaxtlarını yeni özəlliklər hazırlamağa və bir çox xətaları aradan qaldırmağa xərcləyir və bunların hər birinə baxmaq bir az vaxt aparır. \nOna görə də səbrlə gözləməyinizi istəyirik. Mümkün olan ən qısa vaxtda göndərdiyiniz xəta nəzərdən keçiriləcək."
10 | },
11 | {
12 | "title": "Logcat-ı necə alınır?",
13 | "content": "Root istifadə etməyənlər üçün:\n`logcat` çıxışı almaq üçün kompüterə ehtiyacınız var. Necə edəcəyinizə dair məlumatı [burada](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc), videolu izahı isə [burada](https://youtu.be/ICLpwgsJJP0) tapa bilərsiniz.\n\nRoot istifadə edənlər üçün:\nKompüterə ehtiyacınız yoxdur, zəhmət olmasa [buradakı](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android) təlimatları izləyin."
14 | },
15 | {
16 | "title": "İnterfeyslə əlaqəli xəta tapdınız?",
17 | "content": "İnterfeyslə əlaqəli xətalar üçün əlavə addımlar atmalısınız.\n\nZəhmət olmasa [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant) tətbiqini endirib quraşdırın.\nDaha sonra Vanced-i açın və xətanın ekranda yenidən görünməsini təmin edin, sonra Developer Assistant vasitəsilə Layout viewer-i açın.\n\nİndi bu addımları izləyin:\n1. Xətanın ekranda göründüyünə əmin olun.\n2. Bildirəcəyiniz xəta ilə əlaqəli elementə toxunun.\n3. `Element` və `Hierarchy` vərəqlərinə gedin və ekranda görünən nəticənin ekran şəklini çəkin.\n4. Problemi bildirərkən bu ekran şəklini əlavə edin."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/az-AZ/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Xəta bildirmə",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "TSS",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Özəlliklər",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Problemlərin aradan qaldırılması",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/az-AZ/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced YouTube'un daha yaxşı halı olmağı hədəfləyir. İçərisində reklam əngəlləyici, amoled qaranlıq mövzu və dahası mövcuddur. YouTube Vanced'ı asanlıqla yükləmək üçün Vanced Menecer'dən istifadə edin."
6 | },
7 | {
8 | "title": "Vanced Musiqi",
9 | "description": "Vanced Musiqi'nin hədəfi də YouTube Vanced ilə eynidir, lakin bu tətbiq YouTube Musiqi'yə diqqətini cəlb etmişdir. Bu Vanced'la müqayisədə daha az xüsusiyyətə malikdir lakin reklam əngəlləmə və arxa planda oxutma kimi xüsusiyyətləri YouTube Musiqi özündə cəmləmişdir!"
10 | },
11 | {
12 | "title": "YouTube Vanced'ın əsas xüsusiyyətləri",
13 | "description": "- Amoled qara mövzu.\n- Bütün video reklamlarını əngəlləyir və yalnız android 8.0 və üstü üçün olan PiP modunda yaxud arxa planda videoları oynadır\n- Dəyişdirilə bilən sürüşdürmə idarəsi ilə aşağı-yuxarı sürüşdürərək işıq və səs səviyyəsini dəyişdirə bilərsiniz.\n- Avto-təkrar xüsusiyyəti sizə videoları təkrar-təkrar oxutmağa imkan verir\n- Yeni şərh/kiçik-oynadıcı bölmələri tablet versiyaları üçün də istifadə oluna bilər."
14 | },
15 | {
16 | "title": "Özəlləşdirmə",
17 | "description": "- Köhnə cihazlar və ya VP9 üçün H264-ü məcbur etmək kimi Kodek seçimlərini əhəmiyyətsiz etməyə imkan verir, həmçinin, sinematik təcrübəni tərcih etsəniz, 60FPS-i söndürməyə və HDR oynatmanı məcburi etməyə də imkan verir. (Bu özəlliklər üçün özəl cihaz konfiqurasiyalarını [Discord serverimizdə](https://discord.gg/Vanced) və ya XDA platformasında tapa bilərsiniz)\n- İlkin video ölçülərini ən yüksək və ya ən aşağı olaraq tənzimləyin və hətta istənilən cihazda kəskin 4K oynatmaq üçün ekran ölçüsünü əhəmiyyətsiz edin. Həmçinin oynatma sürətini 0.25x - 2x arasında dəyişdirməyinizə imkan verir (cihazınız yetəri qədər güclü olmalıdır)\n- Əsas ekran reklamları, interfeys reklamları, film satışı, yığcam banner məlumatı (COVID-19 məlumatı kimi), cəmiyyət göndərişləri, rəy bölməsini və s. daha çoxunu bağlayıb açma imkanı verir!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Sponsor olan hissələri keçmə xüsusiyyəti var (youtuber'in videonun ortasında reklam etdiyi hissələr)\n- Giriş, çıxış və şəxsi reklamlar kimi digər kateqoriyaları da keçə bilir.\n- Bu API'ni işlədir. Onun necə işlədiyi haqda əlavə məlumat ala bilərsiniz\n- Bir hissənin avtomatik keçilməsi, bir düymə ilə keçilməsi yaxud heç keçilməməsi kimi idarə seçimləri var.\n- Oxutma zolağında növünə görə hissələri özəl rənglərlə önə çıxarır."
22 | },
23 | {
24 | "title": "Platformalar",
25 | "description": "Tətbiq hal-hazırda yalnız androiddə mövcuddur və digər platformalar üçün dəstək haqda hələlik fikirləşilmir"
26 | },
27 | {
28 | "title": "Köklü və Köksüz arasındakı fərq",
29 | "description": "- Köklü:\nKöklü olan Vanced sistemdə olan YouTube ilə birbaşa dəyişdirildiyinə görə, siz YouTube keçidlərini birbaşa aça və ya Google Asistant vasitəsilə keçidləri birbaşa vanced tətbiqindən çağıra bilərsiniz.\n- Köksüz:\n- Əgər cihazınızı kökləmək çətindirsə yaxud gündəlik işlətdiyiniz cihazı kökləmək istəmirsinizə, onda köksüz variantdan istifadə etməyiniz məsləhətdir.\n- Bu köklənmiş cihaza da qurula bilər. Köklü və köksüz variantların paket adları fərqli olduğu üçün, eyni anda ikisi də qurulu ola bilər. Qeyd edək ki, bunun yanında YouTube/Google hesabınıza daxil olmaq üçün əlavə tətbiq (Vanced microG) də qurmalısınız.\n- Dahası, YouTube keçidlərini avtomatik açmaq üçün Vanced tətbiqini standart kimi təyin etməlisiniz.\n- Yenə də köksüz halı işlətmək daha asan olduğu üçün məqsədiniz orijinal YouTube'u dəyişdirmək deyilsə, ondan istifadə etməyiniz tövsiyyə olunur."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/be-BY/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Як паведаміць аб памылках?",
5 | "description": "Вы можаце паведамляць пра памылкі, ствараючы праблемы ў нашым [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nАбавязкова прагледзіце існуючыя праблемы, каб праверыць, ці паведамлялася пра вашу праблему, перш чым адкрыць яе!",
6 | "fields": [
7 | {
8 | "title": "Калі маё пытанне будзе разгледжана?",
9 | "content": "Распрацоўшчыкі шкадуюць свой час на стварэнне новых функцый і выпраўленне многіх праблем, і кожная можа заняць некаторы час, каб скончыць.\nТрэба проста сядзець і чакаць. Ваша пытанне будзе разгледжана як мага хутчэй."
10 | },
11 | {
12 | "title": "Як мне зрабіць logcat?",
13 | "content": "Для карыстальнікаў non-root:\nВам спатрэбіцца ПК, каб атрымаць выхады `logcat`. Вось [тэкставае кіраўніцтва](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) і [відэагід] (https://youtu.be/ICLpwgsJJP0).\n\nДля карыстальнікаў root:\nДля гэтага вам не патрэбен ПК, выконвайце [інструкцыі](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ваша памылка звязана з інтерфейсам?",
17 | "content": "Для памылак, звязаных з інтэрфейсам, вам трэба будзе зрабіць дадатковыя крокі.\n\nУсталюйце і наладзьце [Памочніка распрацоўшчыка](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nПасля гэтага перайдзіце ў Vanced і прайграйце памылку, затым адкрыйце прагляд макета, запусціўшы памочніка распрацоўшчыка.\n\nЦяпер выканайце наступныя дзеянні:\n1. Пераканайцеся, што памылка адлюстроўваецца на экране.\n2. Націсніце на элемент, які, на вашу думку, закранула памылка.\n3. Перайдзіце на ўкладкі «Элемент» і «Іерархія» і зрабіце здымак экрана вынікаў.\n4. Уключыце гэтыя скрыншоты ў свой выпуск."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/be-BY/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Справаздача аб памылцы",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Частыя пытанні",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Асаблівасці",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Выпраўленне непаладак",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/bg-BG/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Как да докладвам за грешки?",
5 | "description": "Може да докладвате за грешки, като използвате [GitHub Issue Center] (https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nНе забравяйте да прегледате съществуващите проблеми, за да проверите дали проблемът ви вече е бил докладван, преди да опишете проблема си!",
6 | "fields": [
7 | {
8 | "title": "Кога докладваната от мен грешка ще бъде разгледана?",
9 | "content": "Разработчиците отделят от времето си за създаване на нови функции и решаване на много проблеми и решаването на всеки от тях може да отнеме известно време.\nПросто трябва да изчакате. Проблемът ви ще бъде разгледан възможно най-скоро."
10 | },
11 | {
12 | "title": "Как да изпълня logcat?",
13 | "content": "За потребители без root достъп:\nЩе ви бъде необходим PC за да изпълните logcat. Тук имa [текстово ръководство] (https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) и [видео ръководство] (https://youtu.be/ICLpwgsJJP0).\n\nЗа потребители с root достъп:\nНяма да ви бъде необходим PC за да изпълните logcat. Можете да последвате [инструкциите] (https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Грешката ви е свързана с потребителския интерфейс?",
17 | "content": "За грешки, свързани с потребителския интерфейс, ще трябва да предприемете допълнителни стъпки.\n\nМоля, инсталирайте и настройте приложението [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant). След което отидете във Vanced и възпроизведете грешката, после отворете Layout viewer като задействате Developer Assistant.\n\nСега следвайте следните стъпки:\n1. Уверете се, че грешката е видима на екрана.\n2. Докоснете елемента, който мислите, че е засегнат от грешката.\n3. Отидете в разделите ,,Element“ и ,,Hierarchy“ и направете снимки на резултатите.\n4. Включете тези снимки при описа на проблема ви."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/bg-BG/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Докладване за грешки",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "ЧЗВ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Функции",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Отстраняване на неизправности",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/bn-BD/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "সমস্যার প্রতিবেদন কিভাবে পাঠায়?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/bn-BD/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/bn-BD/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "ভ্যানসড",
5 | "description": "ইউটিউব ভ্যানসড ইউটিউবের উয়্তম সংস্করণ হওয়ার চেষ্টা করে। এতে অ্যাড-রুদ্ধকরণ, অন্ধকার থিম ও আরো অনেক কিছু আছে। ইউটিউব ভ্যানসড, ভ্যানসড ব্যবস্থাপক দিয়ে তুলনামূলক সহজে ইন্সটল করো।"
6 | },
7 | {
8 | "title": "ইউটিউব গান ভ্যানসড",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "ইউটিউব ভ্যানসডের মূল বৈশিষ্ট্যগুলো",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "পছন্দসমূহ",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "মঞ্চ",
25 | "description": "শুধু অ্যানড্রয়েডের জন্যেই বর্তমানে অ্যাপ আছে আর অন্য কোনো প্ল্যাটফর্ম সমর্থনের চিন্তা এই মুহূর্তে নেই"
26 | },
27 | {
28 | "title": "রুট আর অ-রুটের পার্থক্য",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/bn-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "বাগ রিপোর্ট কিভাবে করবেন?",
5 | "description": "আমাদের [গিটহাব ইস্যু সেন্টারে] ইস্যু তৈরি করে আপনি বাগগুলি রিপোর্ট করতে পারেন (https://github.com/YTVanced/Vanced#vanced-issue-center)৷\n\nআপনার ইস্যুটি খোলার আগে সেটি ইতিমধ্যে রিপোর্ট করা হয়েছে কিনা তা যাচাই করতে বিদ্যমান ইস্যুগুলি দেখে নিন!",
6 | "fields": [
7 | {
8 | "title": "আমার ইস্যুটি কখন পর্যালোচনা করা হবে?",
9 | "content": "ডেভেলপাররা নতুন নতুন বৈশিষ্ট্য তৈরি করতে এবং আরও অনেক ইস্যু ফিক্স করার জন্য কিছু সময় আলাদা করে রাখে এবং সেগুলির প্রত্যেকটি শেষ করতে বেশ কিছুটা সময় লাগতে পারে। \nআপনাকে কেবল একটু ধৈর্য ধরে অপেক্ষা করতে হবে। আপনার ইস্যুটি যত তাড়াতাড়ি সম্ভব পর্যালোচনা করা হবে।"
10 | },
11 | {
12 | "title": "আমি কীভাবে লগক্যাট নেব?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "আপনার বাগটি কি ইউআই সম্পর্কিত?",
17 | "content": "ইউআই-সম্পর্কিত বাগগুলির জন্য, আপনাকে অতিরিক্ত পদক্ষেপ নিতে হবে।\n\nদয়া করে [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant) ইনস্টল করুন এবং সেট আপ করুন৷ এর পরে, ভ্যান্সডে যান এবং বাগটি পুনরুৎপাদন করুন, তারপরে Developer Assistant ট্রিগার করে লেআউট ভিউয়ারটি খুলুন\n\nএখন এই স্টেপগুলি অনুসরণ করুন:\n১. নিশ্চিত হয়ে নিন যে বাগটি স্ক্রিনে দেখাচ্ছে।\n২. যে এলিমেন্টটি বাগ দ্বারা প্রভাবিত হয়েছে বলে আপনার মনে হয় সেটি ট্যাপ করুন।\n৩. `Element` এবং `Hierarchy` ট্যাবগুলিতে যান এবং আউটপুটগুলির স্ক্রিনশট নিন৷\n৪. আপনার ইস্যুতে সেই স্ক্রিনশটগুলি অন্তর্ভুক্ত করুন।"
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/bn-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ca-ES/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Com puc reportar errors?",
5 | "description": "Podeu reportar errors creant assumptes al nostre [Centre d'Assumptes de GitHub](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nAssegureu-vos de fer un cop d'ull als assumptes existents per a comprovar si el vostre problema ja ha estat reportat abans d'obrir-ne el vostre!",
6 | "fields": [
7 | {
8 | "title": "Quan serà revisat el meu assumpte?",
9 | "content": "Els desenvolupadors inverteixen el seu temps creant noves característiques i solucionant força problemes i cadascun pot trigar cert temps a acabar-se.\nCal que espereu pacientment. El vostre assumpte serà revisat tan aviat com sigui possible."
10 | },
11 | {
12 | "title": "Com faig un logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "El vostre error està relacionat amb la interfície?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ca-ES/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Informe d'error",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Preguntes Més Freqüents",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Característiques",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Resolució de problemes",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ckb-IR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "چۆنیەتی ناردنی ڕاپۆرت هەڵە و کێشە؟",
5 | "description": "ئەتوانی ڕاپۆرتی کێشە و هەڵەکان بنێریت بۆ [سەنتەری هاوکاری](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nپێش ناردنی ڕاپۆرتی هەڵەکە تکایە دڵنیایی بکەرەوە کە هەمان جۆری کێشە یان هەڵە هەیە یان نا یان چارەسەر کراوە!",
6 | "fields": [
7 | {
8 | "title": "کەی ڕاپۆرتی هەڵەکە سەیر دەکرێت؟",
9 | "content": "پەرەپێدەرەکان هەموو هەوڵێکی خۆیان ئەدەن و بەپێی کات کاردەکەن بۆ چارەسەرکردنی کێشە و گیر و گرفتەکان و زیادکردنی تایبەتمەندی نوێ، لەبەر ئەوە هەر دانیەک ماوەیەکی پێویستە بۆ چارەکردن. \nتەنیا ئەوەی لەسەر تۆ پێویستە بیکەیت ئەوە کە چاوەڕوان بیت هەتا کێشەکەت چارەسەرە دەکرێت بەزووترین کاتی توانراو."
10 | },
11 | {
12 | "title": "چۆن ڕاپۆرتی کێشە و هەڵە تۆمار بکەم؟",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ckb-IR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "ڕاگەیاندنی کێشە",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "فێرکاری",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "تایبەتمەندییەکان",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "چارەسەرکردنی هەڵە",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ckb-IR/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "تایبەتمەندکردن",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "سیستەم",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/cs-CZ/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Jak nahlásit chyby?",
5 | "description": "Chyby můžete nahlásit pomocí našeho [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nPřed nahlášením problému prohlédněte existující problémy a zkontrolujte, zda již byl problém nahlášen!",
6 | "fields": [
7 | {
8 | "title": "Kdy bude mnou nalezená chyba přezkoumána?",
9 | "content": "Vývojáři tráví mnoho času vytvářením nových funkcí a opravou mnoha problémů a dokončení každého z nich může chvíli trvat. \nMusíte být trpěliví. Váš příspěvek bude přezkoumán co nejdříve to půjde."
10 | },
11 | {
12 | "title": "Jak vytvořím logcat?",
13 | "content": "Pro uživatele Non-Root verze:\nPro vytvoření výstupu `logcat` budete potřebovat PC. Zde je [textový průvodce](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) a [videoprůvodce](https://youtu.be/ICLpwgsJJP0).\n\nPro uživatele Root verze:\nK tomu PC nepotřebujete. Následujte [pokyny] na (https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Souvisí vaše chyba s UI?",
17 | "content": "U chyb souvisejících s UI budete muset podniknout další kroky..\n\nNainstalujte a nastavte aplikaci [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nPoté přejděte na Vanced, reprodukujte chybu a spusťte Prohlížeč rozložení spuštěním aplikace Developer Assistant.\n\nNyní postupujte podle těchto kroků:\n1. Ujistěte se, že se chyba zobrazuje na obrazovce.\n2. Klepněte na prvek, o kterém si myslíte, že je chybou ovlivněn.\n3. Přejděte na karty `Element a Hierarchie` a vytvořte snímky výstupů.\n4. Zahrňte tyto snímky obrazovky do svého hlášení."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/cs-CZ/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Hlášení chyb",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funkce",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Řešení problémů",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/da-DK/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Hvordan rapporterer man fejl?",
5 | "description": "Du kan rapportere fejl ved at oprette issues på vores [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nSørg for at gennemse eksisterende issues for at kontrollere, om dit problem allerede er rapporteret i forvejen, før du åbner dit issue!",
6 | "fields": [
7 | {
8 | "title": "Hvornår vil mit problem blive gennemgået?",
9 | "content": "Udviklere bruger deres tid til at skabe nye funktioner og løse mange problemer, og hver kan tage et stykke tid at afslutte op. \nDu skal være tålmodig og vente. Dit problem vil blive gennemgået hurtigst muligt."
10 | },
11 | {
12 | "title": "Hvordan laver jeg en logcat?",
13 | "content": "For ikke-root-brugere:\nDu skal bruge en pc til at lave et `logcat` output. Her er en [tekst guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) og en [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root brugere:\nDu behøver ikke en pc til dette. Du kan følge instruktionerne (https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Er din fejl relateret til brugerfladen?",
17 | "content": "For UI-relaterede fejl, vil der være et par ekstra skridt.\n\nInstallér og opsæt [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nDerefter skal du gå til Vanced og genskabe fejlen, og derefter åbne Layout-fremviseren ved at udløse udviklerassistenten.\n\nFølg nu disse trin:\n1. Sørg for, at fejlen vises på skærmen.\n2. Tryk på det element, som du mener er påvirket af fejlen.\n3. Gå til fanerne `Element` og `Hierarchy` og tag et screenshot af outputtet.\n4. Inkluder disse screenshots i dit problem."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/da-DK/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Fejlrapport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Ofte stillede spørgsmål",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funktioner",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Fejlfinding",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/de-DE/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Wie man Fehler meldet",
5 | "description": "Fehler können Sie bei unserer [GitHub Fehlerverfolgung](https://github.com/YTVanced/Vanced) melden\n\n**Stelle Sie sicher, dass sie die README lesen und prüfen, ob Ihr Fehler bereits bekannt ist, bevor Sie Fehler melden!**",
6 | "fields": [
7 | {
8 | "title": "Wann wird mein Fehler überprüft?",
9 | "content": "Ihr Feedback wird so bald wie möglich überprüft."
10 | },
11 | {
12 | "title": "Wie mache ich einen Logcat?",
13 | "content": "Nicht-Root-Variante:\nFür Logcat-Outputs wird ein PC benötigt. Anleitung verfügbar in [Textform](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) und in [Videoform](https://youtu.be/ICLpwgsJJP0).\n\nRoot-Variante:\nEs wird kein PC benötigt. Link zur [Anleitung](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ihr Fehler ist in der Benutzeroberfläche?",
17 | "content": "Für Fehler mit der Benutzeroberfläche müssen Sie zusätzliche Schritte befolgen.\n\nBitte installieren Sie [Developer Assistant](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nDanach gehen Sie zu Vanced und reproduzieren den Fehler, dann öffnen Sie den Layout-Viewer durch Auslösen des Entwicklerassistenten.\n\nFolgen Sie nun diesen Schritten:\n1. Stellen Sie sicher, dass der Fehler auf dem Bildschirm angezeigt wird.\n2. Tippen Sie auf das Element, von dem Sie denken, dass es vom Fehler betroffen ist.\n3. Gehen Sie zu den Registerkarten `Element` und `Hierarchy` und machen sie Screenshots von der Ausgabe.\n4. Fügen Sie diese Screenshots in Ihr Problem ein."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/de-DE/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Fehlerbericht",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Häufig gestellte Fragen",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funktionen",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Problembehebung",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/el-GR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Πώς μπορώ να αναφέρω σφάλματα;",
5 | "description": "Μπορείτε να αναφέρετε σφάλματα δημιουργώντας ένα issue στο [Vanced Issue Center](https://github.com/YTVanced/Vanced) του GitHub\n\nΣιγουρευτείτε ότι έχετε κοιτάξει τα ήδη υπάρχοντα σφάλματα για να ελέγξετε ότι το σφάλμα δεν έχει ξαναναφερθεί προτού δημιουργήσετε νέο issue!",
6 | "fields": [
7 | {
8 | "title": "Πότε θα εξεταστεί το σφάλμα μου;",
9 | "content": "Στους προγραμματιστές τους παίρνει αρκετό χρόνο να δημιουργήσουν καινούργιες δυνατότητες και να διορθώσουν πολλαπλά σφάλματα, για καθένα από αυτά μπορεί να χρειαστεί αρκετός χρόνος για να ολοκληρωθεί. \nΑπλώς χρειάζεται να είστε υπομονετικοί. Τα σφάλματα ελέγχονται όσο το δυνατόν πιο γρήγορα."
10 | },
11 | {
12 | "title": "Πως μπορώ να δημιουργήσω ένα αρχείο logcat;",
13 | "content": "Για τους απλούς χρήστες non-root:\nΘα χρειαστείτε έναν υπολογιστή για να πάρετε τις εξόδους `logcat`. Εδώ είναι ένας [οδηγός κειμένου](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) και ένας [οδηγός βίντεο](https://youtu.be/ICLpwgsJJP0) για να σας βοηθήσουν.\n\nΓια χρήστες με πρόσβαση root:\nΔεν χρειάζεστε υπολογιστή, παρακαλώ ακολουθήστε τις οδηγίες που βρίσκονται [εδώ](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Το σφάλμα σας έχει να κάνει με την διεπαφή χρήστη;",
17 | "content": "Για σφάλματα που σχετίζονται με την διεπαφή χρήστη, πρέπει να ακολουθήσετε περισσότερα βήματα.\n\nΠαρακαλώ εγκαταστήστε και ρυθμίστε το [Developer Assistant](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nΜετά από αυτό, πηγαίνετε στο Vanced και αναπαράγετε το σφάλμα, στη συνέχεια, ανοίξτε το Layout viewer ενεργοποιώντας το Developer Assistant.\n\nΤώρα ακολουθήστε αυτά τα βήματα:\n1. Βεβαιωθείτε ότι το σφάλμα εμφανίζεται στην οθόνη.\n2. Πατήστε στο στοιχείο που νομίζετε ότι επηρεάζεται από το σφάλμα.\n3. Μεταβείτε στις καρτέλες `Element` και `Hierarchy` και πάρτε στιγμιότυπο οθόνης τις εξόδους.\n4. Συμπεριλάβετε αυτά τα στιγμιότυπα στην αναφορά σας."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/el-GR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Αναφορά Σφαλμάτων",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Συχνές Ερωτήσεις",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Χαρακτηριστικά",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Αντιμετώπιση Προβλημάτων",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/en/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/en/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/en/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/en/validate.test.js:
--------------------------------------------------------------------------------
1 | const Ajv = require("ajv").default
2 | const fs = require('fs');
3 |
4 | const ajv = new Ajv() // options can be passed, e.g. {allErrors: true}
5 | const schema = JSON.parse(fs.readFileSync("./schemas/schema.json", "utf8"));
6 |
7 | test('Validate troubleshooting.json schema', () => {
8 | var data = JSON.parse(fs.readFileSync("./strings/en/troubleshooting.json", "utf8"));
9 |
10 | const validate = ajv.compile(schema)
11 | expect(validate(data)).toBe(true);
12 | });
13 |
14 | test('Validate features.json schema', () => {
15 | var data = JSON.parse(fs.readFileSync("./strings/en/features.json", "utf8"));
16 |
17 | const validate = ajv.compile(schema)
18 | expect(validate(data)).toBe(true);
19 | });
20 |
21 | test('Validate faq.json schema', () => {
22 | var data = JSON.parse(fs.readFileSync("./strings/en/faq.json", "utf8"));
23 |
24 | const validate = ajv.compile(schema)
25 | expect(validate(data)).toBe(true);
26 | });
27 |
28 | test('Validate bugreport.json schema', () => {
29 | var data = JSON.parse(fs.readFileSync("./strings/en/bugreport.json", "utf8"));
30 |
31 | const validate = ajv.compile(schema)
32 | expect(validate(data)).toBe(true);
33 | });
34 |
35 | // test('Validate site.json schema', () => {
36 | // var data = JSON.parse(fs.readFileSync("./strings/en/site.json", "utf8"));
37 |
38 | // const validate = ajv.compile(schema)
39 | // expect(validate(data)).toBe(true);
40 | // });
--------------------------------------------------------------------------------
/strings/es-ES/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Cómo reportar errores",
5 | "description": "Puedes reportar errores usando nuestro [Rastreador de problemas en GitHub](https://github.com/YTVanced/Vanced)\n\n**¡Asegúrate de leer el archivo README y verificar si tu error ya fue reportarlo antes de hacer un nuevo reporte!**",
6 | "fields": [
7 | {
8 | "title": "¿Cuándo se revisará mi error?",
9 | "content": "Tus comentarios serán revisados tan pronto como sea posible."
10 | },
11 | {
12 | "title": "¿Cómo puedo hacer un registro?",
13 | "content": "Para los usuarios que no son root:\nNecesitarás un PC para tomar las salidas de `logcat`. Aquí hay una [guía de texto](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) y una [guía de vídeo](https://youtu.be/ICLpwgsJJP0).\n\nPara usuarios root:\nNo necesitas un PC para esto, por favor sigue [las instrucciones](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "¿Su error está relacionado con la interfaz de usuario?",
17 | "content": "Para errores relacionados con la interfaz de usuario, tendrás que tomar pasos adicionales.\n\nPor favor, instala y configura [Asistente de desarrollador](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nDespués de eso, ve a Vanced y reproduce el error, luego abre el visor de Layout activando el Asistente de Desarrolladores.\n\nAhora siga estos pasos:\n1. Asegúrese de que el error está mostrando en la pantalla.\n2. Toca el elemento que crees que está afectado por el error.\n3. Ve a las pestañas `Element` y `Hierarchy` y captura de pantalla las salidas.\n4. Incluye esas capturas de pantalla en tu problema."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/es-ES/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Reporte de errores",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Preguntas frecuentes",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funciones",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Resolución de problemas",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/et-EE/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Kuidas teavitada vigadest?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "Millal mul esinenud viga üle vaadatakse?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Kas teie viga on seotud kasutajaliidesega?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/et-EE/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/fa-IR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "چگونه اشکالات را گزارش کنیم?",
5 | "description": "شما می توانید اشکالات را در سایت گیت هاپ گزارش کنید (https://github.com/YTVanced/Vanced#vanced-issue-center).\nقبل از ارسال مشکل، مطمئن شوید که مشکلات موجود را بررسی کرده و بررسی کنید که آیا مشکل شما قبلاً گزارش شده است یا خیر!",
6 | "fields": [
7 | {
8 | "title": "چه زمانی مشکل من بررسی می شود?",
9 | "content": "توسعهدهندگان وقت خود را برای ایجاد ویژگیهای جدید و رفع بسیاری از مشکلات صرف میکنند و اتمام هر کدام مدتی طول میکشد.\nفقط باید محکم بنشینی و صبر کنی. مشکل شما در اسرع وقت بررسی خواهد شد."
10 | },
11 | {
12 | "title": "چگونه یک گزارش بگیرم?",
13 | "content": "برای کاربران بدون روت:\nبرای گزارش گرفتن نیاز به یک کامپیوتر دارید. در اینجا میتوانید راهنمایی متنی را ببینید:\n(https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) و یا راهنمایی ویدیویی را ببینید https://youtu.be/ICLpwgsJJP0\nبرای کاربران دارای روت: \nنیازی به کامپیوتر ندارید فقط مراحل زیر را دنبال کنید \n(https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "مشکل شما به رابط کاربری مربوط می شود?",
17 | "content": "برای مشکلات مربوط به رابط کاربری شما نیاز به انجام مراحل اضافه ای دارید.\nلطفاً برنامه [Developer Assistant] را نصب و راهاندازی کنید (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nپس از آن، به برنامه ما بروید و همان مشکل را تکرار کنید، سپس با فعال کردن Developer Assistant، نمایشگر را باز کنید.\n\nاکنون مراحل زیر را دنبال کنید:\n1. مطمئن شوید که اشکال روی صفحه نمایش داده می شود.\n2. روی عنصری که فکر می کنید تحت تأثیر مشکل است ضربه بزنید.\n3. به تب های «نشانه ها» و «سلسله مراتب» بروید و از خروجی ها اسکرین شات بگیرید.\n4. اسکرین شات های شما باید مشکلات را نشان دهد."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/fa-IR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "گزارش اشکال",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "سوالات متداول",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "ویژگیها",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "عیب یابی",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/fa-IR/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "یوتیوب اصلاح شده قصد دارد نسخه بهتری از یوتیوب باشد. این شامل مسدود کردن تبلیغات، تم سیاه و موارد دیگر است. از مدیریت کننده یوتیوب برای نصب یوتیوب اصلاح شده با سهولت نسبی استفاده کنید."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "یوتیوب موزیک اصلاح شده همان هدف یوتیوب اصلاح شده را دارد، اما این برنامه روی یوتیوب موزیک تمرکز دارد. این نسبتاً در مقایسه با یوتیوب از ویژگیهای غنیتری برخوردار است، اما همچنان موارد زیادی را دارد که شما انتظارش را دارید!"
10 | },
11 | {
12 | "title": "ویژگی های اصلی یوتیوب اصلاح شده",
13 | "description": "تم مشکی مناسب صفحه های اولد و تم تیره _(معروف به خاکستری تیره)_ علاوه بر تم سفید.\n- تمام تبلیغات را مسدود می کند\n- به شما امکان می دهد فیلم ها را در پس زمینه یا در حالت تصویر در تصویر (فقط در اندروید ۸ به بالا) پخش کنید. \n- کنترلهای کشیدن به شما این امکان را میدهند که روشنایی و صدا را با حرکات بالا و پایین (با پد قابل تنظیم) کنترل کنید.\n- قابلیت تکرار خودکار که به شما امکان می دهد ویدیوها را در حالت تکرار نگه دارید.\n- تنظیم کیفیت پخش ویدیو ها می توانید در وضوح یک تبلت ویدیو ها را تماشا کنید."
14 | },
15 | {
16 | "title": "شخصی سازی",
17 | "description": "- به شما امکان می دهد گزینه های کدک مانند اجبار کردن H264 برای دستگاه های قدیمی یا VP9 را نادیده بگیرید، همچنین به شما امکان می دهد اگر یک تجربه سینمایی را ترجیح می دهید، پخش HDR را مجبور کنید یا 60 فریم در ثانیه را خاموش کنید. (پیکربندیهای دستگاه سفارشی برای این ویژگیها را میتوانید در [سرور دیسکورد] (https://discord.gg/Vanced) یا XDA ما پیدا کنید.\n\n- وضوح تصویر پیشفرض را تا جایی که میخواهید بالا یا پایین کنید و حتی رزولوشن صفحهتان را لغو کنید. پخش واضح 4k در هر دستگاهی. همچنین به شما امکان می دهد سرعت پخش پیش فرض را بین 0.25x تا 2x تغییر دهید (با فرض اینکه دستگاه شما به اندازه کافی قدرتمند است) - به شما امکان می دهد تبلیغات خانگی، اکثر تبلیغات رابط کاربری، تبلیغات کالاها، پست های انجمن، فروش فیلم، اطلاعات بنر و غیره را غیرفعال کنید (مانند اطلاعات -کرونا)، نظرات را به طور کامل حذف کنید، فیلم فشرده، حذف قفسه فیلم و بسیاری موارد دیگر!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "قابلیت رد شدن از بخشهای حامی را دارد (جایی که یک [YouTuber](https://en.wikipedia.org/wiki/YouTuber) یک سرویس یا محصول را در وسط یک ویدیو تبلیغ میکند)\n - همچنین رد شدن از دستههای دیگر، مانند، خود تبلیغی و غیره... [در اینجا یافت می شود] (https://sponsor.ajay.app) یوتیوب از APIاستفاده می کند. میتوانید اطلاعات بیشتری در مورد نحوه عملکرد آن بیابید\n - همچنین به شما امکان میدهد بخشهای خود را به API ارسال کنید و در جامعه گستردهتر مشارکت کنید\n - کنترل کامل بر روی رد کردن خودکار دستهبندی یا نمایش دکمهای برای پرش، یا نه اصلا رد شدن از آن\n - رنگ را در بخشی خاص بر اساس دسته بندی آن در جدول زمانی پخش برجسته می کند."
22 | },
23 | {
24 | "title": "پلتفرم ها",
25 | "description": "برنامهها فقط برای دستگاههای اندرویدی در دسترس هستند و در حال حاضر برنامه ما برای پشتیبانی از هیچ پلتفرم دیگری وجود ندارد"
26 | },
27 | {
28 | "title": "تفاوت بین کاربران روت و بدون روت",
29 | "description": "#### روت:\nنوع اصلی یوتیوب اصلاح شده به طور یکپارچه جایگزین برنامه اصلی یوتیوب می شود. در نتیجه، میتوانید مستقیماً پیوندهای یوتیوب را باز کنید یا با استفاده از دستیار گوگل از طریق برنامه اصلاحشده یوتیوب با آنها تماس بگیرید.\n\n#### بدون روت:\n - اگر دستگاهی دارید که روت کردن آن دشوار است یا نمیخواهید دستگاه روزانه خود را از ابتدا روت کنید، باید نوع غیر روت را انتخاب کنید. \n- از آنجایی که نام برنامه در کاربران بدون روت با برنامه اصلی یوتیوب متفاوت است، آنها می توانند با هم وجود داشته باشند. توجه داشته باشید که باید یک برنامه همراه اضافی ( microG) نصب کنید تا بتوانید با حساب یوتیوب/گوگل خود وارد شوید. \n - علاوه بر این، باید به صورت دستی یوتیوب اصلاح شده را به عنوان برنامه پیش فرض برای باز کردن پیوندهای یوتیوب تنظیم کنید. \n- با این حال، نصب و استفاده از نوع غیر روت بسیار سادهتر است، بنابراین توصیه میکنیم از نوع غیر روت استفاده کنید، مگر اینکه واقعاً نیاز به جایگزینی برنامه اصلی یوتیوب در تلفن خود داشته باشید."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/fi-FI/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Miten ilmoitan bugeista?",
5 | "description": "Voit ilmoittaa bugeista käyttämällä meidän [GitHub-ongelmanseurantaa](https://github.com/YTVanced/Vanced)\n\n**Muista lukea README ja tarkista, onko bugistasi jo ilmoitettu ennen raportoimista!**",
6 | "fields": [
7 | {
8 | "title": "Milloin bugini tarkastetaan?",
9 | "content": "Palautteesi tarkastetaan niin pian kuin mahdollista."
10 | },
11 | {
12 | "title": "Miten käytän logcatia?",
13 | "content": "Ei-root-käyttäjille:\nTarvitset tietokoneen ottaaksesi `logcat`-tulosteita. Tässä on [tekstiopas](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) ja [video-opas](https://youtu.be/ICLpwgsJJP0).\n\nRoot-käyttäjille:\nEt tarvitse tietokonetta tähän. Seuraa [ohjeita](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android) kiitos."
14 | },
15 | {
16 | "title": "Liittyykö bugisi käyttöliittymään?",
17 | "content": "Käyttöliittymään liittyviä vikoja varten sinulla on lisäaskelia.\n\nAsenna ja määritä [Kehittäjäavustaja](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nTämän jälkeen mene Vancediin ja jäljennä vika, sitten avaa Layout-katselin käynnistämällä Kehittäjäavustajan. \n\nSeuraa nyt näitä ohjeita:\n1. Varmista, että vika näkyy näytöllä.\n2. Napauta elementtiä, johon luulet vian vaikuttavan.\n3. Mene `Element`- ja `Hierarchy`-välilehdille ja kuvakaappaa tulostukset.\n4. Sisällytä nämä kuvakaappaukset ongelmassasi."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/fi-FI/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Virheraportti",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "UKK",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Ominaisuudet",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Vianmääritys",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/fil-PH/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/fil-PH/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/fil-PH/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/fr-FR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Comment signaler des bugs ? ",
5 | "description": "Vous pouvez signaler des bugs en créant des tickets sur notre [Centre des problèmes GitHub](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nLisez les tickets existants pour vérifier que votre problème n'a pas déjà été signalé avant d'ouvrir votre ticket !",
6 | "fields": [
7 | {
8 | "title": "Quand mon ticket sera-t-il examiné ?",
9 | "content": "Les développeurs passent leur temps à créer de nouvelles fonctionnalités et corriger de nombreux problèmes et cela peut prendre un certain temps pour finir. \nVous devez juste être patient. Votre ticket sera examiné dès que possible."
10 | },
11 | {
12 | "title": "Comment puis-je faire un logcat ?",
13 | "content": "Pour les utilisateurs non-root :\nVous aurez besoin d'un PC pour prendre des sorties `logcat`. Voici un [guide texte](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) et un [guide vidéo] (https://youtu.be/ICLpwgsJJP0).\n\nPour les utilisateurs root :\nVous n'avez pas besoin d'un PC pour cela. Vous pouvez suivre [les instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Votre bug est liée à l'interface utilisateur ?",
17 | "content": "Pour les bugs par rapport à l'interface utilisateur, vous aurez des étapes supplémentaires.\n\nVeuillez installer et configurer [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAprès ça, allez dans Vanced et reproduisez le bug, puis ouvrez la visionneuse de mise en page en déclenchant Developer Assistant.\n\nMaintenant, suivez ces étapes :\n1. Assurez-vous que le bogue s'affiche à l'écran.\n2. Tapez sur l'élément que vous pensez être affecté par le bogue.\n3. Allez dans les onglets `Élément` et `Hiérarchie` et prenez des captures d'écran de l'affichage.\n4. Ajoutez ces captures d'écran dans votre ticket."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/fr-FR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Rapport de bug",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Fonctionnalités",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Résolution des problèmes",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/he-IL/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "כיצד לדווח על תקלות?",
5 | "description": "אפשר לדווח על באגים על ידי יצירת 'issues' [ב־'Github Issue Center's] שלנו\n(https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nלפני פתיחת ה־'Issue' שלכם, בדקו ליתר ביטחון בשאר ה־'Issues' הקיימים למקרה שהבעיה שלכם כבר דווחה!",
6 | "fields": [
7 | {
8 | "title": "מתי הדיווח שלי ייבדק?",
9 | "content": "מפתחים נותנים מזמנם ליצירת תכונות חדשות ולתיקון בעיות רבות וכל אחד יכול לקחת זמן עד לסיום. \n אתה רק צריך לשבת ולחכות. הבעיה שלך תבדק בהקדם האפשרי."
10 | },
11 | {
12 | "title": "כיצד אני שומר יומן שינויים נוכחי?",
13 | "content": "למשתמשים ללא Root:\nתזדקקו למחשב אישי כדי להפיק יומני שינויים – \"logcat\". להלן מדריך טקסט (https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) ומדריך וידאו (https://youtu.be/ICLpwgsJJP0).\n\nלמשתמשים בעלי Root:\nאתם לא צריכים מחשב בשביל זה. תוכלו פשוט לעקוב אחר ההוראות כאן: https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android."
14 | },
15 | {
16 | "title": "התקלה שלך קשורה לממשק המשתמש?",
17 | "content": "עבור תקלות הקשורות בממשק המשתמש, עליכם לבצע כמה צעדים נוספים.\n\nאנא התקינו את Developer Assistant לפי המדריך הבא – https://play.google.com/store/apps/details?id=com.appsisle.developerassistant.\nלאחר מכן, עברו אל YouTube Vanced והעתיקו את הדיווח על התקלה, ולאחר מכן פתחו את מציג הפריסה על ידי הפעלת Assistant Developer.\n\nבצעו את השלבים הבאים:\n1. ודאו שהתקלה מופיעה על המסך.\n2. הקישו על האלמנט שלדעתכם מושפע כתוצאה מהתקלה.\n3. עברו לכרטיסיות 'אלמנט' ו'היררכיה' וצלמו מסך של חלקי הפלט.\n4. כללו את צילומי המסך בדיווח שלכם."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/he-IL/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "דיווח על באגים",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "שאלות נפוצות",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "תכונות",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "פתרון בעיות",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/he-IL/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced שואף להיות גרסה טובה יותר של YouTube. הוא כולל חסימת מודעות, ערכת נושא כהה ועוד הרבה יותר. השתמשו ב־Vanced Manager כדי להתקין את YouTube Vanced בקלות יחסית."
6 | },
7 | {
8 | "title": "שירותי המוזיקה של Vanced",
9 | "description": "YouTube Music Vanced שואף לאותה מטרה כמו YouTube Vanced, אך יישום זה מתמקד ב־YouTube Music. הוא יחסית פחות עשיר בתכונות בהשוואה ל־Vanced, אך עדיין כולל דברים רבים שאתם מצפים להם, כמו חסימת מודעות והשמעה ברקע, הכול בתוך YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "התכונות העיקריות של YouTube Vanced",
13 | "description": "- ערכת נושא שחורה וידידותית למסכי OLED וערכת נושא כהה (אפור כהה) מלבד הלבנה הרגילה.\n- חסימת כלל המודעות\n- מאפשר להפעיל סרטונים ברקע או במצב תמונה בתוך תמונה (PiP) (רק באנדרואיד 8 ומעלה)\n- פקדי החלקה מאפשרים לשלוט על הבהירות ועומצת השמע בעזרת תנועות מעלה ומטה (עם גבולות הניתנים להגדרה).\n- תכונת חזרה אוטומטית המאפשרת לולאת סרטונים החוזרת על עצמה.\n- פריסת הנגן הקטן החדש יכולה להופיע בגרסאות הטאבלט שדומות מאוד לגרסה הישנה (עם זאת, היא מעט נוטה לתקלות)."
14 | },
15 | {
16 | "title": "התאמה אישית",
17 | "description": "- מאפשר לעקוף את אפשרויות המקודד כגון אילוץ לקידוד ב־H264 למכשירים ישנים או ב־VP9, כמו גם מאפשר לאלץ הפעלת HDR או לכבות מצב 60 פריימים לשנייה אם אתם מעדיפים חוויה קולנועית. (תצורות התקן מותאמות אישית עבור תכונות אלה ניתן למצוא בשרת הדיסקורד שלנו (https://discord.gg/Vanced) או ב־XDA)\n- כפה את רזולוציית הווידאו המוגדרת כברירת מחדל כגבוהה או כנמוכה ככל שתרצה ואפילו עקוף את רזולוציית המסך שלך עבור הזרמה באיכות 4k בכל מכשיר. כמו גם מאפשר לשנות את מהירות ההפעלה המוגדרת כברירת מחדל לכל דבר שבין 0.25x ל־2x (בהנחה שהמכשיר שלך מספיק חזק בשביל זה)\n- מאפשר להחליף מודעות במסך הבית, רוב המודעות בממשק המשתמש, מודעות סחר, פוסטים בקהילה, מכירת סרטים, מידע קומפקטי בבאנרים (כגון מידע אודות על COVID-19), להסיר תגובות לחלוטין, קטגוריית סרטים ועוד דברים רבים נוספים!"
18 | },
19 | {
20 | "title": "חוסם החסויות",
21 | "description": "- כולל יכולת לדלג על קטעי חסות (כאשר בעל ערוץ [YouTuber]) מפרסם שירות או מוצר באמצע סרטון).\n- תומך גם בדילוג על קטגוריות אחרות, כמו פתיחים, קטעי סיום וקידום עצמי.\n- משתמש ב־API [נמצא כאן](https://sponsor.ajay.app). ניתן למצוא מידע נוסף על אופן הפעולה.\n- מאפשר גם להמליץ על קטעים משלכם ל־API ולתרום לקהילה הרחבה.\n- שליטה מלאה אם לדלג אוטומטית על קטגוריית קטעים שלמה או להציג כפתור לדילוג, או פשוט לא לדלג עליה בכלל.\n- מדגיש את הקטע בצבע הספציפי על סמך הקטגוריה שלו בציר הזמן של ההפעלה."
22 | },
23 | {
24 | "title": "פלטפורמות",
25 | "description": "היישומים שלנו זמינים רק למכשירי אנדרואיד ואין כרגע תוכניות לתמוך בפלטפורמות אחרות"
26 | },
27 | {
28 | "title": "הבדלים בין גרסאות עם ובלי Root",
29 | "description": "#### עם Root:\nהגרסה בעלת הרשאות Root של Vanced מחליפה בצורה חלקה את אפליקציית YouTube הרשמית. כתוצאה מכך, ניתן אף לפתוח ישירות קישורי YouTube או להשתמש בהם באמצעות העוזרת הקולית של Google דרך אפליקציית Vanced המעוצבת.\n\n#### ללא Root:\n- אם יש לך מכשיר שקשה לתת לו הרשאות Root, או שאינך רוצה בכך, עליך לבחור בגרסה שאינה דורשת הרשאות Root.\n- כיוון ששם החבילה של הגרסה שאינה דורשת הרשאות Root שונה מאפליקציית YouTube הרגילה, הם יכולים להתקיים זו לצד זו. שים לב כי עליך להתקין אפליקציה נלווית נוספת (Vanced microG) כדי שתוכל להתחבר לחשבון YouTube/Google שלך.\nיתר על כן, עליך להגדיר ידנית את Vanced כאפליקציית ברירת המחדל לפתיחת קישורי YouTube.\n- עם זאת, הגרסה שאינה דורשת הרשאות Root היא הרבה יותר פשוטה להתקנה ולשימוש, לכן אנו ממליצים שתישאר עימה, אלא אם כן אתה באמת צריך להחליף את אפליקציית YouTube הרגילה במכשיר שלך."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/hi-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "बग्स की रिपोर्ट कैसे करें?",
5 | "description": "आपको हमारी [Github मुद्दा केंद्र] पर मुद्दों बनाकर बग की रिपोर्ट कर सकते हैं (https://github.com/YTVanced/Vanced#vanced-issue-center)।\n\nनया मुद्दा खोलने से पहले यह सुनिश्चित कर ले की परेशानी पहले से रिपोर्ट न करी गई हो।",
6 | "fields": [
7 | {
8 | "title": "मेरे मुद्दे की समीक्षा कब होगी?",
9 | "content": "डेवलपर अपने खाली समय में नए फीचर और मुद्दे ठीक करते है और बहुत मुद्दे ठीक करने में समय लग सकता है।\nआप बस इंतजार करें। आपका मुद्दा जल्दी से जल्दी देखा जायेगा।"
10 | },
11 | {
12 | "title": "मैं एक logcat कैसे दूं?",
13 | "content": "गैर-रूट उपयोगकर्ताओं के लिए:\nआप `logcat` outputs लेने के लिए एक पीसी की आवश्यकता होगी। यहाँ एक [पाठ गाइड] (https://github.com/YTVanced/Vanced#creating-a-logcat-use-the-android-debug-bridge-adb-on-your-pc) और एक [वीडियो गाइड] है। (https://youtu.be/ICLpwgsJJP0)।\n\nरूट उपयोगकर्ताओं के लिए:\nइसके लिए आपको एक पीसी की आवश्यकता नहीं है। आप निर्देशों का पालन कर सकते हैं [यहाँ] (https://github.com/YTVanced/Vanced#creating-a-logcat-use-termux-on-your-rooted-android)।"
14 | },
15 | {
16 | "title": "आपका बग UI संबंधित है?",
17 | "content": "UI से संबंधित बग के लिए, आपके पास अतिरिक्त कदम उठाने होंगे।\n\nकृपया स्थापित करें और सेटअप करें [डेवलपर सहायक] (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant)।\nउसके बाद, V नृत्य पर जाएं और बग को पुन: उत्पन्न करें, फिर डेवलपर सहायक को ट्रिगर करके लेआउट दर्शक खोलें।\n\nअब इन चरणों का पालन करें:\n1. सुनिश्चित करें कि बग स्क्रीन पर दिखाई दे रहा है।\n2. उस तत्व पर टैप करें जो आपको लगता है कि बग से प्रभावित है।\n3. `एलिमेंट` और` पदानुक्रम` टैब पर जाएं और आउटपुट को स्क्रीनशॉट करें।\n4. उन स्क्रीनशॉट को अपने अंक में शामिल करें।"
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/hi-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/hr-HR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Kako prijaviti greške?",
5 | "description": "Možete prijaviti greške stvaranjem prijavka greške na [GitHub pratitelju grešaka](https://github.com/YTVanced/Vanced)\n\nPrije prijave vaše greške provjerite postojeće prijavke grešaka kako bi vidjeli je li vaš problem već prije prijavljen!",
6 | "fields": [
7 | {
8 | "title": "Kada će moja greška biti provjerena?",
9 | "content": "Razvijatelji troše vrijeme na stvaranje novih značajki i ispravljanje mnogih grešaka, što može potrajati duže vrijeme. \nSamo trebate biti strpljivi. Vaš prijavak greške bit će pregledan što je prije moguće."
10 | },
11 | {
12 | "title": "Kako mogu napraviti logcat?",
13 | "content": "Za non-root korisnike:\nTrebat će vam računalo za izvođenje `logcat` zapisa. Ovdje je [tekstni vodič](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) i [video vodič](https://youtu.be/ICLpwgsJJP0).\n\nZa root korisnike:\nZa ovo vam ne treba računalo, samo slijedite [upute](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Vaša je greška povezana s korisničkim sučeljem?",
17 | "content": "Za greške povezane s korisničkim sučeljem, morati ćete poduzeti dodatne korake.\n\nInstalirajte i postavite [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nNakon toga idite u Vanced i reproducirajte grešku, a zatim otvorite Layout viewer pokretanjem Developer Assistanta.\n\nSada slijedite ove korake:\n1. Provjerite prikazuje li se greška na zaslonu.\n2. Dodirnite element za koji mislite da na njega utječe greška.\n3. Idite na kartice `Element` i` Hijerarhija` i uslikajte snimku zaslona.\n4. Pridodajte te slike zaslona u svoj prijavak greške."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/hr-HR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Prijava greške",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Često postavljana pitanja",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Značajke",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Rješavanje problema",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/hu-HU/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Hogyan jelentse a hibákat?",
5 | "description": "Hibákat a [GitHub hibakövető] használatával tud jelenteni. (https://github.com/YTVanced/Vanced#vanced-issue-center)\n\nKérjük győződjön meg róla, hogy hogy jelentették-e már a hibát, mielőtt jelentené nekünk!",
6 | "fields": [
7 | {
8 | "title": "Mikor lesz a jelentett hiba felülvizsgálva?",
9 | "content": "A fejlesztők a szabadidejüket beosztva próbálják az új funkciókat megalkotni és a kijavítani a meglévő hibákat, mind a kettő időbe telhet.\nSzóval neked csak várni kell. A jelentésed meg lesz tekintve és ki lesz vizsgálva olyan gyorsan ahogy csak lehetséges."
10 | },
11 | {
12 | "title": "Hogyan tudok logcat-et készíteni?",
13 | "content": "Nem rootolt eszközhöz:\nSzükséged lesz egy PC-re a `logcat` kimenetek megtekintéséhez. Ehhez itt egy [szöveges útmutató](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nRootolt eszközhöz:\nNincs szükséged külön PC-re ehhez, kérjük, hogy kövesd [az utasításokat](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Az általad tapasztalt hiba a felhasználói felülettel kapcsolatos?",
17 | "content": "A felhasználói felülethez kapcsolódó hibák esetén további lépéseket kell tenned.\n\nKérjük, hogy telepítsd a [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant) alkalmazást.\nEzután nyisd meg a Vanced-et és reprodukáld a hibát, majd nyisd meg a Layout viewer-t a Developer Assistant aktiválásával.\n\nEkkor kövesd ezeket a lépéseket:\n1. Ellenőrizd, hogy a hiba megjelenik-e a képernyőn.\n2. Érintsd meg azt az elemet, amelyről úgy gondolod, hogy érintett a hibával.\n3. Menj az `Elem` és a `Hierarchia` fülekre, és készíts róluk képernyőképeket.\n4. Mellékeld ezeket a képernyőképeket a bejelentésedhez."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/hu-HU/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Hibajelentés",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "GYIK",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funkciók",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Hibaelhárítás",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/id-ID/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Bagaimana cara untuk melaporkan bug?",
5 | "description": "Anda dapat melaporkan bug dengan membuka isu di [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nPastikan Anda melihat isu yang sudah ada untuk memeriksa apakah masalah Anda sudah terlebih dahulu dilaporkan sebelum membuka isu Anda!",
6 | "fields": [
7 | {
8 | "title": "Kapan isu saya akan ditinjau?",
9 | "content": "Developer membagi waktu mereka untuk membuat fitur baru dan memperbaiki banyak masalah dan hal tersebut dapat memakan waktu untuk dilakukan.\nAnda hanya perlu duduk rapi dan menunggu. Isu Anda akan ditinjau secepat mungkin."
10 | },
11 | {
12 | "title": "Bagaimana cara saya mengambil logcat?",
13 | "content": "Untuk pengguna non-root:\nAnda akan memerlukan komputer untuk mengambil output `logcat`. Berikut adalah [teks petunjuk](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) dan [video petunjuk](https://youtu.be/ICLpwgsJJP0).\n\nUntuk pengguna root:\nAnda tidak memerlukan komputer untuk ini, mohon untuk mengikuti [instruksi](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Apakah bug Anda berkaitan dengan UI?",
17 | "content": "Untuk bug yang berkaitan dengan UI, Anda membutuhkan langkah tambahan yang perlu di ambil.\n\nMohon unduh dan atur [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nSetelah itu, pergi ke Vanced dan reproduksi bug tersebut, lalu buka Layout viewer dengan membuka Developer Assistant.\n\nSekarang ikuti langkah berikut:\n1. Pastikan bug ada di layar Anda.\n2. Tekan pada elemen yang Anda kira terpengaruh dengan bug tersebut.\n3. Pergi ke bagian `Element` dan `Hierarchy` dan screenshot output.\n4. Masukkan screenshot tersebut pada isu Anda."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/id-ID/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Laporan Bug",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Fitur",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Penyelesaian masalah",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/it-IT/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Come segnalare i bug?",
5 | "description": "Puoi segnalare i bug creando un issue nel nostro [Centro problemi su GitHub](https://github.com/YTVanced/Vanced#vanced-issue-center)\n\nAssicurati di leggere il file README e di verificare che il tuo bug non sia già stato segnalato in precedenza, prima di segnalarlo nuovamente!",
6 | "fields": [
7 | {
8 | "title": "Quando verrà esaminato il mio bug?",
9 | "content": "La tua segnalazione verrà esaminata il prima possibile."
10 | },
11 | {
12 | "title": "Come faccio ad ottenere un logcat?",
13 | "content": "Per utenti non-root:\nAvrai bisogno di un PC per ottenere l'elaborazione dei `logcat`. Ecco una [guida](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) e una [videoguida] (https://youtu.be/ICLpwgsJJP0).\n\nPer utenti root:\nPer questa operazione non hai bisogno di un PC. Puoi seguire le istruzioni [qui] (https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Il tuo bug è relativo all'interfaccia utente?",
17 | "content": "Per i bug relativi all'interfaccia utente, dovrai eseguire alcuni passaggi aggiuntivi.\n\nInstalla e configura [Developer Assistant] (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nSuccessivamente, vai su Vanced e riproduci il bug, quindi apri il visualizzatore di layout attivando Developer Assistant.\n\nOra segui questi passaggi:\n1. Assicurati che il bug sia visualizzato sullo schermo.\n2. Tocca l'elemento che ritieni sia interessato dal bug.\n3. Vai alle schede `Element` and `Hierarchy` e fai uno screenshot degli output.\n4. Includi questi screenshot quando segnali il problema."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/it-IT/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Segnala bug",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funzionalità",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Risoluzione dei problemi",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ja-JP/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "バグを報告するには?",
5 | "description": "私達の [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center)で issue を作成することで、バグ報告ができます。\n\nissue を作成する前に、その問題がすでに報告されいないことを確認してください!",
6 | "fields": [
7 | {
8 | "title": "私の issue はいつ review されますか?",
9 | "content": "開発者は、新機能の追加や、問題の修正に多くの時間を割いており、これらの作業には時間がかかることがあります。 \nできるだけ早く issue のレビューを行うよう心がけていますのでもうしばらくお待ちください。"
10 | },
11 | {
12 | "title": "logcat を取るにはどうすればいいですか?",
13 | "content": "通常版(no-root 版)\nlogcat の取得には PC が必要です。[テキストガイド](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc)と[動画ガイド](https://youtu.be/ICLpwgsJJP0)をご覧ください。\n\nroot 版\nlogcat の取得に PC は不要です。[こちら](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)のページをご覧ください。"
14 | },
15 | {
16 | "title": "UI に関連するバグの場合",
17 | "content": "UI に関連するバグの場合、追加の手順が必要です。\n\n[Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant)をインストールして初期設定をしてください。\nその後、Vanced に移動してバグを再現し、DeveloperAssistant を起動してレイアウトビューアを開きます。\n\n以下の手順に従ってください:\n1. スクリーンにバグ部分が表示されるようにしてください\n2. バグによる影響を受けていると思われる要素をタップしてください\n3. 「Element」と「Hierarchy」のタブを開き、スクリーンショットを撮ってください\n4. issue にスクリーンショットを添付してください"
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ja-JP/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "バグ報告",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "機能",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "トラブルシューティング",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ja-JP/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced は YouTube のより良いバージョンを目指しています。広告ブロック、ダークテーマ、その他多くの機能を備えています。Vanced Manager を使用して、比較的簡単に YouTube Vanced をインストールできます。"
6 | },
7 | {
8 | "title": "Vanced Music",
9 | "description": "YouTube Music Vanced の目的は YouTube Vanced と同じですが、このアプリは YouTube 上の音楽に焦点を当てています。Vanced に比べて機能は比較的少ないですが、YouTube Vanced Music にも広告ブロックやバックグラウンド再生のような期待される多くの機能が搭載されています。"
10 | },
11 | {
12 | "title": "YouTube Vanced の主な特徴",
13 | "description": "- ライトテーマに加えて、有機 EL に最適なブラックテーマとダークグレーテーマを搭載\n- すべての広告をブロック\n- バックグラウンド再生やピクチャーインピクチャー(PiP)(Android 8 以上で利用可能)\n- 上下のスライドで明るさと音量を調節するスワイプコントロール\n- ループ再生が可能なオートリピート\n- コメント位置 / タブレット ミニプレイヤーを設定して古いバージョンの外観を再現することもできます(バグを含みます)"
14 | },
15 | {
16 | "title": "カスタマイズ",
17 | "description": "- 古いデバイスには H264 を、 HDR 再生を強制したい場合は VP9 を、映画のような体験のために 60fps をオフにすることもできます。(これらの機能をデバイスに設定するには、[Discord サーバー](https://discord.gg/Vanced)または XDA をご覧ください)\n- 画質を必要に応じて高または低に設定したり、4K 再生のためにデバイスの画質を上書きすることもできます。また、再生スピードを 0.25x から 2x の任意の数値に設定できます。(デバイスの性能に依存します)\n- ホーム広告や様々な UI 広告、関連商品の広告、コミュニティの投稿、プロモーション動画、コンパクト バナー(COVID-19 情報など)、コメント欄、コンパクト動画、ムービー棚などを削除するか選択できます!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- スポンサーセグメント([YouTuber](https://en.wikipedia.org/wiki/YouTuber) による動画中のサービスや製品の紹介)をスキップする機能\n- イントロやアウトロ、自己紹介もスキップできます。\n- [こちら](https://sponsor.ajay.app)の API を使用しています。機能の詳しい説明をご覧いただけます。\n- また、独自のセグメントを API に送信して、より広いコミュニティに貢献することもできます。\n- セグメントのカテゴリごとに自動的にスキップするか、スキップボタンを表示するか、スキップしないかをコントロールできます。\n- セグメントのカテゴリごとにタイムラインに特定の色で強調表示します。"
22 | },
23 | {
24 | "title": "プラットフォーム",
25 | "description": "アプリは Android デバイスで利用可能です。ほかのプラットフォームでサポートする予定は現在ありません"
26 | },
27 | {
28 | "title": "Root と非 Root の違い",
29 | "description": "#### Root:\nVanced の root 版は、公式の YouTube アプリをシームレスに置き換えます。リンクをタップしたり、Google アシスタントを使用して改造版の Vanced アプリで YouTube を開くことができます。\n\n#### Non-Root:\n- デバイスで root 権限を取得できない場合や、毎日使うデバイスで root 権限を取得したくない場合、non-root 版をお選びください。\n- non-root 版のパッケージ名は公式 YouTube アプリとは異なるため、共存できます。 YouTube / Googleアカウントでログインするには、Vanced microG をインストールする必要があります。\n- さらに、YouTube リンクを開くためのデフォルトアプリとして Vanced を手動で設定する必要があります。\n- ただし、non-root 版はインストールして使いはじめるのは簡単であるため、公式 YouTube アプリを完全に置き換える必要がない限り、non-root 版を使用することをお勧めします。"
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/ka-GE/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ka-GE/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ka-GE/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/kmr-TR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Çawa çewtiyên rapor bikin?",
5 | "description": "Hûn dikarin pirsgirêkên li ser [Navenda Weşanxaneya Github] (https://github.com/YTVanced/Vanced#vanced-issue-center) biafirînin.\n\nJi bo kontrolkirina pirsgirêkên heyî binihêrin ka pirsgirêka we beriya vekirina pirsgirêka we hatiye ragihandin an na!",
6 | "fields": [
7 | {
8 | "title": "Meseleya min wê kengî bê lêkolînkirin?",
9 | "content": "Pêşdebiran dema xwe ji bo afirandina taybetmendiyên nû û gelek pirsgirêkan çareser dikin û her yek dikare demek dirêj bike ku bidawî bibe. \nDivê hûn tenê li benda xwe bisekinin. Meseleya we wê di demeke nêz de bê nirxandin."
10 | },
11 | {
12 | "title": "Ez ê çawa logcat bigirim?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Çewtiyên te bi UI re têkildar e?",
17 | "content": "Ji bo çewtiyên têkildarî UI, hûn ê gavên zêde bavêjin.\n\nJi kerema xwe saz bike û saz bike [Arîkarê Pêşdebir](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nPiştî wê, here Vanced û çewtiyek nûve bike, paşê temaşevanê Layout bi tetbîqkirina Pêşvebirê Asîstan veke.\n\nNiha jî van gavan bişopînin:\n1. Em bawer bin ku kêzik di ekranê de tê nîşandan.\n2. Li ser hêmana ku hûn difikirin ku ji hêla kêzikê ve tê tesîr kirin.\n3. Biçe ser tabên 'Element' û 'Hiyerarşî' û deran dîmenderan.\n4. Di mijara xwe de van dîmenan binivîse."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/kmr-TR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ko-KR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "버그를 제보하는 방법",
5 | "description": "[GitHub 이슈 트래커](https://github.com/YTVanced/Vanced)로 버그를 제보할 수 있습니다.\n\n**버그 제보 전 우선 README 파일을 읽고 같은 버그가 이미 제보되지는 않았는지 확인해야 합니다!**",
6 | "fields": [
7 | {
8 | "title": "버그는 언제 검토되나요?",
9 | "content": "피드백은 최대한 빨리 검토될 겁니다."
10 | },
11 | {
12 | "title": "logcat은 어떻게 보나요?",
13 | "content": "비루트 사용자의 경우:\n`logcat`을 보려면 PC가 필요합니다. [설명 글](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc)과 [설명 동영상](https://youtu.be/ICLpwgsJJP0)을 참고하십시오.\n\n루트 사용자의 경우:\nPC가 필요하지 않습니다. [여기](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)에 나와 있는 대로 진행하십시오."
14 | },
15 | {
16 | "title": "UI와 관련된 버그입니까?",
17 | "content": "UI 관련 버그를 제보할 때는 몇 가지 단계를 좀 더 거쳐야 합니다.\n\n우선 [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant)를 설치하고 설정을 마치십시오.\n그 후, Vanced로 가서 버그를 재현하고, Developer Assistant를 트리거하여 레이아웃 뷰어를 여십시오.\n\n이제 아래와 같이 하십시오.\n1. 발생한 버그가 화면에 있는지 확인합니다.\n2. 버그의 영향을 받는다고 생각되는 요소를 누릅니다.\n3. `Element` 및 `Hierarchy` 탭으로 이동하고 결과 화면을 찍습니다.\n4. 찍은 결과 화면을 버그 보고서에 사용합니다."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ko-KR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "오류 보고",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "자주 묻는 질문",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "기능",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "문제 해결",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ko-KR/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced는 Youtube 앱보다도 더 나은 앱이 되는 것을 지향하며 광고 차단, 검정 테마 등의 수많은 기능들이 내장되어 있습니다. YouTube Vanced를 쉽게 설치하려면 Vanced Manager를 이용하세요."
6 | },
7 | {
8 | "title": "Vanced Music",
9 | "description": "Vanced Music도 YouTube Vanced와 지향하는 바는 같으나 YouTube Music에 대응하는 앱입니다. Vanced보다 지원하는 기능은 적지만 YouTube Music을 기반으로 광고 차단 기능이나 백그라운드 재생 등의 기능을 갖추고 있습니다!"
10 | },
11 | {
12 | "title": "YouTube Vanced 주요 기능",
13 | "description": "AMOLED 검정 테마.\n- 동영상 광고 차단 및 백그라운드나 PIP 재생 지원 (안드로이드 8.0 이상 한정)\n- 위아래로 밀어서 밝기와 음량을 조절할 수 있는 스와이프 제스처 기능 (제스처 인식 범위 설정 가능).\n- 동영상을 자동으로 반복 재생하는 기능.\n- 새 댓글/미니플레이어 레이아웃을 구 레이아웃과 비슷한 태블릿 버전의 레이아웃으로 바꾸는 기능 (자잘한 버그가 있음)."
14 | },
15 | {
16 | "title": "사용자 지정",
17 | "description": "- 구형 기기나 VP9 코덱에 대해 H264 코덱을 강제로 적용하는 등 코덱 설정을 강제 변경할 수 있으며, 이를 통해 HDR 재생을 강제하거나 영화같은 경험을 선호하는 경우 초당 60 프레임 설정을 끌 수도 있습니다. (이런 기능에 대한 사용자 지정 기기 구성은 디스코드 또는 XDA에서 찾을 수 있습니다)\n- 기본 동영상 품질을 원하는대로 높거나 낮게 강제 설정하고 모든 기기에서 4K 재생을 선명하게 하기 위해 화면의 해상도를 강제 변경할 수도 있습니다. 또한 기본 재생 속도를 0.25배에서 2배 사이로 변경할 수 있습니다 (기기가 충분히 사양이 높다고 가정)\n- 홈 화면 광고, 대부분의 UI 광고, 상품 섹션, 커뮤니티 게시물, 영화 광고 배너, 영상 하단 정보 패널 (예: COVID 관련 정보), 전체 댓글창, 소형 영화 배너, 영화 선반 등을 마음대로 표시하거나 숨길 수 있습니다!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- 스폰서 파트(유튜버가 동영상 중간에 서비스 또는 제품을 광고하는 부분)를 건너뛸 수 있는 기능입니다\n- 또 인트로, 아웃트로 및 자체 홍보 등의 파트를 건너뛸 수 있는 기능을 지원합니다.\n- 이 API를 사용하고 있습니다. 어떻게 이런 기능을 구현했는지 찾아볼 수 있습니다.\n- 또한 API에 자신의 파트를 제출하면서 커뮤니티 확장에 기여할 수 있습니다.\n- 해당하는 파트를 자동으로 건너뛸지 건너뛰기 버튼을 표시할지 아니면 단순히 건너뛰지 않을지의 여부를 완벽하게 설정할 수 있습니다.\n- 타임라인에 파트 종류를 서로 다른 색으로 강조 표시합니다."
22 | },
23 | {
24 | "title": "플랫폼",
25 | "description": "현재는 안드로이드에서만 사용할 수 있으며, 당분간 다른 플랫폼을 지원하지 않을 예정입니다"
26 | },
27 | {
28 | "title": "루트와 비루트 버전의 차이",
29 | "description": "- 루트: \nVanced 루트 버전은 공식 YouTube 앱을 완전히 대체합니다. 따라서 YouTube 링크나 Google 어시스턴트를 개조된 Vanced 앱을 기반으로 이용할 수 있습니다.\n- 비루트:\n- 기기가 루팅하기 어렵거나 기기를 루팅하기 싫다면, 비루트 버전을 선택하여야 합니다.\n- 루팅한 기기에도 비루트 버전을 설치할 수는 있습니다. 비루트 버전의 패키지명은 공식 YouTube 앱과 다르므로 이 두 앱이 기기에 공존할 수 있습니다. YouTube/Google 계정에 로그인하려면 추가 앱(Vanced microG)을 설치해야 함을 기억하십시오.\n- 게다가, YouTube 링크를 열려면 Vanced를 기본 앱으로 수동 설정하여야 합니다.\n- 하지만 비루트 버전이 이용하기 간편하므로, 정말 YouTube 앱을 Vanced로 완전히 대체할 수밖에 없는 상황이 아니라면 그냥 비루트 버전을 이용하는 것을 추천드립니다."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/ku-TR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this. You can follow the instructions [in here](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ku-TR/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/langs.json:
--------------------------------------------------------------------------------
1 | {
2 | "langs": ["af-ZA","bn-BD","cs-CZ","en","fil-PH","hr-HR","ja-JP","ku-TR","no-NO","ps-AF","ru-RU","sv-SE","uk-UA","ar-SA","bn-IN","da-DK","es-ES","fr-FR","hu-HU","ka-GE","ml-IN","pa-IN","pt-BR","si-LK","ta-IN","vi-VN","az-AZ","ca-ES","de-DE","et-EE","he-IL","id-ID","kmr-TR","mr-IN","pa-PK","pt-PT","so-SO","th-TH","zh-CN","bg-BG","ckb-IR","el-GR","fi-FI","hi-IN","it-IT","ko-KR","nl-NL","pl-PL","ro-RO","sr-SP","tr-TR","zh-TW"]
3 | }
4 |
--------------------------------------------------------------------------------
/strings/lt-LT/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/lt-LT/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/lt-LT/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/ml-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "ബഗുകൾ എങ്ങനെ റിപ്പോർട്ടുചെയ്യാം?",
5 | "description": "ഞങ്ങളുടെ [Github Issue Centre] (https://github.com/YTVanced/Vanced#vanced-issue-center) ൽ പ്രശ്നങ്ങൾ സൃഷ്ടിച്ചുകൊണ്ട് നിങ്ങൾക്ക് ബഗുകൾ റിപ്പോർട്ട് ചെയ്യാൻ കഴിയും.\n\nനിങ്ങളുടെ പ്രശ്നം തുറക്കുന്നതിന് മുമ്പ് നിങ്ങളുടെ പ്രശ്നം ഇതിനകം റിപ്പോർട്ടുചെയ്തിട്ടുണ്ടോയെന്ന് പരിശോധിക്കാൻ നിലവിലുള്ള പ്രശ്നങ്ങൾ പരിശോധിക്കുന്നത് ഉറപ്പാക്കുക!",
6 | "fields": [
7 | {
8 | "title": "എന്റെ പ്രശ്നം എപ്പോൾ അവലോകനം ചെയ്യും?",
9 | "content": "പുതിയ സവിശേഷതകൾ സൃഷ്ടിക്കുന്നതിനും നിരവധി പ്രശ്നങ്ങൾ പരിഹരിക്കുന്നതിനും ഡവലപ്പർമാർ അവരുടെ സമയം ചെലവഴിക്കുന്നു, ഓരോരുത്തർക്കും പൂർത്തിയാക്കാൻ കുറച്ച് സമയമെടുക്കും.\nനിങ്ങൾ ഇറുകിയാൽ മതി\nകാത്തിരിക്കുക. നിങ്ങളുടെ പ്രശ്നം എത്രയും വേഗം അവലോകനം ചെയ്യും."
10 | },
11 | {
12 | "title": "ഞാൻ എങ്ങനെ ഒരു ലോഗ്കാറ്റ് എടുക്കും?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "നിങ്ങളുടെ ബഗ് യുഐയുമായി ബന്ധപ്പെട്ടതാണോ?",
17 | "content": "യുഐയുമായി ബന്ധപ്പെട്ട ബഗുകൾക്കായി, നിങ്ങൾക്ക് കൂടുതൽ നടപടികളെടുക്കും.\n\n[ഡവലപ്പർ അസിസ്റ്റന്റ്] (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant) ഇൻസ്റ്റാൾ ചെയ്ത് സജ്ജമാക്കുക.\nഅതിനുശേഷം, വാൻസെഡിലേക്ക് പോയി ബഗ് പുനർനിർമ്മിക്കുക, തുടർന്ന് ഡവലപ്പർ അസിസ്റ്റന്റിനെ പ്രവർത്തനക്ഷമമാക്കി ലേ Layout ട്ട് വ്യൂവർ തുറക്കുക.\n\nഇപ്പോൾ ഈ ഘട്ടങ്ങൾ പാലിക്കുക:\n1. ബഗ് സ്ക്രീനിൽ കാണിക്കുന്നുണ്ടെന്ന് ഉറപ്പാക്കുക.\n2. ബഗ് ബാധിച്ചതായി നിങ്ങൾ കരുതുന്ന ഘടകത്തിൽ ടാപ്പുചെയ്യുക.\n3. `എലമെന്റ്`,` ശ്രേണി` ടാബുകളിലേക്ക് പോയി p ട്ട്പുട്ടുകൾ സ്ക്രീൻഷോട്ട് ചെയ്യുക.\n4. നിങ്ങളുടെ ലക്കത്തിൽ ആ സ്ക്രീൻഷോട്ടുകൾ ഉൾപ്പെടുത്തുക."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ml-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/mr-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/mr-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/mr-IN/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced main features",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Customization",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Platforms",
25 | "description": "Apps are available only for Android devices and there are no plans to support any other platforms at the moment"
26 | },
27 | {
28 | "title": "Difference between Root and Non-Root",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/nl-NL/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Hoe kan je problemen melden?",
5 | "description": "Je kan problemen melden met behulp van onze [GitHub issue tracker](https://github. om/YTVanced/Vanced)\n\n**Zorg ervoor dat je eerst README leest en controleer of je fout al eerder is gerapporteerd voordat je fouten meldt!**",
6 | "fields": [
7 | {
8 | "title": "Wanneer wordt mijn probleem bekeken?",
9 | "content": "Ontwikkelaars sparen hun tijd voor het maken van nieuwe functies en het oplossen van veel problemen en elk probleem kan een tijdje duren om het op te lossen. \nJe hoeft alleen maar even te wachten. Jouw probleem zal zo snel mogelijk bekeken worden."
10 | },
11 | {
12 | "title": "Hoe maak ik een logcat?",
13 | "content": "Voor non-root gebruikers:\nJe hebt een PC nodig om logcat te nemen. Hier is een [gids](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) en een [video gids](https://youtu.be/ICLpwgsJJP0).\n\nVoor root gebruikers:\nJe hebt hiervoor geen PC nodig. Je vindt de instructies [hier](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Je probleem is UI gerelateerd?",
17 | "content": "Voor UI gerelateerde problemen, moet je extra stappen nemen.\n\nInstalleer en configureer [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nDaarna ga je naar Vanced en reproduceer je het probleem, en open je de Layout viewer door de Developer Assistant te activeren.\n\nVolg nu deze stappen:\n1. Zorg ervoor dat de fout op het scherm verschijnt.\n2. Klik op het element waarvan je denkt dat het beïnvloed wordt door de fout.\n3. Ga naar de `Element` en `Hierarchy` tabbladen en maak een schermafbeelding van de outputs.\n4. Voeg deze screenshots toe aan je probleem."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/nl-NL/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Foutrapport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Functies",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Probleemoplossing",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/no-NO/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/no-NO/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/or-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/or-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/pa-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/pa-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/pa-PK/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/pa-PK/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/pl-PL/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Jak zgłaszać błędy?",
5 | "description": "Możesz zgłaszać błędy, tworząc problemy na naszym [Centrum zgłoszeń Github](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nSprawdź istniejące problemy, aby sprawdzić, czy błąd został już zgłoszony przed otwarciem zgłoszenia!",
6 | "fields": [
7 | {
8 | "title": "Kiedy mój błąd zostanie zbadany?",
9 | "content": "Deweloperzy poświęcają swój czas na tworzenie nowych funkcji i rozwiązywanie wielu problemów, a każdy z nich może trochę potrwać. \nMusisz tylko siedzieć i czekać. Twój problem zostanie sprawdzony tak szybko, jak to możliwe."
10 | },
11 | {
12 | "title": "Jak utworzyć logcat?",
13 | "content": "Dla innych użytkownikówbez roota:\nBędziesz potrzebował komputera, aby pobrać dane wyjściowe `logcat`. Oto [przewodnik tekstowy](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) oraz [przewodnik wideo](https://youtu. e/ICLpwgsJP0).\n\nDla użytkowników z rootem:\nNie potrzebujesz do tego komputera, wykonaj [instrukcje](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Twój błąd jest związany z interfejsem?",
17 | "content": "Dla błędów związanych z interfejsem użytkownika musisz wykonać dodatkowe kroki.\n\nZainstaluj i skonfiguruj [Developer Assistant](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nNastępnie przejdź do Vanced i odtwórz błąd, potem otwórz podgląd Układu uruchamiając Developer Assistant.\n\nTeraz, wykonaj następujące kroki:\n1. Upewnij się, że błąd jest wyświetlany na ekranie.\n2. Dotknij elementu, który uważasz, że jest objęty błędem.\n3. Przejdź do zakładek `Element` i `Hierarchy` oraz zrób zrzut ekranu.\n4. Dołącz te zrzuty ekranu w swoim zgłoszeniu."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/pl-PL/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Raport o błędzie",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Najczęściej zadawane pytania (FAQ)",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funkcje",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Rozwiązywanie problemów",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ps-AF/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "How to report bugs?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ps-AF/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/pt-BR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Como reportar erros?",
5 | "description": "Você pode relatar erros usando nosso [gerenciador de problemas do GitHub](https://github.com/YTVanced/Vanced)\n\nCertifique-se de dar uma olhada nos problemas já reportados e verifique se seu problema já foi reportado antes de relatar erros!",
6 | "fields": [
7 | {
8 | "title": "Quando meu bug será revisado?",
9 | "content": "Os desenvolvedores poupam seu tempo para criar novos recursos e corrigir vários problemas e cada um pode levar um tempo para terminar. \nVocê apenas precisa se sentar e esperar. Seu problema será revisado o mais rápido possível."
10 | },
11 | {
12 | "title": "Como eu faço um logcat?",
13 | "content": "Para usuários sem root:\nVocê precisará de um PC para obter a saída do `logcat`. Aqui está um [guia de texto (em Inglês)](https://telegra.ph/Bug-Reports-10-17#Method-1:--Needs-a-pc/laptop-with-adb-installed.) e um [guia de vídeo](https://youtu.e/ICLpwgsJP0).\n\nPara usuários com root:\nVocê não precisa de um PC para isso. Você pode seguir essas instruções [aqui (em Inglês)](https://telegra.ph/Bug-Reports-10-17#Method-2:--Using-logcat-reader-apps(Need-root))."
14 | },
15 | {
16 | "title": "Seu erro é relacionado a interface?",
17 | "content": "Para erros relacionados à interface, você terá passos extras a dar.\n\nPor favor, instale e configure o [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nDepois disso, vá para Vanced e reproduza o erro, então abra o visualizador de layout ativando o Assistente de Desenvolvedor.\n\nAgora siga estes passos:\n1. Certifique-se de que o erro esteja exibindo na tela.\n2. Toque no elemento que você acha que é afetado pelo erro.\n3. Vá para as guias `Element` e `Hierarchy` e captura a tela de saída.\n4. Inclua essas capturas de tela no seu problema."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/pt-BR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Relatório de erros",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Perguntas Frequentes",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Características",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Resolução de problemas",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/pt-PT/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Como relatar problemas?",
5 | "description": "Você pode relatar bugs criando issues em nosso [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nCertifique-se de examinar as issues existentes para verificar se o seu problema já foi relatado antes de abrir o problema!",
6 | "fields": [
7 | {
8 | "title": "Quando meu problema será analisado?",
9 | "content": "Os desenvolvedores poupam seu tempo para criar novos recursos e corrigir vários problemas e cada um pode levar um tempo para terminar. \nVocê precisa se sentar e esperar. Sua issue será revisada o mais rápido possível."
10 | },
11 | {
12 | "title": "Como faço para fazer um logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Seu erro é relacionado à IU (interface de usuário)?",
17 | "content": "Para erros relacionados a IU, você terá passos extras a fazer.\n\nPor favor, instale e configure o [Assistente de Desenvolvedor](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nDepois disso, vá para o Vanced e reproduza o bug, então abra o visualizador de layout ativando o Assistente de Desenvolvedor.\n\nAgora siga estes passos:\n1. Certifique-se de que o bug esteja exibido na tela.\n2. Toque no elemento que você acha que é afetado pelo erro.\n3. Vá para as guias `Element` e `Hierarquia` e capture as informações fornecidas.\n4. Inclua essas capturas de tela no seu problema."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/pt-PT/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ro-RO/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Cum să raportezi problemele?",
5 | "description": "Puteți raporta erorile creând probleme pe [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nAsigură-te că vei cauta printre problemele existente pentru a verifica dacă problema ta a fost deja raportată înainte de a deschide o alta!",
6 | "fields": [
7 | {
8 | "title": "Când va fi revizuită problema mea?",
9 | "content": "Dezvoltatorii își rezervă timpul pentru a crea noi caracteristici și pentru a rezolva multe probleme și fiecare poate dura ceva timp pentru a termina. \nTrebuie doar să aștepți. Problema ta va fi revizuită cât mai curând posibil."
10 | },
11 | {
12 | "title": "Cum pot creea un logcat?",
13 | "content": "Pentru utilizatorii non-root:\nVei avea nevoie de un calculator pentru a lua ieșiri `logcat`. Iată un [ghid text](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) și un [ghid video](https://youtu. e/ICLpwgsJP0).\n\nPentru utilizatorii root:\nNu ai nevoie de un PC pentru aceasta, te rugăm să urmezi [instrucțiunile](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Problema ta este legata interfață?",
17 | "content": "Pentru erori legate de interfață, veți avea pași suplimentari.\n\nVă rugăm să instalați și să configurați [Asistent pentru dezvoltatori](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nDupă aceea, mergeți la Vanced și reproduceți eroarea, apoi deschideți vizualizatorul de Layout prin declanșarea Asistentului de Dezvoltare.\n\nAcum urmați acești pași:\n1. Asigurați-vă că eroarea arată pe ecran.\n2. Apasă pe elementul care crezi că este afectat de erori.\n3. Mergeți la filele `Element` și `Ierarhie` și capturați datele de pe ecran.\n4. Includeți aceste capturi de ecran în problema dvs."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ro-RO/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Raport erori",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Întrebări frecvente",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funcţii",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Depanare",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/ru-RU/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Как сообщить об ошибках?",
5 | "description": "Вы можете сообщать о ошибках создавая запросы, на нашем [GitHub Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nПрежде чем создавать свой запрос, обязательно проверьте существующие запросы, вдруг о проблеме уже сообщили!",
6 | "fields": [
7 | {
8 | "title": "Когда будет просмотрен мой запрос?",
9 | "content": "Разработчики выделяют свое время на создание новых функций и решение многих проблем, и любое из этих действий может занять некоторое время. \nВам нужно немножко подождать. Ваш вопрос будет рассмотрен как можно скорее."
10 | },
11 | {
12 | "title": "Как мне сделать logcat?",
13 | "content": "Для пользователей без root:\nВам понадобится компьютер для получения вывода `logcat`. Вот [текстовое руководство](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) и [видео руководство](https://youtu.be/ICLpwgsJJP0).\n\nДля root пользователей:\nВам не нужен ПК для этого, пожалуйста следуйте [инструкции](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ваша ошибка связана с ПИ?",
17 | "content": "Для ошибок, связанных с интерфейсом, вам предстоит выполнить дополнительные шаги.\n\nПожалуйста, установите и настройте [Помощник разработчика](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nПосле этого перейдите в Vanced и воспроизведите ошибку, затем откройте средство просмотра макета, запустив помощник разработчика.\n\nТеперь выполните следующие действия:\n1. Убедитесь, что ошибка отображается на экране.\n2. Нажмите на элемент, который, по вашему мнению, затронут ошибкой.\n3. Перейдите на вкладку `Элементы` и `Иерархия` и сделайте скриншот.\n4. Вставьте эти скриншоты в вашу заявку на исправление ошибки."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ru-RU/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Отчет об ошибке",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Частые вопросы",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Особенности",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Устранение проблем",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/si-LK/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "දෝෂ වාර්තා කරන්නේ කෙසේද?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "When will my issue be reviewed?",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/si-LK/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/sk-SK/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Ako nahlásiť chyby?",
5 | "description": "Chyby môžete nahlásiť pomocou nášho [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nPred vytvorením problému si nezabudnite prezrieť už existujúce problémy a skontrolovať, či už problém nebol nahlásený!",
6 | "fields": [
7 | {
8 | "title": "Kedy bude mnou nahlásená chyba preskúmaná?",
9 | "content": "Vývojári trávia mnoho svojho času vytváraním nových funkcií a opravovaním mnohých problémov. Dokončenie každého z nich môže chvíľu trvať. \nMusíte len sedieť a čakať. Váš problém bude preskúmaný čo najskôr to bude možné."
10 | },
11 | {
12 | "title": "Ako vytvorím logcat?",
13 | "content": "Pre non-root používateľov:\nNa vytvorenie výstupu `logcat` budete potrebovať počítač. Tu je [textový sprievodca](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) a [videonávod](https://youtu.be/ICLpwgsJJP0).\n\nPre root používateľov:\nNepotrebujete k tomu počítač. Môžete postupovať podľa pokynov [tu](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Súvisí vaša chyba s UI?",
17 | "content": "V prípade chýb týkajúcich sa UI budete musieť podniknúť ďalšie kroky.\n\nNainštalujte a nastavte si aplikáciu [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nPotom choďte na Vanced, reprodukujte chybu a otvorte prehliadač rozloženia spustením pomocníka pre vývojárov.\n\nTeraz postupujte podľa týchto krokov:\n1. Uistite sa, že sa chyba zobrazuje na obrazovke.\n2. Ťuknite na prvok, o ktorom si myslíte, že je ovplyvnený chybou.\n3. Prejdite na karty `Element` a` Hierarchia` a vytvorte snímky výstupov.\n4. Zahrňte tieto snímky obrazovky do svojho hlásenia."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/sk-SK/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Hlásenie o chybe",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Najčastejšie otázky",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Funkcie",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Riešenie problémov",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/so-SO/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Sida cilad loo wariyo",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "Cillada aan wariyo goormaa la eegi?",
9 | "content": "Warcelintaada waxaa la eegi sida ugu dhakhsaha badan ee ugu macquulsan."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Your bug is UI related?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/so-SO/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/sr-SP/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Како пријавити грешке?",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "Када ће мој проблем бити испитан?",
9 | "content": "Програмери оптимално користе своје време за убацивање нових опција и справку постојећих. Морате бити стрпљиви и сачекати. Ваш проблем ће бити испитан у најбржем могућем року."
10 | },
11 | {
12 | "title": "Како да припремим извештај грешке?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ваш проблем је везан за изглед апликације?",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/sr-SP/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Честа питања",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Могућности",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Решавање проблема",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/sr-SP/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced aims to be a better version of YouTube. It includes adblocking, the black theme, and a lot more. Use Vanced Manager to install YouTube Vanced with relative ease."
6 | },
7 | {
8 | "title": "YouTube Music Vanced",
9 | "description": "YouTube Music Vanced has the same aim as YouTube Vanced, but this app focuses on YouTube Music. This is relatively less feature-rich compared to Vanced but still features many things you come to expect like adblocking and background playback, all inside YouTube Music Vanced!"
10 | },
11 | {
12 | "title": "YouTube Vanced главне особине",
13 | "description": "- OLED friendly black theme and dark theme _(aka dark gray)_ besides white theme.\n- Blocks all ads\n- Allows you to play videos in the background or in the Picture in Picture (PiP) mode (only on Android 8+)\n- Swipe controls allow you to control brightness and volume with up-and-down gestures (with configurable padding).\n- Auto-repeat feature allowing you to loop videos on repeat.\n- New comment/tablet mini-player layout can be toggled to the tablet versions which are very similar to the old version (however, it's a bit buggy)."
14 | },
15 | {
16 | "title": "Прилгођавање",
17 | "description": "- Allows you to override Codec options such as forcing H264 for old devices or VP9, this also allows you to force HDR playback or turn off 60fps if you prefer a cinematic experience. (Custom device configs for these features can be found on our [Discord server](https://discord.gg/Vanced) or XDA)\n- Force the default video resolution as high or low as you want and even override your screen resolution for that sharp 4k playback on any device. It also allows you to change default playback speed to anywhere between 0.25x to 2x (assuming your device is powerful enough)\n- Allows you to toggle home ads, most UI ads, Merchandise ads, Community posts, Movie upselling, compact banner info (such as the COVID-19 info), remove comments entirely, compact movie, movie shelf removal and many more!"
18 | },
19 | {
20 | "title": "Спонзорски блок",
21 | "description": "- Features the ability to skip sponsor segments (where a [YouTuber](https://en.wikipedia.org/wiki/YouTuber) advertises a service or product in the middle of a video)\n- It also supports skipping other categories, such as intros, outros and self-promotion.\n- Uses the API [found here](https://sponsor.ajay.app). You can find more information on how it works\n- It also allows you to submit your own segments to the API and contribute to the wider community\n- Complete control over whether to automatically skip a segment category or show a button for skipping, or simply just not skipping it at all.\n- Highlights the segment in the specific colour based on its category in the playback timeline."
22 | },
23 | {
24 | "title": "Платформе",
25 | "description": "Апликације постоје тренутно само за Андроид уређаје и нема планова за подршку другим платформама"
26 | },
27 | {
28 | "title": "Разлике за Root и не Root верзију апликације",
29 | "description": "#### Root:\nThe root variant of Vanced seamlessly replaces the official YouTube app. As a result, you can directly open YouTube links or call them using Google Assistant through the modded Vanced app.\n\n#### Non-Root:\n- If you have a device that is difficult to root, or you don’t want to root your daily device on first hand, you should opt for the non-root variant.\n- Since the package name of the non-root variant is different from the stock YouTube app, they can co-exist. Note that you need to install an additional companion app (Vanced microG) to be able to log in with your YouTube/Google account.\n- Moreover, you have to manually set Vanced as the default app for opening YouTube links.\n- However, the non-root variant is much simpler to install and use, so we recommend you stick with the non-root variant unless you really need to replace the stock YouTube app on your phone."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/sv-SE/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Hur man rapporterar buggar",
5 | "description": "Du kan rapportera buggar med vår [GitHub issue tracker](https://github. om/YTVanced/Vanced)\n\n**Se till att läsa README och kontrollera om ditt fel redan är rapporterat innan du rapporterar fel!**",
6 | "fields": [
7 | {
8 | "title": "När kommer min bugg att granskas?",
9 | "content": "Din beställning skickas så snart som möjligt."
10 | },
11 | {
12 | "title": "Hur gör jag en logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ert fel är UI relaterat?",
17 | "content": "För UI-relaterade buggar, kommer du att ha extra steg att ta.\n\nInstallera och installera [Developer Assistant](https://play.google.com/store/apps/details?id=com. ppsisle.developerassistant).\nEfter det, gå till Vanced och återskapa felet, öppna sedan Layout-tittaren genom att utlösa utvecklarassistenten.\n\nFölj nu dessa steg:\n1. Se till att felet visas på skärmen.\n2. Tryck på det element som du tror påverkas av felet.\n3. Gå till flikarna `Element` och `Hierarchy` och skärmdump utgångarna.\n4. Inkludera dessa skärmdumpar i ditt problem."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/sv-SE/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/sv-SE/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced syftar till att vara en bättre version av Youtube. Om inkluderar adblocking, amoled mörk läge och mycket mer. Använd Vanced Manager för att installera YouTube Vanced med relativ lätthet."
6 | },
7 | {
8 | "title": "Vanced Musik",
9 | "description": "Vanced Music har samma mål som YouTube Vanced, men denna app fokuserar på YouTube-musik. Detta är relativt mindre funktionsrika jämfört med Vanced men har ändå många saker du kommer att förvänta dig som adblocking och bakgrundsuppspelning, alla inuti Youtube Music!"
10 | },
11 | {
12 | "title": "YouTube Vanced huvudfunktioner",
13 | "description": "En amoled svart tema.\n- Blockerar alla videoannonser och låter dig spela upp videor i bakgrunden eller i Bildläge (endast på Android 8. och upp)\n- Svep kontroller gör att du kan styra ljusstyrka och volym med upp-och-ned-gester (med konfigurerbar stoppning).\n- Automatisk upprepningsfunktion så att du kan loopa videoklipp vid upprepning.\n- Nya kommentar/minispelarlayouter kan växlas till tablettversionerna som är väldigt lika den gamla versionen (även om den är lite buggig)."
14 | },
15 | {
16 | "title": "Anpassning",
17 | "description": "- Låter dig åsidosätta Codec alternativ som att tvinga H264 för gamla enheter eller VP9, Detta gör det också möjligt att tvinga HDR-uppspelning eller stänga av 60fps om du föredrar en filmisk upplevelse. (Konfigurera enheter för dessa funktioner finns på vår discord eller XDA)\n- Tvinga standardvideoupplösningen så hög eller låg som du vill och till och med åsidosätta din skärmupplösning för skarp 4k uppspelning på alla enheter. Det gör också att du kan ändra standard uppspelningshastighet till någonstans mellan 0. 5x till 2x (förutsatt att din enhet är tillräckligt kraft)\n- Låter dig växla hemannonser, de flesta UI-annonser, Merchandise annonser, Community inlägg, Movie upselling, kompakt banner info (såsom samtidig info), ta bort kommentarer helt, kompakt film, film hylla borttagning och många mer!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- Har möjlighet att hoppa över sponsorsegment (där en youtuber annonserar en tjänst eller produkt mitt i en video)\n- Det stöder också hoppa över andra kategorier, såsom introduktion, outros och självfrämjande.\n- Använder API: et som finns här. Du kan hitta mer information om hur det fungerar\n- Det låter dig också skicka in dina egna segment till API: et och bidra till den bredare gemenskapen\n- Fullständig kontroll över om du automatiskt ska hoppa över en segmentkategori eller visa en knapp för att hoppa över, eller helt enkelt inte hoppa över det alls.\n- Framhäver segmentet i den specifika färgen baserat på dess kategori i uppspelningstiden."
22 | },
23 | {
24 | "title": "Plattformar",
25 | "description": "Appen finns för närvarande bara i android, det finns inga planer på att stödja andra plattformar för tillfället"
26 | },
27 | {
28 | "title": "Skillnad mellan rot och icke-rot",
29 | "description": "- Root: \nRotvarianten av Vanced ersätter sömlöst den officiella YouTube-appen. Som ett resultat av detta kan du öppna YouTube-länkar direkt eller ringa dem med hjälp av Googles assistent via den modderade vansade appen.\n- Non-Root:\n- Om du har en enhet som är svår att rota eller inte vill rota din dagliga drivrutin på första hand, du bör välja för icke-rot-varianten. \n- Den kan även installeras på en rootad enhet. Eftersom paketnamnet för icke-rot-varianten skiljer sig från lager-YouTube-appen kan de samexistera. Observera att du behöver installera ytterligare en kompanjonapp (Vanced microG) för att kunna logga in med ditt YouTube/Google-konto. \n- Dessutom måste du manuellt ställa in Vanced som standardapp för att öppna YouTube-länkar. \n- Dock är icke-rot-varianten helt enkelt lättare att leva med, så vi rekommenderar att du håller dig med icke-rot-varianten om du inte verkligen behöver byta ut lager YouTube-appen på din telefon."
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/ta-IN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "பிழைகள் எவ்வாறு புகாரளிக்க வேண்டும்?",
5 | "description": "எங்கள் [Github வெளியீட்டு மையத்தில் உள்ள சிக்கல்களை உருவாக்குவதன் மூலம் பிழைகளை புகாரளிக்கலாம் (https://github.com/ytvanced/vanced#vanced -issue-center).\n\nஉங்கள் பிரச்சினையைத் திறப்பதற்கு முன்பே உங்கள் பிரச்சனை ஏற்கனவே புகாரளிக்கப்பட்டிருந்தால் சரிபார்க்க இருக்கும் சிக்கல்களைப் பார்க்கவும்!",
6 | "fields": [
7 | {
8 | "title": "என் பிரச்சினை எப்போது மதிப்பாய்வு செய்யப்படும்?",
9 | "content": "டெவலப்பர்கள் புதிய அம்சங்களை உருவாக்குவதற்கும் பல சிக்கல்களையும் சரிசெய்வதற்கும், ஒவ்வொன்றும் முடிக்க சிறிது நேரம் ஆகலாம்.\nநீங்கள் இறுக்கமாக உட்கார்ந்து காத்திருக்க வேண்டும். உங்கள் பிரச்சினை விரைவில் முடிந்தவரை மதிப்பாய்வு செய்யப்படும்."
10 | },
11 | {
12 | "title": "நான் ஒரு logcat எவ்வாறு எடுக்க வேண்டும்?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "உங்கள் பிழை UI தொடர்புடையதா?",
17 | "content": "UI தொடர்பான பிழைகள், நீங்கள் எடுக்க கூடுதல் படிகள் வேண்டும்.\n\nதயவுசெய்து நிறுவவும் மற்றும் அமைப்பை [டெவலப்பர் உதவியாளர்] (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nஅதற்குப் பிறகு, பிழையைத் திறந்து இனப்பெருக்கம் செய்யுங்கள், பின்னர் டெவலப்பர் உதவியாளரைத் தூண்டுவதன் மூலம் அமைப்பைப் பார்வையாளரைத் திறக்கவும்.\n\nஇப்போது இந்த வழிமுறைகளைப் பின்பற்றவும்:\n1. பிழை திரையில் காண்பிக்கப்படும் என்பதை உறுதிப்படுத்தவும்.\n2. பிழை மூலம் பாதிக்கப்படும் என்று நீங்கள் நினைக்கிறீர்கள் என்று உறுப்பு மீது தட்டவும்.\n3. `Element` மற்றும் `Hierarchy` தாவல்கள் சென்று வெளியீடுகளை திரைப்பிடிக்கின்றன.\n4. உங்கள் பிரச்சினையில் அந்த திரைக்காட்சிகளுடன் சேர்க்கவும்."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/ta-IN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "பிழையறிக்கை",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "அம்சங்கள்",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "சிக்கல்தீர்த்தல்",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/th-TH/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "วิธีส่งบัคให้ผู้พัฒนา",
5 | "description": "You can report bugs by creating issues on our [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nMake sure to look through the existing issues to check if your problem was already reported before opening your issue!",
6 | "fields": [
7 | {
8 | "title": "ปัญหาของฉันจะได้รับคำตอบเมื่อไหร่",
9 | "content": "Developers spare their time for creating new features and fixing many issues and each can take a while to finish up. \nYou just need to sit tight and wait. Your issue will be reviewed as soon as possible."
10 | },
11 | {
12 | "title": "How do I take a logcat?",
13 | "content": "For non-root users:\nYou will need a PC to take `logcat` outputs. Here is a [text guide](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) and a [video guide](https://youtu.be/ICLpwgsJJP0).\n\nFor root users:\nYou don't need a PC for this, please follow [the instructions](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "บัคของคุณเกี่ยวข้องกับส่วนติดต่อผู้ใช้งานหรือไม่",
17 | "content": "For UI-related bugs, you will have extra steps to take.\n\nPlease install and setup [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nAfter that, go to Vanced and reproduce the bug, then open the Layout viewer by triggering the Developer Assistant.\n\nNow follow these steps:\n1. Make sure the bug is showing on the screen.\n2. Tap on the element that you think is affected by the bug.\n3. Go to the `Element` and `Hierarchy` tabs and screenshot the outputs.\n4. Include those screenshots in your issue."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/th-TH/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Bugreport",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Features",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Troubleshooting",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/tr-TR/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Hata nasıl bildirilir?",
5 | "description": "[GitHub Issue Center](https://github.com/YTVanced/Vanced)'da yeni kayıt oluşturarak hata bildirimi yapabilirsin.\n\nYeni kayıt oluşturmadan önce, var olan kayıtlar arasında aynı hatanın daha önce bildirilip bildirilmediğinden emin olmalısın!",
6 | "fields": [
7 | {
8 | "title": "Bildirdiğim hata ne zaman incelenir?",
9 | "content": "Geliştiriciler zamanlarını yeni özellikler oluşturmada ve bildirilen hataları düzeltmede harcıyorlar ve bunların tamamını elden geçirmek az/çok zaman alabilir. O yüzden mümkün mertebe sabırlı olmalısın. Bildirdiğin hata, mümkün olan en kısa sürede incelenecektir."
10 | },
11 | {
12 | "title": "Logcat çıktısı nasıl alınır?",
13 | "content": "Root kullanmayanlar:\n`logcat`çıktısı alabilmek için PC'a ihtiyacın var. Nasıl yapacağına dair adımlara [buradan](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc), videolu anlatıma da [bu linkten](https://youtu.be/ICLpwgsJJP0) ulaşabilirsin.\n\nRoot kullanıcıları:\nPC'a ihtiyacın yok. [Buradaki](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android) adımları takip ederek çıktı alabilirsin."
14 | },
15 | {
16 | "title": "Arayüzle alakalı sorun mu buldun?",
17 | "content": "Arayüz hatalarını bildirmeden önce, ekstra detaylar elde etmen gerekiyor.\n\n[Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant) uygulamasını indirmelisin.\nArdından Vanced'ı açıp, daha önce karşılaştığın hatanın aynısını ekranda gözükecek şekilde oluşturmalı ve Developer Assistant uygulamasını çalıştırarak Layout viewer (Arayüz görüntüleyici) özelliğini açabilirsin.\n\nAçtıktan sonra şu aşamaları takip etmelisin:\n1. Bildireceğin hatanın ekranda açıkça görünüyor olduğundan emin olmalısın.\n2. Bildireceğin hata ile ilişkili olan öğeye dokunmalısın.\n3. `Element`, sonrasında `Hierarchy` sekmelerine geçiş yaparak, ekranında gözüken verilerin ekran görüntüsünü almalısın.\n4. Aldığın ekran görüntülerini, GitHub'da oluşturacağın hata kaydına eklemelisin."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/tr-TR/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Hata bildirme",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "S.S.S.",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Özellikler",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Sorun giderme",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/uk-UA/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Як повідомити про помилки?",
5 | "description": "Ви можете повідомляти про помилки, використовуючи наш [Центр помилок на GitHub](https://github.com/YTVanced/Vanced).\n\nОбов'язково прочитайте README і перевірте, чи була ваша помилка вже повідомлена, перш ніж повідомляти про помилку!",
6 | "fields": [
7 | {
8 | "title": "Коли моє звернення буде розглянуто?",
9 | "content": "Розробники розділяють свій час на створення нових функцій і вирішення багатьох проблем, і будь-яка з цих дій може зайняти деякий час.\nВам потрібно трішки почекати. Ваше питання буде розглянуто якнайшвидше."
10 | },
11 | {
12 | "title": "Як мені зробити logcat?",
13 | "content": "Для користувачів без root:\nВам знадобиться комп'ютер для отримання висновку `logcat`. Ось [текстове керівництво](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) і [відео керівництво](https://youtu.be/ICLpwgsJJP0).\n\nДля користувачів з root:\nВам не потрібен ПК для цього, будь ласка, дотримуйтесь [інструкції](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Ваша помилка пов'язана з інтерфейсом?",
17 | "content": "Для помилок, пов'язаних з інтерфейсом, вам потрібно виконати додаткові кроки.\n\nБудь ласка, встановіть і налаштуйте [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nПісля цього перейдіть в Vanced і відтворіть помилку, потім відкрийте засіб перегляду шару, запустивши помічник розробника.\n\nТепер виконайте наступні дії:\n1. Переконайтеся, що помилка відображається на екрані.\n2. Натисніть на елемент, який, на вашу думку, є помилкою.\n3. Перейдіть на вкладку `Element` і` Hierarchy` та зробіть скріншот.\n4. Вставте ці скріншоти до вашої заявки на виправлення помилки."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/uk-UA/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Звіт про помилки",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "FAQ",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Можливості",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Вирішення проблем",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/vi-VN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Làm sao để báo lỗi?",
5 | "description": "Bạn có thể báo lỗi bằng cách tạo vấn đề tại [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center).\n\nHãy chắc chắn rằng bạn đã đọc các vấn đề đã có để kiểm tra xem lỗi của bạn đã được báo cáo chưa kia trước khi báo lỗi!",
6 | "fields": [
7 | {
8 | "title": "Khi nào thì vấn đề của tôi sẽ được kiểm tra?",
9 | "content": "Các nhà phát triển dành thời gian để tạo ra các tính năng mới và sửa chữa nhiều vấn đề, mỗi việc sẽ cần một khoảng thời gian để hoàn thành. \nBạn chỉ cần kiên nhẫn và chờ đợi. Vấn đề của bạn sẽ được kiểm tra sớm nhất có thể."
10 | },
11 | {
12 | "title": "Làm cách nào để lấy logcat?",
13 | "content": "Đối với người dùng không root:\nBạn sẽ cần máy tính lấy `logcat`. Đây là [văn bản hướng dẫn](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc) và [video hướng dẫn](https://youtu.be/ICLpwgsJJP0).\n\nĐối với người dùng root:\nBạn không cần máy tính cho việc này, hãy làm theo [hướng dẫn](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)."
14 | },
15 | {
16 | "title": "Lỗi của bạn liên quan tới giao diện?",
17 | "content": "Đối với các lỗi liên quan đến giao diện người dùng, bạn sẽ phải thực hiển thêm một số bước.\n\nVui lòng cài đặt và thiết lập [Trợ lý nhà phát triển] (https://play.google.com/store/apps/details?id=com.appsisle.developerassistant).\nSau đó, mở Vanced và tái tạo lỗi, mở trình xem Bố cục bằng cách kích hoạt Trợ lý nhà phát triển.\n\nBây giờ hãy làm theo các bước sau:\n1. Đảm bảo rằng lỗi đang hiển thị trên màn hình.\n2. Nhấn vào phần tử mà bạn cho là bị ảnh hưởng bởi lỗi.\n3. Đi tới trang `Phần tử` và 'Cấu trúc phân cấp` và chụp ảnh màn hình các kết quả đầu ra.\n4. Đính kièm ảnh chụp màn hình đó vào vấn đề của bạn."
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/vi-VN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "Báo lỗi",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "Câu hỏi thường gặp",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "Tính năng",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "Khắc phục sự cố",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/zh-CN/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "如何报告错误?",
5 | "description": "您可以使用我们的 [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center) 报告错误\n\n请务必搜索现有错误以确定您的错误是否已经被报告过!",
6 | "fields": [
7 | {
8 | "title": "什么时候会审核我提交的错误?",
9 | "content": "开发者腾出时间来创建新功能和修复许多问题,每个错误都需要花点时间来完成修复。 \n你只需要耐心等候。你的问题将尽快被审阅。"
10 | },
11 | {
12 | "title": "如何获取日志?",
13 | "content": "对于非 Root 用户:\n您需要一台电脑来进行 `logcat` 输出。您可以参考此[文本教程](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc)和[视频教程](https://youtu.be/ICLpwgsJJP0)。\n\n对于 Root 用户:\n您不需要电脑来进行此操作,请参考[此教程](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)。"
14 | },
15 | {
16 | "title": "您的错误与用户界面相关吗?",
17 | "content": "对于用户界面相关错误,您需要进行额外步骤。\n\n请下载并安装 [Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant)。\n然后,前往 Vanced 并复现错误,然后通过 Developer Assistant 打开 Layout Viewer。\n\n现在请按下列步骤操作:\n1. 请确保错误显示在屏幕上\n2. 点击您认为受错误影响的元素\n3. 前往 `Element` 和 `Hierarchy` 页面并将结果截图\n4. 在反馈中附带此截图"
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/zh-CN/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "错误报告",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "常见问题",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "功能特色",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "故障排查",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/zh-CN/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced 旨在成为一个更好的 YouTube。其包含广告拦截、黑色主题以及更多。 使用 Vanced Manager 以更方便地安装 YouTube Vanced。"
6 | },
7 | {
8 | "title": "Vanced Music",
9 | "description": "Vanced Music 与 YouTube Vanced 目的相同,但这个应用的重点是 YouTube Music。与 Vanced 相比,其功能相对较少,但仍可以满足您的期望,例如广告拦截和背景播放,皆在 YouTube Music 中!"
10 | },
11 | {
12 | "title": "YouTube Vanced 主要功能",
13 | "description": "- 适合 OLED 屏幕的黑色主题\n- 屏蔽所有广告\n- 允许您在后台或画中画模式下播放视频(仅适用于 Android 8 或以上)\n- 滑动控制允许您使用上下手势(可配置边距)控制亮度和音量\n- 自动循环功能允许您重复播放视频\n- 新版评论/迷你播放器布局可以切换到与旧版本非常相似的平板版本(尽管略有错误)"
14 | },
15 | {
16 | "title": "个性化",
17 | "description": "- 允许您覆盖编解码器选项,如在旧设备上强制使用 H264 或 VP9。如果您喜欢电影体验,也允许您强制 HDR 播放或关闭 60 FPS。 (可在我们的 Discord 或 XDA 上找到这些功能的自定义设备配置)\n- 将默认视频画质强制更改为任意大小,甚至可以覆盖您的屏幕分辨率,在任意设备上播放 4K。 它还允许您将默认播放速度更改为从 0.25 倍到 2 倍之间的任何倍数(假如您的设备足够强大)\n- 允许您开关主页广告、大多数界面广告、商品广告、社区帖子、电影推广、紧凑横幅信息(例如新冠疫情信息)、完全移除评论、紧凑电影布局、移除电影列表、以及更多!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- 具有跳过赞助片段(视频中间宣传赞助商品的部分)的能力\n- 它也支持跳过其他类别的片段,如开头、结尾和自我宣传。\n- 使用[这里](https://sponsor.ajay.app)提供的 API。 您可以找到更多关于它如何工作的信息\n- 它还允许您将自己的片段提交到 API 并为更广泛的社区做出贡献\n- 完全控制是否自动跳过一个片段类别或显示一个跳过按钮, 或者根本不跳过。\n- 根据播放时间段中的类别以特定颜色突出显示片段。"
22 | },
23 | {
24 | "title": "平台",
25 | "description": "此应用目前仅存在于 Android,并且暂时不计划支持任何其他平台。"
26 | },
27 | {
28 | "title": "Root 版与非 Root 版之间的区别",
29 | "description": "#### Root 版:\n可以无缝取代官方 YouTube 应用的 Root 版。因此,您可以直接打开 YouTube 链接,或通过 Google 助理打开 Vanced。\n\n#### 非 Root版:\n- 如果您的设备难以 Root,或者您根本不想 Root 您的常用手机,您应该选择非 Root 版本。\n- 由于非 Root 版的应用包名不同于官方 YouTube 应用,它们可以共存。 请注意,您需要安装一个附加的配套应用(Vanced microG)才能登录您的 YouTube/Google 帐户。\n- 此外,您必须手动设置 Vanced 为默认打开 YouTube 链接的应用程序。 \n- 然而,非 Root 版更易于使用,所以我们建议您使用非 Root 版,除非您真的需要替换您手机上的原版 YouTube 应用。"
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/strings/zh-TW/bugreport.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "如何回報 bug?",
5 | "description": "您可以使用我們的 [Github Issue Center](https://github.com/YTVanced/Vanced#vanced-issue-center) 報告錯誤\n\n請務必檢查您的錯誤是否已經被報告過!",
6 | "fields": [
7 | {
8 | "title": "什麼時候會審查我回報的 bug?",
9 | "content": "開發者騰出時間來創建新功能和修復許多問題,每個錯誤都需要花時間來完成修復。\n你只需要耐心等候。你的問題將盡快被審閱。"
10 | },
11 | {
12 | "title": "如何取得 logcat?",
13 | "content": "對於非root使用者:\n您需要使用電腦來獲得\"logcat\"的輸出。這邊有[文字版的教學](https://github.com/YTVanced/Vanced#creating-a-logcat-using-the-android-debug-bridge-adb-on-your-pc)和[影片教學](https://youtu.be/ICLpwgsJJP0)。\n\n對於root使用者:\n您則不需要使用電腦。您可以按照[此處](https://github.com/YTVanced/Vanced#creating-a-logcat-using-termux-on-your-rooted-android)的說明進行操作。"
14 | },
15 | {
16 | "title": "您的 BUG 是與介面相關的嗎?",
17 | "content": "對於UI相關的BUG,您需要採取額外的步驟。\n\n請安裝並設置[Developer Assistant](https://play.google.com/store/apps/details?id=com.appsisle.developerassistant)。\n之後,回到Vanced並重現BUG,然後透過觸發開啟Developer Assistant並打開Layout的查看器。\n\n現在按照以下步驟:\n1. 確保BUG顯示在螢幕上\n2. 點擊您認為受BUG影響的元件\n3. 選到\"Element\"和\"Hierarchy\"的標籤項,進行螢幕截圖\n4. 在您的問題回報中包含這些螢幕截圖"
18 | }
19 | ]
20 | }
21 | ]
22 | }
23 |
--------------------------------------------------------------------------------
/strings/zh-TW/categories.json:
--------------------------------------------------------------------------------
1 | {
2 | "categories": [
3 | {
4 | "category": "錯誤報告",
5 | "json": "bugreport.json"
6 | },
7 | {
8 | "category": "常見問題",
9 | "json": "faq.json"
10 | },
11 | {
12 | "category": "功能",
13 | "json": "features.json"
14 | },
15 | {
16 | "category": "疑難排解",
17 | "json": "troubleshooting.json"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/strings/zh-TW/features.json:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "title": "Vanced",
5 | "description": "YouTube Vanced旨在成為更好版本的原生YouTube。它包括廣告阻擋,深色主題等等。使用Vanced Manager可以相對輕鬆地安裝YouTube Vanced。"
6 | },
7 | {
8 | "title": "Vanced Music",
9 | "description": "YouTube Music Vanced與YouTube Vanced的目標相同,但此應用程式專注於YouTube音樂。與Vanced相比,功能相對而言要少一些,但在YouTube Music Vanced內,您仍然可以期待很多功能,例如廣告攔截和背景播放!"
10 | },
11 | {
12 | "title": "YouTube Vanced 主要特色",
13 | "description": "- 除了白色主題,還有對 OLED 友善的黑色主題和暗色主題_(aka 深灰色)_\n- 阻擋所有廣告\n- 允許您在背景或畫中畫(PiP)模式(只在 Android 8+) 中播放影片\n- 滑動控制允許您透過上下手勢控制亮度和音量(可調整設定)\n- 自動重播功能可讓您重複播放影片\n- 可以將新的留言/平板迷你播放器版面切換到與平板舊版非常相似的版本(但是,它有點問題)"
14 | },
15 | {
16 | "title": "個人化",
17 | "description": "- 允許您覆寫編解碼器選項,例如為舊裝置強制使用 H264 或 VP9,如果您更喜歡電影般的體驗,它也允許您強制播放 HDR 或關閉 60fps。(這些功能的自定義裝置設定可以在我們的 [Discord](https://discord.gg/Vanced) 或是 XDA 上找到)\n- 強制將影片預設解析度設置為您期望的更高或更低,甚至可以覆寫您的螢幕解析度,以便在任何裝置上播放 4K 超高畫質。它還允許您將預設播放速度更改為 0.25 到 2 倍速之間的任何速度(假如您的裝置能夠負荷的話)\n- 允許您開關首頁廣告、大多數 UI 廣告、商品廣告、社群文章、電影推銷、小型橫幅資訊(例如 COVID-19 資訊)、完全移除評論、小型電影、推薦電影等等!"
18 | },
19 | {
20 | "title": "SponsorBlock",
21 | "description": "- 具有跳過贊助商部分的功能([YouTuber](https://en.wikipedia.org/wiki/YouTuber) 在影片中間宣傳服務或產品的地方)\n- 它還支援略過像是介紹、結尾和自我宣傳\n- [此處](https://sponsor.ajay.app)是我們使用的API。您可以找到有關其運作原理的更多資訊\n- 它也允許您將自己的片段納入到 API 並為更廣泛的社群做出貢獻\n- 控制是否自動跳過片段類型或顯示跳過按鈕,或者根本不跳過它\n- 根據播放時間線中的類型以特定顏色標記該片段"
22 | },
23 | {
24 | "title": "平台",
25 | "description": "本 APP 目前僅能在 Android 平台上使用,且暫時沒有支援其他平台的計劃。"
26 | },
27 | {
28 | "title": "Root 與非 Root 版本之間的區別",
29 | "description": "#### Root 版本:\n無縫替換了官方 YouTube 應用程式。因此,您可以像平常一樣使用官方 YouTube 打開 YouTube 連結或使用 Google 助理,這些動作都會開啟 Vanced。\n\n#### 非 Root 版本:\n- 如果您的裝置難以 root,或者您不想對您的裝置進行 root,則應選擇非 root 版本。\n- 由於非 Root 版本的封包名稱與官方 YouTube 應用程式的不同,它們可以共存。請注意,您需要安裝額外的應用程式「Vanced microG」才能使用您的 YouTube/Google 帳戶登錄。\n- 此外,您必須手動將 Vanced 設定為預設打開 YouTube 連結的應用程式。\n- 但是,非 root 版本的安裝和使用簡單許多,因此我們建議您使用非 root 版本,除非您真的需要更換手機上的原版 YouTube 應用程式。"
30 | }
31 | ]
32 | }
33 |
--------------------------------------------------------------------------------
/web/android/images/svg/download.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
53 |
--------------------------------------------------------------------------------
/web/android/images/svg/logo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/web/android/images/webp/customization_1.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/customization_1.webp
--------------------------------------------------------------------------------
/web/android/images/webp/customization_2.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/customization_2.webp
--------------------------------------------------------------------------------
/web/android/images/webp/main_features_1.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/main_features_1.webp
--------------------------------------------------------------------------------
/web/android/images/webp/main_features_2.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/main_features_2.webp
--------------------------------------------------------------------------------
/web/android/images/webp/sponsor_block_1.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/sponsor_block_1.webp
--------------------------------------------------------------------------------
/web/android/images/webp/sponsor_block_2.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TeamVanced/VancedBackend/68e022dd59b32cd3bfc15a66b0ede803edd9bd6e/web/android/images/webp/sponsor_block_2.webp
--------------------------------------------------------------------------------