-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathde.js
15 lines (15 loc) · 1.36 KB
/
de.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
"intl-common:characters:apostrophe": "Apostroph", // short name or description of the "'" character
"intl-common:characters:ampersand": "Kaufmännisches Und", // short name or description of the "&" character
"intl-common:characters:asterisk": "Sternchen", // short name or description of the "*" character
"intl-common:characters:backslash": "Umgekehrter Schrägstrich", // short name or description of the "\" character
"intl-common:characters:colon": "Doppelpunkt", // short name or description of the ":" character
"intl-common:characters:comma": "Komma", // short name or description of the "," character
"intl-common:characters:greaterThan": "Größer-als-Zeichen", // short name or description of the ">" character
"intl-common:characters:lessThan": "Kleiner-als-Zeichen", // short name or description of the "<" character
"intl-common:characters:numberSign": "Nummernzeichen", // short name or description of the "#" character
"intl-common:characters:percentSign": "Prozentzeichen", // short name or description of the "%" character
"intl-common:characters:pipe": "Senkrechter Strich", // short name or description of the "|" character
"intl-common:characters:questionMark": "Fragezeichen", // short name or description of the "?" character
"intl-common:characters:quotationMark": "Anführungszeichen", // short name or description of the '"' character
};