Skip to content

Commit

Permalink
feat: add new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidfzm committed Mar 11, 2021
1 parent 136c200 commit 23c09d1
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 923 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-farsi",
"version": "2.0.1",
"version": "2.1.0",
"description": "Farsi translations for React-Admin, the frontend framework for building admin applications on top of REST/GraphQL services.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,14 +41,14 @@
"ra-core": "^3.7.0"
},
"devDependencies": {
"ra-core": "^3.7.0",
"@commitlint/config-conventional": "^9.0.1",
"commitlint": "^9.0.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"ra-core": "^3.7.0",
"typescript": "^3.9.6"
},
"husky": {
Expand Down
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ const farsiMessages: TranslationMessages = {
page_rows_per_page: 'تعداد ردیف‌ها در صفحه:',
next: 'بعدی',
prev: 'قبلی',
skip_nav: 'رفتن به محتوا'
},
sort: {
sort_by: 'مرتب‌سازی بر اساس %{field} %{order}',
ASC: 'صعودی',
DESC: 'نزولی',
},
auth: {
auth_check_error: 'لطفا برای ادامه وارد شوید',
Expand Down
Loading

0 comments on commit 23c09d1

Please sign in to comment.