Skip to content

Commit

Permalink
Example: Update translations based on Google Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Apr 12, 2017
1 parent ea1a4f7 commit d9b8c40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/app-npm-webpack/messages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"number-label": "رقم",
"currency-label": "عملة",
"date-label": "تاريخ",
"date-to-parts-label": "التاريخ (لاحظ الشهر القوي، تمت إضافة الترميز باستخدام formatDateToParts)",
"relative-time-label": "الوقت النسبي",
"unit-label": "وحدة القياس",
"message-1": "مثال علي رسالة باستخدام رقم مختلط \"{number}\", عملة \"{currency}\", تاريخ \"{date}\", وقت نسبي \"{relativeTime}\", و وحدة قياس \"{unit}\" .",
Expand Down
1 change: 1 addition & 0 deletions examples/app-npm-webpack/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"number-label": "Número",
"currency-label": "Moneda",
"date-label": "Fecha",
"date-to-parts-label": "Fecha (tenga en cuenta el mes en negrita, se agregó el marcado utilizando dateToPartsFormatter)",
"relative-time-label": "Tiempo Relativo",
"unit-label": "Unidad",
"message-1": "Un ejemplo de mensaje usando números mixtos \"{number}\", monedas \"{currency}\", fechas \"{date}\", tiempo relativo \"{relativeTime}\", y unidades \"{unit}\".",
Expand Down
1 change: 1 addition & 0 deletions examples/app-npm-webpack/messages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"number-label": "Число",
"currency-label": "Валюта",
"date-label": "Дата",
"date-to-parts-label": "Дата (обратите внимание на сильный месяц, разметка была добавлена с помощью formatDateToParts)",
"relative-time-label": "Относительное время",
"unit-label": "Единица измерения",
"message-1": "Пример сообщения с числом \"{number}\", валютой \"{currency}\", датой \"{date}\", относительным временем \"{relativeTime}\" и единицей измерения \"{unit}\".",
Expand Down
1 change: 1 addition & 0 deletions examples/app-npm-webpack/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"number-label": "号码",
"currency-label": "",
"date-label": "迄今",
"date-to-parts-label": "日期(注意强烈的月份,使用formatDateToParts添加标记)",
"relative-time-label": "相对时间",
"unit-label": "单元",
"message-1": "使用混合数\"{number}\",货币\"{currency}\",日期\"{date}\",相对时间\"{relativeTime}\"和单元\"{unit}\"的消息的例子。",
Expand Down

0 comments on commit d9b8c40

Please sign in to comment.