mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Localization: Persian(fa) translations added.
This commit is contained in:
17
plugins/box/backup/languages/fa.lang.php
Normal file
17
plugins/box/backup/languages/fa.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'پشتیبان گیری',
|
||||
'Backup Date' => 'تاریخ پشتیبان گیری',
|
||||
'Create Backup' => 'ایجاد نسخه پشتیبان',
|
||||
'Delete' => 'حذف',
|
||||
'storage' => 'ذخیره سازی',
|
||||
'public' => 'عمومی',
|
||||
'plugins' => 'افزونه ها',
|
||||
'Size' => 'اندازه',
|
||||
'Actions' => 'عملیات',
|
||||
'Delete backup: :backup' => 'حذف پشتیبان: نسخه پشتیبان',
|
||||
'Creating...' => 'درحال ایجاد ...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/fa.lang.php
Normal file
29
plugins/box/blocks/languages/fa.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'بلوک',
|
||||
'Blocks manager' => 'مدیریت بلوک',
|
||||
'Delete' => 'حذف',
|
||||
'Edit' => 'ویرایش',
|
||||
'Name' => 'نام',
|
||||
'Create New Block' => 'ایجاد بلوک جدید',
|
||||
'New Block' => 'بلوک جدید',
|
||||
'Edit Block' => 'ویرایش بلوک',
|
||||
'Save' => 'ذخیره',
|
||||
'Save and Exit' => 'ذخیره و خروج',
|
||||
'Actions' => 'عملیات',
|
||||
'Required field' => 'کادر اجباری',
|
||||
'This block already exists' => 'این بلوک در حال حاضر وجود دارد',
|
||||
'This block does not exist' => 'این بلوک وجود ندارد',
|
||||
'Delete block: :block' => 'حذف بلوک: :block',
|
||||
'Block content' => 'محتوی بلوک',
|
||||
'Block <i>:name</i> deleted' => 'بلوک <i>:name</i> حذف شد',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'تغییرات روی بلوک <i>:name</i> ذخیره شد.',
|
||||
'Delete block: :block' => 'حذف بلوک: :block',
|
||||
'View Embed Code' => 'نمایش کد درج شده',
|
||||
'Embed Code' => 'کد درج شده',
|
||||
'Shortcode' => 'کدکوتاه',
|
||||
'PHP Code' => 'کد PHP',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/fa.lang.php
Normal file
8
plugins/box/editor/languages/fa.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'ویرایشگر',
|
||||
'Editor plugin' => 'افزونه ویرایشگر',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user