File tree Expand file tree Collapse file tree
components/i18n/languages Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments