iobroker.pv-notifications 1.2.6 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/io-package.json +75 -99
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -344,6 +344,16 @@ sadam6752@gmail.com
|
|
|
344
344
|
### **WORK IN PROGRESS**
|
|
345
345
|
-->
|
|
346
346
|
|
|
347
|
+
### 1.2.8 (2026-03-02)
|
|
348
|
+
|
|
349
|
+
* (FIX) Fixed duplicate news entry in io-package.json (E1036/E2005 fix)
|
|
350
|
+
* (FIX) Added full translations for common.news (pt, nl, fr, it, es, pl, uk, zh-cn)
|
|
351
|
+
* (FIX) Reduced news entries to 7 versions (W1032 fix)
|
|
352
|
+
|
|
353
|
+
### 1.2.7 (2026-03-02)
|
|
354
|
+
|
|
355
|
+
* (FIX) Fixed io-package.json JSON syntax error (invalid duplicate news section removed)
|
|
356
|
+
|
|
347
357
|
### 1.2.6 (2026-03-02)
|
|
348
358
|
|
|
349
359
|
* (FIX) Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "pv-notifications",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "PV Notifications",
|
|
7
7
|
"de": "PV-Benachrichtigungen",
|
|
@@ -29,53 +29,96 @@
|
|
|
29
29
|
"zh-cn": "发送 Telegram 通知用于 PV 电池状态"
|
|
30
30
|
},
|
|
31
31
|
"news": {
|
|
32
|
+
"1.2.8": {
|
|
33
|
+
"en": "Fixed duplicate news entry in io-package.json (E1036/E2005 fix)",
|
|
34
|
+
"de": "Doppelten news-Eintrag in io-package.json behoben (E1036/E2005 Fix)",
|
|
35
|
+
"ru": "Исправлена дублирующаяся запись news в io-package.json (исправление E1036/E2005)",
|
|
36
|
+
"pt": "Corrigida entrada duplicada de notícias no io-package.json (correção E1036/E2005)",
|
|
37
|
+
"nl": "Dubbele nieuwsvermelding in io-package.json hersteld (E1036/E2005 fix)",
|
|
38
|
+
"fr": "Correction d'une entrée de nouvelles en double dans io-package.json (correction E1036/E2005)",
|
|
39
|
+
"it": "Corretta voce duplicata delle notizie in io-package.json (correzione E1036/E2005)",
|
|
40
|
+
"es": "Entrada de noticias duplicada corregida en io-package.json (corrección E1036/E2005)",
|
|
41
|
+
"pl": "Naprawiono podwójny wpis wiadomości w io-package.json (poprawka E1036/E2005)",
|
|
42
|
+
"uk": "Виправлено подвійний запис новин у io-package.json (виправлення E1036/E2005)",
|
|
43
|
+
"zh-cn": "已修复 io-package.json 中的重复新闻条目(E1036/E2005 修复)"
|
|
44
|
+
},
|
|
45
|
+
"1.2.7": {
|
|
46
|
+
"en": "Fixed io-package.json JSON syntax error (invalid duplicate news section removed)",
|
|
47
|
+
"de": "io-package.json JSON-Syntaxfehler behoben (ungültiger doppelter news-Abschnitt entfernt)",
|
|
48
|
+
"ru": "Исправлена ошибка синтаксиса JSON в io-package.json (удален недопустимый дублирующийся раздел news)",
|
|
49
|
+
"pt": "Erro de sintaxe JSON no io-package.json corrigido (seção de notícias duplicada removida)",
|
|
50
|
+
"nl": "JSON-syntaxfout in io-package.json hersteld (ongeldige dubbele nieuwssectie verwijderd)",
|
|
51
|
+
"fr": "Erreur de syntaxe JSON dans io-package.json corrigée (section de nouvelles en double supprimée)",
|
|
52
|
+
"it": "Errore di sintassi JSON in io-package.json corretto (sezione notizie duplicata rimossa)",
|
|
53
|
+
"es": "Error de sintaxis JSON en io-package.json corregido (sección de noticias duplicada eliminada)",
|
|
54
|
+
"pl": "Naprawiono błąd składni JSON w io-package.json (usunięto podwójną sekcję wiadomości)",
|
|
55
|
+
"uk": "Виправлено помилку синтаксису JSON у io-package.json (видалено подвійний розділ новин)",
|
|
56
|
+
"zh-cn": "已修复 io-package.json JSON 语法错误(已删除无效的重复新闻部分)"
|
|
57
|
+
},
|
|
32
58
|
"1.2.6": {
|
|
33
59
|
"en": "Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)",
|
|
34
60
|
"de": "Größenattribute (xs, xl) für monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption Felder hinzugefügt (E5507 Fix)",
|
|
35
|
-
"ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (исправление E5507)"
|
|
61
|
+
"ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (исправление E5507)",
|
|
62
|
+
"pt": "Atributos de tamanho (xs, xl) adicionados para os campos monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (correção E5507)",
|
|
63
|
+
"nl": "Grootte-attributen (xs, xl) toegevoegd voor monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption velden (E5507 fix)",
|
|
64
|
+
"fr": "Attributs de taille (xs, xl) ajoutés pour les champs monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (correction E5507)",
|
|
65
|
+
"it": "Aggiunti attributi di dimensione (xs, xl) per i campi monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (correzione E5507)",
|
|
66
|
+
"es": "Atributos de tamaño (xs, xl) agregados para los campos monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (corrección E5507)",
|
|
67
|
+
"pl": "Dodano atrybuty rozmiaru (xs, xl) dla pól monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (poprawka E5507)",
|
|
68
|
+
"uk": "Додано атрибути розміру (xs, xl) для полів monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (виправлення E5507)",
|
|
69
|
+
"zh-cn": "已为 monthlyStatsDay、monthlyStatsTime、weatherEnabled、weatherInIntermediate、weatherInDailyStats、highProduction、highConsumption 字段添加大小属性(xs, xl)(E5507 修复)"
|
|
36
70
|
},
|
|
37
71
|
"1.2.5": {
|
|
38
72
|
"en": "Added size attributes (xs, xl) for monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime fields (E5507 fix)",
|
|
39
73
|
"de": "Größenattribute (xs, xl) für monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime Felder hinzugefügt (E5507 Fix)",
|
|
40
|
-
"ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (исправление E5507)"
|
|
74
|
+
"ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (исправление E5507)",
|
|
75
|
+
"pt": "Atributos de tamanho (xs, xl) adicionados para os campos monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (correção E5507)",
|
|
76
|
+
"nl": "Grootte-attributen (xs, xl) toegevoegd voor monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime velden (E5507 fix)",
|
|
77
|
+
"fr": "Attributs de taille (xs, xl) ajoutés pour les champs monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (correction E5507)",
|
|
78
|
+
"it": "Aggiunti attributi di dimensione (xs, xl) per i campi monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (correzione E5507)",
|
|
79
|
+
"es": "Atributos de tamaño (xs, xl) agregados para los campos monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (corrección E5507)",
|
|
80
|
+
"pl": "Dodano atrybuty rozmiaru (xs, xl) dla pól monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (poprawka E5507)",
|
|
81
|
+
"uk": "Додано атрибути розміру (xs, xl) для полів monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (виправлення E5507)",
|
|
82
|
+
"zh-cn": "已为 monthlyStatsEnabled、minIntervalIntermediate、statsDayTime、statsWeekDay、statsWeekTime 字段添加大小属性(xs, xl)(E5507 修复)"
|
|
41
83
|
},
|
|
84
|
+
"1.2.4": {
|
|
42
85
|
"en": "Added LICENSE file and fixed copyright formatting (W6009/W6011/W7004 fixes)",
|
|
43
86
|
"de": "LICENSE-Datei hinzugefügt und Copyright-Formatierung korrigiert (W6009/W6011/W7004 Fixes)",
|
|
44
|
-
"ru": "Добавлен файл LICENSE и исправлено форматирование авторских прав (исправления W6009/W6011/W7004)"
|
|
87
|
+
"ru": "Добавлен файл LICENSE и исправлено форматирование авторских прав (исправления W6009/W6011/W7004)",
|
|
88
|
+
"pt": "Arquivo LICENSE adicionado e formatação de copyright corrigida (correções W6009/W6011/W7004)",
|
|
89
|
+
"nl": "LICENSE-bestand toegevoegd en copyright-opmaak hersteld (W6009/W6011/W7007 fixes)",
|
|
90
|
+
"fr": "Fichier LICENSE ajouté et formatage des droits d'auteur corrigé (corrections W6009/W6011/W7004)",
|
|
91
|
+
"it": "Aggiunto file LICENSE e corretta formattazione del copyright (correzioni W6009/W6011/W7004)",
|
|
92
|
+
"es": "Archivo LICENSE agregado y formato de derechos de autor corregido (correcciones W6009/W6011/W7004)",
|
|
93
|
+
"pl": "Dodano plik LICENSE i poprawiono formatowanie praw autorskich (poprawki W6009/W6011/W7004)",
|
|
94
|
+
"uk": "Додано файл LICENSE та виправлено форматування авторських прав (виправлення W6009/W6011/W7004)",
|
|
95
|
+
"zh-cn": "已添加 LICENSE 文件并修复版权格式(W6009/W6011/W7004 修复)"
|
|
45
96
|
},
|
|
97
|
+
"1.2.3": {
|
|
46
98
|
"en": "Added size attributes (xs, xl) for minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd fields in admin UI (E5507 fix)",
|
|
47
99
|
"de": "Größenattribute (xs, xl) für minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd Felder im Admin-UI hinzugefügt (E5507 Fix)",
|
|
48
|
-
"ru": "Добавлены атрибуты размеров (xs, xl) для полей minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd в админ-интерфейсе (исправление E5507)"
|
|
100
|
+
"ru": "Добавлены атрибуты размеров (xs, xl) для полей minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd в админ-интерфейсе (исправление E5507)",
|
|
101
|
+
"pt": "Atributos de tamanho (xs, xl) adicionados para os campos minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd na interface de administração (correção E5507)",
|
|
102
|
+
"nl": "Grootte-attributen (xs, xl) toegevoegd voor minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd velden in admin UI (E5507 fix)",
|
|
103
|
+
"fr": "Attributs de taille (xs, xl) ajoutés pour les champs minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd dans l'interface d'administration (correction E5507)",
|
|
104
|
+
"it": "Aggiunti attributi di dimensione (xs, xl) per i campi minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd nell'interfaccia di amministrazione (correzione E5507)",
|
|
105
|
+
"es": "Atributos de tamaño (xs, xl) agregados para los campos minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd en la interfaz de administración (corrección E5507)",
|
|
106
|
+
"pl": "Dodano atrybuty rozmiaru (xs, xl) dla pól minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd w interfejsie administracyjnym (poprawka E5507)",
|
|
107
|
+
"uk": "Додано атрибути розміру (xs, xl) для полів minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd в адмін-інтерфейсі (виправлення E5507)",
|
|
108
|
+
"zh-cn": "已为管理界面中的 minIntervalFull、minIntervalEmpty、intermediateSteps、quietModeStart、quietModeEnd 字段添加大小属性(xs, xl)(E5507 修复)"
|
|
49
109
|
},
|
|
50
110
|
"1.2.2": {
|
|
51
111
|
"en": "Fixed weekly statistics: Now uses weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower fields instead of daily values",
|
|
52
112
|
"de": "Wochenstatistik fixiert: Verwendet jetzt weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower Felder statt Tageswerten",
|
|
53
|
-
"ru": "Исправлена недельная статистика: теперь используются поля weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower вместо дневных значений"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
"de": "common.news Sektion für Repository Checker hinzugefügt (E136 Fix)",
|
|
63
|
-
"ru": "Добавлен раздел common.news для проверки репозитория (исправление E136)"
|
|
64
|
-
},
|
|
65
|
-
"1.1.9": {
|
|
66
|
-
"en": "Weather today added to battery full (100%) and empty (0%) messages",
|
|
67
|
-
"de": "Wetter heute zu Batterie VOLL (100%) und LEER (0%) Nachrichten hinzugefügt",
|
|
68
|
-
"ru": "Погода сегодня добавлена в сообщения о полной (100%) и пустой (0%) батарее"
|
|
69
|
-
},
|
|
70
|
-
"1.1.8": {
|
|
71
|
-
"en": "Weather today added to intermediate messages",
|
|
72
|
-
"de": "Wetter heute zu Intermediate-Nachrichten hinzugefügt",
|
|
73
|
-
"ru": "Погода сегодня добавлена в промежуточные сообщения"
|
|
74
|
-
},
|
|
75
|
-
"1.1.7": {
|
|
76
|
-
"en": "Weather data null-check fix to prevent errors",
|
|
77
|
-
"de": "Wetterdaten null-check Fix um Fehler zu vermeiden",
|
|
78
|
-
"ru": "Исправлена проверка null для данных о погоде"
|
|
113
|
+
"ru": "Исправлена недельная статистика: теперь используются поля weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower вместо дневных значений",
|
|
114
|
+
"pt": "Estatísticas semanais corrigidas: Agora usa os campos weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower em vez de valores diários",
|
|
115
|
+
"nl": "Wekelijkse statistieken hersteld: Gebruikt nu weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower velden in plaats van dagwaarden",
|
|
116
|
+
"fr": "Statistiques hebdomadaires corrigées : Utilise maintenant les champs weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower au lieu des valeurs quotidiennes",
|
|
117
|
+
"it": "Statistiche settimanali corrette: Ora utilizza i campi weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower invece dei valori giornalieri",
|
|
118
|
+
"es": "Estadísticas semanales corregidas: Ahora usa los campos weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower en lugar de valores diarios",
|
|
119
|
+
"pl": "Naprawiono statystyki tygodniowe: Teraz używa pól weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower zamiast wartości dziennych",
|
|
120
|
+
"uk": "Виправлено тижневу статистику: Тепер використовуються поля weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower замість денних значень",
|
|
121
|
+
"zh-cn": "已修复周统计:现在使用 weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower 字段而不是日值"
|
|
79
122
|
}
|
|
80
123
|
},
|
|
81
124
|
"authors": [
|
|
@@ -115,74 +158,7 @@
|
|
|
115
158
|
{
|
|
116
159
|
"admin": ">=7.6.20"
|
|
117
160
|
}
|
|
118
|
-
]
|
|
119
|
-
"news": {
|
|
120
|
-
"1.0.93": {
|
|
121
|
-
"en": "Repository checker fixes: size attributes added for number fields (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), VSCode schema definitions updated",
|
|
122
|
-
"de": "Repository-Checker-Fixes: size-Attribute für number-Felder hinzugefügt (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), VSCode-Schema-Definitionen aktualisiert",
|
|
123
|
-
"ru": "Исправления репозитория: добавлены атрибуты size для числовых полей (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), обновлены определения схемы VSCode",
|
|
124
|
-
"pt": "Correções do repositório: atributos size adicionados para campos numéricos (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), definições de esquema VSCode atualizadas",
|
|
125
|
-
"nl": "Repository checker fixes: size-attributen toegevoegd voor nummervelden (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), VSCode-schema-definities bijgewerkt",
|
|
126
|
-
"fr": "Corrections du dépôt : attributs size ajoutés pour les champs numériques (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), définitions de schéma VSCode mises à jour",
|
|
127
|
-
"it": "Correzioni del repository: aggiunti attributi size per i campi numerici (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), aggiornate definizioni di schema VSCode",
|
|
128
|
-
"es": "Correcciones del repositorio: atributos size agregados para campos numéricos (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), definiciones de esquema VSCode actualizadas",
|
|
129
|
-
"pl": "Poprawki repozytorium: dodano atrybuty size dla pól liczbowych (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), zaktualizowano definicje schematu VSCode",
|
|
130
|
-
"uk": "Виправлення репозиторію: додано атрибути size для числових полів (batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty), оновлено визначення схеми VSCode",
|
|
131
|
-
"zh-cn": "仓库修复:已为数字字段添加 size 属性(batteryCapacityWh, thresholdFull/Empty/ResetFull/ResetEmpty),已更新 VSCode 架构定义"
|
|
132
|
-
},
|
|
133
|
-
"1.0.92": {
|
|
134
|
-
"en": "VSCode settings added with JSON schema definitions for better development experience",
|
|
135
|
-
"de": "VSCode-Einstellungen mit JSON-Schema-Definitionen für bessere Entwicklungserfahrung hinzugefügt",
|
|
136
|
-
"ru": "Добавлены настройки VSCode с определениями JSON-схемы для улучшения разработки",
|
|
137
|
-
"pt": "Configurações do VSCode adicionadas com definições de esquema JSON para melhor experiência de desenvolvimento",
|
|
138
|
-
"nl": "VSCode-instellingen toegevoegd met JSON-schema-definities voor betere ontwikkelervaring",
|
|
139
|
-
"fr": "Paramètres VSCode ajoutés avec des définitions de schéma JSON pour une meilleure expérience de développement",
|
|
140
|
-
"it": "Aggiunte impostazioni VSCode con definizioni di schema JSON per una migliore esperienza di sviluppo",
|
|
141
|
-
"es": "Configuraciones de VSCode agregadas con definiciones de esquema JSON para mejor experiencia de desarrollo",
|
|
142
|
-
"pl": "Dodano ustawienia VSCode z definicjami schematu JSON dla lepszego doświadczenia programistycznego",
|
|
143
|
-
"uk": "Додано налаштування VSCode з визначеннями JSON-схеми для покращення розробки",
|
|
144
|
-
"zh-cn": "已添加 VSCode 设置与 JSON 架构定义,以提升开发体验"
|
|
145
|
-
},
|
|
146
|
-
"1.0.91": {
|
|
147
|
-
"en": "Repository checker fixes: old news removed, size attributes added for all objectId fields, .commitinfo added to .gitignore",
|
|
148
|
-
"de": "Repository-Checker-Fixes: alte News entfernt, size-Attribute für alle objectId-Felder hinzugefügt, .commitinfo zu .gitignore hinzugefügt",
|
|
149
|
-
"ru": "Исправления репозитория: старые новости удалены, добавлены атрибуты size для всех полей objectId, .commitinfo добавлен в .gitignore",
|
|
150
|
-
"pt": "Correções do repositório: notícias antigas removidas, atributos size adicionados para todos os campos objectId, .commitinfo adicionado ao .gitignore",
|
|
151
|
-
"nl": "Repository checker fixes: oude nieuwsberichten verwijderd, size-attributen toegevoegd voor alle objectId-velden, .commitinfo toegevoegd aan .gitignore",
|
|
152
|
-
"fr": "Corrections du dépôt : anciennes nouvelles supprimées, attributs size ajoutés pour tous les champs objectId, .commitinfo ajouté à .gitignore",
|
|
153
|
-
"it": "Correzioni del repository: vecchie notizie rimosse, aggiunti attributi size per tutti i campi objectId, .commitinfo aggiunto a .gitignore",
|
|
154
|
-
"es": "Correcciones del repositorio: noticias antiguas eliminadas, atributos size agregados para todos los campos objectId, .commitinfo agregado a .gitignore",
|
|
155
|
-
"pl": "Poprawki repozytorium: usunięto stare wiadomości, dodano atrybuty size dla wszystkich pól objectId, dodano .commitinfo do .gitignore",
|
|
156
|
-
"uk": "Виправлення репозиторію: старі новини видалено, додано атрибути size для всіх полів objectId, .commitinfo додано до .gitignore",
|
|
157
|
-
"zh-cn": "仓库修复:旧新闻已删除,已为所有 objectId 字段添加 size 属性,.commitinfo 已添加到 .gitignore"
|
|
158
|
-
},
|
|
159
|
-
"1.0.90": {
|
|
160
|
-
"en": "JSDoc parameter descriptions added for all functions",
|
|
161
|
-
"de": "JSDoc-Parameterbeschreibungen für alle Funktionen hinzugefügt",
|
|
162
|
-
"ru": "Добавлены описания параметров JSDoc для всех функций",
|
|
163
|
-
"pt": "Descrições de parâmetros JSDoc adicionadas para todas as funções",
|
|
164
|
-
"nl": "JSDoc-parameterbeschrijvingen toegevoegd voor alle functies",
|
|
165
|
-
"fr": "Descriptions de paramètres JSDoc ajoutées pour toutes les fonctions",
|
|
166
|
-
"it": "Aggiunte descrizioni parametri JSDoc per tutte le funzioni",
|
|
167
|
-
"es": "Descripciones de parámetros JSDoc agregadas para todas las funciones",
|
|
168
|
-
"pl": "Dodano opisy parametrów JSDoc dla wszystkich funkcji",
|
|
169
|
-
"uk": "Додано описи параметрів JSDoc для всіх функцій",
|
|
170
|
-
"zh-cn": "已为所有函数添加 JSDoc 参数描述"
|
|
171
|
-
},
|
|
172
|
-
"1.0.89": {
|
|
173
|
-
"en": "Repository checker fixes: createState replaced with setObjectNotExists, size attributes added to jsonConfig, dependencies updated, translations added for all languages",
|
|
174
|
-
"de": "Repository-Checker-Fixes: createState durch setObjectNotExists ersetzt, size-Attribute zu jsonConfig hinzugefügt, Abhängigkeiten aktualisiert, Übersetzungen für alle Sprachen hinzugefügt",
|
|
175
|
-
"ru": "Исправления репозитория: createState заменен на setObjectNotExists, добавлены атрибуты size в jsonConfig, обновлены зависимости, добавлены переводы для всех языков",
|
|
176
|
-
"pt": "Correções do verificador de repositório: createState substituído por setObjectNotExists, atributos size adicionados ao jsonConfig, dependências atualizadas, traduções adicionadas para todos os idiomas",
|
|
177
|
-
"nl": "Repository checker fixes: createState vervangen door setObjectNotExists, size-attributen toegevoegd aan jsonConfig, afhankelijkheden bijgewerkt, vertalingen toegevoegd voor alle talen",
|
|
178
|
-
"fr": "Corrections du vérificateur de dépôt : createState remplacé par setObjectNotExists, attributs size ajoutés à jsonConfig, dépendances mises à jour, traductions ajoutées pour toutes les langues",
|
|
179
|
-
"it": "Correzioni del repository checker: createState sostituito con setObjectNotExists, aggiunti attributi size a jsonConfig, dipendenze aggiornate, aggiunte traduzioni per tutte le lingue",
|
|
180
|
-
"es": "Correcciones del verificador de repositorio: createState reemplazado por setObjectNotExists, atributos size agregados a jsonConfig, dependencias actualizadas, traducciones agregadas para todos los idiomas",
|
|
181
|
-
"pl": "Poprawki checkera repozytorium: createState zastąpiono przez setObjectNotExists, dodano atrybuty size do jsonConfig, zaktualizowano zależności, dodano tłumaczenia dla wszystkich języków",
|
|
182
|
-
"uk": "Виправлення перевірки репозиторію: createState замінено на setObjectNotExists, додано атрибути size до jsonConfig, оновлено залежності, додано переклади для всіх мов",
|
|
183
|
-
"zh-cn": "仓库检查器修复:createState 已替换为 setObjectNotExists,size 属性已添加到 jsonConfig,已更新依赖,已添加所有语言的翻译"
|
|
184
|
-
}
|
|
185
|
-
}
|
|
161
|
+
]
|
|
186
162
|
},
|
|
187
163
|
"native": {
|
|
188
164
|
"telegramInstance": "telegram.0",
|