1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

Localization: Persian(fa) translations added.

This commit is contained in:
Awilum
2013-03-22 00:22:19 +02:00
parent d626ae68be
commit a01a304a83
12 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
return array(
'menu' => array(
'Menu' => 'منو',
'Menu manager' => 'مدیریت منو',
'Edit' => 'ویرایش',
'Name' => 'نام',
'Delete' => 'حذف',
'Order' => 'ترتیب',
'Actions' => 'عملیات',
'Create New Item' => 'ایجاد آیتم جدید',
'New item' => 'آیتم جدید',
'Item name' => 'نام آیتم',
'Item order' => 'ترتیب آیتم',
'Item target' => 'هدف آیتم',
'Item link' => 'لینک آیتم',
'Item category' => 'مجموعه آیتم',
'Save' => 'ذخیره',
'Edit item' => 'ویرایش آیتم',
'Delete item :name' => 'حذف آیتم :name',
'Select page' => 'انتخاب صفحه',
'Category' => 'مجموعه',
'Select category' => 'انتخاب مجموعه',
'Required field' => 'کادر الزامی',
)
);