@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.89 kB
JavaScript
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
"intl-common:navigation:back:title": "الخلف", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "التالي", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "السابق", // term for navigating to the previous page or item (in Title Case)
};