File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ export default {
2
+ search : {
3
+ placeholder : 'جستجو برای...' ,
4
+ } ,
5
+ sort : {
6
+ sortAsc : 'مرتب سازی صعودی' ,
7
+ sortDesc : 'مرتب سازی نزولی' ,
8
+ } ,
9
+ pagination : {
10
+ previous : 'قبلی' ,
11
+ next : 'بعدی' ,
12
+ navigate : ( page , pages ) => `صفحه ${ page } از ${ pages } ` ,
13
+ page : ( page ) => `صفحه ${ page } ` ,
14
+ showing : 'نمایش' ,
15
+ of : 'از' ,
16
+ to : 'تا' ,
17
+ results : 'نتایج' ,
18
+ } ,
19
+ loading : 'در حال دریافت...' ,
20
+ noRecordsFound : 'نتیجهای یافت نشد.' ,
21
+ error : 'دریافت اطلاعات با خطا مواجه شد.' ,
22
+ } ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import cnCN from './cn_CN';
11
11
import arSA from './ar_SA' ;
12
12
import deDE from './de_DE' ;
13
13
import ptBR from './pt_BR' ;
14
+ import faIR from './fa_IR' ;
14
15
15
16
export {
16
17
esES ,
@@ -26,4 +27,5 @@ export {
26
27
arSA ,
27
28
deDE ,
28
29
ptBR ,
29
- } ;
30
+ faIR ,
31
+ } ;
You can’t perform that action at this time.
0 commit comments