opening_hours 3.10.0 → 3.11.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.
@@ -1,7 +1,8 @@
1
- /* global i18next */
1
+ // Import i18next for use in helper functions
2
+ import i18next from '../../node_modules/i18next/dist/esm/i18next.bundled.js';
2
3
 
3
4
  // localization {{{
4
- const resources = { // English is fallback language.
5
+ export const resources = { // English is fallback language.
5
6
  // English (en) localization {{{
6
7
  en: {
7
8
  translation: {
@@ -13,7 +14,7 @@ const resources = { // English is fallback language.
13
14
  'pt': 'Portuguese',
14
15
  'it': 'Italian',
15
16
  'uk': 'Ukrainian',
16
- 'nl': 'Dutch language',
17
+ 'nl': 'Dutch',
17
18
  'hu': 'Hungarian',
18
19
  'es': 'Spanish',
19
20
  'vi': 'Vietnamese',
@@ -45,11 +46,21 @@ const resources = { // English is fallback language.
45
46
  'will close': 'but <a href="{{href}}">will</a> close {{timestring}}{{comment}}.',
46
47
  'will unknown': 'but <a href="{{href}}">will</a> maybe open {{timestring}}{{comment}}.',
47
48
  'will open': 'but <a href="{{href}}">will</a> open {{timestring}}{{comment}}.',
49
+ 'then close': 'and <a href="{{href}}">will be</a> closed {{timestring}}{{comment}}.',
50
+ 'then open': 'and <a href="{{href}}">will be</a> open {{timestring}}{{comment}}.',
48
51
  'depends on': ', but that depends on {{comment}}.',
52
+ 'reason': 'Reason',
53
+ 'opens again': 'Opens again',
54
+ 'closes again': 'Closes again',
55
+ 'jump to time': 'Jump to this time',
56
+ 'interval boundaries': 'Interval Boundaries (for developers)',
57
+ 'interval boundaries hint': 'Shows all points where an interval ends, even without state change.',
58
+ 'upcoming changes': 'Upcoming Changes',
49
59
  'week stable': 'Schedule is valid in any given week.',
50
60
  'not week stable': 'Attention! This schedule might change for other weeks.',
51
61
  'value for': 'value for',
52
- 'value to compare': 'value to compare to the first value',
62
+ 'value to compare': 'Compare with entered opening_hours value',
63
+ 'yohours incompatible': 'Value not compatible with YoHours editor',
53
64
  'MatchingRule': 'Applied rule',
54
65
  'prettified value': 'prettified opening_hours value (this value can be safely used in OSM, after all warnings have been <a href="{{copyFunc}}">solved</a>)',
55
66
  'prettified value for displaying': 'prettified opening_hours value for displaying (including newlines, do not use this as value for OSM)',
@@ -74,11 +85,24 @@ const resources = { // English is fallback language.
74
85
  'all n entries': 'All {{total}} entries:',
75
86
  'the first entries': 'The first {{number}} of {{total}} entries:',
76
87
  'load all with JOSM': 'load all in JOSM',
88
+ 'load osm objects': 'Load all OSM objects with this opening_hours value',
89
+ 'share config': 'Share this configuration',
90
+ 'with timestamp': 'With timestamp',
91
+ 'without timestamp': 'Without timestamp',
92
+ 'copy': 'Copy',
93
+ 'clear': 'Clear',
94
+ 'edit visually': 'Open in YoHours editor',
95
+ 'yohours description': 'A visual editor for simple opening hours syntax',
77
96
  'evaluation tool': 'evaluation tool',
78
97
  'rule separator ;': 'rule separator (the next rule will be a normal rule)',
79
98
  'rule separator ||': 'rule separator (the next rule will be a fallback rule which applies for any time not handled by previous rules)',
80
99
  'rule separator ,': 'rule separator (the next rule will be a additional rule which extends the times of previous rules and does not override them like normal rules would do)',
81
100
  'JOSM remote conn error': 'Could not connect to JOSM. Please make sure that JOSM is running and is configured for remote control on the default tcp port 8111.',
101
+ 'Affected rules': 'Affected rules',
102
+ 'Original': 'Original',
103
+ 'Comparison': 'Comparison',
104
+ 'Rule': 'Rule',
105
+ 'Deviation at': 'Deviation at',
82
106
  'refer to yohours': 'This value can also be parsed by YoHours which is a simple editor for the opening_hours syntax. If you don’t need advanced features of the syntax, <a href="{{href}}">give it a try</a>.',
83
107
  'include timestamp?': 'include timestamp?',
84
108
  },
@@ -103,6 +127,7 @@ const resources = { // English is fallback language.
103
127
  'comment': 'comment',
104
128
  'today': 'today',
105
129
  'tomorrow': 'tomorrow',
130
+ 'yesterday': 'yesterday',
106
131
  'in duration': 'in',
107
132
  'region': 'region',
108
133
  'position': 'position',
@@ -112,6 +137,9 @@ const resources = { // English is fallback language.
112
137
  'state': 'state',
113
138
  'status': 'status',
114
139
  'examples': 'Examples',
140
+ 'results': 'Results',
141
+ 'compare': 'Compare',
142
+ 'actions': 'Actions',
115
143
  'none': 'none',
116
144
  'date': 'date',
117
145
  'time': {
@@ -125,6 +153,7 @@ const resources = { // English is fallback language.
125
153
  'day_other': 'days',
126
154
  'day many': 'days',
127
155
  'week': 'week',
156
+ 'month': 'month',
128
157
  'year': 'year',
129
158
  'year_other': 'years',
130
159
  'years many': 'years',
@@ -178,11 +207,21 @@ const resources = { // English is fallback language.
178
207
  'will close': 'pero <a href="{{href}}">cerrará</a> {{timestring}}{{comment}}.',
179
208
  'will unknown': 'pero <a href="{{href}}">puede ser</a> que abra {{timestring}}{{comment}}.',
180
209
  'will open': 'pero <a href="{{href}}">abrirá</a> {{timestring}}{{comment}}.',
210
+ 'then close': 'y <a href="{{href}}">estará</a> cerrado {{timestring}}{{comment}}.',
211
+ 'then open': 'y <a href="{{href}}">estará</a> abierto {{timestring}}{{comment}}.',
181
212
  'depends on': ', pero eso depende de {{comment}}.',
213
+ 'reason': 'Motivo',
214
+ 'opens again': 'Abre de nuevo',
215
+ 'closes again': 'Cierra de nuevo',
216
+ 'jump to time': 'Ir a esta hora',
217
+ 'interval boundaries': 'Límites de intervalo (para desarrolladores)',
218
+ 'interval boundaries hint': 'Muestra todos los puntos donde termina un intervalo, incluso sin cambio de estado.',
219
+ 'upcoming changes': 'Próximos Cambios',
182
220
  'week stable': 'El horario es válido en cualquier semana dada.',
183
221
  'not week stable': '¡Atención! Este horario puede ser distinto para otras semanas.',
184
222
  'value for': 'valor para',
185
- 'value to compare': 'valor para comparar con el primer valor',
223
+ 'value to compare': 'Comparar con el valor de opening_hours introducido',
224
+ 'yohours incompatible': 'Valor no compatible con el editor YoHours',
186
225
  'MatchingRule': 'Regla aplicada',
187
226
  'prettified value': 'valor embellecido de opening_hours (este valor puede ser usado con seguridad en OSM, después de haber <a href="{{copyFunc}}">resuelto</a> todas las advertencias)',
188
227
  'prettified value for displaying': 'valor embellecido de opening_hours para mostrar (incluyendo saltos de línea, no use este valor en OSM)',
@@ -207,6 +246,14 @@ const resources = { // English is fallback language.
207
246
  'all n entries': 'Todas las {{total}} entradas:',
208
247
  'the first entries': 'Las primeras {{number}} of {{total}} entradas:',
209
248
  'load all with JOSM': 'cargar todo en JOSM',
249
+ 'load osm objects': 'Cargar todos los objetos OSM con este valor de opening_hours',
250
+ 'share config': 'Compartir esta configuración',
251
+ 'with timestamp': 'Con marca de tiempo',
252
+ 'without timestamp': 'Sin marca de tiempo',
253
+ 'copy': 'Copiar',
254
+ 'clear': 'Borrar',
255
+ 'edit visually': 'Abrir en el editor YoHours',
256
+ 'yohours description': 'Un editor visual para sintaxis de opening_hours sencilla',
210
257
  'evaluation tool': 'herramienta de evaluación',
211
258
  'rule separator ;': 'searador de reglas (la siguiente regla será una regla normal)',
212
259
  'rule separator ||': 'separador de reglas (la siguiente regla será una regla de reserva que será aplicada para cualquier tiempo que no haya sido manipulado por las reglas anteriores)',
@@ -236,6 +283,7 @@ const resources = { // English is fallback language.
236
283
  'comment': 'comentario',
237
284
  'today': 'hoy',
238
285
  'tomorrow': 'mañana',
286
+ 'yesterday': 'ayer',
239
287
  'in duration': 'en',
240
288
  'region': 'región',
241
289
  'position': 'posición',
@@ -245,6 +293,9 @@ const resources = { // English is fallback language.
245
293
  'state': 'estado',
246
294
  'status': 'estado',
247
295
  'examples': 'Ejemplos',
296
+ 'results': 'Resultados',
297
+ 'compare': 'Comparar',
298
+ 'actions': 'Acciones',
248
299
  'none': 'ninguno',
249
300
  'date': 'fecha',
250
301
  'time': {
@@ -258,6 +309,7 @@ const resources = { // English is fallback language.
258
309
  'day_other': 'días',
259
310
  'day many': 'días',
260
311
  'week': 'semana',
312
+ 'month': 'mes',
261
313
  'year': 'año',
262
314
  'year_other': 'años',
263
315
  'years many': 'años',
@@ -281,6 +333,8 @@ const resources = { // English is fallback language.
281
333
  'it': 'Italiaans',
282
334
  'uk': 'Oekraïens',
283
335
  'nl': 'Nederlands',
336
+ 'hu': 'Hongaars',
337
+ 'es': 'Spaans',
284
338
  'vi': 'Vietnamees',
285
339
  'ja': 'Japans',
286
340
  'choose': 'Kies taal',
@@ -310,11 +364,21 @@ const resources = { // English is fallback language.
310
364
  'will close': 'maar <a href="{{href}}">zal</a> sluiten op {{timestring}}{{comment}}.',
311
365
  'will unknown': 'maar <a href="{{href}}">zal</a> misschien open zjn op {{timestring}}{{comment}}.',
312
366
  'will open': 'maar <a href="{{href}}">zal</a> openen op {{timestring}}{{comment}}.',
367
+ 'then close': 'en <a href="{{href}}">zal</a> gesloten zijn {{timestring}}{{comment}}.',
368
+ 'then open': 'en <a href="{{href}}">zal</a> open zijn {{timestring}}{{comment}}.',
313
369
  'depends on': ', maar hangt af van {{comment}}.',
370
+ 'reason': 'Reden',
371
+ 'opens again': 'Opent weer',
372
+ 'closes again': 'Sluit weer',
373
+ 'jump to time': 'Naar deze tijd springen',
374
+ 'interval boundaries': 'Intervalgrenzen (voor ontwikkelaars)',
375
+ 'interval boundaries hint': 'Toont alle punten waar een interval eindigt, ook zonder statuswijziging.',
376
+ 'upcoming changes': 'Aankomende Wijzigingen',
314
377
  'week stable': 'Openingsuren zijn altijd geldig.',
315
378
  'not week stable': 'Opegelet! Openingsuren kunnen wijzigen afhankelijk van de gekozen week.',
316
379
  'value for': 'waarde voor',
317
- 'value to compare': 'waarde om te vergelijken met de eerste waarde',
380
+ 'value to compare': 'Vergelijk met ingevoerde opening_hours waarde',
381
+ 'yohours incompatible': 'Waarde niet compatibel met YoHours editor',
318
382
  'MatchingRule': 'Toegepaste regel',
319
383
  'prettified value': 'Mooi gemaakte opening_hours waarde (deze waarde kan zonder problemen in OSM gebruikt worden, nadat alle waarschuwingen zijn <a href="{{copyFunc}}">weggewerkt</a>)',
320
384
  'prettified value for displaying': 'Mooi gemaakte opening_hours waarde om op het scherm te tonen (bevat verschillende lijnen, gebruik dit niet als waarde voor OSM)',
@@ -339,12 +403,26 @@ const resources = { // English is fallback language.
339
403
  'all n entries': 'Alle resultaten ({{total}}):',
340
404
  'the first entries': 'De eerste {{number}} van {{total}} resultaten:',
341
405
  'load all with JOSM': 'laad alles in JOSM',
406
+ 'load osm objects': 'Laad alle OSM-objecten met deze opening_hours-waarde',
407
+ 'share config': 'Deel deze configuratie',
408
+ 'with timestamp': 'Met tijdstempel',
409
+ 'without timestamp': 'Zonder tijdstempel',
410
+ 'copy': 'Kopiëren',
411
+ 'clear': 'Wissen',
412
+ 'edit visually': 'Open in YoHours-editor',
413
+ 'yohours description': 'Een visuele editor voor eenvoudige opening_hours syntax',
342
414
  'evaluation tool': 'evaluatie gereedschap',
343
415
  'rule separator ;': 'scheidingsteken voor regel (de volgende regel zal een normale regel zijn)',
344
416
  'rule separator ||': 'scheidingsteken voor regel (de volgende regel will be a fallback rule which applies for any time not handled by previous rules)',
345
417
  'rule separator ,': 'scheidingsteken voor regel (de volgende regel is aanvullende regel die de tijden van de vorige regels uitbreid. De volgende regel overschrijft de vorige regels dus niet (zoals een normale regel wel doet)',
346
418
  'JOSM remote conn error': 'Kan niet connecteren met JOSM. Controleer aub dat JOSM is opgestart en geconfigureerd is voor afstandbediening via de standaard tcp port 8111.',
419
+ 'Affected rules': 'Betrokken regels',
420
+ 'Original': 'Origineel',
421
+ 'Comparison': 'Vergelijking',
422
+ 'Rule': 'Regel',
423
+ 'Deviation at': 'Afwijking op',
347
424
  'refer to yohours': 'Deze waarde kan ook geïnterpreteerd worden door YoHours. Dit is een eenvoudige editor voor de opening_hours syntax. Indien je de geavanceerde mogelijkheden van de syntax niet nodig hebt, <a href="{{href}}">probeer YoHours dan eens</a>.',
425
+ 'include timestamp?': 'tijdstempel opnemen?',
348
426
  },
349
427
  'words': {
350
428
  'modifier': '{{name}} wijziger (modifier)',
@@ -366,6 +444,7 @@ const resources = { // English is fallback language.
366
444
  'comment': 'commentaar',
367
445
  'today': 'vandaag',
368
446
  'tomorrow': 'morgen',
447
+ 'yesterday': 'hier',
369
448
  'in duration': 'in',
370
449
  'region': 'regio',
371
450
  'position': 'positie',
@@ -375,6 +454,9 @@ const resources = { // English is fallback language.
375
454
  'state': 'staat',
376
455
  'status': 'status',
377
456
  'examples': 'Voorbeelden',
457
+ 'results': 'Resultaten',
458
+ 'compare': 'Vergelijken',
459
+ 'actions': 'Acties',
378
460
  'none': 'geen',
379
461
  'date': 'datum',
380
462
  'time': {
@@ -387,6 +469,8 @@ const resources = { // English is fallback language.
387
469
  'day': 'dag',
388
470
  'day_other': 'dagen',
389
471
  'day many': 'dagen',
472
+ 'week': 'week',
473
+ 'month': 'maand',
390
474
  'year': 'jaar',
391
475
  'year_other': 'jaren',
392
476
  'years many': 'jaren',
@@ -394,6 +478,7 @@ const resources = { // English is fallback language.
394
478
  'now': 'nu',
395
479
  'time': 'tijd',
396
480
  },
481
+ 'undefined': 'ongedefinieerd',
397
482
  },
398
483
  },
399
484
  }, // }}}
@@ -409,6 +494,9 @@ const resources = { // English is fallback language.
409
494
  'pt': 'Portugais',
410
495
  'it': 'Italien',
411
496
  'uk': 'Ukrainien',
497
+ 'nl': 'Néerlandais',
498
+ 'hu': 'Hongrois',
499
+ 'es': 'Espagnol',
412
500
  'vi': 'Vietnamien',
413
501
  'ja': 'Japonais',
414
502
  'choose': 'Choisissez la langue',
@@ -437,10 +525,21 @@ const resources = { // English is fallback language.
437
525
  'will close': 'mais <a href="{{href}}">va</a> fermer {{timestring}}{{comment}}.',
438
526
  'will unknown': 'mais <a href="{{href}}">va</a> peut-être ouvrir {{timestring}}{{comment}}.',
439
527
  'will open': 'mais <a href="{{href}}">va</a> ouvrir {{timestring}}{{comment}}.',
528
+ 'then close': 'et <a href="{{href}}">sera</a> fermé {{timestring}}{{comment}}.',
529
+ 'then open': 'et <a href="{{href}}">sera</a> ouvert {{timestring}}{{comment}}.',
440
530
  'depends on': ', mais cela dépend de {{comment}}.',
531
+ 'reason': 'Raison',
532
+ 'opens again': 'Ouvre à nouveau',
533
+ 'closes again': 'Ferme à nouveau',
534
+ 'jump to time': 'Aller à cette heure',
535
+ 'interval boundaries': 'Limites d\'intervalle (pour développeurs)',
536
+ 'interval boundaries hint': 'Affiche tous les points où un intervalle se termine, même sans changement d\'état.',
537
+ 'upcoming changes': 'Prochains Changements',
441
538
  'week stable': 'L\'horaire est valable dans n\'importe quelle semaine donnée.',
442
539
  'not week stable': 'Attention ! Cet horaire peut changer pour les autres semaines.',
443
540
  'value for': 'valeur pour',
541
+ 'value to compare': 'Comparer avec la valeur opening_hours saisie',
542
+ 'yohours incompatible': 'Valeur non compatible avec l\'éditeur YoHours',
444
543
  'MatchingRule': 'Sous-chaîne utilisée par la règle appliquée',
445
544
  'prettified value': 'valeur opening_hours embellie (cette valeur peut être utilisée en toute sécurité dans OSM, après que tous les avertissements aient été <a href="{{copyFunc}}">corrigés</a>)',
446
545
  'prettified value for displaying': 'valeur opening_hours embellie pour l\'affichage (inclut des sauts de ligne, ne pas l\'utiliser comme valeur pour OSM)',
@@ -464,9 +563,32 @@ const resources = { // English is fallback language.
464
563
  'low zoom level': 'Les POIs vont commencer à apparaître au niveau de zoom ${next} et au-delà. Vous êtes actuellement au niveau de zoom ${actual}.',
465
564
  'all n entries': 'Ensemble des {{total}} entrées :',
466
565
  'the first entries': 'Les {{number}} premières entrées sur {{total}} :',
566
+ 'Affected rules': 'Règles affectées',
567
+ 'Original': 'Original',
568
+ 'Comparison': 'Comparaison',
569
+ 'Rule': 'Règle',
570
+ 'Deviation at': 'Déviation à',
467
571
  'refer to yohours': 'Cette valeur peut également s\'afficher dans YoHours, un éditeur simple d\'horaires d\'ouverture. Si vous n\'utilisez pas les fonctionnalités avancées de la syntaxe, <a href="{{href}}">vous pouvez l\'essayer ici</a>.',
572
+ 'load all with JOSM': 'tout charger dans JOSM',
573
+ 'load osm objects': 'Charger tous les objets OSM avec cette valeur opening_hours',
574
+ 'share config': 'Partager cette configuration',
575
+ 'with timestamp': 'Avec horodatage',
576
+ 'without timestamp': 'Sans horodatage',
577
+ 'copy': 'Copier',
578
+ 'clear': 'Effacer',
579
+ 'edit visually': 'Ouvrir dans l\'éditeur YoHours',
580
+ 'yohours description': 'Un éditeur visuel pour une syntaxe d\'horaires simple',
581
+ 'evaluation tool': 'outil d\'évaluation',
582
+ 'title': 'outil d\'évaluation opening_hours',
583
+ 'rule separator ;': 'séparateur de règle (la règle suivante sera une règle normale)',
584
+ 'rule separator ||': 'séparateur de règle (la règle suivante sera une règle de repli qui s\'applique à tout moment non géré par les règles précédentes)',
585
+ 'rule separator ,': 'séparateur de règle (la règle suivante sera une règle additionnelle qui étend les horaires des règles précédentes sans les remplacer)',
586
+ 'JOSM remote conn error': 'Impossible de se connecter à JOSM. Veuillez vous assurer que JOSM est en cours d\'exécution et configuré pour le contrôle à distance sur le port tcp 8111 par défaut.',
587
+ 'include timestamp?': 'inclure l\'horodatage ?',
468
588
  },
469
589
  'words': {
590
+ 'modifier': 'modificateur {{name}}',
591
+ 'selector': 'sélecteur {{name}}',
470
592
  'mode': 'mode d\'évaluation',
471
593
  'green': 'vert',
472
594
  'yellow': 'jaune',
@@ -484,6 +606,7 @@ const resources = { // English is fallback language.
484
606
  'comment': 'commentaire',
485
607
  'today': 'aujourd\'hui',
486
608
  'tomorrow': 'demain',
609
+ 'yesterday': 'hier',
487
610
  'in duration': 'dans',
488
611
  'region': 'région',
489
612
  'position': 'emplacement',
@@ -493,6 +616,9 @@ const resources = { // English is fallback language.
493
616
  'state': 'état',
494
617
  'status': 'statut',
495
618
  'examples': 'Exemples',
619
+ 'results': 'Résultats',
620
+ 'compare': 'Comparer',
621
+ 'actions': 'Actions',
496
622
  'none': 'aucun',
497
623
  'date': 'date',
498
624
  'time': {
@@ -505,10 +631,16 @@ const resources = { // English is fallback language.
505
631
  'day': 'jour',
506
632
  'day_other': 'jours',
507
633
  'day many': 'jours',
634
+ 'week': 'semaine',
635
+ 'month': 'mois',
636
+ 'year': 'an',
637
+ 'year_other': 'ans',
638
+ 'years many': 'ans',
508
639
  'hours minutes sep': 'et ',
509
640
  'now': 'en ce moment',
510
641
  'time': 'heure',
511
642
  },
643
+ 'undefined': 'indéfini'
512
644
  },
513
645
  },
514
646
  }, // }}}
@@ -524,6 +656,9 @@ const resources = { // English is fallback language.
524
656
  'pt': 'Portugiesisch',
525
657
  'it': 'Italienisch',
526
658
  'uk': 'Ukrainisch',
659
+ 'nl': 'Niederländisch',
660
+ 'hu': 'Ungarisch',
661
+ 'es': 'Spanisch',
527
662
  'vi': 'Vietnamesisch',
528
663
  'ja': 'Japanisch',
529
664
  'choose': 'Wähle eine Sprache',
@@ -553,11 +688,21 @@ const resources = { // English is fallback language.
553
688
  'will close': 'aber <a href="{{href}}">wird</a> {{timestring}} schließen{{comment}}.',
554
689
  'will unknown': 'aber <a href="{{href}}">wird</a> eventuell {{timestring}} öffnen{{comment}}.',
555
690
  'will open': 'aber <a href="{{href}}">wird</a> {{timestring}} öffnen{{comment}}.',
691
+ 'then close': 'und <a href="{{href}}">ist dann</a> {{timestring}} geschlossen{{comment}}.',
692
+ 'then open': 'und <a href="{{href}}">ist dann</a> {{timestring}} geöffnet{{comment}}.',
556
693
  'depends on': ', abhängig von {{comment}}.',
694
+ 'reason': 'Grund',
695
+ 'opens again': 'Öffnet wieder',
696
+ 'closes again': 'Schließt wieder',
697
+ 'jump to time': 'Zu dieser Zeit springen',
698
+ 'interval boundaries': 'Intervallgrenzen (für Entwickler)',
699
+ 'interval boundaries hint': 'Zeigt alle Zeitpunkte, an denen ein Intervall endet, auch ohne Zustandswechsel.',
700
+ 'upcoming changes': 'Kommende Änderungen',
557
701
  'week stable': 'Dieser Wochenplan gilt für jede Woche.',
558
702
  'not week stable': 'Achtung! Dieser Wochenplan kann sich in anderen Wochen ändern.',
559
703
  'value for': 'Wert für',
560
- 'value to compare': 'Wert, der mit dem ersten Wert verglichen werden soll',
704
+ 'value to compare': 'Mit eingegebenem opening_hours-Wert vergleichen',
705
+ 'yohours incompatible': 'Wert nicht mit YoHours-Editor kompatibel',
561
706
  'MatchingRule': 'Zur Anwendung gekommene Regel',
562
707
  'prettified value': 'Schön formatierter opening_hours Wert (dieser Wert sollte in OSM verwendet werden, nachdem alle Warnungen <a href="{{copyFunc}}">beseitigt wurden</a>)',
563
708
  'prettified value for displaying': 'Schön formatierter opening_hours Wert für die Anzeige (mit Zeilenumbrüchen, nicht als Tag für OSM gedacht …)',
@@ -577,16 +722,29 @@ const resources = { // English is fallback language.
577
722
  'mode 0': 'Es werden nur Zeiträume akzeptiert (Tags opening_hours, lit)',
578
723
  'mode 1': 'Es werden nur Zeitpunkte akzeptiert',
579
724
  'mode 2': 'Zeiträume und Zeitpunkte werden akzeptiert (Tags service_times, collection_times)',
580
- 'value to long for osm': 'Der opening_hours Wert ist zu lang für OSM. Die OpenStreetMap Datenbank unterstützt zur Zeit nur Werte mit bis zu {{maxLength}} Zeichen. Der schön formatierte Wert ist {{pretLength}} Zeichen lang und der eingegebene Wert {{valLength}}.',
581
- 'low zoom level': 'Die Marker werden erst auf Zoom Stufe ${next} geladen. Aktuelle Zoom Stufe ist ${actual}.',
725
+ 'value to long for osm': 'Der opening_hours Wert ist zu lang für OSM. Die OpenStreetMap-Datenbank unterstützt zur Zeit nur Werte mit bis zu {{maxLength}} Zeichen. Der schön formatierte Wert ist {{pretLength}} Zeichen lang und der eingegebene Wert {{valLength}}.',
726
+ 'low zoom level': 'Die Marker werden erst auf Zoom-Stufe ${next} geladen. Aktuelle Zoom-Stufe ist ${actual}.',
582
727
  'all n entries': 'Alle {{total}} Einträge:',
583
728
  'the first entries': 'Die ersten {{number}} von {{total}} Einträgen:',
584
729
  'load all with JOSM': 'Alle in JOSM laden',
585
- 'evaluation tool': 'Ausführlich testen',
730
+ 'load osm objects': 'Alle OSM-Objekte mit diesem opening_hours-Wert laden',
731
+ 'share config': 'Diese Konfiguration teilen',
732
+ 'with timestamp': 'Mit Zeitstempel',
733
+ 'without timestamp': 'Ohne Zeitstempel',
734
+ 'copy': 'Kopieren',
735
+ 'clear': 'Löschen',
736
+ 'edit visually': 'In YoHours-Editor öffnen',
737
+ 'yohours description': 'Ein visueller Editor für einfache Öffnungszeiten-Syntax',
738
+ 'evaluation tool': 'Auswertewerkzeug',
586
739
  'rule separator ;': 'Begrenzungszeichen für Regeln (es folgt eine normale Regel)',
587
740
  'rule separator ||': 'Begrenzungszeichen für Regeln (es folgt eine Oder-Verknüpfte Regel die nur auf Zeiten zutrifft, die nicht bereits von vorherigen Regeln behandelt werden)',
588
741
  'rule separator ,': 'Begrenzungszeichen für Regeln (es folgt eine additive Regel deren Zeiten vorherige Regeln erweitern und nicht überschreiben wie bei normalen Regeln)',
589
742
  'JOSM remote conn error': 'Es konnte keine Verbindung zu JOSM aufgebaut werden. Bitte prüfe, ob JOSM ausgeführt wird und Fernsteuerung auf dem Standard tcp Port 8111 erlaubt ist.',
743
+ 'Affected rules': 'Betroffene Regeln',
744
+ 'Original': 'Original',
745
+ 'Comparison': 'Vergleich',
746
+ 'Rule': 'Regel',
747
+ 'Deviation at': 'Abweichung um',
590
748
  'refer to yohours': 'Dieser Wert kann auch von YoHours verarbeitet werden. YoHours ist ein benutzerfreundlicher Editor für die opening_hours Syntax. Falls keine fortschrittlichen Funktionen der Syntax benötigt werden ist YoHours eine einsteigerfreundliche Alternative. <a href="{{href}}">Ausprobieren</a>.',
591
749
  'include timestamp?': 'mit Zeitstempel?',
592
750
  },
@@ -611,6 +769,7 @@ const resources = { // English is fallback language.
611
769
  'comment': 'Kommentar',
612
770
  'today': 'heute',
613
771
  'tomorrow': 'morgen',
772
+ 'yesterday': 'gestern',
614
773
  'region': 'Region',
615
774
  'position': 'Position',
616
775
  'lat': 'Breitengrad',
@@ -619,6 +778,9 @@ const resources = { // English is fallback language.
619
778
  'state': 'Bundesstaat',
620
779
  'status': 'Status',
621
780
  'examples': 'Beispiele',
781
+ 'results': 'Ergebnisse',
782
+ 'compare': 'Vergleichen',
783
+ 'actions': 'Aktionen',
622
784
  'none': 'keine',
623
785
  'date': 'Datum',
624
786
  'time': {
@@ -632,6 +794,7 @@ const resources = { // English is fallback language.
632
794
  'day_other': 'Tage',
633
795
  'day many': 'Tage',
634
796
  'week': 'Woche',
797
+ 'month': 'Monat',
635
798
  'year': 'Jahr',
636
799
  'year_other': 'Jahre',
637
800
  'years many': 'Jahre',
@@ -639,6 +802,7 @@ const resources = { // English is fallback language.
639
802
  'now': 'Jetzt',
640
803
  'time': 'Zeit',
641
804
  },
805
+ 'in duration': 'in',
642
806
  },
643
807
  },
644
808
  }, // }}}
@@ -654,12 +818,16 @@ const resources = { // English is fallback language.
654
818
  'pt': 'португальский',
655
819
  'it': 'итальянский',
656
820
  'uk': 'украинский',
821
+ 'nl': 'нидерландский',
822
+ 'hu': 'венгерский',
823
+ 'es': 'испанский',
657
824
  'vi': 'вьетнамский',
658
- 'ja':'Японский язык',
825
+ 'ja': 'Японский язык',
659
826
  'choose': 'Выберите язык',
660
827
  },
661
828
 
662
829
  'weekdays': {
830
+ 'day next week': 'в следующий {{day}}',
663
831
  'days next week': {
664
832
  'su': 'в ближайшее {{day}}',
665
833
  'mo': 'в ближайший {{day}}',
@@ -671,57 +839,146 @@ const resources = { // English is fallback language.
671
839
  },
672
840
  },
673
841
  'texts': {
842
+ 'filter': {
843
+ 'none': 'Не применять фильтры',
844
+ 'error': 'Сообщения об ошибках и предупреждения',
845
+ 'warnOnly': 'Только предупреждения',
846
+ 'errorOnly': 'Только ошибки',
847
+ 'open': 'Только заведения, которые сейчас открыты',
848
+ 'unknown': 'Только заведения, которые могут быть открыты сейчас',
849
+ 'closed': 'Только заведения, которые сейчас закрыты',
850
+ 'openOrUnknown': 'Только заведения, которые открыты или могут быть открыты сейчас',
851
+ },
852
+ 'title': 'инструмент оценки opening_hours',
674
853
  'open always': 'Заведение всегда открыто.',
854
+ 'unknown always': 'Заведение, возможно, всегда открыто.',
675
855
  'closed always': 'Заведение всегда закрыто.',
676
856
  'open now': 'Сейчас заведение открыто',
857
+ 'unknown now': 'Заведение, возможно, сейчас открыто',
677
858
  'closed now': 'Сейчас заведение закрыто',
678
- 'will close': '<a href="{{href}}">Закроется</a> {{timestring}}{{comment}}.',
679
- 'will open': '<a href="{{href}}">Откроется</a> {{timestring}}{{comment}}.',
859
+ 'will close': 'но <a href="{{href}}">закроется</a> {{timestring}}{{comment}}.',
860
+ 'will unknown': 'но <a href="{{href}}">возможно</a> откроется {{timestring}}{{comment}}.',
861
+ 'will open': 'но <a href="{{href}}">откроется</a> {{timestring}}{{comment}}.',
862
+ 'then close': 'и <a href="{{href}}">будет</a> закрыто {{timestring}}{{comment}}.',
863
+ 'then open': 'и <a href="{{href}}">будет</a> открыто {{timestring}}{{comment}}.',
864
+ 'depends on': ', но это зависит от {{comment}}.',
865
+ 'reason': 'Причина',
866
+ 'opens again': 'Откроется снова',
867
+ 'closes again': 'Закроется снова',
868
+ 'jump to time': 'Перейти к этому времени',
869
+ 'interval boundaries': 'Границы интервалов (для разработчиков)',
870
+ 'interval boundaries hint': 'Показывает все точки, где заканчивается интервал, даже без изменения состояния.',
871
+ 'upcoming changes': 'Предстоящие изменения',
680
872
  'week stable': 'Расписание верно для любой недели.',
681
873
  'not week stable': 'ВНИМАНИЕ! Расписание меняется в другие недели.',
682
874
  'value for': 'значение для',
683
- 'MatchingRule': 'использовать правила',
684
- 'warn error': 'об ошибках и предупреждения',
875
+ 'value to compare': 'Сравнить с введённым значением opening_hours',
876
+ 'yohours incompatible': 'Значение несовместимо с редактором YoHours',
877
+ 'MatchingRule': 'Применённое правило',
878
+ 'prettified value': 'форматированное значение opening_hours (это значение можно безопасно использовать в OSM после <a href="{{copyFunc}}">устранения</a> всех предупреждений)',
879
+ 'prettified value for displaying': 'форматированное значение opening_hours для отображения (включая переносы строк, не используйте это значение в OSM)',
880
+ 'more information': 'Для получения дополнительной информации ознакомьтесь с <a href="{{href}}" target="_blank">вики OSM</a>.',
881
+ 'this website': 'Этот сайт и библиотека JavaScript для оценки часов работы разрабатываются на <a href="{{url}}" target="_blank">{{hoster}}</a>.',
882
+ 'if PH is between Mo and Fr': 'Только если праздничный день выпадает на будний день (Пн-Пт)',
883
+ 'check out error correction, prettify': 'проверьте исправление ошибок и функцию форматирования для значения opening_hours',
884
+ 'SH,PH or PH,SH': 'Это немного отличается от предыдущего значения. Название школьных каникул заменит названия праздников в комментарии.',
885
+ 'config POIs': 'настроить POI',
886
+ 'reload map': 'обновить карту',
887
+ 'heading map': 'Карта со слоем для тега opening_hours на основе OpenStreetMap',
888
+ 'map is showing': 'На этой карте объекты с тегом <a rel="external" href="{{wikiUrl}}">opening_hours</a> отображаются цветными кругами:',
889
+ 'error': 'Значение не удалось обработать',
890
+ 'warning': 'Если при оценке появились предупреждения, в значке статуса появится синий {{sign}}.',
891
+ 'map filter': 'Есть несколько фильтров, которые можно применить для поиска и исправления ошибок (QA) или для отображения открытых или закрытых заведений:',
892
+ 'data source': 'Данные слоя получены из {{OSMStartaTag}} и запрошены с помощью {{APIaTag}}. Карта — {{OSMaTag}}.',
893
+ 'mode 0': 'Принимаются только временные диапазоны (теги opening_hours, lit)',
894
+ 'mode 1': 'Принимаются только моменты времени',
895
+ 'mode 2': 'Принимаются временные диапазоны и моменты времени (теги service_times, collection_times)',
896
+ 'value to long for osm': 'Значение слишком длинное для OSM. База данных OpenStreetMap ограничена значениями до {{maxLength}} символов. Форматированное значение имеет длину {{pretLength}}, а введённое вами значение — {{valLength}} символов.',
897
+ 'low zoom level': 'POI начнут появляться на уровне масштабирования ${next} и выше. Текущий уровень масштабирования — ${actual}.',
898
+ 'all n entries': 'Все {{total}} записей:',
899
+ 'the first entries': 'Первые {{number}} из {{total}} записей:',
900
+ 'load all with JOSM': 'загрузить все в JOSM',
901
+ 'load osm objects': 'Загрузить все объекты OSM с этим значением opening_hours',
902
+ 'share config': 'Поделиться этой конфигурацией',
903
+ 'with timestamp': 'С временной меткой',
904
+ 'without timestamp': 'Без временной метки',
905
+ 'copy': 'Копировать',
906
+ 'clear': 'Очистить',
907
+ 'edit visually': 'Открыть в редакторе YoHours',
908
+ 'yohours description': 'Визуальный редактор для простого синтаксиса opening_hours',
909
+ 'Affected rules': 'Затронутые правила',
910
+ 'Original': 'Оригинал',
911
+ 'Comparison': 'Сравнение',
912
+ 'Rule': 'Правило',
913
+ 'Deviation at': 'Отклонение в',
914
+ 'evaluation tool': 'инструмент оценки',
915
+ 'rule separator ;': 'разделитель правил (следующее правило будет обычным правилом)',
916
+ 'rule separator ||': 'разделитель правил (следующее правило будет резервным и применяется для времени, не охваченного предыдущими правилами)',
917
+ 'rule separator ,': 'разделитель правил (следующее правило будет дополнительным и расширяет время предыдущих правил, а не переопределяет их)',
918
+ 'JOSM remote conn error': 'Не удалось подключиться к JOSM. Убедитесь, что JOSM запущен и настроен для удалённого управления на порту TCP 8111.',
919
+ 'refer to yohours': 'Это значение также может быть обработано YoHours — простым редактором синтаксиса opening_hours. Если вам не нужны расширенные функции синтаксиса, <a href="{{href}}">попробуйте его</a>.',
920
+ 'include timestamp?': 'включить временную метку?',
685
921
  },
686
922
  'words': {
923
+ 'modifier': 'модификатор {{name}}',
924
+ 'selector': 'селектор {{name}}',
925
+ 'mode': 'режим оценки',
687
926
  'green': 'зелёный',
688
927
  'yellow': 'жёлтый',
689
928
  'red': 'красный',
690
929
  'violet': 'фиолетовый',
691
- 'from': '',
930
+ 'from': 'с',
692
931
  'to': 'до',
693
932
  'and': 'и',
694
933
  'no': 'Нет',
695
- 'open': 'c',
696
- 'unknown': 'неизвестный',
934
+ 'undefined': 'не определено',
935
+ 'docu': 'документация',
936
+ 'of course': 'конечно',
937
+ 'open': 'открыто',
938
+ 'unknown': 'неизвестно',
697
939
  'closed': 'закрыто',
698
- 'comment': 'комментариев',
940
+ 'comment': 'комментарий',
699
941
  'today': 'сегодня',
700
942
  'tomorrow': 'завтра',
943
+ 'yesterday': 'hier',
701
944
  'in duration': 'через',
702
945
  'region': 'регион',
703
946
  'position': 'положение',
704
947
  'lat': 'широта',
705
948
  'lon': 'долгота',
706
949
  'country': 'страна',
707
- 'state': 'штат',
950
+ 'state': 'область',
708
951
  'status': 'статус',
709
- 'examples': 'примеры',
952
+ 'examples': 'Примеры',
953
+ 'results': 'Результаты',
954
+ 'compare': 'Сравнить',
955
+ 'actions': 'Действия',
710
956
  'date': 'дата',
711
- 'none': 'никто',
957
+ 'none': 'нет',
712
958
  'time': {
959
+ 'minute': 'минута',
713
960
  'minute_one': 'минуту',
714
961
  'minute_few': 'минуты',
715
962
  'minute_many': 'минут',
716
963
  'minute_other': 'минут',
964
+ 'minute many': 'минут',
965
+ 'hour': 'час',
717
966
  'hour_one': 'час',
718
967
  'hour_few': 'часа',
719
968
  'hour_many': 'часов',
720
969
  'hour_other': 'часов',
970
+ 'hour many': 'часов',
971
+ 'day': 'день',
721
972
  'day_one': 'день',
722
973
  'day_few': 'дня',
723
974
  'day_many': 'дней',
724
975
  'day_other': 'дней',
976
+ 'day many': 'дней',
977
+ 'week': 'неделя',
978
+ 'month': 'месяц',
979
+ 'year': 'год',
980
+ 'year_other': 'лет',
981
+ 'years many': 'лет',
725
982
  'now': 'сейчас',
726
983
  'time': 'время',
727
984
  'hours minutes sep': 'и ',
@@ -741,12 +998,16 @@ const resources = { // English is fallback language.
741
998
  'it': 'Italiano',
742
999
  'pt': 'Português',
743
1000
  'uk': 'Ucraniano',
1001
+ 'nl': 'Holandês',
1002
+ 'hu': 'Húngaro',
1003
+ 'es': 'Espanhol',
744
1004
  'vi': 'Vietnamita',
745
- 'ja':'Japonês',
1005
+ 'ja': 'Japonês',
746
1006
  'choose': 'Escolha a sua linguagem',
747
1007
  },
748
1008
 
749
1009
  'weekdays': {
1010
+ 'day next week': 'próximo {{day}}',
750
1011
  'days next week': { // palavra "próximo" antes de um dia da semana
751
1012
  'su': 'próximo {{day}}',
752
1013
  'mo': 'próxima {{day}}',
@@ -759,7 +1020,7 @@ const resources = { // English is fallback language.
759
1020
  },
760
1021
  'texts': {
761
1022
  'filter': {
762
- 'none': 'Do not apply any filters',
1023
+ 'none': 'Não aplicar nenhum filtro',
763
1024
  'error': 'Mensagens de erro e avisos',
764
1025
  'warnOnly': 'Somente avisos',
765
1026
  'errorOnly': 'Somente erros',
@@ -768,6 +1029,7 @@ const resources = { // English is fallback language.
768
1029
  'closed': 'Somente lugares que estão fechados agora',
769
1030
  'openOrUnknown': 'Somente lugares que estão aberto agora ou que talvez estejam',
770
1031
  },
1032
+ 'title': 'Ferramenta de avaliação opening_hours',
771
1033
  'open always': 'O lugar está sempre aberto',
772
1034
  'unknown always': 'Talvez o lugar sempre esteja aberto',
773
1035
  'closed always': 'O lugar está fechado e não se sabe quando ele vai reabrir',
@@ -777,10 +1039,21 @@ const resources = { // English is fallback language.
777
1039
  'will close': 'Mas <a href="{{href}}">vai</a> fechar {{timestring}}{{comment}}.',
778
1040
  'will unknown': 'Mas talvez <a href="{{href}}">vá</a> abrir {{timestring}}{{comment}}.',
779
1041
  'will open': 'Mas <a href="{{href}}">vai</a> abrir {{timestring}}{{comment}}.',
1042
+ 'then close': 'e <a href="{{href}}">estará</a> fechado {{timestring}}{{comment}}.',
1043
+ 'then open': 'e <a href="{{href}}">estará</a> aberto {{timestring}}{{comment}}.',
780
1044
  'depends on': ', Mas isso depende de {{comment}}.',
1045
+ 'reason': 'Motivo',
1046
+ 'opens again': 'Abre novamente',
1047
+ 'closes again': 'Fecha novamente',
1048
+ 'jump to time': 'Ir para este horário',
1049
+ 'interval boundaries': 'Limites de intervalo (para desenvolvedores)',
1050
+ 'interval boundaries hint': 'Mostra todos os pontos onde um intervalo termina, mesmo sem mudança de estado.',
1051
+ 'upcoming changes': 'Próximas Mudanças',
781
1052
  'week stable': 'O horário é o mesmo toda semana.',
782
1053
  'not week stable': 'Atenção! Este horário pode mudar em outras semanas.',
783
1054
  'value for': 'Valor para a etiqueta',
1055
+ 'value to compare': 'Comparar com o valor opening_hours inserido',
1056
+ 'yohours incompatible': 'Valor não compatível com o editor YoHours',
784
1057
  'MatchingRule': '"Substring" usada pela regra aplicada', //como traduzir?
785
1058
  'prettified value': 'Valor "embelezado" da chave opening_hours (este valor pode ser utilizado no OSM sem problemas depois que todos os avisos tenham sido <a href="{{copyFunc}}">resolvidos</a>)',
786
1059
  'prettified value for displaying': 'Exibição do valor "embelezado" da etiqueta "opening_hours" (inclui quebras de linha, não use isso como valor no OSM)',
@@ -805,9 +1078,30 @@ const resources = { // English is fallback language.
805
1078
  'all n entries': 'Todos os {{total}} resultados:',
806
1079
  'the first entries': 'Os primeiros {{number}} de {{total}} resultados:',
807
1080
  'load all with JOSM': 'Carregar tudo no JOSM',
808
- 'evaluation tool': 'Derramenta de avaliação',
1081
+ 'load osm objects': 'Carregar todos os objetos OSM com este valor de opening_hours',
1082
+ 'share config': 'Partilhar esta configuração',
1083
+ 'with timestamp': 'Com carimbo de data/hora',
1084
+ 'without timestamp': 'Sem carimbo de data/hora',
1085
+ 'copy': 'Copiar',
1086
+ 'clear': 'Limpar',
1087
+ 'edit visually': 'Abrir no editor YoHours',
1088
+ 'yohours description': 'Um editor visual para sintaxe de opening_hours simples',
1089
+ 'Affected rules': 'Regras afetadas',
1090
+ 'Original': 'Original',
1091
+ 'Comparison': 'Comparação',
1092
+ 'Rule': 'Regra',
1093
+ 'Deviation at': 'Desvio em',
1094
+ 'evaluation tool': 'Ferramenta de avaliação',
1095
+ 'rule separator ;': 'separador de regras (a próxima regra será uma regra normal)',
1096
+ 'rule separator ||': 'separador de regras (a próxima regra será uma regra de fallback que se aplica a qualquer horário não tratado pelas regras anteriores)',
1097
+ 'rule separator ,': 'separador de regras (a próxima regra será uma regra adicional que estende os horários das regras anteriores sem substituí-las)',
1098
+ 'JOSM remote conn error': 'Não foi possível conectar ao JOSM. Certifique-se de que o JOSM está em execução e configurado para controle remoto na porta TCP padrão 8111.',
1099
+ 'refer to yohours': 'Este valor também pode ser processado pelo YoHours, um editor simples para a sintaxe opening_hours. Se você não precisa de recursos avançados da sintaxe, <a href="{{href}}">experimente</a>.',
1100
+ 'include timestamp?': 'incluir carimbo de data/hora?',
809
1101
  },
810
1102
  'words': {
1103
+ 'modifier': 'modificador {{name}}',
1104
+ 'selector': 'seletor {{name}}',
811
1105
  'mode': 'Modo de avaliação',
812
1106
  'green': 'verde',
813
1107
  'yellow': 'amarelo',
@@ -817,6 +1111,7 @@ const resources = { // English is fallback language.
817
1111
  'to': 'até',
818
1112
  'and': 'e',
819
1113
  'no': 'sem',
1114
+ 'undefined': 'indefinido',
820
1115
  'docu': 'documentação',
821
1116
  'of course': 'é claro',
822
1117
  'open': 'Aberto de',
@@ -825,6 +1120,7 @@ const resources = { // English is fallback language.
825
1120
  'comment': 'comentário',
826
1121
  'today': 'hoje',
827
1122
  'tomorrow': 'amanhã',
1123
+ 'yesterday': 'ontem',
828
1124
  'in duration': 'em',
829
1125
  'region': 'Região',
830
1126
  'position': 'Posição',
@@ -834,6 +1130,9 @@ const resources = { // English is fallback language.
834
1130
  'state': 'Estado',
835
1131
  'status': 'Estado',
836
1132
  'examples': 'Exemplos', //revisar: maiusculo mesmo?
1133
+ 'results': 'Resultados',
1134
+ 'compare': 'Comparar',
1135
+ 'actions': 'Ações',
837
1136
  'none': 'nenhum',
838
1137
  'date': 'Data',
839
1138
  'time': {
@@ -846,6 +1145,11 @@ const resources = { // English is fallback language.
846
1145
  'day': 'dia',
847
1146
  'day_other': 'dias',
848
1147
  'day many': 'dias',
1148
+ 'week': 'semana',
1149
+ 'month': 'mês',
1150
+ 'year': 'ano',
1151
+ 'year_other': 'anos',
1152
+ 'years many': 'anos',
849
1153
  'hours minutes sep': 'e ',
850
1154
  'now': 'Agora',
851
1155
  'time': 'tempo',
@@ -865,12 +1169,16 @@ const resources = { // English is fallback language.
865
1169
  'it': 'Italiano',
866
1170
  'pt': 'Portoghese',
867
1171
  'uk': 'Ucraino',
1172
+ 'nl': 'Olandese',
1173
+ 'hu': 'Ungherese',
1174
+ 'es': 'Spagnolo',
868
1175
  'vi': 'Vietnamita',
869
1176
  'ja': 'Giapponese',
870
1177
  'choose': 'Scegli lingua',
871
1178
  },
872
1179
 
873
1180
  'weekdays': {
1181
+ 'day next week': 'il prossimo {{day}}',
874
1182
  'days next week': { // The italian language use other words for next for sunday.
875
1183
  'mo': 'il prossimo {{day}}',
876
1184
  'tu': 'il prossimo {{day}}',
@@ -883,7 +1191,7 @@ const resources = { // English is fallback language.
883
1191
  },
884
1192
  'texts': {
885
1193
  'filter': {
886
- 'none': 'Do not apply any filters',
1194
+ 'none': 'Non applicare filtri',
887
1195
  'error': 'Messaggi di errore e di avviso',
888
1196
  'warnOnly': 'Solo avvertimenti',
889
1197
  'errorOnly': 'Solo errori',
@@ -901,10 +1209,21 @@ const resources = { // English is fallback language.
901
1209
  'will close': 'ma <a href="{{href}}">sarà</a> chiusa {{timestring}}{{comment}}.',
902
1210
  'will unknown': 'ma <a href="{{href}}">potrebbe</a> essere aperta {{timestring}}{{comment}}.',
903
1211
  'will open': 'ma <a href="{{href}}">sarà</a> aperta {{timestring}}{{comment}}.',
1212
+ 'then close': 'e <a href="{{href}}">sarà</a> chiusa {{timestring}}{{comment}}.',
1213
+ 'then open': 'e <a href="{{href}}">sarà</a> aperta {{timestring}}{{comment}}.',
904
1214
  'depends on': ', ma dipende da {{comment}}.',
1215
+ 'reason': 'Motivo',
1216
+ 'opens again': 'Riapre',
1217
+ 'closes again': 'Richiude',
1218
+ 'jump to time': 'Vai a questo orario',
1219
+ 'interval boundaries': 'Limiti di intervallo (per sviluppatori)',
1220
+ 'interval boundaries hint': 'Mostra tutti i punti in cui un intervallo termina, anche senza cambio di stato.',
1221
+ 'upcoming changes': 'Prossimi Cambiamenti',
905
1222
  'week stable': 'L\'orario è valido per ogni settimana.',
906
1223
  'not week stable': 'Attenzione! Questo orario può variare nelle altre settimane.',
907
1224
  'value for': 'valore per',
1225
+ 'value to compare': 'Confronta con il valore opening_hours inserito',
1226
+ 'yohours incompatible': 'Valore non compatibile con l\'editor YoHours',
908
1227
  'MatchingRule': 'valore base utilizzato dalla regola corrente',
909
1228
  'prettified value': 'valore per opening_hours ottimizzato (questo valore è valido e può essere utilizzato su OSM, dopo aver <a href="{{copyFunc}}">risolto</a> tutti gli eventuali errori)',
910
1229
  'prettified value for displaying': 'valore per opening_hours ottimizzato per la visualizzazione (contiene dei caratteri di fine riga, non può essere usato come valore su OSM)',
@@ -929,9 +1248,31 @@ const resources = { // English is fallback language.
929
1248
  'all n entries': 'Tutti i {{total}} risultati:',
930
1249
  'the first entries': 'I primi {{number}} di {{total}} risultati:',
931
1250
  'load all with JOSM': 'carica tutto in JOSM',
932
- 'evaluation tool': 'tool di validazione',
1251
+ 'load osm objects': 'Carica tutti gli oggetti OSM con questo valore opening_hours',
1252
+ 'share config': 'Condividi questa configurazione',
1253
+ 'with timestamp': 'Con timestamp',
1254
+ 'without timestamp': 'Senza timestamp',
1255
+ 'Affected rules': 'Regole interessate',
1256
+ 'Original': 'Originale',
1257
+ 'Comparison': 'Confronto',
1258
+ 'Rule': 'Regola',
1259
+ 'Deviation at': 'Deviazione alle',
1260
+ 'copy': 'Copia',
1261
+ 'clear': 'Cancella',
1262
+ 'edit visually': 'Apri nell\'editor YoHours',
1263
+ 'yohours description': 'Un editor visivo per sintassi di opening_hours semplice',
1264
+ 'evaluation tool': 'strumento di validazione',
1265
+ 'title': 'strumento di validazione opening_hours',
1266
+ 'rule separator ;': 'separatore di regole (la regola successiva sarà una regola normale)',
1267
+ 'rule separator ||': 'separatore di regole (la regola successiva sarà una regola di fallback che si applica a qualsiasi orario non gestito dalle regole precedenti)',
1268
+ 'rule separator ,': 'separatore di regole (la regola successiva sarà una regola aggiuntiva che estende gli orari delle regole precedenti senza sovrascriverle)',
1269
+ 'JOSM remote conn error': 'Impossibile connettersi a JOSM. Assicurarsi che JOSM sia in esecuzione e configurato per il controllo remoto sulla porta TCP predefinita 8111.',
1270
+ 'refer to yohours': 'Questo valore può essere elaborato anche da YoHours, un semplice editor per la sintassi opening_hours. Se non hai bisogno delle funzionalità avanzate della sintassi, <a href="{{href}}">provalo</a>.',
1271
+ 'include timestamp?': 'includere timestamp?',
933
1272
  },
934
1273
  'words': {
1274
+ 'modifier': 'modificatore {{name}}',
1275
+ 'selector': 'selettore {{name}}',
935
1276
  'mode': 'modalità di validazione',
936
1277
  'green': 'verde',
937
1278
  'yellow': 'giallo',
@@ -941,6 +1282,7 @@ const resources = { // English is fallback language.
941
1282
  'to': 'a',
942
1283
  'and': 'e',
943
1284
  'no': 'no',
1285
+ 'undefined': 'non definito',
944
1286
  'docu': 'documentazione',
945
1287
  'of course': 'certamente',
946
1288
  'open': 'aperto',
@@ -949,6 +1291,7 @@ const resources = { // English is fallback language.
949
1291
  'comment': 'commento',
950
1292
  'today': 'oggi',
951
1293
  'tomorrow': 'domani',
1294
+ 'yesterday': 'ieri',
952
1295
  'in duration': 'tra',
953
1296
  'region': 'regione',
954
1297
  'position': 'posizione',
@@ -958,6 +1301,9 @@ const resources = { // English is fallback language.
958
1301
  'state': 'stato',
959
1302
  'status': 'stato',
960
1303
  'examples': 'Esempi',
1304
+ 'results': 'Risultati',
1305
+ 'compare': 'Confronta',
1306
+ 'actions': 'Azioni',
961
1307
  'none': 'nessuno',
962
1308
  'date': 'data',
963
1309
  'time': {
@@ -970,6 +1316,11 @@ const resources = { // English is fallback language.
970
1316
  'day': 'giorno',
971
1317
  'day_other': 'giorni',
972
1318
  'day many': 'giorni',
1319
+ 'week': 'settimana',
1320
+ 'month': 'mese',
1321
+ 'year': 'anno',
1322
+ 'year_other': 'anni',
1323
+ 'years many': 'anni',
973
1324
  'hours minutes sep': 'e ',
974
1325
  'now': 'adesso',
975
1326
  'time': 'ora',
@@ -989,12 +1340,16 @@ const resources = { // English is fallback language.
989
1340
  'pt': 'португальська',
990
1341
  'it': 'италійська',
991
1342
  'uk': 'українська',
1343
+ 'nl': 'нідерландська',
1344
+ 'hu': 'угорська',
1345
+ 'es': 'іспанська',
992
1346
  'vi': 'в’єтнамська',
993
1347
  'ja': 'Японська мова',
994
1348
  'choose': 'Виберіть мову',
995
1349
  },
996
1350
 
997
1351
  'weekdays': {
1352
+ 'day next week': 'наступного {{day}}',
998
1353
  'days next week': {
999
1354
  'su': 'у наступну {{day}}',
1000
1355
  'mo': 'у наступний {{day}}',
@@ -1023,14 +1378,25 @@ const resources = { // English is fallback language.
1023
1378
  'will close': '<a href="{{href}}">Зачиниться</a> {{timestring}}{{comment}}.',
1024
1379
  'will open': '<a href="{{href}}">Відчинеться</a> {{timestring}}{{comment}}.',
1025
1380
  'will unknown': 'але можливо <a href="{{href}}">відчиниться</a> {{timestring}}{{comment}}.',
1381
+ 'then close': 'і <a href="{{href}}">буде</a> зачинено {{timestring}}{{comment}}.',
1382
+ 'then open': 'і <a href="{{href}}">буде</a> відчинено {{timestring}}{{comment}}.',
1026
1383
  'week stable': 'Розклад вірний для всіх тижнів.',
1027
1384
  'not week stable': 'УВАГА! Розклад змінюється щотижня.',
1028
1385
  'value for': 'значення для',
1386
+ 'value to compare': 'Порівняти з введеним значенням opening_hours',
1387
+ 'yohours incompatible': 'Значення несумісне з редактором YoHours',
1029
1388
  'MatchingRule': 'використовувати правила',
1030
1389
 
1031
1390
  'unknown always': 'Захід може бути завжди відчинений',
1032
1391
  'unknown now': 'Захід може бути зараз відкритим',
1033
1392
  'depends on': ', але це залежить від {{comment}}.',
1393
+ 'reason': 'Причина',
1394
+ 'opens again': 'Відчиниться знову',
1395
+ 'closes again': 'Зачиниться знову',
1396
+ 'jump to time': 'Перейти до цього часу',
1397
+ 'interval boundaries': 'Межі інтервалів (для розробників)',
1398
+ 'interval boundaries hint': 'Показує всі точки, де закінчується інтервал, навіть без зміни стану.',
1399
+ 'upcoming changes': 'Майбутні зміни',
1034
1400
  'prettified value': 'припустиме значення opening_hours (цей вираз можна безпечно використовувати у OSM, після <a href="{{copyFunc}}">вирішення</a> всіх зауважень)',
1035
1401
  'prettified value for displaying': '\'припустиме значення opening_hours для відображення (включає кілька рядків, не використовуйте це значення для OSM)',
1036
1402
  'more information': 'Для додаткової інформації перейдіть на сторінку <a href="{{href}}" target="_blank">OSM wiki</a>.',
@@ -1054,54 +1420,92 @@ const resources = { // English is fallback language.
1054
1420
  'all n entries': 'Усі {{total}} записів:',
1055
1421
  'the first entries': 'Перші {{number}} з {{total}} записів:',
1056
1422
  'load all with JOSM': 'завантажити всі об\'єкти з цим виразом у JOSM',
1423
+ 'load osm objects': 'Завантажити всі об\'єкти OSM з цим значенням opening_hours',
1424
+ 'share config': 'Поділитися цією конфігурацією',
1425
+ 'with timestamp': 'З часовою міткою',
1426
+ 'without timestamp': 'Без часової мітки',
1427
+ 'Affected rules': 'Залучені правила',
1428
+ 'Original': 'Оригінал',
1429
+ 'Comparison': 'Порівняння',
1430
+ 'Rule': 'Правило',
1431
+ 'Deviation at': 'Відхилення о',
1432
+ 'copy': 'Копіювати',
1433
+ 'clear': 'Очистити',
1434
+ 'edit visually': 'Відкрити у редакторі YoHours',
1435
+ 'yohours description': 'Візуальний редактор для простого синтаксису opening_hours',
1057
1436
  'evaluation tool': 'інструмент розрахунку',
1437
+ 'title': 'інструмент оцінки opening_hours',
1438
+ 'rule separator ;': 'роздільник правил (наступне правило буде звичайним)',
1439
+ 'rule separator ||': 'роздільник правил (наступне правило буде резервним, що застосовується до часу, не охопленого попередніми правилами)',
1440
+ 'rule separator ,': 'роздільник правил (наступне правило буде додатковим і розширить час попередніх правил, не замінюючи їх)',
1441
+ 'JOSM remote conn error': 'Не вдалося підключитися до JOSM. Переконайтеся, що JOSM запущено та налаштовано для віддаленого керування на TCP-порту 8111.',
1442
+ 'refer to yohours': 'Це значення також може бути оброблене YoHours — простим редактором синтаксису opening_hours. Якщо вам не потрібні розширені функції синтаксису, <a href="{{href}}">спробуйте його</a>.',
1443
+ 'include timestamp?': 'включити часову мітку?',
1058
1444
  },
1059
1445
  'words': {
1060
- 'from': '',
1446
+ 'modifier': 'модифікатор {{name}}',
1447
+ 'selector': 'селектор {{name}}',
1448
+ 'mode': 'режим розрахунку',
1449
+ 'green': 'зелений',
1450
+ 'yellow': 'жовтий',
1451
+ 'red': 'червоний',
1452
+ 'violet': 'фіолетовий',
1453
+ 'from': 'з',
1061
1454
  'to': 'до',
1062
1455
  'and': 'і',
1063
1456
  'no': 'Нема',
1064
- 'open': 'з',
1065
- 'unknown': 'невідомий',
1457
+ 'undefined': 'не визначено',
1458
+ 'docu': 'документація',
1459
+ 'of course': 'звісно',
1460
+ 'open': 'відкрито',
1461
+ 'unknown': 'невідомо',
1066
1462
  'closed': 'зачинено',
1067
- 'comment': 'коментарів',
1463
+ 'comment': 'коментар',
1068
1464
  'today': 'сьогодні',
1069
1465
  'tomorrow': 'завтра',
1466
+ 'yesterday': 'hier',
1070
1467
  'in duration': 'через',
1071
1468
  'region': 'регіон',
1072
1469
  'position': 'положення',
1073
1470
  'lat': 'широта',
1074
1471
  'lon': 'довгота',
1075
1472
  'country': 'країна',
1076
- 'state': 'штат',
1473
+ 'state': 'область',
1077
1474
  'status': 'статус',
1078
- 'examples': 'приклади',
1475
+ 'examples': 'Приклади',
1476
+ 'results': 'Результати',
1477
+ 'compare': 'Порівняти',
1478
+ 'actions': 'Дії',
1079
1479
  'none': 'відсутні',
1080
1480
  'date': 'дата',
1081
1481
  'time': {
1482
+ 'minute': 'хвилина',
1082
1483
  'minute_one': 'хвилину',
1083
1484
  'minute_few': 'хвилини',
1084
1485
  'minute_many': 'хвилин',
1085
- 'minute_other': 'минут',
1486
+ 'minute_other': 'хвилин',
1487
+ 'minute many': 'хвилин',
1488
+ 'hour': 'година',
1086
1489
  'hour_one': 'годину',
1087
1490
  'hour_few': 'години',
1088
1491
  'hour_many': 'годин',
1089
1492
  'hour_other': 'годин',
1493
+ 'hour many': 'годин',
1494
+ 'day': 'день',
1090
1495
  'day_one': 'день',
1091
1496
  'day_few': 'дні',
1092
1497
  'day_many': 'днів',
1093
1498
  'day_other': 'днів',
1499
+ 'day many': 'днів',
1500
+ 'week': 'тиждень',
1501
+ 'month': 'місяць',
1502
+ 'year': 'рік',
1503
+ 'year_other': 'років',
1504
+ 'years many': 'років',
1094
1505
  'hours minutes sep': 'та ',
1095
1506
  'now': 'зараз',
1096
1507
  'time': 'час',
1097
1508
  },
1098
- 'mode': 'режим розрахунку',
1099
- 'green': 'зелений',
1100
- 'yellow': 'жовтий',
1101
- 'red': 'червоний',
1102
- 'violet': 'фіолетовий',
1103
- 'docu': 'документація',
1104
- 'of course': 'звісно',
1105
1509
  },
1106
1510
  },
1107
1511
  }, // }}}
@@ -1119,6 +1523,7 @@ const resources = { // English is fallback language.
1119
1523
  'uk': 'Ukrán',
1120
1524
  'nl': 'Holland',
1121
1525
  'hu': 'Magyar',
1526
+ 'es': 'Spanyol',
1122
1527
  'vi': 'Vietnami',
1123
1528
  'ja': 'Japán',
1124
1529
  'choose': 'Nyelv kiválasztása',
@@ -1148,11 +1553,21 @@ const resources = { // English is fallback language.
1148
1553
  'will close': 'de <a href="{{href}}">bezár</a> ekkor: {{timestring}}{{comment}}.',
1149
1554
  'will unknown': 'de <a href="{{href}}">kinyithat</a> ekkor: {{timestring}}{{comment}}.',
1150
1555
  'will open': 'de <a href="{{href}}">kinyit</a> ekkor: {{timestring}}{{comment}}.',
1556
+ 'then close': 'és <a href="{{href}}">zárva lesz</a> {{timestring}}{{comment}}.',
1557
+ 'then open': 'és <a href="{{href}}">nyitva lesz</a> {{timestring}}{{comment}}.',
1151
1558
  'depends on': ', de ez ettől függ: {{comment}}.',
1559
+ 'reason': 'Ok',
1560
+ 'opens again': 'Újra nyit',
1561
+ 'closes again': 'Újra zár',
1562
+ 'jump to time': 'Ugrás ehhez az időponthoz',
1563
+ 'interval boundaries': 'Intervallumhatárok (fejlesztőknek)',
1564
+ 'interval boundaries hint': 'Minden pontot megjelenít, ahol egy intervallum véget ér, még akkor is, ha az állapot nem változik.',
1565
+ 'upcoming changes': 'Közelgő Változások',
1152
1566
  'week stable': 'Ez az időrend minden héten érvényes.',
1153
1567
  'not week stable': 'Figyelem! Ez az időrend más heteken változhat.',
1154
1568
  'value for': 'Érték ehhez a kulcshoz:',
1155
- 'value to compare': 'Az előzővel összehasonlítandó érték',
1569
+ 'value to compare': 'Összehasonlítás a megadott opening_hours értékkel',
1570
+ 'yohours incompatible': 'Az érték nem kompatibilis a YoHours szerkesztővel',
1156
1571
  'MatchingRule': 'Alkalmazott szabály',
1157
1572
  'prettified value': 'Szépen formázott [opening_hours] érték. (Biztonságosan használható az OSM-ben, miután az összes figyelmeztetés <a href="{{copyFunc}}">meg lett oldva</a>.)',
1158
1573
  'prettified value for displaying': 'Szépen formázott [opening_hours] érték a megjelenítéshez (sortöréseket tartalmaz, OSM értékként nem használható).',
@@ -1177,6 +1592,19 @@ const resources = { // English is fallback language.
1177
1592
  'all n entries': 'Az összes ({{total}}) bejegyzés:',
1178
1593
  'the first entries': 'Az első {{number}} bejegyzés (összes: {{total}}):',
1179
1594
  'load all with JOSM': 'Az összes betöltése a JOSM-ban',
1595
+ 'load osm objects': 'Az összes OSM objektum betöltése ezzel az opening_hours értékkel',
1596
+ 'share config': 'Beállítás megosztása',
1597
+ 'with timestamp': 'Időbélyeggel',
1598
+ 'Affected rules': 'Érintett szabályok',
1599
+ 'Original': 'Eredeti',
1600
+ 'Comparison': 'Összehasonlítás',
1601
+ 'Rule': 'Szabály',
1602
+ 'Deviation at': 'Eltérés',
1603
+ 'without timestamp': 'Időbélyeg nélkül',
1604
+ 'copy': 'Másolás',
1605
+ 'clear': 'Törlés',
1606
+ 'edit visually': 'Megnyitás YoHours-szerkesztőben',
1607
+ 'yohours description': 'Vizuális szerkesztő egyszerű opening_hours szintaxishoz',
1180
1608
  'evaluation tool': 'Kiértékelő eszköz',
1181
1609
  'rule separator ;': 'Szabályelválasztó (utána egy rendes szabály következik)',
1182
1610
  'rule separator ||': 'Szabályelválasztó (utána egy tartalékszabály [vagylagos szabály] következik, amely csak arra az időre vonatkozik, amelyiket az előző szabály nem érinti)',
@@ -1206,6 +1634,7 @@ const resources = { // English is fallback language.
1206
1634
  'comment': 'megjegyzés',
1207
1635
  'today': 'ma',
1208
1636
  'tomorrow': 'holnap',
1637
+ 'yesterday': 'tegnap',
1209
1638
  'in duration': 'ennyi idő múlva:',
1210
1639
  'region': 'régió',
1211
1640
  'position': 'Pozíció',
@@ -1215,6 +1644,9 @@ const resources = { // English is fallback language.
1215
1644
  'state': 'tartomány',
1216
1645
  'status': 'Állapot',
1217
1646
  'examples': 'Példák',
1647
+ 'results': 'Eredmények',
1648
+ 'compare': 'Összehasonlítás',
1649
+ 'actions': 'Műveletek',
1218
1650
  'none': 'nincs',
1219
1651
  'date': 'Dátum',
1220
1652
  'time': {
@@ -1227,6 +1659,8 @@ const resources = { // English is fallback language.
1227
1659
  'day': 'nap',
1228
1660
  'day_other': 'nap',
1229
1661
  'day many': 'nap',
1662
+ 'week': 'hét',
1663
+ 'month': 'hónap',
1230
1664
  'year': 'év',
1231
1665
  'year_other': 'év',
1232
1666
  'years many': 'év',
@@ -1281,11 +1715,20 @@ const resources = { // English is fallback language.
1281
1715
  'will close': 'nhưng <a href="{{href}}">sẽ</a> đóng cửa {{timestring}}{{comment}}.',
1282
1716
  'will unknown': 'nhưng có thể <a href="{{href}}">sẽ</a> mở cửa {{timestring}}{{comment}}.',
1283
1717
  'will open': 'nhưng <a href="{{href}}">sẽ</a> mở cửa {{timestring}}{{comment}}.',
1718
+ 'then close': 'và <a href="{{href}}">sẽ</a> đóng cửa {{timestring}}{{comment}}.',
1719
+ 'then open': 'và <a href="{{href}}">sẽ</a> mở cửa {{timestring}}{{comment}}.',
1284
1720
  'depends on': ', tùy theo {{comment}}.',
1721
+ 'reason': 'Lý doMở cửa lại',
1722
+ 'closes again': 'Đóng cửa lại',
1723
+ 'jump to time': 'Đi đến thời gian này',
1724
+ 'interval boundaries': 'Ranh giới khoảng thời gian (cho nhà phát triển)',
1725
+ 'interval boundaries hint': 'Hiển thị tất cả các điểm mà một khoảng thời gian kết thúc, ngay cả khi không có thay đổi trạng thái.',
1726
+ 'upcoming changes': 'Thay đổi sắp tới',
1285
1727
  'week stable': 'Thời biểu nhất định theo tuần lễ.',
1286
1728
  'not week stable': 'Chú ý! Thời biểu này có thể thay đổi tùy theo tuần lễ.',
1287
1729
  'value for': 'giá trị',
1288
- 'value to compare': 'giá trị để so sánh',
1730
+ 'value to compare': 'So sánh với giá trị opening_hours đã nhập',
1731
+ 'yohours incompatible': 'Giá trị không tương thích với trình chỉnh sửa YoHours',
1289
1732
  'MatchingRule': 'Quy tắc được áp dụng',
1290
1733
  'prettified value': 'Giá trị opening_hours làm đẹp (có thể an toàn sử dụng giá trị này trong OSM sau khi <a href="{{copyFunc}}">khắc phục</a> các cảnh báo)',
1291
1734
  'prettified value for displaying': 'Giá trị opening_hours làm đẹp để hiển thị (có nhiều dòng, đừng sử dụng giá trị này trong OSM)',
@@ -1310,6 +1753,19 @@ const resources = { // English is fallback language.
1310
1753
  'all n entries': 'Tổng số {{total}} mục:',
1311
1754
  'the first entries': '{{number}} mục đầu tiên trên tổng số {{total}} mục:',
1312
1755
  'load all with JOSM': 'tải toàn bộ trong JOSM',
1756
+ 'load osm objects': 'Tải tất cả các đối tượng OSM với giá trị opening_hours này',
1757
+ 'share config': 'Chia sẻ cấu hình này',
1758
+ 'with timestamp': 'Với dấu thời gian',
1759
+ 'Affected rules': 'Quy tắc bị ảnh hưởng',
1760
+ 'Original': 'Gốc',
1761
+ 'Comparison': 'So sánh',
1762
+ 'Rule': 'Quy tắc',
1763
+ 'Deviation at': 'Khác biệt tại',
1764
+ 'without timestamp': 'Không có dấu thời gian',
1765
+ 'copy': 'Sao chép',
1766
+ 'clear': 'Xóa',
1767
+ 'edit visually': 'Mở trong trình chỉnh sửa YoHours',
1768
+ 'yohours description': 'Trình chỉnh sửa trực quan cho cú pháp opening_hours đơn giản',
1313
1769
  'evaluation tool': 'công cụ đánh giá',
1314
1770
  'rule separator ;': 'ký tự phân tách quy tắc (quy tắc sau sẽ là quy tắc bình thường)',
1315
1771
  'rule separator ||': 'ký tự phân tách quy tắc (quy tắc sau sẽ là quy tắc dự trữ ứng với các thời gian bên ngoài các quy tắc trước)',
@@ -1339,6 +1795,7 @@ const resources = { // English is fallback language.
1339
1795
  'comment': 'ghi chú',
1340
1796
  'today': 'hôm nay',
1341
1797
  'tomorrow': 'ngày mai',
1798
+ 'yesterday': 'hôm qua',
1342
1799
  'in duration': 'còn',
1343
1800
  'region': 'khu vực',
1344
1801
  'position': 'địa điểm',
@@ -1348,6 +1805,9 @@ const resources = { // English is fallback language.
1348
1805
  'state': 'tỉnh/tiểu bang',
1349
1806
  'status': 'trạng thái',
1350
1807
  'examples': 'Ví dụ',
1808
+ 'results': 'Kết quả',
1809
+ 'compare': 'So sánh',
1810
+ 'actions': 'Hành động',
1351
1811
  'none': 'không có',
1352
1812
  'date': 'ngày',
1353
1813
  'time': {
@@ -1361,6 +1821,7 @@ const resources = { // English is fallback language.
1361
1821
  'day_other': 'ngày',
1362
1822
  'day many': 'ngày',
1363
1823
  'week': 'tuần',
1824
+ 'month': 'tháng',
1364
1825
  'year': 'năm',
1365
1826
  'year_other': 'năm',
1366
1827
  'years many': 'năm',
@@ -1419,7 +1880,8 @@ const resources = { // English is fallback language.
1419
1880
  'week stable': 'このスケジュールはどの週でも有効です。',
1420
1881
  'not week stable': '※注意 このスケジュールは他の週の場合変更される可能性があります。',
1421
1882
  'value for': '',
1422
- 'value to compare': '最初の値と比較する値',
1883
+ 'value to compare': '入力されたopening_hours値と比較',
1884
+ 'yohours incompatible': '値はYoHoursエディタと互換性がありません',
1423
1885
  'MatchingRule': '適用されているルール',
1424
1886
  'prettified value': '整形されたopening_hoursの値 (この値は、すべての警告が<a href="{{copyFunc}}">修正</a>された後、OSM で問題なく使用できます)',
1425
1887
  'prettified value for displaying': '表示用に整形されたopening_hoursの値(改行を含みます、OSMでは使用しないでください)',
@@ -1442,8 +1904,21 @@ const resources = { // English is fallback language.
1442
1904
  'value to long for osm': 'この値はOSMで使用するには長すぎます。現状、OpenStreetMapデータベースの値は、{{maxLength}}文字までに制限されています。整形された値の長さは{{pretLength}}で、入力された値の長さは{{valLength}}文字です。',
1443
1905
  'low zoom level': 'POIは、ズームレベル${next}以上で表示されるようになります。現在のズームレベルは${actual}です。',
1444
1906
  'all n entries': '全{{total}}つのエントリー:',
1907
+ 'Affected rules': '影響を受けるルール',
1908
+ 'Original': '元',
1909
+ 'Comparison': '比較',
1910
+ 'Rule': 'ルール',
1911
+ 'Deviation at': '差異',
1445
1912
  'the first entries': '最初の{{total}}中{{number}}のエントリー:',
1446
1913
  'load all with JOSM': 'JOSMで読み込む',
1914
+ 'load osm objects': 'このopening_hours値を持つすべてのOSMオブジェクトを読み込む',
1915
+ 'share config': 'この設定を共有',
1916
+ 'with timestamp': 'タイムスタンプあり',
1917
+ 'without timestamp': 'タイムスタンプなし',
1918
+ 'copy': 'コピー',
1919
+ 'clear': 'クリア',
1920
+ 'edit visually': 'YoHoursエディターで開く',
1921
+ 'yohours description': 'シンプルなopening_hours構文用のビジュアルエディタ',
1447
1922
  'evaluation tool': '評価ツール',
1448
1923
  'rule separator ;': 'ルールセパレータ(次のルールは通常のルールになります)',
1449
1924
  'rule separator ||': 'ルールセパレータ (次のルールは、前のルールで処理されなかった時間に適用されるフォールバックルールになります)',
@@ -1473,6 +1948,7 @@ const resources = { // English is fallback language.
1473
1948
  'comment': '(コメント)',
1474
1949
  'today': '今日',
1475
1950
  'tomorrow': '明日',
1951
+ 'yesterday': 'hier',
1476
1952
  'in duration': 'あと',
1477
1953
  'region': '地域',
1478
1954
  'position': '位置',
@@ -1482,6 +1958,9 @@ const resources = { // English is fallback language.
1482
1958
  'state': '州',
1483
1959
  'status': 'ステータス',
1484
1960
  'examples': '例',
1961
+ 'results': '結果',
1962
+ 'compare': '比較',
1963
+ 'actions': 'アクション',
1485
1964
  'none': 'なし',
1486
1965
  'date': '日付',
1487
1966
  'time': {
@@ -1495,6 +1974,7 @@ const resources = { // English is fallback language.
1495
1974
  'day_other': '日',
1496
1975
  'day many': '日',
1497
1976
  'week': '週間',
1977
+ 'month': '月',
1498
1978
  'year': '年',
1499
1979
  'year_other': '年',
1500
1980
  'years many': '年',
@@ -1508,42 +1988,46 @@ const resources = { // English is fallback language.
1508
1988
  };
1509
1989
 
1510
1990
  // Functions which generate localized HTML sections {{{
1511
- // eslint-disable-next-line no-unused-vars
1512
- function getUserSelectTranslateHTMLCode() {
1513
- document.write('<span class="hd">');
1514
- let res = i18next.t('lang.choose')
1991
+
1992
+ export function changeLanguage(lang) {
1993
+ localStorage.setItem('i18nextLng', lang);
1994
+ i18next.changeLanguage(lang, () => {
1995
+ window.location.reload();
1996
+ });
1997
+ }
1998
+
1999
+ export function getUserSelectTranslateHTMLCode() {
2000
+ let res = '<label for="language-select" class="hd">';
2001
+ res += i18next.t('lang.choose')
1515
2002
  + (i18next.language !== 'en' ? ' ('+ i18next.t('lang.choose', { lng: 'en' }) +')' : '' )
1516
- + ':</span> ';
2003
+ + ':</label> ';
2004
+ res += '<select id="language-select">';
1517
2005
  for (const lang in resources) {
1518
2006
  if (Object.prototype.hasOwnProperty.call(resources, lang)) {
1519
- res += '<button type="button" onclick="location.href=\'?lng='
1520
- + lang +'\'">' + i18next.t('lang.' + lang)
1521
- + (i18next.language !== 'en' ? ' ('+ i18next.t('lang.' +lang, { lng: 'en' }) +')' : '' )
1522
- + '</button>';
2007
+ const selected = i18next.language === lang ? ' selected' : '';
2008
+ res += '<option value="' + lang + '"' + selected + '>'
2009
+ + (i18next.language === 'en'
2010
+ ? i18next.t('lang.' + lang)
2011
+ : i18next.t('lang.' + lang, { lng: 'en' }) + ' (' + i18next.t('lang.' + lang) + ')'
2012
+ )
2013
+ + '</option>';
1523
2014
  }
1524
2015
  }
2016
+ res += '</select>';
1525
2017
  return res;
1526
2018
  }
1527
2019
  // }}}
1528
2020
 
1529
- // Initialization code {{{
1530
- if (!i18next.isInitialized) {
1531
- // window.i18nextBrowserLanguageDetector comes from i18next-browser-languagedetector npm package
1532
- i18next.use(window.i18nextBrowserLanguageDetector).init({
1533
- fallbackLng: 'en',
1534
- resources: resources,
1535
- useCookie: true,
1536
- detection: {
1537
- order: ['querystring', 'cookie', 'header'],
1538
- lookupQuerystring: 'lng',
1539
- },
1540
- debug: true
1541
- });
1542
- } else {
1543
- // compat with an app that already initializes i18next
1544
- for (const lang in resources) {
1545
- i18next.addResourceBundle(lang, 'translation', resources[lang]['translation'], true);
2021
+ // Detect language: localStorage > browser language > fallback
2022
+ export function detectLanguage() {
2023
+ const stored = localStorage.getItem('i18nextLng');
2024
+ if (stored && resources[stored]) return stored;
2025
+
2026
+ for (const lang of navigator.languages) {
2027
+ const shortLang = lang.split('-')[0];
2028
+ if (resources[shortLang]) return shortLang;
1546
2029
  }
2030
+ return 'en';
1547
2031
  }
1548
2032
  // }}}
1549
2033
  // }}}