|
| 1 | +/** |
| 2 | + * Configuration for the Persian translation |
| 3 | + * پیکربندی ترجمه فارسی |
| 4 | + */ |
| 5 | + |
| 6 | +module.exports = { |
| 7 | + // Language display name. MUST BE THE SAME AS IN [inert.config.js].custom.langs |
| 8 | + display: "فارسی", |
| 9 | + prefix: "/fa/", |
| 10 | + dir: "rtl", |
| 11 | + lang: "fa", |
| 12 | + // `p` stands for `paragraph`. This will contain translations of full text blocks |
| 13 | + p: { |
| 14 | + headline: "سرویس گیرنده HTTP مبتنی بر پرامیس (Promise) برای مرورگر و node.js ", |
| 15 | + subhead: `Axios یک سرویس گیرنده HTTP مبتنی بر پرامیس (Promise) برای مرورگر و node.js می باشد. |
| 16 | + Axios یک کتابخانه ساده حتی برای استفاده در یک بسته کوچک با رابط کاربری بسیار گسترده ارائه شده است.`, |
| 17 | + }, |
| 18 | + // `t` stands fot `translation`. This will contain translations of single words or phrases |
| 19 | + t: { |
| 20 | + "Get Started": "شروع کنید", |
| 21 | + "View on GitHub": "مشاهده در GitHub", |
| 22 | + "Languages": "زبان ها", |
| 23 | + "Open Source": "متن باز", |
| 24 | + "Contribute": "مشارکت", |
| 25 | + "Source on GitHub": "منبع در GitHub", |
| 26 | + "Fork on GitHub": "فورک در GitHub", |
| 27 | + "Fork the Website": "فورک وب سایت", |
| 28 | + "Create an Issue": "ایجاد یک مسئله", |
| 29 | + "Next": "بعدی", |
| 30 | + "Previous": "قبلی", |
| 31 | + "Website Copy Right Footer": "پاورقی حق چاپ و استفاده وب سایت", |
| 32 | + "View On Github": "مشاهده در Github", |
| 33 | + "Axios Project Copy Right Footer": "پاورقی حق استفاده از پروژه Axios", |
| 34 | + "License Label Footer": "پاورقی برچسب مجوز" |
| 35 | + }, |
| 36 | + sidebar: [ |
| 37 | + { |
| 38 | + type: "heading", |
| 39 | + text: "شروع به کار", |
| 40 | + }, |
| 41 | + { |
| 42 | + type: "link", |
| 43 | + href: "/docs/intro", |
| 44 | + text: "مقدمه", |
| 45 | + }, |
| 46 | + { |
| 47 | + type: "link", |
| 48 | + href: "/docs/example", |
| 49 | + text: "مثال", |
| 50 | + }, |
| 51 | + { |
| 52 | + type: "link", |
| 53 | + href: "/docs/post_example", |
| 54 | + text: "درخواست های ارسال", |
| 55 | + }, |
| 56 | + { |
| 57 | + type: "heading", |
| 58 | + text: "رابط های برنامهنویسی پروژه", |
| 59 | + }, |
| 60 | + { |
| 61 | + type: "link", |
| 62 | + href: "/docs/api_intro", |
| 63 | + text: "APIهای پروژه Axios", |
| 64 | + }, |
| 65 | + { |
| 66 | + type: "link", |
| 67 | + href: "/docs/instance", |
| 68 | + text: "نمونه سازی از Axios", |
| 69 | + }, |
| 70 | + { |
| 71 | + type: "link", |
| 72 | + href: "/docs/req_config", |
| 73 | + text: "پیکربندی درخواست ها", |
| 74 | + }, |
| 75 | + { |
| 76 | + type: "link", |
| 77 | + href: "/docs/res_schema", |
| 78 | + text: "الگوی پاسخ ها", |
| 79 | + }, |
| 80 | + { |
| 81 | + type: "link", |
| 82 | + href: "/docs/config_defaults", |
| 83 | + text: "تنظیمات پیش فرض", |
| 84 | + }, |
| 85 | + { |
| 86 | + type: "link", |
| 87 | + href: "/docs/interceptors", |
| 88 | + text: "رهگیرها", |
| 89 | + }, |
| 90 | + { |
| 91 | + type: "link", |
| 92 | + href: "/docs/handling_errors", |
| 93 | + text: "مدیریت خطاها", |
| 94 | + }, |
| 95 | + { |
| 96 | + type: "link", |
| 97 | + href: "/docs/cancellation", |
| 98 | + text: "لغو درخواست", |
| 99 | + }, |
| 100 | + { |
| 101 | + type: "link", |
| 102 | + href: "/docs/urlencoded", |
| 103 | + text: "بدنه های رمزگذاری آدرس (URL-Encoding)", |
| 104 | + }, |
| 105 | + { |
| 106 | + type: "heading", |
| 107 | + text: "متفرقه", |
| 108 | + }, |
| 109 | + { |
| 110 | + type: "link", |
| 111 | + href: "/docs/notes", |
| 112 | + text: "نکات", |
| 113 | + }, |
| 114 | + { |
| 115 | + type: "heading", |
| 116 | + text: "مشارکت کنندگان", |
| 117 | + }, |
| 118 | + { |
| 119 | + type: "link", |
| 120 | + href: "https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md", |
| 121 | + text: "قوانین رفتاری", |
| 122 | + }, |
| 123 | + { |
| 124 | + type: "link", |
| 125 | + href: "https://github.com/axios/axios/blob/master/COLLABORATOR_GUIDE.md", |
| 126 | + text: "راهنمای همکار (توسعه دهنده)", |
| 127 | + }, |
| 128 | + { |
| 129 | + type: "link", |
| 130 | + href: "https://github.com/axios/axios/blob/master/CONTRIBUTING.md", |
| 131 | + text: "مشارکت در توسعه Axios" |
| 132 | + }, |
| 133 | + { |
| 134 | + type: "link", |
| 135 | + href: "/docs/translating", |
| 136 | + text: "ترجمه این اسناد" |
| 137 | + } |
| 138 | + ], |
| 139 | +}; |
0 commit comments