Skip to content

Commit 0087d1d

Browse files
authored
Merge pull request #989 from AsimNet/locale/ar_SA
Add Arabic locale (ar_SA)
2 parents 1f1c333 + 7d61b89 commit 0087d1d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

l10n/ar_SA.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ import ruRU from './ru_RU';
88
import idID from './id_ID';
99
import jaJP from './ja_JP';
1010
import cnCN from './cn_CN';
11+
import arSA from './ar_SA';
1112

12-
export { esES, frFR, itIT, ptPT, trTR, koKR, ruRU, idID, jaJP, cnCN };
13+
export { esES, frFR, itIT, ptPT, trTR, koKR, ruRU, idID, jaJP, cnCN, arSA };

0 commit comments

Comments
 (0)