mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 04:31:35 +10:00
New translations actions.json (Arabic)
This commit is contained in:
@ -1,34 +1,33 @@
|
|||||||
{
|
{
|
||||||
"title": "Actions",
|
"title": "الاجراءت",
|
||||||
"disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.",
|
"disclaimer": "التغييرات التي تجريها على السيرة الذاتية الخاصة بك يتم حفظها تلقائيًا إلى وحدة التخزين المحلية للمتصفح. لا توجد بيانات، وبالتالي فإن المعلومات الخاصة بك آمنة تمامًا.",
|
||||||
"importExport": {
|
"importExport": {
|
||||||
"heading": "Import/Export",
|
"heading": "إستيراد/تصدير",
|
||||||
"body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.",
|
"body": "يمكنك استيراد أو تصدير البيانات الخاصة بك بتنسيق JSON. لذلك ، يمكنك تعديل أو طباعة سيرتك الذاتية من أي جهاز. حفظ هذا الملف لاستخدامه لاحقاً.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"import": "Import",
|
"import": "إستيراد",
|
||||||
"export": "Export"
|
"export": "تصدير"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "تحميل السيرة الذاتية الخاصة بك",
|
||||||
"body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P</1> but it would have different effects.",
|
"body": "يمكنك النقر على الزر أدناه لتنزيل نسخة PDF من سيرتك الذاتية على الفور. للحصول على أفضل النتائج، يرجى استخدام أحدث إصدار من Google Chrome.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "حفظ كـ pdf"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
"heading": "Load Demo Data",
|
"heading": "إضافة البيانات التجريبية",
|
||||||
"body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.",
|
"body": "غير واضح ما يجب فعله بصفحة جديدة فارغة؟ قم بإضافة بعض البيانات التجريبية مع قيم مسبقة لترى كيف يجب أن تبدو سيرتك الذاتية ويمكنك البدء في التعديل من هناك.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"loadData": "Load Data"
|
"loadData": "تحميل-إضافة البيانات"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reset": {
|
"reset": {
|
||||||
"heading": "Reset Everything!",
|
"heading": "إعادة تعيين كل شيء!",
|
||||||
"body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.",
|
"body": "سيؤدي هذا الإجراء إلى إعادة تعيين جميع بياناتك وإزالة النسخ الاحتياطية التي تم إنشاؤها على وحدة التخزين المحلية لمتصفحك أيضًا. لذا يرجى التأكد من أنك قمت بتصدير بياناتك أولاً قبل إعادة تعيين كل شيء.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"reset": "Reset"
|
"reset": "إعادة تعيين"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user