|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<resources> |
| 3 | + |
| 4 | + <!-- Activity names --> |
| 5 | + <string name="app_name">Password Store</string> |
| 6 | + |
| 7 | + <string name="action_settings">الإعدادات</string> |
| 8 | + <string name="dialog_delete_title">إنّ المجلد موجود</string> |
| 9 | + <string name="dialog_delete">حذف المجلد</string> |
| 10 | + <string name="dialog_do_not_delete">إلغاء</string> |
| 11 | + <string name="title_activity_git_clone">معلومات حول المستودع</string> |
| 12 | + <string name="store_git">/store/.git</string> |
| 13 | + <string name="delete_dialog_text">هل تود حقًا حذف كلمة السر "/</string> |
| 14 | + <string name="move">نقل</string> |
| 15 | + <string name="edit">تعديل</string> |
| 16 | + <string name="delete">حذف</string> |
| 17 | + |
| 18 | + <string name="from_store">  مِن المخزن.</string> |
| 19 | + |
| 20 | + <!-- PGPHandler --> |
| 21 | + <string name="provider_toast_text">لم يتم إختيار مزود الأوبن بي جي بي بعد !</string> |
| 22 | + <string name="clipboard_username_toast_text">تم نسخ إسم المستخدم إلى الحافظة</string> |
| 23 | + <string name="file_toast_text">الرجاء إدخال إسم ملف</string> |
| 24 | + <!-- Git Async Task --> |
| 25 | + <string name="running_dialog_text">جاري تنفيذ الأمر ...</string> |
| 26 | + <string name="jgit_error_dialog_text">رسالة مِن jgit: \n</string> |
| 27 | + |
| 28 | + <!-- Git Handler --> |
| 29 | + <string name="forget_username_dialog_text">هل نسيت إدخال إسم المستخدم ؟</string> |
| 30 | + <string name="ssh_preferences_dialog_title">خال من مفاتيح الـ SSH</string> |
| 31 | + <string name="ssh_preferences_dialog_import">إستيراد</string> |
| 32 | + <string name="ssh_preferences_dialog_generate">توليد</string> |
| 33 | + <string name="passphrase_dialog_title">المصادقة</string> |
| 34 | + <!-- Clone fragment --> |
| 35 | + <string name="clone">أنسخ مِن الخادوم</string> |
| 36 | + <string name="initialize">إستخدام مجلد محلي</string> |
| 37 | + |
| 38 | + <string name="server_name">الخادوم</string> |
| 39 | + <string name="server_protocol">البروتوكول</string> |
| 40 | + <string name="server_url">عنوان الخادوم</string> |
| 41 | + <string name="server_url_hint">server.com</string> |
| 42 | + <string name="server_port_hint">22</string> |
| 43 | + <string name="default_ssh_port">22</string> |
| 44 | + <string name="default_https_port">443</string> |
| 45 | + <string name="server_path">مسار المستودع</string> |
| 46 | + <string name="server_path_hint">path/to/pass</string> |
| 47 | + <string name="server_user">إسم المستخدم</string> |
| 48 | + <string name="server_user_hint">git_username</string> |
| 49 | + |
| 50 | + <string name="server_resulting_url">عنوان الرابط الناتج</string> |
| 51 | + <string name="connection_mode">نوع المصادقة</string> |
| 52 | + |
| 53 | + <string name="invalid_email_dialog_text">يرجى إدخال عنوان بريد إلكتروني صالح</string> |
| 54 | + <string name="clone_button">أنسخ !</string> |
| 55 | + |
| 56 | + <!-- PGP Handler --> |
| 57 | + <string name="crypto_name_hint">التسمية</string> |
| 58 | + <string name="crypto_pass_label">كلمة السر</string> |
| 59 | + <string name="crypto_select">إختر</string> |
| 60 | + <string name="crypto_cancel">إلغاء</string> |
| 61 | + <string name="crypto_save">حفظ</string> |
| 62 | + |
| 63 | + <!-- DECRYPT Layout --> |
| 64 | + <string name="action_search">البحث</string> |
| 65 | + <string name="password">كلمة السر :</string> |
| 66 | + <string name="extra_content">بيانات إضافية :</string> |
| 67 | + <string name="username">إسم المستخدم :</string> |
| 68 | + <string name="totp">TOTP :</string> |
| 69 | + <string name="edit_password">تعديل كلمة السر</string> |
| 70 | + <string name="copy_password">نسخ كلمة السر</string> |
| 71 | + <string name="copy_username">نسخ إسم المستخدم</string> |
| 72 | + <string name="copy_totp">نسخ رمز الـ OTP</string> |
| 73 | + <string name="share_as_plaintext">شارك كنص مجرد</string> |
| 74 | + <string name="last_changed">آخِر تعديل %s</string> |
| 75 | + |
| 76 | + <!-- Preferences --> |
| 77 | + <string name="pref_git_title">جيت</string> |
| 78 | + <string name="pref_edit_server_info">تعديل إعدادات خادوم جيت</string> |
| 79 | + <string name="pref_ssh_title">إستيراد مفتاح الـ SSH</string> |
| 80 | + <string name="pref_ssh_keygen_title">توليد مفتاحَي الـ SSH</string> |
| 81 | + <string name="pref_ssh_see_key_title">إظهار مفتاح الـ SSH العمومي الذي تم توليده</string> |
| 82 | + <string name="pref_git_delete_repo">حذف المستودع</string> |
| 83 | + <string name="pref_dialog_delete_title">تنحية المستودع</string> |
| 84 | + <string name="pref_crypto_title">التشفير</string> |
| 85 | + <string name="pref_provider_title">إختيار مزود الأوبن بي جي بي OpenPGP</string> |
| 86 | + <string name="pref_general_title">الإعدادات العامة</string> |
| 87 | + <string name="pref_password_title">مدة الإبقاء على كلمة السر ظاهرة</string> |
| 88 | + <string name="pref_copy_title">نسخ كلمة السر تلقائيًا</string> |
| 89 | + <string name="ssh_key_success_dialog_title">تم استيراد مفتاح الـ SSH</string> |
| 90 | + <string name="ssh_key_error_dialog_title">حدث هناك خطأ أثناء عملية إسترجاع مفتاح الـ SSH</string> |
| 91 | + <string name="ssh_key_error_dialog_text">نص الرسالة : \n</string> |
| 92 | + <string name="pref_autofill_title">الملئ التلقائي</string> |
| 93 | + <string name="pref_autofill_enable_title">تشغيل الملئ التلقائي</string> |
| 94 | + <string name="pref_autofill_apps_title">إعدادات التطبيق و الموقع</string> |
| 95 | + <string name="pref_autofill_default_title">تطابق تلقائي إفتراضي</string> |
| 96 | + <string name="pref_autofill_always_title">إظهار مربع الحوار دائما</string> |
| 97 | + <string name="pref_misc_title">أخرى</string> |
| 98 | + <string name="pref_clear_clipboard_title">تنظيف الحافظة 20 مرة</string> |
| 99 | + <string name="pref_external_repository">مستودع تخزين خارجي</string> |
| 100 | + <string name="pref_external_repository_summary">إستخدم كلمة مرور المستودع الخارجي</string> |
| 101 | + <string name="pref_select_external_repository">إختيار مستودع التخزين الخارجي</string> |
| 102 | + <string name="prefs_use_default_file_picker">إستخدم أداة إختيار الملفات الإفتراضي</string> |
| 103 | + <string name="prefs_clear_after_copy_title">تنظيف الحافظة مباشرةً بعد النسخ</string> |
| 104 | + <string name="prefs_export_passwords_title">تصدير كلمات السر</string> |
| 105 | + <string name="prefs_version">النسخة</string> |
| 106 | + |
| 107 | + <!-- pwgen fragment --> |
| 108 | + <string name="pwgen_generate">توليد</string> |
| 109 | + <string name="pwgen_include">تحتوي على</string> |
| 110 | + <string name="pwgen_length">الطول</string> |
| 111 | + <string name="pwgen_numerals">أرقام</string> |
| 112 | + <string name="pwgen_symbols">رموز</string> |
| 113 | + <string name="pwgen_uppercase">حروف كبيرة</string> |
| 114 | + <string name="pwgen_ambiguous">مبهمة</string> |
| 115 | + <string name="pwgen_pronounceable">منطوقة</string> |
| 116 | + |
| 117 | + <!-- ssh keygen fragment --> |
| 118 | + <string name="ssh_keygen_length">الطول</string> |
| 119 | + <string name="ssh_keygen_passphrase">العبارة السرية</string> |
| 120 | + <string name="ssh_keygen_comment">تعليق</string> |
| 121 | + <string name="ssh_keygen_generate">توليد</string> |
| 122 | + <string name="ssh_keygen_copy">نسخ</string> |
| 123 | + <string name="ssh_keygen_show_passphrase">إظهار العبارة السرية</string> |
| 124 | + |
| 125 | + <!-- Misc --> |
| 126 | + <string name="dialog_ok">حسناً</string> |
| 127 | + <string name="dialog_yes">نعم</string> |
| 128 | + <string name="dialog_no">لا</string> |
| 129 | + <string name="dialog_negative">لا … لاحقاً</string> |
| 130 | + <string name="dialog_cancel">إلغاء</string> |
| 131 | + <string name="git_sync">زامن المستودع</string> |
| 132 | + <string name="show_password_pref_title">إظهار كلمة السر</string> |
| 133 | + <string name="show_extra_content_pref_title">إظهار المزيد من المحتوى</string> |
| 134 | + <string name="pwd_generate_button">توليد</string> |
| 135 | + <string name="refresh_list">تحديث القائمة</string> |
| 136 | + <string name="show_password">إظهار كلمة السر</string> |
| 137 | + <string name="repository_uri">عنوان المستودع</string> |
| 138 | + <string name="app_icon_hint">أيقونة التطبيق</string> |
| 139 | + <string name="folder_icon_hint">أيقونة المجلد</string> |
| 140 | + |
| 141 | + <string name="autofill_apps_default">إستخدم الإعداد الإفتراضي</string> |
| 142 | + <string name="autofill_apps_match_ellipsis">طابق مع ...</string> |
| 143 | + <string name="autofill_apps_match">طابق مع</string> |
| 144 | + <string name="autofill_apps_never">لا تطابق أبدا</string> |
| 145 | + <string name="autofill_apps_delete">حذف</string> |
| 146 | + <string name="autofill_pick">إختر</string> |
| 147 | + <string name="autofill_pick_and_match">إختر و طابق مع ...</string> |
| 148 | + <string name="autofill_paste">إلصاق</string> |
| 149 | + <string name="new_password_title">كلمة السر الجديدة</string> |
| 150 | + <string name="crypto_password_edit_hint">p@ssw0rd!</string> |
| 151 | + </resources> |
0 commit comments