Skip to content

Commit

Permalink
Translated all objects
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 14, 2021
1 parent d8109ad commit c27bc7c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 38 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ It is NOT required to use the ical option. You can also define all birthday date
### **WORK IN PROGRESS**
-->

### 0.1.4

* (klein0r) Translated all objects

### 0.1.3

* (klein0r) Format dates using ioBrokers configured formats
Expand Down
50 changes: 13 additions & 37 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "birthdays",
"version": "0.1.3",
"version": "0.1.4",
"news": {
"0.1.4": {
"en": "Translated all objects",
"de": "Alle Objekte übersetzt",
"ru": "Переведены все объекты",
"pt": "Todos os objetos traduzidos",
"nl": "Alle objecten vertaald",
"fr": "Traduit tous les objets",
"it": "Tradotto tutti gli oggetti",
"es": "Traducido todos los objetos",
"pl": "Przetłumaczono wszystkie obiekty",
"zh-cn": "翻译所有对象"
},
"0.1.3": {
"en": "Format dates using ioBrokers configured formats",
"de": "Datum mit dem konfigurierten Datumsformat vom ioBroker formatieren",
Expand Down Expand Up @@ -50,42 +62,6 @@
"es": "Soporte Admin 5",
"pl": "Wsparcie administratora 5",
"zh-cn": "管理员 5 支持"
},
"0.0.3": {
"en": "Added next and nextAfter birthdays",
"de": "Nächste und übernächste Geburtstage errechnet",
"ru": "Добавлен следующий и следующий после дней рождения",
"pt": "Adicionado o próximo e o próximo após os aniversários",
"nl": "Volgende en volgende toegevoegd Na verjaardagen",
"fr": "Ajouté suivant et suivantAprès les anniversaires",
"it": "Aggiunto successivo e successivoDopo i compleanni",
"es": "Agregado siguiente y siguiente después de cumpleaños",
"pl": "Dodano następne i następnePo urodzinach",
"zh-cn": "添加 next 和 nextAfter 生日"
},
"0.0.2": {
"en": "Added more objects and states",
"de": "Mehr Objekte und States zur Verfügung gestellt",
"ru": "Добавлено больше объектов и состояний",
"pt": "Adicionados mais objetos e estados",
"nl": "Meer objecten en toestanden toegevoegd",
"fr": "Ajout de plus d'objets et d'états",
"it": "Aggiunti più oggetti e stati",
"es": "Se agregaron más objetos y estados.",
"pl": "Dodano więcej obiektów i stanów",
"zh-cn": "添加了更多的对象和状态"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Первый выпуск",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "初始发行"
}
},
"title": "Birthdays",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.birthdays",
"version": "0.1.3",
"version": "0.1.4",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit c27bc7c

Please sign in to comment.