currency.js 608 B

1234567891011121314
  1. define(
  2. "dojo/cldr/nls/shi-tfng/currency", //begin v1.x content
  3. {
  4. "CHF_displayName": "ⴰⴼⵔⴰⵏⴽ ⵏ ⵙⵡⵉⵙⵔⴰ",
  5. "EUR_displayName": "ⵓⵔⵓ",
  6. "CAD_displayName": "ⴰⴷⵓⵍⴰⵔ ⵏ ⴽⴰⵏⴰⴷⴰ",
  7. "GBP_displayName": "ⴰⵊⵏⵉⵀ ⴰⵙⵜⵔⵍⵉⵏⵉ ⵏ ⵏⵏⴳⵍⵉⵣ",
  8. "JPY_displayName": "ⴰⵢⴰⵏ ⵏ ⵍⵢⴰⴱⴰⵏ",
  9. "AUD_displayName": "ⴰⴷⵓⵍⴰⵔ ⵏ ⵓⵙⵜⵔⴰⵍⵢⴰ",
  10. "CNY_displayName": "ⴰⵢⴰⵏ ⵏ ⵛⵛⵉⵏⵡⴰ",
  11. "USD_displayName": "ⴰⴷⵓⵍⴰⵔ ⵏ ⵉⵡⵓⵏⴰⴽ ⵉⵎⵓⵏⵏ"
  12. }
  13. //end v1.x content
  14. );