UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

19 lines (18 loc) 1.98 kB
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) };