iobroker.ical 1.12.1 → 1.13.1

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 CHANGED
@@ -26,6 +26,16 @@ Siehe deutsche [Version hier](docs/de/README.md).
26
26
  Placeholder for the next version (at the beginning of the line):
27
27
  ### **WORK IN PROGRESS**
28
28
  -->
29
+ ### 1.13.1 (2022-06-27)
30
+ * (klein0r) Changed request library
31
+
32
+ ### 1.13.0 (2022-06-17)
33
+ * (klein0r) Added Admin 5 UI
34
+ * (klein0r) Translated all object names
35
+
36
+ ### 1.12.2 (2022-06-03)
37
+ * (Apollon77) Fix displaying rest-time of event in one case
38
+
29
39
  ### 1.12.1 (2022-03-22)
30
40
  * (Apollon77) Adjust colorize of dates to also show dates started in the past with todays color
31
41
 
@@ -39,226 +49,6 @@ Siehe deutsche [Version hier](docs/de/README.md).
39
49
  * (Apollon77) Respect DST changes in some calculations to prevent strange effects
40
50
  * (Apollon77) Parse ics Files with different line endings again
41
51
 
42
- ### 1.11.6 (2021-12-17)
43
- * (jens-maus) fixed incorrect recurrence event processing
44
-
45
- ### 1.11.5 (2021-11-09)
46
- * (jens-maus) updated node-ical to latest 0.14.1
47
- * (jens-maus) fix another issue where an already ended event is still listed
48
-
49
- ### 1.11.4 (2021-09-02)
50
- * (Apollon77) fix cases where already ended entries where still listed
51
- * (Apollon77) fix reported sentry crash cases (IOBROKER-ICAL-S, IOBROKER-ICAL-N)
52
-
53
- ### 1.11.3 (2021-08-04)
54
- * (jens-maus) fixed timezone related handling
55
-
56
- ### 1.11.2 (2021-08-01)
57
- * (Apollon77) Change one logline to debug
58
-
59
- ### 1.11.1 (2021-07-30)
60
- * (Apollon77) Adjust date length for full day events to the full day
61
-
62
- ### 1.11.0 (2021-07-30)
63
- * (Apollon77) Locally cache remote calendars to be used in case of request errors
64
-
65
- ### 1.10.4 (2021-07-30)
66
- * (Apollon77) Make sure daysPast is correctly initialized if not provided
67
- * (Apollon77) When no calendar could be read then no events are updated/cleanup
68
- * (Apollon77) Respect HTTP statuscode from server response too to detect errors
69
-
70
- ### 1.10.3 (2021-07-30)
71
- * (Apollon77/Feuersturm) Fix other timezone issues
72
- * (Apollon77) Fix setting external States when events are active
73
- * (Apollon77) Also list recurring entries from the past
74
- * (Apollon77) Fix the event states for the days in future
75
-
76
- ### 1.10.2 (2021-07-25)
77
- * (Apollon77/Feuersturm) Fix wrong times and dates introduced in 1.7.5.
78
- * (Feuersturm) Allow Setting daysPast to be decreased to zero with button again
79
-
80
- ### 1.10.1 (2021-07-22)
81
- * (Apollon77) Make sure all Event objects are created before values are written
82
-
83
- ### 1.10.0 (2021-07-16)
84
- * IMPORTANT: data.table is now a stringified array!! Consider when using this value!
85
- * (Apollon77) Optimize for js-controller 3.3
86
- * (BasGo) added analysis for events marked as private in Google Calendar
87
- * (jens-maus) updated dependencies
88
-
89
- ### 1.9.3 (2021-04-01)
90
- * (Apollon77) Better handling of some ical cases
91
-
92
- ### 1.9.2 (2021-03-07)
93
- * (Apollon77) Prevent crash case when summary is not provided (Sentry IOBROKER-ICAL-K)
94
-
95
- ### 1.9.1 (2021-01-30)
96
- * (Apollon77) try to make sure all code is executed before adapter is ended
97
-
98
- ### 1.9.0 (2021-01-12)
99
- * (christofkac) Added option to ignore case when events are searched in calendars
100
- * (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-F)
101
-
102
- ### 1.8.5 (2021-01-01)
103
- * (Apollon77) update ical library to prevent problems with RRULE parsing
104
-
105
- ### 1.8.4 (2020-12-27)
106
- * (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-D)
107
-
108
- ### 1.8.3 (2020-12-24)
109
- * (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-C)
110
- * (Apollon77) Upgrade node-ical
111
-
112
- ### 1.8.2 (2020-11-29)
113
- * (klein0r) Several fixes and optimizations
114
-
115
- ### 1.8.1 (2020-11-20)
116
- * (klein0r) Fixed past event calculation in html view
117
-
118
- ### 1.8.0 (2020-11-14)
119
- * (klein0r) Moved html options to separate tab
120
- * (klein0r) Added option to hide "arrow" on for running events
121
- * (klein0r) Added feature to include past events (in days)
122
-
123
- ### 1.7.5 (2020-11-08)
124
- * (Apollon77) Only handle events with a start date (Sentry IOBROKER-ICAL-1, IOBROKER-ICAL-2, IOBROKER-ICAL-4)
125
- * (jens-maus) Update dependencies, fix some more issues
126
-
127
- ### 1.7.4 (2020-08-26)
128
- * (Apollon77) Fix multiple parsing
129
-
130
- ### 1.7.3 (2020-08-26)
131
- * (foxriver76) we pin a specific dependency version, because "rrule" package broken
132
- * (foxriver76) added eslint
133
-
134
- ### 1.7.2 (2019-12-02)
135
- * (bluefox) Documentation was changed
136
-
137
- ### 1.7.1 (2019-01-08)
138
- * (twonky4) Fixed issue with UTC of until in recurring appointments
139
- * (twonky4) Fixed possible empty color
140
-
141
- ### 1.7.0 (2018-11-27)
142
- * (twonky4) Add filter option
143
- * (twonky4) Add support of events for configured date period; changed state names from `events.*` to `events.0.today.*`
144
- * (twonky4) Add Count of events for tomorrow - state `data.countTomorrow`
145
- * (twonky4) Events without time part and same start and end are interpreted as full day events
146
- * (twonky4) Remove special chars from event states
147
-
148
- ### 1.6.6 (2018-10-22)
149
- * (twonky4) Fixed html for disabled colorize
150
- * (twonky4) Fixed timezone handling for events during change from daylight saving time back to standard time
151
- * (twonky4) Fixed events without end date moved to different day
152
-
153
- ### 1.6.5 (2018-10-13)
154
- * (twonky4) Simplify timezone solution
155
- * (twonky4) Fix calendars without timezones
156
-
157
- ### 1.6.4 (2018-10-12)
158
- * (twonky4) Support windows timezones
159
- * (twonky4) Don't fail on invalid timezones
160
-
161
- ### 1.6.3 (2018-10-10)
162
- * (twonky4) Fixes timezone issue in fullday recurring appointments
163
-
164
- ### 1.6.2 (2018-10-08)
165
- * (twonky4) Fixes timezone issue in recurring appointments
166
-
167
- ### 1.6.1 (2018-06-04)
168
- * (Apollon77) Several fixes and optimizations
169
-
170
- ### 1.6.0 (2018-04-13)
171
- * (Apollon77) Several fixes and optimizations
172
- * (Apollon77) Upgrade node-ical library to allow big files to work
173
- * (Apollon77) Better handling of full day events
174
- * (Apollon77) Allow "Replace 0:00" to have 30 characters
175
-
176
- ### 1.5.3 (2018-03-24)
177
- * (Apollon77) Also make location available in data table
178
-
179
- ### 1.5.2 (2018-03-23)
180
- * (Apollon77/BuZZy1337) Fix several display issues
181
-
182
- ### 1.5.0 (2018-03-07)
183
- * (bluefox) ready for Admin3
184
-
185
- ### 1.4.2 (2018-02-21)
186
- * (Apollon77) Also display events that started before today
187
-
188
- ### 1.4.1 (2018-02-05)
189
- * (Apollon77) also allow events without end parameter and assume an 0minute event then and set end = start
190
-
191
- ### 1.4.0 (2018-01-01)
192
- * (Apollon77) allow multiple Events to be contained in one calendar entry. Make sure the names are unique enough because the search only checks for existance of the event name in the text.
193
- * (Apollon77) correctly detect events that started before 0:00
194
- * (Apollon77) also show events with no duration (sometimes used as reminders)
195
- * (Apollon77) correctly show end times for events that are longer then 1 day (including "+x" to show day duration)
196
- * (Apollon77) many enhancements and optimizations in formatting the infos (especially when event has already started but not ended)
197
- * (Apollon77) add option to hide year numbers
198
- * (Apollon77) add own CSS classes to each entry with the names iCal-<calendername> and iCal-<calendername>2 to be able to really design it as needed
199
- * (Apollon77) Known issue: For recurring events it works to delete single events, but it do not work to move them
200
-
201
- ### 1.3.3 (2017-10-30)
202
- * (DutchmanNL) Translate to Netherlands
203
-
204
- ### 1.3.2 (2017-02-24)
205
- * (jens-maus) added singular form for 'days'
206
-
207
- ### 1.3.1 (2017-02-20)
208
- * (jens-maus) implemented support for date excludes for recurring events
209
-
210
- ### 1.3.0 (2017-02-17)
211
- * (jens-maus) switched ical module to use 'node-ical' which should improve ics format compatibility
212
-
213
- ### 1.2.2 (2017-02-17)
214
- * (jens-maus) added changes to show "Noch X Tage" for fullday events (e.g. school holidays)
215
-
216
- ### 1.2.1 (2017-02-11)
217
- * (jens-maus) applied workaround of ics files with TZID before DATE in DTSTART/DTEND
218
-
219
- ### 1.2.0 (2016-07-23)
220
- * (bluefox) allow read from files
221
- * (bluefox) add tests
222
- * (bluefox) fix all day indication
223
-
224
- ### 1.1.3 (2016-07-19)
225
- * (bluefox) fix error if entry is invalid
226
- * (bluefox) use newer ical packet version
227
-
228
- ### 1.1.2 (2015-06-30)
229
- * (jens-maus) implemented some more text replacement terms
230
- * (jens-maus) we only colorize the date+time for imminent appointments
231
- * (jens-maus) added cloneextend dependency definition and fix for dayafter mods
232
- * (jens-maus) ported the "dayafter" change of the ccu.io ical adapter to the iobroker
233
-
234
- ### 1.1.1 (2015-08-16)
235
- * (bluefox) enable auth only if user set.
236
-
237
- ### 1.1.0 (2015-08-13)
238
- * (elmars) Added ability to provide username/password to authenticate against protected ics files. Tested with owncloud.
239
-
240
- ### 1.0.2 (2015-07-21)
241
- * (bluefox) fix error if ICS file has empty lines
242
-
243
- ### 1.0.1 (2015-07-21)
244
- * (bluefox) change readme title
245
-
246
- ### 1.0.0 (2015-07-21)
247
- * (bluefox) fix error with set event to false
248
-
249
- ### 0.1.1 (2015-06-14)
250
- * (bluefox) add additional fields for ioBroker.occ
251
-
252
- ### 0.1.0 (2015-03-24)
253
- * (bluefox) make it compatible with new concept
254
-
255
- ### 0.0.2 (2015-02-22)
256
- * (bluefox) fix error with configuration
257
- * (bluefox) fix error with event object creation
258
-
259
- ### 0.0.1 (2015-02-17)
260
- * (bluefox) initial commit
261
-
262
52
  ## License
