zii.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * Persian (Farsi) Translation
  4. * By : Bamdad Dashtban (bamdadd@gmail.com)
  5. * Message translations.
  6. *
  7. * This file is automatically generated by 'yiic message' command.
  8. * It contains the localizable messages extracted from source code.
  9. * You may modify this file by translating the extracted messages.
  10. *
  11. * Each array element represents the translation (value) of a message (key).
  12. * If the value is empty, the message is considered as not translated.
  13. * Messages that no longer need translation will have their translations
  14. * enclosed between a pair of '@@' marks.
  15. *
  16. * NOTE, this file must be saved in UTF-8 encoding.
  17. */
  18. return array (
  19. 'Are you sure you want to delete this item?' => 'آیا از حذف این آیتم اطمینان دارید؟',
  20. 'Delete' => 'حذف',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'نمایش {start}-{end} از {count} نتیجه ',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => '"name" و "value" هردو برای CDataColumn باید مشخص شوند.',
  23. 'No results found.' => 'نتیجه ای یافت نشد.',
  24. 'Not set' => 'تنظیم نشده',
  25. 'Please specify the "attributes" property.' => 'لطفا تنظیمات "attributes" را مشخص کنید.',
  26. 'Please specify the "data" property.' => 'لطفا تنظیمات "attributes" را مشخص کنید.',
  27. 'Sort by: ' => 'مرتب سازی بر اساس: ',
  28. 'The "dataProvider" property cannot be empty.' => 'تنظیمات "dataProvider" نباید خالی باشد.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'attribute (تنظیمات) می بایست به صورت "Name:Type:Label" باشد که "Type" و "Label" اختیاری است.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'ستون می بایست به صورت "Name:Type:Label" مشخص شود که در آن "Type" و "Label" اختیاری می باشند.',
  31. 'The property "itemView" cannot be empty.' => 'تنظیمات "itemView" نباید خالی باشند.',
  32. 'Total 1 result.|Total {count} results.' => 'مجموع {count} نتیجه',
  33. 'Update' => 'به روز رسانی',
  34. 'View' => 'مشاهده',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} می بایست مقادیر "model" و "attribute" یا "name" را مشخص کرده باشد.',
  36. 'Home' => 'صفحه اول',
  37. );