From a567a7257d5ad65ccbae0c1e6738930dba75cd93 Mon Sep 17 00:00:00 2001 From: Kasra Karami Date: Sat, 24 Feb 2024 00:29:29 +0330 Subject: [PATCH] add more translate --- src/nginxconfig/i18n/fa/common.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/nginxconfig/i18n/fa/common.js b/src/nginxconfig/i18n/fa/common.js index 8a97d21..1c28169 100644 --- a/src/nginxconfig/i18n/fa/common.js +++ b/src/nginxconfig/i18n/fa/common.js @@ -25,9 +25,9 @@ THE SOFTWARE. */ export default { - back: 'Back', - next: 'Next', - enable: 'enable', + back: 'بازگشت', + next: 'بعدی', + enable: 'فعال کردن', php: 'PHP', ssl: 'SSL', nginx: 'NGINX', @@ -40,9 +40,9 @@ export default { magento: 'Magento', joomla: 'Joomla', django: 'Django', - logging: 'Logging', - reverseProxy: 'Reverse proxy', - reverseProxyLower: 'reverse proxy', - restrict: 'Restrict', - path: 'Path', + logging: 'لاگ‌گیری', + reverseProxy: 'پروکسی معکوس', + reverseProxyLower: 'پروکسی معکوس', + restrict: 'محدود کردن', + path: 'مسیر', };