263
53
 
264
54
  The MIT License (MIT)
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Pfeil für gestartete Ereignisse hinzufügen",
3
+ "Add event color if available": "Ereignisfarbe als Box verwenden, falls verfügbar",
4
+ "Calendars": "Kalender",
5
+ "Colorize HTML": "Benutze Farben für HTML",
6
+ "Default color for HTML": "Standardfarben für HTML",
7
+ "Events": "Ereignisse",
8
+ "Every calendar has own color": "Jeder Kalender hat eine eigene Farbe",
9
+ "HTML settings": "HTML Einstellungen",
10
+ "Hide Start-End of events": "Start- und Endzeit verbergen",
11
+ "Hide Year": "Jahr verbergen",
12
+ "Ignore Certificate errors": "Zertifikatfehler ignorieren",
13
+ "Ignore case for event-search": "Groß-/Kleinschreibung bei Ereignis-Suche ignorieren",
14
+ "Language": "Sprache",
15
+ "Padding date with '0'": "Datumsangaben mit führender '0'",
16
+ "Past days": "Vergangene Tage",
17
+ "Preview days": "Tagesvorschau",
18
+ "Replace dates with words": "Ersetze Datum mit Worten",
19
+ "Use by full day": "Ersetze 00:00 mit",
20
+ "color": "Farbe",
21
+ "display": "anzeigen",
22
+ "enabled": "Aktiviert",
23
+ "filter": "Filter",
24
+ "filterregex": "Filter als regulärer Ausdruck",
25
+ "iCal adapter settings": "iCal Adapter Einstellungen",
26
+ "name": "Name",
27
+ "pass": "Passwort",
28
+ "sslignore": "SSL-Fehler ignorieren",
29
+ "url": "Kalender URL oder Dateiname",
30
+ "user": "Benutzername",
31
+ "Options": "Optionen",
32
+ "Set ID": "ID festlegen",
33
+ "Set Ack": "Bestätigen"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Add arrow for started events",
3
+ "Add event color if available": "Use event color for box if available",
4
+ "Calendars": "Calendars",
5
+ "Colorize HTML": "Colorize HTML",
6
+ "Default color for HTML": "Default color for HTML",
7
+ "Events": "Events",
8
+ "Every calendar has own color": "Every calendar has own color",
9
+ "HTML settings": "HTML settings",
10
+ "Hide Start-End of events": "Hide Start-End of events",
11
+ "Hide Year": "Hide Year",
12
+ "Ignore Certificate errors": "Ignore Certificate errors",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "Language",
15
+ "Padding date with '0'": "Padding date with '0'",
16
+ "Past days": "Past days",
17
+ "Preview days": "Preview days",
18
+ "Replace dates with words": "Replace dates with words",
19
+ "Use by full day": "Replace 00:00 with",
20
+ "color": "Color",
21
+ "display": "display",
22
+ "enabled": "enabled",
23
+ "filter": "Filter",
24
+ "filterregex": "Filter as regular expression",
25
+ "iCal adapter settings": "iCal adapter settings",
26
+ "name": "Name",
27
+ "pass": "Password",
28
+ "sslignore": "Ignore SSL errors",
29
+ "url": "Calendar URL or file name",
30
+ "user": "Username",
31
+ "Options": "Options",
32
+ "Set ID": "Set ID",
33
+ "Set Ack": "Set Ack"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Agregar flecha para eventos iniciados",
3
+ "Add event color if available": "Use el color del evento para el cuadro si está disponible",
4
+ "Calendars": "Calendarios",
5
+ "Colorize HTML": "Colorear HTML",
6
+ "Default color for HTML": "Color predeterminado para HTML",
7
+ "Events": "Eventos",
8
+ "Every calendar has own color": "Cada calendario tiene su propio color",
9
+ "HTML settings": "Configuración HTML",
10
+ "Hide Start-End of events": "Ocultar inicio-fin de eventos",
11
+ "Hide Year": "Ocultar año",
12
+ "Ignore Certificate errors": "Ignorar errores de certificado",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "Idioma",
15
+ "Padding date with '0'": "Fecha de relleno con '0'",
16
+ "Past days": "Días pasados",
17
+ "Preview days": "Vista previa de días",
18
+ "Replace dates with words": "Reemplazar fechas con palabras",
19
+ "Use by full day": "Reemplace 00:00 con",
20
+ "color": "Color",
21
+ "display": "monitor",
22
+ "enabled": "habilitado",
23
+ "filter": "Filtrar",
24
+ "filterregex": "Filtrar como expresión regular.",
25
+ "iCal adapter settings": "Configuración del adaptador iCal",
26
+ "name": "Nombre",
27
+ "pass": "Contraseña",
28
+ "sslignore": "Ignorar los errores de SSL",
29
+ "url": "URL del calendario o nombre del archivo",
30
+ "user": "Nombre de usuario",
31
+ "Options": "Opciones",
32
+ "Set ID": "Pon la identificacion",
33
+ "Set Ack": "Establecer acuse de recibo"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Ajouter une flèche pour les événements commencés",
3
+ "Add event color if available": "Utiliser la couleur de l'événement pour la case si disponible",
4
+ "Calendars": "Calendriers",
5
+ "Colorize HTML": "Coloriser HTML",
6
+ "Default color for HTML": "Couleur par défaut pour HTML",
7
+ "Events": "Événements",
8
+ "Every calendar has own color": "Chaque calendrier a sa propre couleur",
9
+ "HTML settings": "Paramètres HTML",
10
+ "Hide Start-End of events": "Masquer le début et la fin des événements",
11
+ "Hide Year": "Masquer l'année",
12
+ "Ignore Certificate errors": "Ignorer les erreurs de certificat",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "La langue",
15
+ "Padding date with '0'": "Rembourrage avec '0'",
16
+ "Past days": "Jours passés",
17
+ "Preview days": "Jours d'aperçu",
18
+ "Replace dates with words": "Remplacer les dates par des mots",
19
+ "Use by full day": "Remplacer 00:00 avec",
20
+ "color": "Couleur",
21
+ "display": "afficher",
22
+ "enabled": "activée",
23
+ "filter": "Filtre",
24
+ "filterregex": "Filtrer en tant qu'expression régulière",
25
+ "iCal adapter settings": "Paramètres de l'adaptateur iCal",
26
+ "name": "prénom",
27
+ "pass": "Mot de passe",
28
+ "sslignore": "Ignorer les erreurs SSL",
29
+ "url": "URL du calendrier ou nom de fichier",
30
+ "user": "Nom d'utilisateur",
31
+ "Options": "Choix",
32
+ "Set ID": "Définir l'identifiant",
33
+ "Set Ack": "Confirmer"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Aggiungi freccia per gli eventi iniziati",
3
+ "Add event color if available": "Usa il colore dell'evento per la scatola, se disponibile",
4
+ "Calendars": "calendari",
5
+ "Colorize HTML": "Colorize HTML",
6
+ "Default color for HTML": "Colore predefinito per HTML",
7
+ "Events": "eventi",
8
+ "Every calendar has own color": "Ogni calendario ha il proprio colore",
9
+ "HTML settings": "Impostazioni HTML",
10
+ "Hide Start-End of events": "Nascondi inizio-fine degli eventi",
11
+ "Hide Year": "Nascondi anno",
12
+ "Ignore Certificate errors": "Ignora errori del certificato",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "linguaggio",
15
+ "Padding date with '0'": "Data di riempimento con '0'",
16
+ "Past days": "Giorni passati",
17
+ "Preview days": "Giorni di anteprima",
18
+ "Replace dates with words": "Sostituisci le date con le parole",
19
+ "Use by full day": "Sostituisci 00:00 con",
20
+ "color": "Colore",
21
+ "display": "display",
22
+ "enabled": "abilitato",
23
+ "filter": "Filtro",
24
+ "filterregex": "Filtra come espressione regolare",
25
+ "iCal adapter settings": "Impostazioni della scheda iCal",
26
+ "name": "Nome",
27
+ "pass": "Parola d'ordine",
28
+ "sslignore": "Ignora errori SSL",
29
+ "url": "URL del calendario o nome del file",
30
+ "user": "Nome utente",
31
+ "Options": "Opzioni",
32
+ "Set ID": "Imposta l'ID",
33
+ "Set Ack": "Imposta Rispondi"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Voeg pijl toe voor gestarte evenementen",
3
+ "Add event color if available": "Gebruik gebeurteniskleur voor vak indien beschikbaar",
4
+ "Calendars": "Agenda",
5
+ "Colorize HTML": "Gebruik kleuren voor HTML",
6
+ "Default color for HTML": "Standaard-kleur voor HTML",
7
+ "Events": "Gebeurtenissen",
8
+ "Every calendar has own color": "Elke agenda heeft zijn eigen kleur",
9
+ "HTML settings": "HTML-instellingen",
10
+ "Hide Start-End of events": "Verberg begin-einde van evenementen",
11
+ "Hide Year": "Jaar verbergen",
12
+ "Ignore Certificate errors": "Certificaat fout negeren",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "Taal",
15
+ "Padding date with '0'": "Datum opvullen met '0'",
16
+ "Past days": "Vorige dagen",
17
+ "Preview days": "Vooruitzicht",
18
+ "Replace dates with words": "Vervang datum met woorden",
19
+ "Use by full day": "Vervang 00:00 met",
20
+ "color": "Kleur",
21
+ "display": "weergeven",
22
+ "enabled": "actief",
23
+ "filter": "Filter",
24
+ "filterregex": "Filter als reguliere expressie",
25
+ "iCal adapter settings": "iCal Instellingen",
26
+ "name": "Naam",
27
+ "pass": "Wachtwoord",
28
+ "sslignore": "SSL fout negeren",
29
+ "url": "Agend URL of bestandsnaam",
30
+ "user": "Gebruikersnaam",
31
+ "Options": "Opties",
32
+ "Set ID": "ID instellen",
33
+ "Set Ack": "Set Ack"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Dodaj strzałkę do rozpoczętych wydarzeń",
3
+ "Add event color if available": "Użyj koloru zdarzenia w polu, jeśli jest dostępny",
4
+ "Calendars": "Kalendarze",
5
+ "Colorize HTML": "Koloruj HTML",
6
+ "Default color for HTML": "Domyślny kolor dla HTML",
7
+ "Events": "Wydarzenia",
8
+ "Every calendar has own color": "Każdy kalendarz ma własny kolor",
9
+ "HTML settings": "Ustawienia HTML",
10
+ "Hide Start-End of events": "Ukryj Start-Koniec wydarzeń",
11
+ "Hide Year": "Ukryj rok",
12
+ "Ignore Certificate errors": "Ignoruj błędy certyfikatu",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "Język",
15
+ "Padding date with '0'": "Data wstawienia z \"0\"",
16
+ "Past days": "Minione dni",
17
+ "Preview days": "Podgląd dni",
18
+ "Replace dates with words": "Zastąp daty słowami",
19
+ "Use by full day": "Zamień 00:00 na",
20
+ "color": "Kolor",
21
+ "display": "pokaz",
22
+ "enabled": "włączony",
23
+ "filter": "Filtr",
24
+ "filterregex": "Filtruj jako wyrażenie regularne",
25
+ "iCal adapter settings": "Ustawienia adaptera iCal",
26
+ "name": "Nazwa",
27
+ "pass": "Hasło",
28
+ "sslignore": "Zignoruj błędy SSL",
29
+ "url": "URL kalendarza lub nazwa pliku",
30
+ "user": "Nazwa Użytkownika",
31
+ "Options": "Opcje",
32
+ "Set ID": "Ustaw ID",
33
+ "Set Ack": "Ustaw Potwierdź"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Adicionar seta para eventos iniciados",
3
+ "Add event color if available": "Use a cor do evento para a caixa, se disponível",
4
+ "Calendars": "Calendário",
5
+ "Colorize HTML": "Colorir HTML",
6
+ "Default color for HTML": "Cor padrão para HTML",
7
+ "Events": "Eventos",
8
+ "Every calendar has own color": "Cada calendário tem cor própria",
9
+ "HTML settings": "Configurações de HTML",
10
+ "Hide Start-End of events": "Ocultar início e fim dos eventos",
11
+ "Hide Year": "Ocultar Ano",
12
+ "Ignore Certificate errors": "Ignorar erros de certificado",
13
+ "Ignore case for event-search": "Ignorar maiúsculas e minúsculas para procura de eventos",
14
+ "Language": "Língua",
15
+ "Padding date with '0'": "Datas com '0' à esquerda",
16
+ "Past days": "Dias passados",
17
+ "Preview days": "Antevisão Diária",
18
+ "Replace dates with words": "Substitua datas por palavras",
19
+ "Use by full day": "Substitua 00:00 com",
20
+ "color": "Cor",
21
+ "display": "mostrar",
22
+ "enabled": "ativado",
23
+ "filter": "Filtro",
24
+ "filterregex": "Filtrar como expressão regular",
25
+ "iCal adapter settings": "Configurações do adaptador iCal",
26
+ "name": "Nome",
27
+ "pass": "Senha",
28
+ "sslignore": "Ignorar erros de SSL",
29
+ "url": "URL do calendário ou nome do arquivo",
30
+ "user": "Nome de usuário",
31
+ "Options": "Opções",
32
+ "Set ID": "Definir ID",
33
+ "Set Ack": "Definir confirmação"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "Добавить стрелку для начатых событий",
3
+ "Add event color if available": "Используйте цвет события для поля, если он доступен",
4
+ "Calendars": "Календари",
5
+ "Colorize HTML": "Раскрашивать HTML",
6
+ "Default color for HTML": "Цвет по умолчанию для HTML",
7
+ "Events": "События",
8
+ "Every calendar has own color": "Каждый календарь в свой цвет",
9
+ "HTML settings": "Настройки HTML",
10
+ "Hide Start-End of events": "Скрывать начало и конец события",
11
+ "Hide Year": "Скрывать год",
12
+ "Ignore Certificate errors": "Игнорировать ошибки сертификата",
13
+ "Ignore case for event-search": "Ignore case for event-search",
14
+ "Language": "Язык",
15
+ "Padding date with '0'": "Дополнять даты c '0'",
16
+ "Past days": "Прошедшие дни",
17
+ "Preview days": "На сколько дней",
18
+ "Replace dates with words": "Заменять даты на слова",
19
+ "Use by full day": "Заменять 00:00 на",
20
+ "color": "Цвет",
21
+ "display": "показать в списке",
22
+ "enabled": "активно",
23
+ "filter": "Фильтр",
24
+ "filterregex": "Фильтровать как регулярное выражение",
25
+ "iCal adapter settings": "iCal Настройки",
26
+ "name": "Имя",
27
+ "pass": "Пароль",
28
+ "sslignore": "Игнор ошибок SSL",
29
+ "url": "URL календаря или имя файла",
30
+ "user": "Имя пользователя",
31
+ "Options": "Опции",
32
+ "Set ID": "Установить идентификатор",
33
+ "Set Ack": "Установить подтверждение"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "Add arrow for started events": "为开始的事件添加箭头",
3
+ "Add event color if available": "如果可用,请为框使用事件颜色",
4
+ "Calendars": "日历",
5
+ "Colorize HTML": "着色 HTML",
6
+ "Default color for HTML": "HTML 的默认颜色",
7
+ "Events": "活动",
8
+ "Every calendar has own color": "每个日历都有自己的颜色",
9
+ "HTML settings": "HTML 设置",
10
+ "Hide Start-End of events": "隐藏事件的开始 - 结束",
11
+ "Hide Year": "隐藏年份",
12
+ "Ignore Certificate errors": "忽略证书错误",
13
+ "Ignore case for event-search": "忽略事件搜索的大小写",
14
+ "Language": "语",
15
+ "Padding date with '0'": "用“0”填充日期",
16
+ "Past days": "过去的日子",
17
+ "Preview days": "预览天数",
18
+ "Replace dates with words": "用单词替换日期",
19
+ "Use by full day": "将 00:00 替换为",
20
+ "color": "颜色",
21
+ "display": "展示",
22
+ "enabled": "启用",
23
+ "filter": "筛选",
24
+ "filterregex": "过滤为正则表达式",
25
+ "iCal adapter settings": "iCal 适配器设置",
26
+ "name": "名称",
27
+ "pass": "密码",
28
+ "sslignore": "忽略 SSL 错误",
29
+ "url": "日历 URL 或文件名",
30
+ "user": "用户名",
31
+ "Options": "选项",
32
+ "Set ID": "设置名称",
33
+ "Set Ack": "设置确认"
34
+ }