mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-02-07 23:28:43 +01:00
adding an arabic app translation
This commit is contained in:
parent
24e70a32fb
commit
f2476c95be
33
app/src/main/res/values-ar/strings.xml
Normal file
33
app/src/main/res/values-ar/strings.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<resources>
|
||||
<string name="app_name">البسيط (شكراً لكم)</string>
|
||||
<string name="app_launcher_name">Thank You</string>
|
||||
<string name="main_text">شكراً لدعمكم لنا!\n\nرأسلنا علي \n hello@simplemobiletools.com,\n نود أن نسمع جميع ملاحظاتك وأقتراحاتك..\n\n(يرجى الإحتفاظ بالتطبيق مثبتاً لتجنب رؤية مربع الحوار \'شراء\' وفتح جميع ميزات التطبيق )</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="hide_launcher_icon">إخفاء أيقونة مشغل التطبيق</string>
|
||||
<string name="hide_launcher_icon_explanation">لعرض أيقونة مشغل التطبيق مرة أخرى، سيتعين عليك إعادة تثبيت التطبيق "لا تقلق"، ولن تضطر إلى الدفع مرة أخرى.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">(البسيط) شكراً لكم - إلي داعمينا</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">شكراً لدعمكم لنا!</string>
|
||||
<string name="app_long_description">
|
||||
إذا كنت تحب تطبيقاتنا المجانية, غير التطفلية ولا تحتوي على إعلانات ، فيرجى التفكير في دعمنا بطريقة ما. سيكون موضع تقدير كبير.
|
||||
|
||||
سيؤدي تثبيت هذا التطبيق الي منع عرض مربع حوار "تبرع من فضلك" في التطبيقات المجانية. غير ذلك، فإنه يسمح أيضاً باستخدام سمة مشتركة، مما يعني أنه بمجرد تغيير اللون في تطبيق واحد، سيتم تحديث جميع التطبيقات الأخرى. سوف تتلقى التطبيقات المثبتة حديثاً من المجموعة الألوان المشتركة تلقائياً أيضاً.
|
||||
|
||||
قد يفتح المزيد من الميزات الإضافية في المستقبل. يرجى الإحتفاظ بالتطبيق مثبتاً على الأقل لمدة يوم واحد ، لتجنب إعادة الأموال تلقائياً.
|
||||
|
||||
هذا التطبيق ليس بديلاً لإصدارات التطبيقات الـ (Pro). سيتعين عليك شراؤها بشكل منفصل ، في حالة كنت تريد إستخدامها.
|
||||
|
||||
لا يحتوي على إعلانات أو أذونات غير ضرورية. فهو مفتوح المصدر بالكامل ، ويوفر ألواناً قابلة للتخصيص.
|
||||
|
||||
يعد هذا التطبيق جزءاً واحداً من سلسلة أكبر من التطبيقات يمكنك العثور علي باقي التطبيقات علي الموقع https://www.simplemobiletools.com
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.5.1'
|
||||
classpath 'com.android.tools.build:gradle:3.5.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
Loading…
x
Reference in New Issue
Block a user