From a7bb4abc95c66ae743ef803cc87d3a316db2d97e Mon Sep 17 00:00:00 2001 From: Edi Date: Sun, 24 Feb 2019 14:41:19 +0100 Subject: [PATCH] Create fa_IR.json --- bl-plugins/html-code/languages/fa_IR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bl-plugins/html-code/languages/fa_IR.json diff --git a/bl-plugins/html-code/languages/fa_IR.json b/bl-plugins/html-code/languages/fa_IR.json new file mode 100644 index 00000000..a986e9e9 --- /dev/null +++ b/bl-plugins/html-code/languages/fa_IR.json @@ -0,0 +1,13 @@ +{ + "plugin-data": + { + "name": "کد HTML", + "description": "افزودن کد HTML ، CSS و یا JavaScript در head metadata ، header و یا footer وبسایت خود." + }, + "insert-code-in-the-theme-inside-the-tag-head": "درج کد در قالب درون تگ <head> </head>", + "insert-code-in-the-theme-at-the-top": "درج کد درون قالب در بالا.", + "insert-code-in-the-theme-at-the-bottom": "درج کد درون قالب در پایین.", + "insert-code-in-the-admin-area-inside-the-tag-head": "درج کد در محیط مدیریت درون تگ <head> </head>", + "insert-code-in-the-admin-area-at-the-top": "درج کد در محیط مدیریت در بالا.", + "insert-code-in-the-admin-area-at-the-bottom": "درج کد در محیط مدیریت در پایین." +}