Skip to content

Commit b3eadd4

Browse files
authored
fix(module:i18n): add missing translations to ar_EG (#9912)
1 parent 9408016 commit b3eadd4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

components/i18n/languages/ar_EG.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,32 @@ export default {
170170
},
171171
PageHeader: {
172172
back: 'عودة'
173+
},
174+
Image: {
175+
preview: 'معاينة'
176+
},
177+
CronExpression: {
178+
cronError: 'تعبير Cron غير صالح',
179+
second: 'ثانية',
180+
minute: 'دقيقة',
181+
hour: 'ساعة',
182+
day: 'يوم',
183+
month: 'شهر',
184+
week: 'أسبوع'
185+
},
186+
QRCode: {
187+
expired: 'انتهت صلاحية رمز الاستجابة السريعة',
188+
refresh: 'تحديث',
189+
scanned: 'تم المسح'
190+
},
191+
CheckList: {
192+
checkList: 'قائمة التحقق',
193+
checkListFinish: 'لقد أكملت القائمة بنجاح!',
194+
checkListClose: 'إغلاق',
195+
checkListFooter: 'لم تعد قائمة التحقق مطلوبة',
196+
checkListCheck: 'هل تريد إغلاق القائمة؟',
197+
ok: 'تأكيد',
198+
cancel: 'إلغاء',
199+
checkListCheckOther: 'لا حاجة لعرضها مرة أخرى'
173200
}
174201
};

0 commit comments

Comments
 (0)