diff options
| author | K900 <me@0upti.me> | 2024-06-27 11:46:47 +0300 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-29 16:53:57 -0400 |
| commit | 5697d98862efa81a8ad3651e9ef68d754a58ea90 (patch) | |
| tree | d131979bb50d60dbeecf4699e5c0582d5bca400e /backend/locales/ar-AA.json | |
| parent | 6cd4fb5553e4e0cb89834743286ec91fa8a02731 (diff) | |
| download | decky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.tar.gz decky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.zip | |
treewide: fix package structure
The static files need to be inside the module to be installed correctly
as part of the module.
Diffstat (limited to 'backend/locales/ar-AA.json')
| -rw-r--r-- | backend/locales/ar-AA.json | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/backend/locales/ar-AA.json b/backend/locales/ar-AA.json deleted file mode 100644 index f5c11016..00000000 --- a/backend/locales/ar-AA.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "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 ثواني" - } -} |
