Eric Fischer | e461d0a | 2010-11-17 16:37:30 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | * Copyright (C) 2008 The Android Open Source Project |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
| 19 | |
| 20 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 21 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Geoff Mendal | a667bb0 | 2015-10-19 08:52:02 -0700 | [diff] [blame] | 22 | <string name="app_name" msgid="649227358658669779">"Launcher3"</string> |
Geoff Mendal | 832f74f | 2015-04-17 23:59:03 -0700 | [diff] [blame] | 23 | <string name="work_folder_name" msgid="3753320833950115786">"العمل"</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 24 | <string name="activity_not_found" msgid="8071924732094499514">"لم يتم تثبيت التطبيق."</string> |
Geoff Mendal | 90b43ad | 2014-10-13 06:08:16 -0700 | [diff] [blame] | 25 | <string name="activity_not_available" msgid="7456344436509528827">"التطبيق ليس متاحًا"</string> |
Bill Yi | 1f6eb12 | 2018-04-30 10:56:12 -0700 | [diff] [blame] | 26 | <string name="safemode_shortcut_error" msgid="9160126848219158407">"تم إيقاف التطبيق الذي تم تنزيله في الوضع الآمن"</string> |
| 27 | <string name="safemode_widget_error" msgid="4863470563535682004">"الأدوات غير مفعّلة في الوضع الآمن"</string> |
Bill Yi | a8bf043 | 2016-08-01 18:27:06 -0700 | [diff] [blame] | 28 | <string name="shortcut_not_available" msgid="2536503539825726397">"الاختصار غير متاح"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 29 | <string name="home_screen" msgid="5629429142036709174">"الشاشة الرئيسية"</string> |
| 30 | <string name="recent_task_option_split_screen" msgid="6690461455618725183">"تقسيم الشاشة"</string> |
Bill Yi | 5b78cc1 | 2021-07-24 03:08:07 +0000 | [diff] [blame] | 31 | <string name="long_press_widget_to_add" msgid="3587712543577675817">"انقر مع الاستمرار لنقل أداة"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 32 | <string name="long_accessible_way_to_add" msgid="2733588281439571974">"انقر مرتين مع تثبيت إصبعك لنقل أداة أو استخدام الإجراءات المخصّصة."</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 33 | <string name="widget_dims_format" msgid="2370757736025621599">"%1$d × %2$d"</string> |
Bill Yi | d0d1356 | 2016-09-26 07:23:20 -0700 | [diff] [blame] | 34 | <string name="widget_accessible_dims_format" msgid="3640149169885301790">"العرض %1$d الطول %2$d"</string> |
Bill Yi | 6f84eb7 | 2021-07-03 03:16:22 +0000 | [diff] [blame] | 35 | <string name="widget_preview_context_description" msgid="9045841361655787574">"أداة <xliff:g id="WIDGET_NAME">%1$s</xliff:g>"</string> |
Bill Yi | 9f85309 | 2021-05-04 11:16:51 +0000 | [diff] [blame] | 36 | <string name="add_item_request_drag_hint" msgid="5653291305078645405">"يمكنك النقر على الأداة مع الاستمرار لتحريكها على الشاشة الرئيسية."</string> |
| 37 | <string name="add_to_home_screen" msgid="8631549138215492708">"إضافة إلى الشاشة الرئيسية"</string> |
Bill Yi | 2cd3070 | 2021-07-16 02:55:06 +0000 | [diff] [blame] | 38 | <string name="added_to_home_screen_accessibility_text" msgid="4451545765448884415">"تمت إضافة الأداة <xliff:g id="WIDGET_NAME">%1$s</xliff:g> إلى الشاشة الرئيسية."</string> |
Bill Yi | 378d562 | 2021-09-24 09:28:49 +0000 | [diff] [blame] | 39 | <string name="widgets_count" msgid="6467746476364652096">"{count,plural, =1{أداة واحدة}zero{# أداة}two{أداتان}few{# أدوات}many{# أداة}other{# أداة}}"</string> |
| 40 | <string name="shortcuts_count" msgid="8471715556199592381">"{count,plural, =1{اختصار واحد}zero{# اختصار}two{اختصاران}few{# اختصارات}many{# اختصارًا}other{# اختصار}}"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 41 | <string name="widgets_and_shortcuts_count" msgid="7209136747878365116">"<xliff:g id="WIDGETS_COUNT">%1$s</xliff:g>، <xliff:g id="SHORTCUTS_COUNT">%2$s</xliff:g>"</string> |
| 42 | <string name="widget_button_text" msgid="2880537293434387943">"الأدوات"</string> |
| 43 | <string name="widgets_full_sheet_search_bar_hint" msgid="8484659090860596457">"بحث"</string> |
| 44 | <string name="widgets_full_sheet_cancel_button_description" msgid="5766167035728653605">"محو النص من مربّع البحث"</string> |
Bill Yi | d81d27a | 2021-06-24 19:51:47 +0000 | [diff] [blame] | 45 | <string name="no_widgets_available" msgid="4337693382501046170">"الأدوات والاختصارات غير متاحة."</string> |
| 46 | <string name="no_search_results" msgid="3787956167293097509">"لم يتم العثور على أدوات أو اختصارات."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 47 | <string name="widgets_full_sheet_personal_tab" msgid="2743540105607120182">"الأدوات الشخصية"</string> |
| 48 | <string name="widgets_full_sheet_work_tab" msgid="3767150027110633765">"أدوات العمل"</string> |
| 49 | <string name="widget_category_conversations" msgid="8894438636213590446">"المحادثات"</string> |
Bill Yi | 3de111e | 2021-06-03 19:02:56 +0000 | [diff] [blame] | 50 | <string name="widget_education_header" msgid="4874760613775913787">"معلومات مفيدة في متناول يديك"</string> |
| 51 | <string name="widget_education_content" msgid="745542879510751525">"للحصول على معلومات بدون فتح التطبيقات، يمكنك إضافة الأدوات إلى الشاشة الرئيسية."</string> |
Bill Yi | 5301e68 | 2021-06-15 16:43:13 +0000 | [diff] [blame] | 52 | <string name="reconfigurable_widget_education_tip" msgid="6336962690888067057">"انقر لتغيير إعدادات الأداة"</string> |
Bill Yi | 3de111e | 2021-06-03 19:02:56 +0000 | [diff] [blame] | 53 | <string name="widget_education_close_button" msgid="8676165703104836580">"حسنًا"</string> |
Bill Yi | 5301e68 | 2021-06-15 16:43:13 +0000 | [diff] [blame] | 54 | <string name="widget_reconfigure_button_content_description" msgid="8811472721881205250">"تغيير إعدادات الأداة"</string> |
Bill Yi | ab5e484 | 2017-07-24 23:15:48 -0700 | [diff] [blame] | 55 | <string name="all_apps_search_bar_hint" msgid="1390553134053255246">"بحث في التطبيقات"</string> |
| 56 | <string name="all_apps_loading_message" msgid="5813968043155271636">"جارٍ تحميل التطبيقات…"</string> |
| 57 | <string name="all_apps_no_search_results" msgid="3200346862396363786">"لم يتم العثور على أي تطبيقات تتطابق مع \"<xliff:g id="QUERY">%1$s</xliff:g>\""</string> |
Bill Yi | c59be9e | 2016-06-13 23:58:27 -0700 | [diff] [blame] | 58 | <string name="all_apps_search_market_message" msgid="1366263386197059176">"البحث عن مزيد من التطبيقات"</string> |
Bill Yi | 80f5c19 | 2018-12-11 10:47:07 -0800 | [diff] [blame] | 59 | <string name="label_application" msgid="8531721983832654978">"تطبيق"</string> |
Bill Yi | 3e8273b | 2017-04-20 20:43:14 -0700 | [diff] [blame] | 60 | <string name="notifications_header" msgid="1404149926117359025">"الإشعارات"</string> |
Bill Yi | 5b78cc1 | 2021-07-24 03:08:07 +0000 | [diff] [blame] | 61 | <string name="long_press_shortcut_to_add" msgid="5405328730817637737">"انقر مع الاستمرار لنقل اختصار"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 62 | <string name="long_accessible_way_to_add_shortcut" msgid="2199537273817090740">"انقر مرتين مع تثبيت إصبعك لنقل اختصار أو استخدام الإجراءات المخصّصة."</string> |
Bill Yi | 720ae4e | 2021-06-29 00:23:23 +0000 | [diff] [blame] | 63 | <string name="out_of_space" msgid="6692471482459245734">"ما مِن مساحة على هذه الشاشة الرئيسية."</string> |
Baligh Uddin | ecbfb7d | 2014-01-29 13:23:03 -0800 | [diff] [blame] | 64 | <string name="hotseat_out_of_space" msgid="7448809638125333693">"لا يوجد المزيد من الحقول في علبة المفضلة"</string> |
Bill Yi | 28ea09b | 2016-07-13 20:33:43 -0700 | [diff] [blame] | 65 | <string name="all_apps_button_label" msgid="8130441508702294465">"قائمة التطبيقات"</string> |
Bill Yi | 2cc57ca | 2021-09-18 14:12:05 +0000 | [diff] [blame] | 66 | <string name="all_apps_search_results" msgid="5889367432531296759">"نتائج البحث"</string> |
Bill Yi | f94c009 | 2018-03-29 10:41:30 -0700 | [diff] [blame] | 67 | <string name="all_apps_button_personal_label" msgid="1315764287305224468">"قائمة التطبيقات الشخصية"</string> |
| 68 | <string name="all_apps_button_work_label" msgid="7270707118948892488">"قائمة تطبيقات العمل"</string> |
Geoff Mendal | fc9a348 | 2015-10-07 07:21:03 -0700 | [diff] [blame] | 69 | <string name="remove_drop_target_label" msgid="7812859488053230776">"إزالة"</string> |
| 70 | <string name="uninstall_drop_target_label" msgid="4722034217958379417">"إلغاء التثبيت"</string> |
| 71 | <string name="app_info_drop_target_label" msgid="692894985365717661">"معلومات عن التطبيق"</string> |
Bill Yi | be213de | 2017-09-13 11:49:14 -0700 | [diff] [blame] | 72 | <string name="install_drop_target_label" msgid="2539096853673231757">"تثبيت"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 73 | <string name="dismiss_prediction_label" msgid="3357562989568808658">"عدم اقتراح التطبيق"</string> |
| 74 | <string name="pin_prediction" msgid="4196423321649756498">"تثبيت التطبيق المتوقّع"</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 75 | <string name="permlab_install_shortcut" msgid="5632423390354674437">"تثبيت اختصارات"</string> |
| 76 | <string name="permdesc_install_shortcut" msgid="923466509822011139">"للسماح لتطبيق ما بإضافة اختصارات بدون تدخل المستخدم."</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 77 | <string name="permlab_read_settings" msgid="1941457408239617576">"قراءة إعدادات واختصارات الشاشة الرئيسية"</string> |
| 78 | <string name="permdesc_read_settings" msgid="5833423719057558387">"للسماح للتطبيق بقراءة الإعدادات والاختصارات في الشاشة الرئيسية."</string> |
| 79 | <string name="permlab_write_settings" msgid="3574213698004620587">"كتابة إعدادات واختصارات الشاشة الرئيسية"</string> |
| 80 | <string name="permdesc_write_settings" msgid="5440712911516509985">"للسماح للتطبيق بتغيير الإعدادات والاختصارات في الشاشة الرئيسية."</string> |
Geoff Mendal | a667bb0 | 2015-10-19 08:52:02 -0700 | [diff] [blame] | 81 | <string name="msg_no_phone_permission" msgid="9208659281529857371">"<xliff:g id="APP_NAME">%1$s</xliff:g> غير مسموح به لإجراء مكالمات هاتفية"</string> |
Bill Yi | d81d27a | 2021-06-24 19:51:47 +0000 | [diff] [blame] | 82 | <string name="gadget_error_text" msgid="740356548025791839">"يتعذّر تحميل الأداة."</string> |
Bill Yi | 513a60c | 2021-10-06 21:35:04 +0000 | [diff] [blame] | 83 | <string name="gadget_setup_text" msgid="8348374825537681407">"إعدادات الأداة"</string> |
| 84 | <string name="gadget_complete_setup_text" msgid="309040266978007925">"انقر لإكمال الإعداد."</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 85 | <string name="uninstall_system_app_text" msgid="4172046090762920660">"هذا تطبيق نظام وتتعذر إزالته."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 86 | <string name="folder_hint_text" msgid="5174843001373488816">"تعديل الاسم"</string> |
Bill Yi | 1f6eb12 | 2018-04-30 10:56:12 -0700 | [diff] [blame] | 87 | <string name="disabled_app_label" msgid="6673129024321402780">"تم إيقاف <xliff:g id="APP_NAME">%1$s</xliff:g>"</string> |
Bill Yi | 378d562 | 2021-09-24 09:28:49 +0000 | [diff] [blame] | 88 | <string name="dotted_app_label" msgid="1704091277755818896">"{count,plural,offset:1 =1{هناك إشعار واحد في تطبيق {app_name}.}zero{هناك # إشعار في تطبيق {app_name}.}two{هناك إشعاران في تطبيق {app_name}.}few{هناك # إشعارات في تطبيق {app_name}.}many{هناك # إشعارًا في تطبيق {app_name}.}other{هناك # إشعار في تطبيق {app_name}.}}"</string> |
Baligh Uddin | fe957ad | 2013-10-30 12:03:13 -0700 | [diff] [blame] | 89 | <string name="default_scroll_format" msgid="7475544710230993317">"الصفحة %1$d من %2$d"</string> |
| 90 | <string name="workspace_scroll_format" msgid="8458889198184077399">"الشاشة الرئيسية %1$d من %2$d"</string> |
Geoff Mendal | dec4ee0 | 2015-09-30 07:13:31 -0700 | [diff] [blame] | 91 | <string name="workspace_new_page" msgid="257366611030256142">"صفحة الشاشة الرئيسية الجديدة"</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 92 | <string name="folder_opened" msgid="94695026776264709">"تم فتح المجلد، بمقاس <xliff:g id="WIDTH">%1$d</xliff:g> في <xliff:g id="HEIGHT">%2$d</xliff:g>"</string> |
Geoff Mendal | 1aea1db | 2016-02-24 05:33:25 -0800 | [diff] [blame] | 93 | <string name="folder_tap_to_close" msgid="4625795376335528256">"انقر لإغلاق المجلد"</string> |
| 94 | <string name="folder_tap_to_rename" msgid="4017685068016979677">"انقر لحفظ الاسم الجديد"</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 95 | <string name="folder_closed" msgid="4100806530910930934">"تم إغلاق المجلد"</string> |
| 96 | <string name="folder_renamed" msgid="1794088362165669656">"تمت إعادة تسمية المجلد إلى <xliff:g id="NAME">%1$s</xliff:g>"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 97 | <string name="folder_name_format_exact" msgid="8626242716117004803">"المجلد: <xliff:g id="NAME">%1$s</xliff:g>، <xliff:g id="SIZE">%2$d</xliff:g> عنصر"</string> |
| 98 | <string name="folder_name_format_overflow" msgid="4270108890534995199">"المجلد: <xliff:g id="NAME">%1$s</xliff:g>، <xliff:g id="SIZE">%2$d</xliff:g> عنصر أو أكثر"</string> |
Baligh Uddin | 04ab2d8 | 2013-09-25 21:20:23 -0700 | [diff] [blame] | 99 | <string name="wallpaper_button_text" msgid="8404103075899945851">"الخلفيات"</string> |
Bill Yi | 57d2509 | 2021-05-13 07:40:05 +0000 | [diff] [blame] | 100 | <string name="styles_wallpaper_button_text" msgid="8216961355289236794">"الخلفية والنمط"</string> |
Bill Yi | 1b2ee2d | 2019-06-13 08:51:29 -0700 | [diff] [blame] | 101 | <string name="settings_button_text" msgid="8873672322605444408">"إعدادات الشاشة الرئيسية"</string> |
Bill Yi | 1f6eb12 | 2018-04-30 10:56:12 -0700 | [diff] [blame] | 102 | <string name="msg_disabled_by_admin" msgid="6898038085516271325">"أوقف المشرف هذه الميزة"</string> |
| 103 | <string name="allow_rotation_title" msgid="7728578836261442095">"السماح بتدوير الشاشة الرئيسية"</string> |
| 104 | <string name="allow_rotation_desc" msgid="8662546029078692509">"عند تدوير الهاتف"</string> |
Bill Yi | 80f5c19 | 2018-12-11 10:47:07 -0800 | [diff] [blame] | 105 | <string name="notification_dots_title" msgid="9062440428204120317">"نقاط الإشعارات"</string> |
Bill Yi | 942331f | 2021-07-30 04:59:54 +0000 | [diff] [blame] | 106 | <string name="notification_dots_desc_on" msgid="1679848116452218908">"مفعّلة"</string> |
Bill Yi | 80f5c19 | 2018-12-11 10:47:07 -0800 | [diff] [blame] | 107 | <string name="notification_dots_desc_off" msgid="1760796511504341095">"غير مفعّل"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 108 | <string name="title_missing_notification_access" msgid="7503287056163941064">"يلزم تمكين الوصول إلى الإشعارات"</string> |
| 109 | <string name="msg_missing_notification_access" msgid="281113995110910548">"لعرض نقاط الإشعارات، يجب تفعيل إشعارات التطبيق في <xliff:g id="NAME">%1$s</xliff:g>"</string> |
Bill Yi | 0cf2447 | 2017-07-13 08:25:42 -0700 | [diff] [blame] | 110 | <string name="title_change_settings" msgid="1376365968844349552">"تغيير الإعدادات"</string> |
Bill Yi | 80f5c19 | 2018-12-11 10:47:07 -0800 | [diff] [blame] | 111 | <string name="notification_dots_service_title" msgid="4284221181793592871">"عرض نقاط الإشعارات"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 112 | <string name="auto_add_shortcuts_label" msgid="3698776050751790653">"إضافة رموز التطبيقات إلى الشاشة الرئيسية"</string> |
Bill Yi | b52d61d | 2017-03-18 04:30:10 -0700 | [diff] [blame] | 113 | <string name="auto_add_shortcuts_description" msgid="7117251166066978730">"للتطبيقات الجديدة"</string> |
Baligh Uddin | fbfae1f | 2014-03-19 13:59:12 -0700 | [diff] [blame] | 114 | <string name="package_state_unknown" msgid="7592128424511031410">"غير معروفة"</string> |
Baligh Uddin | c2e8095 | 2014-07-06 08:53:19 -0700 | [diff] [blame] | 115 | <string name="abandoned_clean_this" msgid="7610119707847920412">"إزالة"</string> |
| 116 | <string name="abandoned_search" msgid="891119232568284442">"بحث"</string> |
Baligh Uddin | 06eda48 | 2014-07-21 21:06:09 -0700 | [diff] [blame] | 117 | <string name="abandoned_promises_title" msgid="7096178467971716750">"لم يتم تثبيت هذا التطبيق"</string> |
| 118 | <string name="abandoned_promise_explanation" msgid="3990027586878167529">"لم يتم تثبيت تطبيق لهذا الرمز. يمكنك إزالته أو البحث عن التطبيق وتثبيته يدويًا."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 119 | <string name="app_installing_title" msgid="5864044122733792085">"جارٍ تثبيت <xliff:g id="NAME">%1$s</xliff:g>، مستوى التقدم: <xliff:g id="PROGRESS">%2$s</xliff:g>"</string> |
Geoff Mendal | fd4e8f5 | 2015-10-05 07:20:33 -0700 | [diff] [blame] | 120 | <string name="app_downloading_title" msgid="8336702962104482644">"جارٍ تنزيل <xliff:g id="NAME">%1$s</xliff:g>، اكتمل <xliff:g id="PROGRESS">%2$s</xliff:g>"</string> |
| 121 | <string name="app_waiting_download_title" msgid="7053938513995617849">"<xliff:g id="NAME">%1$s</xliff:g> في انتظار التثبيت"</string> |
Bill Yi | 1117bdd | 2018-05-23 14:00:26 -0700 | [diff] [blame] | 122 | <string name="widgets_list" msgid="796804551140113767">"قائمة الأدوات"</string> |
| 123 | <string name="widgets_list_closed" msgid="6141506579418771922">"تم إغلاق قائمة الأدوات."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 124 | <string name="action_add_to_workspace" msgid="8902165848117513641">"الإضافة إلى شاشة الصفحة الرئيسية"</string> |
Geoff Mendal | d494b80 | 2015-05-25 07:22:31 -0700 | [diff] [blame] | 125 | <string name="action_move_here" msgid="2170188780612570250">"نقل العنصر إلى هنا"</string> |
Geoff Mendal | 2f5d6cc | 2015-05-21 05:37:02 -0700 | [diff] [blame] | 126 | <string name="item_added_to_workspace" msgid="4211073925752213539">"تمت إضافة العنصر إلى الشاشة الرئيسية"</string> |
Bill Yi | 2875c4d | 2021-04-17 22:15:44 -0700 | [diff] [blame] | 127 | <string name="item_removed" msgid="851119963877842327">"تمّت إزالة العنصر."</string> |
Bill Yi | 6b35469 | 2018-09-07 22:20:54 -0700 | [diff] [blame] | 128 | <string name="undo" msgid="4151576204245173321">"تراجع"</string> |
Geoff Mendal | 2f5d6cc | 2015-05-21 05:37:02 -0700 | [diff] [blame] | 129 | <string name="action_move" msgid="4339390619886385032">"نقل العنصر"</string> |
| 130 | <string name="move_to_empty_cell" msgid="2833711483015685619">"نقل إلى الصف <xliff:g id="NUMBER_0">%1$s</xliff:g> العمود <xliff:g id="NUMBER_1">%2$s</xliff:g>"</string> |
| 131 | <string name="move_to_position" msgid="6750008980455459790">"نقل إلى الموضع <xliff:g id="NUMBER">%1$s</xliff:g>"</string> |
| 132 | <string name="move_to_hotseat_position" msgid="6295412897075147808">"نقل إلى الموضع المفضل <xliff:g id="NUMBER">%1$s</xliff:g>"</string> |
| 133 | <string name="item_moved" msgid="4606538322571412879">"تم نقل العنصر"</string> |
| 134 | <string name="add_to_folder" msgid="9040534766770853243">"إضافة إلى المجلد: <xliff:g id="NAME">%1$s</xliff:g>"</string> |
| 135 | <string name="add_to_folder_with_app" msgid="4534929978967147231">"إضافة إلى المجلد الذي به <xliff:g id="NAME">%1$s</xliff:g>"</string> |
| 136 | <string name="added_to_folder" msgid="4793259502305558003">"تمت إضافة العنصر إلى المجلد"</string> |
| 137 | <string name="create_folder_with" msgid="4050141361160214248">"إنشاء مجلد يتضمن: <xliff:g id="NAME">%1$s</xliff:g>"</string> |
| 138 | <string name="folder_created" msgid="6409794597405184510">"تم إنشاء المجلد"</string> |
| 139 | <string name="action_move_to_workspace" msgid="1603837886334246317">"نقل إلى الشاشة الرئيسية"</string> |
Geoff Mendal | 2f5d6cc | 2015-05-21 05:37:02 -0700 | [diff] [blame] | 140 | <string name="action_resize" msgid="1802976324781771067">"تغيير حجم"</string> |
| 141 | <string name="action_increase_width" msgid="8773715375078513326">"زيادة العرض"</string> |
| 142 | <string name="action_increase_height" msgid="459390020612501122">"زيادة الارتفاع"</string> |
| 143 | <string name="action_decrease_width" msgid="1374549771083094654">"تقليل العرض"</string> |
| 144 | <string name="action_decrease_height" msgid="282377193880900022">"تقليل الارتفاع"</string> |
| 145 | <string name="widget_resized" msgid="9130327887929620">"تم تغيير حجم الأداة إلى العرض <xliff:g id="NUMBER_0">%1$s</xliff:g> والارتفاع <xliff:g id="NUMBER_1">%2$s</xliff:g>"</string> |
Bill Yi | a8bf043 | 2016-08-01 18:27:06 -0700 | [diff] [blame] | 146 | <string name="action_deep_shortcut" msgid="2864038805849372848">"الاختصارات"</string> |
Bill Yi | 1117bdd | 2018-05-23 14:00:26 -0700 | [diff] [blame] | 147 | <string name="shortcuts_menu_with_notifications_description" msgid="2676582286544232849">"الاختصارات والإشعارات"</string> |
Bill Yi | 0730969 | 2017-05-30 15:47:17 -0700 | [diff] [blame] | 148 | <string name="action_dismiss_notification" msgid="5909461085055959187">"تجاهل"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 149 | <string name="accessibility_close" msgid="2277148124685870734">"إغلاق"</string> |
Bill Yi | 0730969 | 2017-05-30 15:47:17 -0700 | [diff] [blame] | 150 | <string name="notification_dismissed" msgid="6002233469409822874">"تم تجاهل الإشعار"</string> |
Bill Yi | ff52bbe | 2017-12-12 15:11:47 -0800 | [diff] [blame] | 151 | <string name="all_apps_personal_tab" msgid="4190252696685155002">"شخصية"</string> |
| 152 | <string name="all_apps_work_tab" msgid="4884822796154055118">"للعمل"</string> |
| 153 | <string name="work_profile_toggle_label" msgid="3081029915775481146">"الملف الشخصي للعمل"</string> |
Bill Yi | 7668026 | 2021-06-20 03:58:07 +0000 | [diff] [blame] | 154 | <string name="work_profile_edu_work_apps" msgid="7895468576497746520">"تحمل تطبيقات العمل شارة وتكون مرئية لمشرف تكنولوجيا المعلومات."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 155 | <string name="work_profile_edu_accept" msgid="6069788082535149071">"حسنًا"</string> |
Bill Yi | 6f84eb7 | 2021-07-03 03:16:22 +0000 | [diff] [blame] | 156 | <string name="work_apps_paused_title" msgid="3040901117349444598">"تطبيقات العمل متوقفة مؤقتًا"</string> |
Bill Yi | 5301e68 | 2021-06-15 16:43:13 +0000 | [diff] [blame] | 157 | <string name="work_apps_paused_body" msgid="261634750995824906">"لا يمكن لتطبيقات العمل إرسال إشعارات إليك أو استخدام بطاريتك أو الوصول إلى موقعك الجغرافي."</string> |
| 158 | <string name="work_apps_paused_content_description" msgid="5149623040804051095">"تطبيقات العمل غير مفعّلة، وبالتالي لا يمكنها إرسال إشعارات إليك أو استخدام بطاريتك أو الوصول إلى موقعك الجغرافي."</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 159 | <string name="work_apps_paused_edu_banner" msgid="8872412121608402058">"تحمل تطبيقات العمل شارة وتكون مرئية لمشرف تكنولوجيا المعلومات."</string> |
| 160 | <string name="work_apps_paused_edu_accept" msgid="6377476824357318532">"حسنًا"</string> |
Bill Yi | 5301e68 | 2021-06-15 16:43:13 +0000 | [diff] [blame] | 161 | <string name="work_apps_pause_btn_text" msgid="1921059713673767460">"إيقاف تطبيقات العمل"</string> |
| 162 | <string name="work_apps_enable_btn_text" msgid="1156432622148413741">"تفعيل تطبيقات العمل"</string> |
Bill Yi | 0cfa744 | 2021-04-15 20:40:19 +0000 | [diff] [blame] | 163 | <string name="developer_options_filter_hint" msgid="5896817443635989056">"فلتر"</string> |
Bill Yi | 934a1cb | 2018-10-25 06:26:36 -0700 | [diff] [blame] | 164 | <string name="remote_action_failed" msgid="1383965239183576790">"تعذَّر <xliff:g id="WHAT">%1$s</xliff:g>."</string> |
Eric Fischer | e461d0a | 2010-11-17 16:37:30 -0800 | [diff] [blame] | 165 | </resources> |