fix: add missing arbric translation to locale (#50851)

This commit is contained in:
NathanLao 2024-09-13 19:04:54 -07:00 committed by GitHub
parent ce1356559d
commit b5defa9809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,20 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: 'معاينة',
},
QRCode: {
expired: 'انتهت صلاحية رمز الاستجابة السريعة',
refresh: 'انقر للتحديث',
scanned: 'تم المسح',
},
ColorPicker: {
presetEmpty: 'لا يوجد',
transparent: 'شفاف',
singleColor: 'لون واحد',
gradientColor: 'تدرج لوني',
},
};
export default localeValues;