Skip to content

Commit f13bcd2

Browse files
authored
Merge pull request #927 from imaun/imaun-fa-ir-locale
Add fa_IR locale
2 parents cf30318 + af36dae commit f13bcd2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

l10n/fa_IR.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};

l10n/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import cnCN from './cn_CN';
1111
import arSA from './ar_SA';
1212
import deDE from './de_DE';
1313
import ptBR from './pt_BR';
14+
import faIR from './fa_IR';
1415

1516
export {
1617
esES,
@@ -26,4 +27,5 @@ export {
2627
arSA,
2728
deDE,
2829
ptBR,
29-
};
30+
faIR,
31+
};

0 commit comments

Comments
 (0)