From daeaa096b82b22a15133f058796c3b197e437e8b Mon Sep 17 00:00:00 2001 From: ZOBRY Date: Wed, 15 Jun 2022 02:51:11 +0000 Subject: [PATCH] Translated using Weblate (Arabic) Currently translated at 41.7% (43 of 103 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ar/ --- src/locales/ar.json | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 0967ef42..b13061ae 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -1 +1,53 @@ -{} +{ + "titles": { + "trending": "محتوى رائج", + "login": "تسجيل الدخول", + "register": "إنشاء حساب", + "preferences": "الإعدادات", + "history": "تاريخ التصفح", + "subscriptions": "الاشتراكات", + "playlists": "قوائم التشغيل" + }, + "player": { + "watch_on": "شاهد عبر" + }, + "actions": { + "subscribe": "اشتراك - {count}", + "view_subscriptions": "عرض الاشتراكات", + "most_recent": "الأحدث", + "least_recent": "الأقدم", + "unsubscribe": "إلغاء اشتراك - {count}", + "channel_name_asc": "إسم القناة (أبجدي تصاعدي)", + "sort_by": "ترتيب النتائج:", + "back": "رجوع", + "skip_intro": "تخطي الفواصل/ المقدمة", + "light": "مضيء", + "clear_history": "مسح تاريخ المشاهدات", + "hide_replies": "إخفاء التعليقات", + "show_replies": "عرض التعليقات", + "create_playlist": "إنشاء قائمة", + "delete_playlist": "مسح القائمة", + "select_playlist": "اختر قائمة", + "delete_playlist_confirm": "هل أنت متأكد من مسح القائمة؟", + "please_select_playlist": "فضلًا اختر قائمة", + "channel_name_desc": "إسم القناة (أبجدي تنازلي)", + "uses_api_from": "اختيار المُشغل: ", + "skip_sponsors": "تخطي الإعلان", + "enable_sponsorblock": "تفعيل مانع الإعلانات", + "auto": "تلقائي", + "dark": "داكن", + "search": "بحث", + "autoplay_video": "تشغيل تلقائي", + "audio_only": "صوت فقط", + "default_quality": "الجودة الأساسية", + "yes": "نعم", + "no": "لا" + }, + "video": { + "sponsor_segments": "المقاطع الإعلانية", + "ratings_disabled": "التقييم غير متاح", + "chapters": "فصول الفيديو", + "watched": "تمت مشاهدته", + "views": "{views} عدد المشاهدات" + } +}