Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions smartautoclicker/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2023 Kevin Buzeau
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<!--
- Titles for the dialogs displayed as overlay.
- Allowed characters can be small due to save/delete/close buttons.
-->
<string name="dialog_overlay_title_warning">تحذير</string>
<string name="dialog_overlay_title_copy_from">نسخ من</string>
<string name="dialog_title_tutorial">الدليل التعليمي</string>

<!--
- Text for items in a list or vertical layout.
- * Title should be short and concise.
- * Desc can have more space to describe the title
- * Error have the same space as desc
-->
<string name="item_title_click_position">موضع النقر</string>
<string name="item_title_swipe_positions">مواضع السحب</string>
<string name="item_title_try_element">إختبر %1$s</string>
<string name="item_error_action_invalid_generic">هذا الإجراء غير صالح</string>

<!--
- Empty list messages.
- Views handles any length here, but try to be concise.
-->
<string name="message_empty_copy">لا شيء للنسخ</string>

<!--
- Messages.
- Views handles any length here, so no limitations.
-->
<string name="message_tutorial_volume_down_stop">إذا كان سيناريو النقر يعمل بسرعة كبيرة، قد يمنعك من استخدام قائمة Smart AutoClicker لإيقافه.\n\nفي هذه الحالة، يمكنك الضغط على زر "خفض الصوت" الفعلي لجهازك لإيقاف السيناريو الجاري.
</string>


<!--
- Text input fields labels and error messages.
- Should be short and concise.
-->
<string name="input_field_label_anti_detection">مضاد الكشف</string>
<string name="input_field_label_click_press_duration">مدة الضغط (مللي ثانية)</string>
<string name="input_field_label_name">الاسم</string>
<string name="input_field_label_pause_duration">مدة الإيقاف</string>
<string name="input_field_label_scenario_name">اسم السيناريو</string>
<string name="input_field_label_swipe_duration">مدة السحب (مللي ثانية)</string>
<string name="input_field_error_required">مطلوب</string>


<!--
- Dropdown input fields texts.
- Those fields are made of:
- * a label, describing the meaning of the field. Should be short and concise.
- * a set of items, made of:
- * a title, displayed in the dropdown list and in the field if selected. Should be short and concise.
- * a helper text (if needed), displayed bellow the field and changed with the selected item. Max 2 lines.
-->
<!-- Dropdown field for selecting anti bot state -->
<string name="dropdown_item_title_anti_detection_enabled">مفعل</string>
<string name="dropdown_item_title_anti_detection_disabled">معطل</string>
<string name="dropdown_helper_text_anti_detection_enabled">عشوائية مواقع ومدد النقر والسحب والإيقاف بإزاحة عشوائية صغيرة</string>
<string name="dropdown_helper_text_anti_detection_disabled">تنفيذ جميع الإجراءات كما هو معلن</string>

<string name="dropdown_label_time_unit_ms" translatable="false">ms</string>
<string name="dropdown_label_time_unit_s" translatable="false">s</string>
<string name="dropdown_label_time_unit_min" translatable="false">min</string>
<string name="dropdown_label_time_unit_h" translatable="false">h</string>
<string name="dropdown_label_time_unit">Time Unit</string>

<!--
- Toast messages.
- Can be pretty long (2 lines).
-->
<string name="toast_configure_single_click">المس الموضع للنقر عليه</string>
<string name="toast_configure_swipe_from">المس الموضع لبدء التمرير السحب منه</string>
<string name="toast_configure_swipe_to">المس الموضع لإنهاء التمرير السحب إليه</string>

<!--
- Content description texts.
- They are use as accessibility texts for visually impaired people. They will not be displayed but spoken.
-->
<string name="content_desc_action_icon">الأيقونة التي توضح نوع الإجراء</string>
<string name="content_desc_add_button">الزر لإنشاء عنصر</string>
<string name="content_desc_copy_button">الزر لإنشاء نسخة من عنصر موجود</string>
<string name="content_desc_drag_and_drop">قم بالسحب والإسقاط لإعادة ترتيب العناصر</string>
<string name="content_desc_move_menu">حرك القائمة العائمة</string>
<string name="content_desc_play_pause_scenario">قم بتشغيل السيناريو أو إيقافه مؤقتًا</string>
<string name="content_desc_stop_clicker">إيقاف Smart AutoClicker</string>
<string name="content_desc_confirm">تأكيد</string>
<string name="content_desc_go_back">العودة إلى الحوار</string>
</resources>