-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathar.js
15 lines (15 loc) · 1.49 KB
/
ar.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
"intl-common:characters:apostrophe": "الفاصلة العليا", // short name or description of the "'" character
"intl-common:characters:ampersand": "علامة العطف \"&\"", // short name or description of the "&" character
"intl-common:characters:asterisk": "العلامة النجمية", // short name or description of the "*" character
"intl-common:characters:backslash": "الشرطة المائلة", // short name or description of the "\" character
"intl-common:characters:colon": "النقطتان", // short name or description of the ":" character
"intl-common:characters:comma": "الفاصلة", // short name or description of the "," character
"intl-common:characters:greaterThan": "علامة أكبر من", // short name or description of the ">" character
"intl-common:characters:lessThan": "علامة أقل من", // short name or description of the "<" character
"intl-common:characters:numberSign": "علامة الرقم", // short name or description of the "#" character
"intl-common:characters:percentSign": "علامة النسبة المئوية", // short name or description of the "%" character
"intl-common:characters:pipe": "الخط العمودي", // short name or description of the "|" character
"intl-common:characters:questionMark": "علامة الاستفهام", // short name or description of the "?" character
"intl-common:characters:quotationMark": "علامة الاقتباس", // short name or description of the '"' character
};