Skip to content

Commit

Permalink
Merge pull request #5 from shamsnaamir/main
Browse files Browse the repository at this point in the history
[fa] updating translations
  • Loading branch information
Andrey Helldar authored Oct 22, 2021
2 parents 18d46d3 + b6d97c1 commit 5bcf167
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions locales/fa/http-statuses.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?php

return [
'unknownError' => 'Unknown Error',
'0' => 'Unknown Error',
'unknownError' => 'خطای ناشناخته',
'0' => 'خطای ناشناخته',

'100' => 'Continue',
'101' => 'Switching Protocols',
'102' => 'Processing',
'100' => 'ادامه',
'101' => 'درحال تعویض پروتکل ها',
'102' => 'پردازش درخواست',

'200' => 'OK',
'201' => 'Created',
'202' => 'Accepted',
'203' => 'Non-Authoritative Information',
'204' => 'No Content',
'205' => 'Reset Content',
'206' => 'Partial Content',
'200' => 'موفقیت آمیز',
'201' => 'ساخته شده',
'202' => 'پذیرفته شده',
'203' => 'اطلاعات نامعتبر',
'204' => 'بدون محتویات',
'205' => 'تنظیم مجدد محتوی',
'206' => 'محتوی جزئی',
'207' => 'Multi-Status',
'208' => 'Already Reported',
'226' => 'IM Used',

'300' => 'Multiple Choices',
'301' => 'Moved Permanently',
'302' => 'Found',
'303' => 'See Other',
'304' => 'Not Modified',
'305' => 'Use Proxy',
'307' => 'Temporary Redirect',
'300' => 'چندین انتخاب',
'301' => 'انتقال دائم',
'302' => 'انتقال موقتی',
'303' => 'به محل دیگری مراجعه کنید',
'304' => 'اصلاح نشده',
'305' => 'استفاده از پراکسی',
'307' => 'تغییر مسیر موقت',
'308' => 'Permanent Redirect',

'400' => 'Bad Request',
Expand Down

0 comments on commit 5bcf167

Please sign in to comment.