mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Translations update from Weblate (#389)
* Added translation using Weblate (Italian) * Translated using Weblate (Greek) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/el/ * Translated using Weblate (Italian) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/it/ * Translated using Weblate (Lithuanian) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/lt/ * Translated using Weblate (Turkish) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/tr/ * Translated using Weblate (Italian) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/it/ * Added translation using Weblate (Persian) * Translated using Weblate (French) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fr/ * Translated using Weblate (German) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/de/ * Translated using Weblate (Persian) Currently translated at 75.6% (31 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fa/ * Add support for Persian. Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: IceDBorn <weblate.tain@dralias.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: alefvanoon <alefvanoon@tuta.io> Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									8cca38838b
								
							
						
					
					
						commit
						f575e1dc8b
					
				
					 8 changed files with 100 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -168,6 +168,7 @@ export default {
 | 
			
		|||
            watchHistory: false,
 | 
			
		||||
            selectedLanguage: "en",
 | 
			
		||||
            languages: [
 | 
			
		||||
                { code: "bn", name: "Bengali" },
 | 
			
		||||
                { code: "zh_Hant", name: "Chinese (Traditional)" },
 | 
			
		||||
                { code: "en", name: "English" },
 | 
			
		||||
                { code: "fr", name: "French" },
 | 
			
		||||
| 
						 | 
				
			
			@ -176,8 +177,8 @@ export default {
 | 
			
		|||
                { code: "lt", name: "Lithuanian" },
 | 
			
		||||
                { code: "ml", name: "Malayalam" },
 | 
			
		||||
                { code: "nb_NO", name: "Norwegian Bokmål" },
 | 
			
		||||
                { code: "fa", name: "Persian" },
 | 
			
		||||
                { code: "tr", name: "Turkish" },
 | 
			
		||||
                { code: "bn", name: "Bengali" },
 | 
			
		||||
            ],
 | 
			
		||||
            enabledCodecs: ["av1", "vp9", "avc"],
 | 
			
		||||
        };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,8 @@
 | 
			
		|||
        "sort_by": "Sortieren nach:",
 | 
			
		||||
        "view_subscriptions": "Abonnements anzeigen",
 | 
			
		||||
        "unsubscribe": "Deabonnieren",
 | 
			
		||||
        "subscribe": "Abonnieren"
 | 
			
		||||
        "subscribe": "Abonnieren",
 | 
			
		||||
        "enabled_codecs": "Aktivierte Codecs (mehrere)"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "Ansehen auf"
 | 
			
		||||
| 
						 | 
				
			
			@ -40,7 +41,7 @@
 | 
			
		|||
    "titles": {
 | 
			
		||||
        "history": "Verlauf",
 | 
			
		||||
        "preferences": "Einstellungen",
 | 
			
		||||
        "feed": "Feed",
 | 
			
		||||
        "feed": "Abonnements",
 | 
			
		||||
        "register": "Registrieren",
 | 
			
		||||
        "login": "Anmelden",
 | 
			
		||||
        "trending": "Trends"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
        "skip_non_music": "Παράλειψη μουσικής: Μη-μουσικό τμήμα",
 | 
			
		||||
        "skip_self_promo": "Παράλειψη μη-χορηγούμενης/προσωπικής προώθησης",
 | 
			
		||||
        "skip_preview": "Παράλειψη προεπισκόπησης/ανακεφαλαίωσης",
 | 
			
		||||
        "skip_outro": "Παράλειψη τίτλων τέλους/ευσημάτων",
 | 
			
		||||
        "skip_outro": "Παράλειψη καρτών τέλους/τίτλων τέλους",
 | 
			
		||||
        "skip_intro": "Παράλειψη διακοπών/εισαγωγής",
 | 
			
		||||
        "skip_sponsors": "Παράλειψη χορηγών",
 | 
			
		||||
        "channel_name_desc": "Όνομα καναλιού (Ζ-Α)",
 | 
			
		||||
| 
						 | 
				
			
			@ -43,6 +43,6 @@
 | 
			
		|||
        "trending": "Τάσεις"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "Παρακολούθηση σε"
 | 
			
		||||
        "watch_on": "Παρακολούθηση στο"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										38
									
								
								src/locales/fa.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								src/locales/fa.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,38 @@
 | 
			
		|||
{
 | 
			
		||||
    "actions": {
 | 
			
		||||
        "enabled_codecs": "کدکهای فعال (چندگانه)",
 | 
			
		||||
        "instances_list": "لیست نمونهها",
 | 
			
		||||
        "language_selection": "انتخاب زبان",
 | 
			
		||||
        "store_watch_history": "ذخیره سابقه تماشا",
 | 
			
		||||
        "minimize_description": "به حداقل رساندن توضیحات به صورت پیش فرض",
 | 
			
		||||
        "show_comments": "نمایش نظرات",
 | 
			
		||||
        "default_homepage": "صفحه خانگی پیش فرض",
 | 
			
		||||
        "country_selection": "انتخاب کشور",
 | 
			
		||||
        "buffering_goal": "هدف بافر (در ثانیه)",
 | 
			
		||||
        "default_quality": "کیفیت پیش فرض",
 | 
			
		||||
        "audio_only": "فقط صدا",
 | 
			
		||||
        "autoplay_video": "پخش خودکار ویدئو",
 | 
			
		||||
        "light": "روشن",
 | 
			
		||||
        "dark": "تاریک",
 | 
			
		||||
        "auto": "خودکار",
 | 
			
		||||
        "theme": "پوسته",
 | 
			
		||||
        "skip_sponsors": "رد کردن حامیان مالی",
 | 
			
		||||
        "enable_sponsorblock": "فعال کردن Sponsorblock",
 | 
			
		||||
        "back": "بازگشت",
 | 
			
		||||
        "channel_name_desc": "نام کانال (ی-الف)",
 | 
			
		||||
        "channel_name_asc": "نام کانال (الف-ی)",
 | 
			
		||||
        "most_recent": "تازهترینها",
 | 
			
		||||
        "sort_by": "مرتب سازی بر اساس:",
 | 
			
		||||
        "view_subscriptions": "مشاهده اشتراکها",
 | 
			
		||||
        "unsubscribe": "لغو اشتراک",
 | 
			
		||||
        "subscribe": "مشترک شدن"
 | 
			
		||||
    },
 | 
			
		||||
    "titles": {
 | 
			
		||||
        "history": "سابقه",
 | 
			
		||||
        "preferences": "تنظیمات",
 | 
			
		||||
        "feed": "خوراک",
 | 
			
		||||
        "register": "ثبت نام",
 | 
			
		||||
        "login": "ورود",
 | 
			
		||||
        "trending": "محبوب"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -40,7 +40,8 @@
 | 
			
		|||
        "sort_by": "Trier par :",
 | 
			
		||||
        "channel_name_asc": "Nom de la chaîne (A-Z)",
 | 
			
		||||
        "least_recent": "Le moins récent",
 | 
			
		||||
        "most_recent": "Le plus récent"
 | 
			
		||||
        "most_recent": "Le plus récent",
 | 
			
		||||
        "enabled_codecs": "Codecs activés (multiples)"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "Regarder sur"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										49
									
								
								src/locales/it.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								src/locales/it.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,49 @@
 | 
			
		|||
{
 | 
			
		||||
    "actions": {
 | 
			
		||||
        "instances_list": "Elenco delle istanze",
 | 
			
		||||
        "language_selection": "Selezione della lingua",
 | 
			
		||||
        "store_watch_history": "Conserva la cronologia di visualizzazione",
 | 
			
		||||
        "minimize_description": "Minimizza la descrizione per impostazione predefinita",
 | 
			
		||||
        "show_comments": "Mostra i commenti",
 | 
			
		||||
        "default_homepage": "Pagina iniziale predefinita",
 | 
			
		||||
        "country_selection": "Selezione del paese",
 | 
			
		||||
        "buffering_goal": "Obiettivo di buffering (in secondi)",
 | 
			
		||||
        "default_quality": "Qualità predefinita",
 | 
			
		||||
        "audio_only": "Solo audio",
 | 
			
		||||
        "autoplay_video": "Riproduzione automatica del video",
 | 
			
		||||
        "light": "Chiaro",
 | 
			
		||||
        "dark": "Scuro",
 | 
			
		||||
        "auto": "Automatico",
 | 
			
		||||
        "theme": "Tema",
 | 
			
		||||
        "skip_non_music": "Ignora la musica: sezione non musicale",
 | 
			
		||||
        "skip_self_promo": "Ignora la promozione non pagata / l'autopromozione",
 | 
			
		||||
        "skip_interaction": "Ignora il promemoria dell'interazione (Iscriviti)",
 | 
			
		||||
        "skip_preview": "Salta l'anteprima / il riepilogo",
 | 
			
		||||
        "skip_outro": "Ignora i crediti",
 | 
			
		||||
        "skip_intro": "Ignora l'intervallo/l'animazione introduttiva",
 | 
			
		||||
        "skip_sponsors": "Ignora gli sponsor",
 | 
			
		||||
        "enable_sponsorblock": "Abilita Sponsorblock",
 | 
			
		||||
        "uses_api_from": "Usa l'API da ",
 | 
			
		||||
        "back": "Indietro",
 | 
			
		||||
        "channel_name_desc": "Nome del canale (Z-A)",
 | 
			
		||||
        "channel_name_asc": "Nome del canale (A-Z)",
 | 
			
		||||
        "most_recent": "Più recente",
 | 
			
		||||
        "least_recent": "Meno recente",
 | 
			
		||||
        "sort_by": "Ordina per:",
 | 
			
		||||
        "view_subscriptions": "Visualizza gli abbonamenti",
 | 
			
		||||
        "unsubscribe": "Disiscriviti",
 | 
			
		||||
        "subscribe": "Iscriviti",
 | 
			
		||||
        "enabled_codecs": "Abilita Codecs (Molteplici)"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "Guarda su"
 | 
			
		||||
    },
 | 
			
		||||
    "titles": {
 | 
			
		||||
        "history": "Cronologia",
 | 
			
		||||
        "preferences": "Preferenze",
 | 
			
		||||
        "feed": "Abbonammenti",
 | 
			
		||||
        "register": "Registrati",
 | 
			
		||||
        "login": "Accedi",
 | 
			
		||||
        "trending": "Di tendenza"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -32,7 +32,8 @@
 | 
			
		|||
        "least_recent": "Seniausi",
 | 
			
		||||
        "most_recent": "Naujausi",
 | 
			
		||||
        "sort_by": "Rikiuoti pagal:",
 | 
			
		||||
        "view_subscriptions": "Peržiūrėti prenumeratas"
 | 
			
		||||
        "view_subscriptions": "Peržiūrėti prenumeratas",
 | 
			
		||||
        "enabled_codecs": "Įgalinti kodekai (gali būti keli)"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "Žiūrėti per"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,8 @@
 | 
			
		|||
        "sort_by": "Sıralama ölçütü:",
 | 
			
		||||
        "view_subscriptions": "Abonelikleri Görüntüle",
 | 
			
		||||
        "unsubscribe": "Abonelikten çık",
 | 
			
		||||
        "subscribe": "Abone ol"
 | 
			
		||||
        "subscribe": "Abone ol",
 | 
			
		||||
        "enabled_codecs": "Etkin Çözücüler (Birden Çok)"
 | 
			
		||||
    },
 | 
			
		||||
    "player": {
 | 
			
		||||
        "watch_on": "İzle"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue