iobroker.ical 1.12.2 → 1.13.0
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 +4 -217
- package/admin/i18n/de/translations.json +34 -0
- package/admin/i18n/en/translations.json +34 -0
- package/admin/i18n/es/translations.json +34 -0
- package/admin/i18n/fr/translations.json +34 -0
- package/admin/i18n/it/translations.json +34 -0
- package/admin/i18n/nl/translations.json +34 -0
- package/admin/i18n/pl/translations.json +34 -0
- package/admin/i18n/pt/translations.json +34 -0
- package/admin/i18n/ru/translations.json +34 -0
- package/admin/i18n/zh-cn/translations.json +34 -0
- package/admin/index_m.html +15 -16
- package/admin/jsonConfig.json +494 -0
- package/admin/words.js +38 -29
- package/io-package.json +170 -49
- package/main.js +7 -8
- package/package.json +19 -3
- package/.mocharc.json +0 -5
- package/.releaseconfig.json +0 -3
- package/.tern-project +0 -16
- package/docs/de/README.md +0 -197
- package/docs/de/google-de1.png +0 -0
- package/docs/de/google-de2.png +0 -0
- package/docs/de/google1.png +0 -0
- package/docs/de/google2.png +0 -0
- package/docs/de/ical.png +0 -0
- package/docs/en/README.md +0 -198
- package/docs/en/google-de1.png +0 -0
- package/docs/en/google-de2.png +0 -0
- package/docs/en/google1.png +0 -0
- package/docs/en/google2.png +0 -0
- package/docs/en/ical.png +0 -0
- package/docs/google-de1.png +0 -0
- package/docs/google-de2.png +0 -0
- package/docs/google1.png +0 -0
- package/docs/google2.png +0 -0
package/README.md
CHANGED
|
@@ -26,6 +26,10 @@ 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.0 (2022-06-17)
|
|
30
|
+
* (klein0r) Added Admin 5 UI
|
|
31
|
+
* (klein0r) Translated all object names
|
|
32
|
+
|
|
29
33
|
### 1.12.2 (2022-06-03)
|
|
30
34
|
* (Apollon77) Fix displaying rest-time of event in one case
|
|
31
35
|
|
|
@@ -45,223 +49,6 @@ Siehe deutsche [Version hier](docs/de/README.md).
|
|
|
45
49
|
### 1.11.6 (2021-12-17)
|
|
46
50
|
* (jens-maus) fixed incorrect recurrence event processing
|
|
47
51
|
|
|
48
|
-
### 1.11.5 (2021-11-09)
|
|
49
|
-
* (jens-maus) updated node-ical to latest 0.14.1
|
|
50
|
-
* (jens-maus) fix another issue where an already ended event is still listed
|
|
51
|
-
|
|
52
|
-
### 1.11.4 (2021-09-02)
|
|
53
|
-
* (Apollon77) fix cases where already ended entries where still listed
|
|
54
|
-
* (Apollon77) fix reported sentry crash cases (IOBROKER-ICAL-S, IOBROKER-ICAL-N)
|
|
55
|
-
|
|
56
|
-
### 1.11.3 (2021-08-04)
|
|
57
|
-
* (jens-maus) fixed timezone related handling
|
|
58
|
-
|
|
59
|
-
### 1.11.2 (2021-08-01)
|
|
60
|
-
* (Apollon77) Change one logline to debug
|
|
61
|
-
|
|
62
|
-
### 1.11.1 (2021-07-30)
|
|
63
|
-
* (Apollon77) Adjust date length for full day events to the full day
|
|
64
|
-
|
|
65
|
-
### 1.11.0 (2021-07-30)
|
|
66
|
-
* (Apollon77) Locally cache remote calendars to be used in case of request errors
|
|
67
|
-
|
|
68
|
-
### 1.10.4 (2021-07-30)
|
|
69
|
-
* (Apollon77) Make sure daysPast is correctly initialized if not provided
|
|
70
|
-
* (Apollon77) When no calendar could be read then no events are updated/cleanup
|
|
71
|
-
* (Apollon77) Respect HTTP statuscode from server response too to detect errors
|
|
72
|
-
|
|
73
|
-
### 1.10.3 (2021-07-30)
|
|
74
|
-
* (Apollon77/Feuersturm) Fix other timezone issues
|
|
75
|
-
* (Apollon77) Fix setting external States when events are active
|
|
76
|
-
* (Apollon77) Also list recurring entries from the past
|
|
77
|
-
* (Apollon77) Fix the event states for the days in future
|
|
78
|
-
|
|
79
|
-
### 1.10.2 (2021-07-25)
|
|
80
|
-
* (Apollon77/Feuersturm) Fix wrong times and dates introduced in 1.7.5.
|
|
81
|
-
* (Feuersturm) Allow Setting daysPast to be decreased to zero with button again
|
|
82
|
-
|
|
83
|
-
### 1.10.1 (2021-07-22)
|
|
84
|
-
* (Apollon77) Make sure all Event objects are created before values are written
|
|
85
|
-
|
|
86
|
-
### 1.10.0 (2021-07-16)
|
|
87
|
-
* IMPORTANT: data.table is now a stringified array!! Consider when using this value!
|
|
88
|
-
* (Apollon77) Optimize for js-controller 3.3
|
|
89
|
-
* (BasGo) added analysis for events marked as private in Google Calendar
|
|
90
|
-
* (jens-maus) updated dependencies
|
|
91
|
-
|
|
92
|
-
### 1.9.3 (2021-04-01)
|
|
93
|
-
* (Apollon77) Better handling of some ical cases
|
|
94
|
-
|
|
95
|
-
### 1.9.2 (2021-03-07)
|
|
96
|
-
* (Apollon77) Prevent crash case when summary is not provided (Sentry IOBROKER-ICAL-K)
|
|
97
|
-
|
|
98
|
-
### 1.9.1 (2021-01-30)
|
|
99
|
-
* (Apollon77) try to make sure all code is executed before adapter is ended
|
|
100
|
-
|
|
101
|
-
### 1.9.0 (2021-01-12)
|
|
102
|
-
* (christofkac) Added option to ignore case when events are searched in calendars
|
|
103
|
-
* (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-F)
|
|
104
|
-
|
|
105
|
-
### 1.8.5 (2021-01-01)
|
|
106
|
-
* (Apollon77) update ical library to prevent problems with RRULE parsing
|
|
107
|
-
|
|
108
|
-
### 1.8.4 (2020-12-27)
|
|
109
|
-
* (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-D)
|
|
110
|
-
|
|
111
|
-
### 1.8.3 (2020-12-24)
|
|
112
|
-
* (Apollon77) Prevent crash case (Sentry IOBROKER-ICAL-C)
|
|
113
|
-
* (Apollon77) Upgrade node-ical
|
|
114
|
-
|
|
115
|
-
### 1.8.2 (2020-11-29)
|
|
116
|
-
* (klein0r) Several fixes and optimizations
|
|
117
|
-
|
|
118
|
-
### 1.8.1 (2020-11-20)
|
|
119
|
-
* (klein0r) Fixed past event calculation in html view
|
|
120
|
-
|
|
121
|
-
### 1.8.0 (2020-11-14)
|
|
122
|
-
* (klein0r) Moved html options to separate tab
|
|
123
|
-
* (klein0r) Added option to hide "arrow" on for running events
|
|
124
|
-
* (klein0r) Added feature to include past events (in days)
|
|
125
|
-
|
|
126
|
-
### 1.7.5 (2020-11-08)
|
|
127
|
-
* (Apollon77) Only handle events with a start date (Sentry IOBROKER-ICAL-1, IOBROKER-ICAL-2, IOBROKER-ICAL-4)
|
|
128
|
-
* (jens-maus) Update dependencies, fix some more issues
|
|
129
|
-
|
|
130
|
-
### 1.7.4 (2020-08-26)
|
|
131
|
-
* (Apollon77) Fix multiple parsing
|
|
132
|
-
|
|
133
|
-
### 1.7.3 (2020-08-26)
|
|
134
|
-
* (foxriver76) we pin a specific dependency version, because "rrule" package broken
|
|
135
|
-
* (foxriver76) added eslint
|
|
136
|
-
|
|
137
|
-
### 1.7.2 (2019-12-02)
|
|
138
|
-
* (bluefox) Documentation was changed
|
|
139
|
-
|
|
140
|
-
### 1.7.1 (2019-01-08)
|
|
141
|
-
* (twonky4) Fixed issue with UTC of until in recurring appointments
|
|
142
|
-
* (twonky4) Fixed possible empty color
|
|
143
|
-
|
|
144
|
-
### 1.7.0 (2018-11-27)
|
|
145
|
-
* (twonky4) Add filter option
|
|
146
|
-
* (twonky4) Add support of events for configured date period; changed state names from `events.*` to `events.0.today.*`
|
|
147
|
-
* (twonky4) Add Count of events for tomorrow - state `data.countTomorrow`
|
|
148
|
-
* (twonky4) Events without time part and same start and end are interpreted as full day events
|
|
149
|
-
* (twonky4) Remove special chars from event states
|
|
150
|
-
|
|
151
|
-
### 1.6.6 (2018-10-22)
|
|
152
|
-
* (twonky4) Fixed html for disabled colorize
|
|
153
|
-
* (twonky4) Fixed timezone handling for events during change from daylight saving time back to standard time
|
|
154
|
-
* (twonky4) Fixed events without end date moved to different day
|
|
155
|
-
|
|
156
|
-
### 1.6.5 (2018-10-13)
|
|
157
|
-
* (twonky4) Simplify timezone solution
|
|
158
|
-
* (twonky4) Fix calendars without timezones
|
|
159
|
-
|
|
160
|
-
### 1.6.4 (2018-10-12)
|
|
161
|
-
* (twonky4) Support windows timezones
|
|
162
|
-
* (twonky4) Don't fail on invalid timezones
|
|
163
|
-
|
|
164
|
-
### 1.6.3 (2018-10-10)
|
|
165
|
-
* (twonky4) Fixes timezone issue in fullday recurring appointments
|
|
166
|
-
|
|
167
|
-
### 1.6.2 (2018-10-08)
|
|
168
|
-
* (twonky4) Fixes timezone issue in recurring appointments
|
|
169
|
-
|
|
170
|
-
### 1.6.1 (2018-06-04)
|
|
171
|
-
* (Apollon77) Several fixes and optimizations
|
|
172
|
-
|
|
173
|
-
### 1.6.0 (2018-04-13)
|
|
174
|
-
* (Apollon77) Several fixes and optimizations
|
|
175
|
-
* (Apollon77) Upgrade node-ical library to allow big files to work
|
|
176
|
-
* (Apollon77) Better handling of full day events
|
|
177
|
-
* (Apollon77) Allow "Replace 0:00" to have 30 characters
|
|
178
|
-
|
|
179
|
-
### 1.5.3 (2018-03-24)
|
|
180
|
-
* (Apollon77) Also make location available in data table
|
|
181
|
-
|
|
182
|
-
### 1.5.2 (2018-03-23)
|
|
183
|
-
* (Apollon77/BuZZy1337) Fix several display issues
|
|
184
|
-
|
|
185
|
-
### 1.5.0 (2018-03-07)
|
|
186
|
-
* (bluefox) ready for Admin3
|
|
187
|
-
|
|
188
|
-
### 1.4.2 (2018-02-21)
|
|
189
|
-
* (Apollon77) Also display events that started before today
|
|
190
|
-
|
|
191
|
-
### 1.4.1 (2018-02-05)
|
|
192
|
-
* (Apollon77) also allow events without end parameter and assume an 0minute event then and set end = start
|
|
193
|
-
|
|
194
|
-
### 1.4.0 (2018-01-01)
|
|
195
|
-
* (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.
|
|
196
|
-
* (Apollon77) correctly detect events that started before 0:00
|
|
197
|
-
* (Apollon77) also show events with no duration (sometimes used as reminders)
|
|
198
|
-
* (Apollon77) correctly show end times for events that are longer then 1 day (including "+x" to show day duration)
|
|
199
|
-
* (Apollon77) many enhancements and optimizations in formatting the infos (especially when event has already started but not ended)
|
|
200
|
-
* (Apollon77) add option to hide year numbers
|
|
201
|
-
* (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
|
|
202
|
-
* (Apollon77) Known issue: For recurring events it works to delete single events, but it do not work to move them
|
|
203
|
-
|
|
204
|
-
### 1.3.3 (2017-10-30)
|
|
205
|
-
* (DutchmanNL) Translate to Netherlands
|
|
206
|
-
|
|
207
|
-
### 1.3.2 (2017-02-24)
|
|
208
|
-
* (jens-maus) added singular form for 'days'
|
|
209
|
-
|
|
210
|
-
### 1.3.1 (2017-02-20)
|
|
211
|
-
* (jens-maus) implemented support for date excludes for recurring events
|
|
212
|
-
|
|
213
|
-
### 1.3.0 (2017-02-17)
|
|
214
|
-
* (jens-maus) switched ical module to use 'node-ical' which should improve ics format compatibility
|
|
215
|
-
|
|
216
|
-
### 1.2.2 (2017-02-17)
|
|
217
|
-
* (jens-maus) added changes to show "Noch X Tage" for fullday events (e.g. school holidays)
|
|
218
|
-
|
|
219
|
-
### 1.2.1 (2017-02-11)
|
|
220
|
-
* (jens-maus) applied workaround of ics files with TZID before DATE in DTSTART/DTEND
|
|
221
|
-
|
|
222
|
-
### 1.2.0 (2016-07-23)
|
|
223
|
-
* (bluefox) allow read from files
|
|
224
|
-
* (bluefox) add tests
|
|
225
|
-
* (bluefox) fix all day indication
|
|
226
|
-
|
|
227
|
-
### 1.1.3 (2016-07-19)
|
|
228
|
-
* (bluefox) fix error if entry is invalid
|
|
229
|
-
* (bluefox) use newer ical packet version
|
|
230
|
-
|
|
231
|
-
### 1.1.2 (2015-06-30)
|
|
232
|
-
* (jens-maus) implemented some more text replacement terms
|
|
233
|
-
* (jens-maus) we only colorize the date+time for imminent appointments
|
|
234
|
-
* (jens-maus) added cloneextend dependency definition and fix for dayafter mods
|
|
235
|
-
* (jens-maus) ported the "dayafter" change of the ccu.io ical adapter to the iobroker
|
|
236
|
-
|
|
237
|
-
### 1.1.1 (2015-08-16)
|
|
238
|
-
* (bluefox) enable auth only if user set.
|
|
239
|
-
|
|
240
|
-
### 1.1.0 (2015-08-13)
|
|
241
|
-
* (elmars) Added ability to provide username/password to authenticate against protected ics files. Tested with owncloud.
|
|
242
|
-
|
|
243
|
-
### 1.0.2 (2015-07-21)
|
|
244
|
-
* (bluefox) fix error if ICS file has empty lines
|
|
245
|
-
|
|
246
|
-
### 1.0.1 (2015-07-21)
|
|
247
|
-
* (bluefox) change readme title
|
|
248
|
-
|
|
249
|
-
### 1.0.0 (2015-07-21)
|
|
250
|
-
* (bluefox) fix error with set event to false
|
|
251
|
-
|
|
252
|
-
### 0.1.1 (2015-06-14)
|
|
253
|
-
* (bluefox) add additional fields for ioBroker.occ
|
|
254
|
-
|
|
255
|
-
### 0.1.0 (2015-03-24)
|
|
256
|
-
* (bluefox) make it compatible with new concept
|
|
257
|
-
|
|
258
|
-
### 0.0.2 (2015-02-22)
|
|
259
|
-
* (bluefox) fix error with configuration
|
|
260
|
-
* (bluefox) fix error with event object creation
|
|
261
|
-
|
|
262
|
-
### 0.0.1 (2015-02-17)
|
|
263
|
-
* (bluefox) initial commit
|
|
264
|
-
|
|
265
52
|
## License
|
|
266
53
|
|
|
267
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
|
+
}
|