summaryrefslogtreecommitdiff
path: root/backend/decky_loader/locales/ar-AA.json
blob: f5c11016d721de104f142124d92766a9afe26041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
    "FilePickerIndex": {
        "files": {
            "file_type": "نوع الملف",
            "show_hidden": "أظهر الملفات المخفية",
            "all_files": "جميع الملفات"
        },
        "filter": {
            "created_asce": "المنشئة (الأقدم)",
            "modified_asce": "المعدلة (الأقدم)",
            "modified_desc": "المعدلة (الأحدث)",
            "name_asce": "أ-ي",
            "name_desc": "أ-ي",
            "size_asce": "الحجم ( الأصغر)",
            "size_desc": "الحجم ( الأكبر)",
            "created_desc": "المنشئة (الأحدث)"
        },
        "folder": {
            "label": "المجلد",
            "show_more": "أظهر المزيد من الملفات",
            "select": "إستخدم هذا المجلد"
        },
        "file": {
            "select": "إختر هذا الملف"
        }
    },
    "MultiplePluginsInstallModal": {
        "confirm": "هل أنت متأكد من التعديلات التالية؟",
        "description": {
            "reinstall": "إعادة تنصيب {{name}} {{version}}",
            "update": "تحديث {{name}} إلى {{version}}",
            "install": "تنصيب {{name}} {{version}}"
        },
        "ok_button": {
            "idle": "تأكيد"
        }
    },
    "DropdownMultiselect": {
        "button": {
            "back": "الخلف"
        }
    },
    "BranchSelect": {
        "update_channel": {
            "label": "قناة التحديثات",
            "prerelease": "الإصدار التجريبي",
            "stable": "إصدار مستقر",
            "testing": "إصدار تحت الإختبار"
        }
    },
    "PluginCard": {
        "plugin_full_access": "هذه الإضافة لديها الصلاحية للوصول لمحتويات Steam Deck.",
        "plugin_install": "تنصيب",
        "plugin_version_label": "رقم إصدار الإضافة",
        "plugin_no_desc": "لا يوجد وصف متاح."
    },
    "PluginInstallModal": {
        "install": {
            "button_idle": "تنصيب",
            "button_processing": "يتم التنصيب",
            "title": "تنصيب {{artifact}}",
            "desc": "هل أنت متأكد من رغبتك في تنصيب {{artifact}} {{version}}؟"
        },
        "reinstall": {
            "button_idle": "إعادة تنصيب",
            "button_processing": "تتم إعادة التنصيب",
            "desc": "هل أنت متأكد من رغبتك في إعادة تنصيب {{artifact}} {{version}}؟",
            "title": "إعادة تنصيب {{artifact}}"
        },
        "update": {
            "button_idle": "تحديث",
            "button_processing": "يتم التحديث",
            "title": "تحديث {{artifact}}",
            "desc": "هل أنت متأكد من رغبتك في تحديث {{artifact}} {{version}}؟"
        }
    },
    "PluginListIndex": {
        "hide": "إخفاء من قائمة الوصول السريع",
        "reinstall": "إعادة التنصيب",
        "reload": "إعادة التحميل",
        "show": "إظهار في قائمة الوصول السريع",
        "unfreeze": "السماح بالتحديثات",
        "uninstall": "إزالة التنصيب",
        "update_to": "التحديث إلى {{name}}"
    },
    "PluginListLabel": {
        "hidden": "مخفي من قائمة الوصول السريع"
    },
    "PluginLoader": {
        "decky_title": "Decky",
        "error": "خطا",
        "plugin_uninstall": {
            "button": "إزالة التنصيب",
            "title": "إزالة التنصيب {{name}}"
        }
    },
    "SettingsDeveloperIndex": {
        "react_devtools": {
            "ip_label": "عنوان الشبكة"
        },
        "third_party_plugins": {
            "button_zip": "تصفح",
            "button_install": "تنصيب"
        },
        "header": "أخرى"
    },
    "Developer": {
        "5secreload": "إعادة التحميل في 5 ثواني"
    }
}