mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: add missing arbric translation to locale (#50851)
This commit is contained in:
parent
ce1356559d
commit
b5defa9809
@ -114,6 +114,20 @@ const localeValues: Locale = {
|
||||
},
|
||||
},
|
||||
},
|
||||
Image: {
|
||||
preview: 'معاينة',
|
||||
},
|
||||
QRCode: {
|
||||
expired: 'انتهت صلاحية رمز الاستجابة السريعة',
|
||||
refresh: 'انقر للتحديث',
|
||||
scanned: 'تم المسح',
|
||||
},
|
||||
ColorPicker: {
|
||||
presetEmpty: 'لا يوجد',
|
||||
transparent: 'شفاف',
|
||||
singleColor: 'لون واحد',
|
||||
gradientColor: 'تدرج لوني',
|
||||
},
|
||||
};
|
||||
|
||||
export default localeValues;
|
||||
|
Loading…
Reference in New Issue
Block a user