@brightspace-ui/intl
Version: 
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.74 kB
JavaScript
export default {
	"intl-common:characters:apostrophe": "kesme işareti", // short name or description of the "'" character
	"intl-common:characters:ampersand": "ve işareti", // short name or description of the "&" character
	"intl-common:characters:asterisk": "yıldız işareti", // short name or description of the "*" character
	"intl-common:characters:backslash": "ters eğik çizgi", // short name or description of the "\" character
	"intl-common:characters:colon": "iki nokta üst üste", // short name or description of the ":" character
	"intl-common:characters:comma": "virgül", // short name or description of the "," character
	"intl-common:characters:greaterThan": "büyüktür işareti", // short name or description of the ">" character
	"intl-common:characters:lessThan": "küçüktür işareti", // short name or description of the "<" character
	"intl-common:characters:numberSign": "numara işareti", // short name or description of the "#" character
	"intl-common:characters:percentSign": "yüzde işareti", // short name or description of the "%" character
	"intl-common:characters:pipe": "düz çizgi", // short name or description of the "|" character
	"intl-common:characters:questionMark": "soru işareti", // short name or description of the "?" character
	"intl-common:characters:quotationMark": "tırnak işareti", // short name or description of the '"' character
	"intl-common:navigation:back:title": "Geri", // term for navigating back to the previous page (in Title Case)
	"intl-common:navigation:next:title": "Sonraki", // term for navigating to the next page or item (in Title Case)
	"intl-common:navigation:previous:title": "Önceki", // term for navigating to the previous page or item (in Title Case)
};