@bmlt-enabled/croutonjs 4.0.4 → 4.0.5
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/crouton-gmaps.js +374 -374
- package/crouton-gmaps.min.js +2 -2
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.js +374 -374
- package/crouton.min.js +2 -2
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +374 -374
- package/crouton.nojquery.min.js +2 -2
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
package/crouton.nojquery.js
CHANGED
|
@@ -11144,19 +11144,19 @@ function CroutonLocalization(language) {
|
|
|
11144
11144
|
this.language = language;
|
|
11145
11145
|
this.words = {
|
|
11146
11146
|
"ar": {
|
|
11147
|
-
"days_of_the_week"
|
|
11148
|
-
"weekday"
|
|
11149
|
-
"city"
|
|
11150
|
-
"cities"
|
|
11151
|
-
"groups"
|
|
11152
|
-
"areas"
|
|
11147
|
+
"days_of_the_week": ["", "الأحد", "الاثنين", "الثلاثاء", "الأربعاء ", "الخميس", "الجمعة", "السبت"],
|
|
11148
|
+
"weekday": "يوم عمل",
|
|
11149
|
+
"city": "مدينة",
|
|
11150
|
+
"cities": "المدن",
|
|
11151
|
+
"groups": "مجموعات",
|
|
11152
|
+
"areas": "المناطق",
|
|
11153
11153
|
"regions": "المناطق",
|
|
11154
|
-
"locations"
|
|
11155
|
-
"counties"
|
|
11156
|
-
"states"
|
|
11157
|
-
"postal_codes"
|
|
11158
|
-
"formats"
|
|
11159
|
-
"map"
|
|
11154
|
+
"locations": "المواقع",
|
|
11155
|
+
"counties": "المقاطعات",
|
|
11156
|
+
"states": "المقاطعات",
|
|
11157
|
+
"postal_codes": "الرموز البريدية",
|
|
11158
|
+
"formats": "الأشكال",
|
|
11159
|
+
"map": "خريطة",
|
|
11160
11160
|
"neighborhood": "الحي",
|
|
11161
11161
|
"near_me": "بالقرب مني",
|
|
11162
11162
|
"text_search": "البحث عن النص",
|
|
@@ -11173,7 +11173,7 @@ function CroutonLocalization(language) {
|
|
|
11173
11173
|
"service_body_types": {
|
|
11174
11174
|
AS: "لجنة خدمات المنطق",
|
|
11175
11175
|
RS: "لجنة خدمات الإقلي.م",
|
|
11176
|
-
ZF: "منتدى المنطقة"
|
|
11176
|
+
ZF: "منتدى المنطقة",
|
|
11177
11177
|
MA: "لجنة خدمات العاصمة",
|
|
11178
11178
|
LS: "خدمة المنتديات المحلية",
|
|
11179
11179
|
GS: "Group Support Forum",
|
|
@@ -11185,9 +11185,9 @@ function CroutonLocalization(language) {
|
|
|
11185
11185
|
"no_meetings_for_this_day": "لا توجد اجتماعات لهذا اليوم.",
|
|
11186
11186
|
'all': 'الجميع',
|
|
11187
11187
|
'menu': 'القائمة',
|
|
11188
|
-
'search for meetings':'البحث عن الاجتماعات',
|
|
11188
|
+
'search for meetings': 'البحث عن الاجتماعات',
|
|
11189
11189
|
'show meetings near...': 'أظهر الاجتماعات بالقرب من...',
|
|
11190
|
-
'filter meetings':'سرد الاجتماعات',
|
|
11190
|
+
'filter meetings': 'سرد الاجتماعات',
|
|
11191
11191
|
'visible meeting list': 'قائمة الاجتماعات المرئية',
|
|
11192
11192
|
'enter a city or zip code': 'أدخل المدينة أو الرمز البريدي',
|
|
11193
11193
|
'toggle fullscreen mode': 'تبديل وضع ملء الشاشة',
|
|
@@ -11339,7 +11339,7 @@ function CroutonLocalization(language) {
|
|
|
11339
11339
|
"address_lookup_fail": "Adressen kunne ikke findes. Prøv venligst igen.",
|
|
11340
11340
|
"contact": "Kontakt",
|
|
11341
11341
|
},
|
|
11342
|
-
"de-DE":{
|
|
11342
|
+
"de-DE": {
|
|
11343
11343
|
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
11344
11344
|
"weekday": 'Wochentag',
|
|
11345
11345
|
"city": "Stadt",
|
|
@@ -11410,20 +11410,89 @@ function CroutonLocalization(language) {
|
|
|
11410
11410
|
"address_lookup_fail": "Die Adresse konnte nicht gefunden werden. Bitte versuchen Sie es erneut.",
|
|
11411
11411
|
"contact": "Kontakt",
|
|
11412
11412
|
},
|
|
11413
|
-
|
|
11414
|
-
"days_of_the_week"
|
|
11415
|
-
|
|
11416
|
-
"city"
|
|
11417
|
-
"cities"
|
|
11418
|
-
"groups"
|
|
11419
|
-
"areas"
|
|
11413
|
+
'el-GR': {
|
|
11414
|
+
"days_of_the_week": ["", "Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"],
|
|
11415
|
+
"weekday": "Ημέρες",
|
|
11416
|
+
"city": "Πόλη",
|
|
11417
|
+
"cities": "Πόλεις",
|
|
11418
|
+
"groups": "Ομάδες",
|
|
11419
|
+
"areas": "Περιοχές",
|
|
11420
|
+
"regions": "Διαμερίσματα",
|
|
11421
|
+
"locations": "Τοποθεσίες",
|
|
11422
|
+
"counties": "Νομοί",
|
|
11423
|
+
"states": "Πολιτείες",
|
|
11424
|
+
"postal_codes": "Ταχυδρομικοί Κώδικες",
|
|
11425
|
+
"formats": "Θέματα ομάδων",
|
|
11426
|
+
"map": "Χάρτης",
|
|
11427
|
+
"neighborhood": "Συνοικία",
|
|
11428
|
+
"near_me": "Κοντά μου",
|
|
11429
|
+
"text_search": "Αναζήτηση κειμένου",
|
|
11430
|
+
"click_search": "Κλικ για αναζήτηση",
|
|
11431
|
+
"pan_and_zoom": "Μετακίνηση και ζουμ",
|
|
11432
|
+
"languages": "Γλώσσες",
|
|
11433
|
+
"common_needs": "Ειδικού ενδιαφέροντος",
|
|
11434
|
+
"meeting_count": "Σύνολο ομάδων",
|
|
11435
|
+
"google_directions": "Οδηγίες Google",
|
|
11436
|
+
"apple_directions": "Οδηγίες Apple",
|
|
11437
|
+
"venue_type_choices": {
|
|
11438
|
+
IN_PERSON: "Φυσικές",
|
|
11439
|
+
VIRTUAL: "Διαδικτυακές"
|
|
11440
|
+
},
|
|
11441
|
+
"service_body_types": {
|
|
11442
|
+
AS: "Ευπ",
|
|
11443
|
+
RS: "Ευδ",
|
|
11444
|
+
ZF: "ZF",
|
|
11445
|
+
MA: "MA",
|
|
11446
|
+
LS: "LS",
|
|
11447
|
+
GS: "Αντιπρόσωπος",
|
|
11448
|
+
},
|
|
11449
|
+
"share": "Κοινοποίηση",
|
|
11450
|
+
"no_meetings_for_this_day": "Δεν έχει ομάδες αυτή την ημέρα",
|
|
11451
|
+
"css-textalign": "",
|
|
11452
|
+
"css-floatdirection": "",
|
|
11453
|
+
"all": "",
|
|
11454
|
+
"menu": "Μενού",
|
|
11455
|
+
"search for meetings": "Αναζήτηση ομάδων",
|
|
11456
|
+
"show meetings near...": "Εμφάνιση ομάδων κοντά σε..",
|
|
11457
|
+
"filter meetings": "Φίλτραρε τις ομάδες",
|
|
11458
|
+
"visible meeting list": "Λίστα ορατών ομάδων",
|
|
11459
|
+
"enter a city or zip code": "Εισαγάγετε μια πόλη ή ταχυδρομικό κώδικα",
|
|
11460
|
+
"toggle fullscreen mode": "Εναλλαγη λειτουργίας πλήρους οθόνης",
|
|
11461
|
+
"close": "Κλείσιμο",
|
|
11462
|
+
"bmlt2ics": "Προσθήκη στο ημερολόγιό σας",
|
|
11463
|
+
"meeting page": "Σελίδα ομάδας",
|
|
11464
|
+
"meeting details": "Πληροφορίες ομάδας",
|
|
11465
|
+
"report update": "Ανέφερε ενημέρωση",
|
|
11466
|
+
"filter by visibility": "Φίλτραρε ανα ορατές ομάδες",
|
|
11467
|
+
"open search dialog": "’νοιξε αναζήτηση",
|
|
11468
|
+
"go": "Έναρξη",
|
|
11469
|
+
"get_directions": "Λάβετε Οδηγιες",
|
|
11470
|
+
"select_map_app": "Διαλέξτε εφαρμογή χάρτη",
|
|
11471
|
+
"apple_maps": "Χάρτες Apple",
|
|
11472
|
+
"apple_maps_desc": "Χάρτες Apple σε υπολογιστή",
|
|
11473
|
+
"google_maps": "Χαρτες Google",
|
|
11474
|
+
"google_maps_desc_mobile": "Χάρτες Google υπολογιστή κινητού",
|
|
11475
|
+
"waze": "Waze",
|
|
11476
|
+
"waze_desc": "Waze Desc",
|
|
11477
|
+
"zoomed-out-message": "Μήνυμα Απομακρυνσης Ζοομ",
|
|
11478
|
+
"sorted by distance": "Κατάταξη βάσει απόστασης",
|
|
11479
|
+
"address_lookup_fail": "Αδυναμία εύρεσης διεύθυνσης",
|
|
11480
|
+
|
|
11481
|
+
},
|
|
11482
|
+
"en-AU": {
|
|
11483
|
+
"days_of_the_week": ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
11484
|
+
"weekday": "Weekday",
|
|
11485
|
+
"city": "City",
|
|
11486
|
+
"cities": "Cities",
|
|
11487
|
+
"groups": "Groups",
|
|
11488
|
+
"areas": "Areas",
|
|
11420
11489
|
"regions": "Regions",
|
|
11421
|
-
"locations"
|
|
11422
|
-
"counties"
|
|
11423
|
-
"states"
|
|
11424
|
-
"postal_codes"
|
|
11425
|
-
"formats"
|
|
11426
|
-
"map"
|
|
11490
|
+
"locations": "Locations",
|
|
11491
|
+
"counties": "Counties",
|
|
11492
|
+
"states": "States",
|
|
11493
|
+
"postal_codes": "Postcodes",
|
|
11494
|
+
"formats": "Formats",
|
|
11495
|
+
"map": "Map",
|
|
11427
11496
|
"neighborhood": "Neighbourhood",
|
|
11428
11497
|
"near_me": "Find nearby meetings",
|
|
11429
11498
|
"text_search": "Find meetings there",
|
|
@@ -11446,7 +11515,7 @@ function CroutonLocalization(language) {
|
|
|
11446
11515
|
},
|
|
11447
11516
|
"share": "share",
|
|
11448
11517
|
'google_directions': 'Google directions to meeting',
|
|
11449
|
-
|
|
11518
|
+
'apple_directions': 'Apple directions to meeting',
|
|
11450
11519
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
11451
11520
|
'css-textalign': '',
|
|
11452
11521
|
'css-floatdirection': '',
|
|
@@ -11479,19 +11548,19 @@ function CroutonLocalization(language) {
|
|
|
11479
11548
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11480
11549
|
},
|
|
11481
11550
|
"en-CA": {
|
|
11482
|
-
"days_of_the_week"
|
|
11483
|
-
"weekday"
|
|
11484
|
-
"city"
|
|
11485
|
-
"cities"
|
|
11486
|
-
"groups"
|
|
11487
|
-
"areas"
|
|
11551
|
+
"days_of_the_week": ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
11552
|
+
"weekday": "Weekday",
|
|
11553
|
+
"city": "City",
|
|
11554
|
+
"cities": "Cities",
|
|
11555
|
+
"groups": "Groups",
|
|
11556
|
+
"areas": "Areas",
|
|
11488
11557
|
"regions": "Regions",
|
|
11489
|
-
"locations"
|
|
11490
|
-
"counties"
|
|
11491
|
-
"states"
|
|
11492
|
-
"postal_codes"
|
|
11493
|
-
"formats"
|
|
11494
|
-
"map"
|
|
11558
|
+
"locations": "Locations",
|
|
11559
|
+
"counties": "Counties",
|
|
11560
|
+
"states": "Provinces",
|
|
11561
|
+
"postal_codes": "Postal Codes",
|
|
11562
|
+
"formats": "Formats",
|
|
11563
|
+
"map": "Map",
|
|
11495
11564
|
"neighborhood": "Neighborhood",
|
|
11496
11565
|
"near_me": "Find nearby meetings",
|
|
11497
11566
|
"text_search": "Find meetings there",
|
|
@@ -11548,19 +11617,19 @@ function CroutonLocalization(language) {
|
|
|
11548
11617
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11549
11618
|
},
|
|
11550
11619
|
"en-NZ": {
|
|
11551
|
-
"days_of_the_week"
|
|
11552
|
-
"weekday"
|
|
11553
|
-
"city"
|
|
11554
|
-
"cities"
|
|
11555
|
-
"groups"
|
|
11556
|
-
"areas"
|
|
11620
|
+
"days_of_the_week": ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
11621
|
+
"weekday": "Weekday",
|
|
11622
|
+
"city": "City",
|
|
11623
|
+
"cities": "Cities",
|
|
11624
|
+
"groups": "Groups",
|
|
11625
|
+
"areas": "Areas",
|
|
11557
11626
|
"regions": "Regions",
|
|
11558
|
-
"locations"
|
|
11559
|
-
"counties"
|
|
11560
|
-
"states"
|
|
11561
|
-
"postal_codes"
|
|
11562
|
-
"formats"
|
|
11563
|
-
"map"
|
|
11627
|
+
"locations": "Locations",
|
|
11628
|
+
"counties": "Counties",
|
|
11629
|
+
"states": "States",
|
|
11630
|
+
"postal_codes": "Postcodes",
|
|
11631
|
+
"formats": "Formats",
|
|
11632
|
+
"map": "Map",
|
|
11564
11633
|
"neighborhood": "Neighborhood",
|
|
11565
11634
|
"near_me": "Find nearby meetings",
|
|
11566
11635
|
"text_search": "Find meetings there",
|
|
@@ -11617,19 +11686,19 @@ function CroutonLocalization(language) {
|
|
|
11617
11686
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11618
11687
|
},
|
|
11619
11688
|
"en-UK": {
|
|
11620
|
-
"days_of_the_week"
|
|
11621
|
-
"weekday"
|
|
11622
|
-
"city"
|
|
11623
|
-
"cities"
|
|
11624
|
-
"groups"
|
|
11625
|
-
"areas"
|
|
11689
|
+
"days_of_the_week": ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
11690
|
+
"weekday": "Weekday",
|
|
11691
|
+
"city": "City",
|
|
11692
|
+
"cities": "Cities",
|
|
11693
|
+
"groups": "Groups",
|
|
11694
|
+
"areas": "Areas",
|
|
11626
11695
|
"regions": "Regions",
|
|
11627
|
-
"locations"
|
|
11628
|
-
"counties"
|
|
11629
|
-
"states"
|
|
11630
|
-
"postal_codes"
|
|
11631
|
-
"formats"
|
|
11632
|
-
"map"
|
|
11696
|
+
"locations": "Locations",
|
|
11697
|
+
"counties": "Counties",
|
|
11698
|
+
"states": "States",
|
|
11699
|
+
"postal_codes": "Postcodes",
|
|
11700
|
+
"formats": "Formats",
|
|
11701
|
+
"map": "Map",
|
|
11633
11702
|
"neighborhood": "Neighborhood",
|
|
11634
11703
|
"near_me": "Find nearby meetings",
|
|
11635
11704
|
"text_search": "Find meetings there",
|
|
@@ -11685,90 +11754,21 @@ function CroutonLocalization(language) {
|
|
|
11685
11754
|
"sorted by distance": "Sorted by Distance",
|
|
11686
11755
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11687
11756
|
},
|
|
11688
|
-
|
|
11689
|
-
"days_of_the_week" : ["", "Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"],
|
|
11690
|
-
"weekday" : "Εβδομάδα",
|
|
11691
|
-
"city" : "Πόλη",
|
|
11692
|
-
"cities" : "Πόλεις",
|
|
11693
|
-
"groups" : "Ομάδες",
|
|
11694
|
-
"areas" : "Περιοχές",
|
|
11695
|
-
"regions" : "Περιοχές",
|
|
11696
|
-
"locations" : "Τοποθεσίες",
|
|
11697
|
-
"counties" : "Κομητείες",
|
|
11698
|
-
"states" : "Κράτη",
|
|
11699
|
-
"postal_codes" : "Φερμουάρ",
|
|
11700
|
-
"formats" : "Μορφές",
|
|
11701
|
-
"map" : "Χάρτης",
|
|
11702
|
-
"neighborhood" : "Γειτονιά",
|
|
11703
|
-
"near_me" : "Βρείτε κοντινές συναντήσεις",
|
|
11704
|
-
"text_search" : "Βρείτε συναντήσεις εκεί",
|
|
11705
|
-
"click_search" : "Βρείτε συναντήσεις κοντά σε ένα σημείο στον χάρτη",
|
|
11706
|
-
"pan_and_zoom" : "Pan + Zoom",
|
|
11707
|
-
"languages" : "Γλώσσες",
|
|
11708
|
-
"common_needs" : "Κοινές Ανάγκες",
|
|
11709
|
-
"meeting_count" : "Σαββατοκύριακες συναντήσεις",
|
|
11710
|
-
"google_directions": "Οδηγίες Google για συνάντηση",
|
|
11711
|
-
"apple_directions": "Μήλο οδηγίες για συνάντηση",
|
|
11712
|
-
"venue_type_choices" : {
|
|
11713
|
-
"IN_PERSON" : "Πρόσωπο με πρόσωπο",
|
|
11714
|
-
"VIRTUAL" : "Εικονικό",
|
|
11715
|
-
},
|
|
11716
|
-
"service_body_types" : {
|
|
11717
|
-
"AS" : "Επιτροπή Εξυπηρέτησης Περιοχής",
|
|
11718
|
-
"RS" : "Επιτροπή Περιφερειακής Υπηρεσίας",
|
|
11719
|
-
"ZF" : "Ζωνικό Φόρουμ",
|
|
11720
|
-
"MA" : "Επιτροπή Μητροπολιτικής Υπηρεσίας",
|
|
11721
|
-
"LS" : "Φόρουμ Τοπικών Υπηρεσιών",
|
|
11722
|
-
"GS" : "Φόρουμ Υποστήριξης Ομάδων",
|
|
11723
|
-
},
|
|
11724
|
-
"share" : "μερίδιο",
|
|
11725
|
-
"no_meetings_for_this_day" : "Καμία συνάντηση για αυτήν την ημέρα",
|
|
11726
|
-
"css-textalign": "",
|
|
11727
|
-
"css-floatdirection": "",
|
|
11728
|
-
"all": "Όλα",
|
|
11729
|
-
"menu": "Μενού",
|
|
11730
|
-
"search for meetings": "Αναζήτηση συναντήσεων",
|
|
11731
|
-
"show meetings near...": "Εμφάνιση συναντήσεων κοντά...",
|
|
11732
|
-
"filter meetings": "Φιλτραριστικές συναντήσεις",
|
|
11733
|
-
"visible meeting list": "Ορατές συναντήσεις ως λίστα",
|
|
11734
|
-
"enter a city or zip code": "Εισαγάγετε μια πόλη ή ταχυδρομικό κώδικα",
|
|
11735
|
-
"toggle fullscreen mode": "Εναλλαγή λειτουργίας πλήρους οθόνης",
|
|
11736
|
-
"close": "Κλείσε",
|
|
11737
|
-
"bmlt2ics": "Προσθήκη στο ημερολόγιό σας",
|
|
11738
|
-
"meeting page": "Σελίδα Συνάντησης",
|
|
11739
|
-
"meeting details": "Λεπτομέρειες συνάντησης",
|
|
11740
|
-
"report update": "Αναφορά ενημέρωσης",
|
|
11741
|
-
"filter by visibility": "Να αναφέρουμε μόνο αυτές τις συναντήσεις",
|
|
11742
|
-
"open search dialog": "Άνοιγμα διαλόγου αναζήτησης",
|
|
11743
|
-
"go": "Πηγαίνω!",
|
|
11744
|
-
"distance": "Απόσταση",
|
|
11745
|
-
"get_directions" : "Λήψη οδηγιών",
|
|
11746
|
-
"select_map_app" : "Επιλογή εφαρμογής χάρτη",
|
|
11747
|
-
"apple_maps" : "Χάρτες μήλου",
|
|
11748
|
-
"apple_maps_desc" : "Άνοιγμα στην εφαρμογή Apple Maps",
|
|
11749
|
-
"google_maps" : "Χάρτες Google",
|
|
11750
|
-
"google_maps_desc_mobile" : "Άνοιγμα στην εφαρμογή Χάρτες Google",
|
|
11751
|
-
"waze" : "Waze",
|
|
11752
|
-
"waze_desc" : "Άνοιγμα στην εφαρμογή Waze",
|
|
11753
|
-
"zoomed-out-message" : "Δεν μπορούμε να ψάξουμε ολόκληρη την περιοχή για συναντήσεις. Παρακαλώ μεγεθύνετε ή κάνετε μια νέα αναζήτηση",
|
|
11754
|
-
"sorted by distance" : "Ταξινομημένο ανά απόσταση",
|
|
11755
|
-
"address_lookup_fail" : "Η διεύθυνση δεν βρέθηκε. Παρακαλώ δοκιμάστε ξανά",
|
|
11756
|
-
"contact" : "Επικοινωνία"
|
|
11757
|
-
},
|
|
11757
|
+
|
|
11758
11758
|
"en-US": {
|
|
11759
|
-
"days_of_the_week"
|
|
11760
|
-
"weekday"
|
|
11761
|
-
"city"
|
|
11762
|
-
"cities"
|
|
11763
|
-
"groups"
|
|
11764
|
-
"areas"
|
|
11759
|
+
"days_of_the_week": ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
11760
|
+
"weekday": "Weekday",
|
|
11761
|
+
"city": "City",
|
|
11762
|
+
"cities": "Cities",
|
|
11763
|
+
"groups": "Groups",
|
|
11764
|
+
"areas": "Areas",
|
|
11765
11765
|
"regions": "Regions",
|
|
11766
|
-
"locations"
|
|
11767
|
-
"counties"
|
|
11768
|
-
"states"
|
|
11769
|
-
"postal_codes"
|
|
11770
|
-
"formats"
|
|
11771
|
-
"map"
|
|
11766
|
+
"locations": "Locations",
|
|
11767
|
+
"counties": "Counties",
|
|
11768
|
+
"states": "States",
|
|
11769
|
+
"postal_codes": "Zips",
|
|
11770
|
+
"formats": "Formats",
|
|
11771
|
+
"map": "Map",
|
|
11772
11772
|
"neighborhood": "Neighborhood",
|
|
11773
11773
|
"near_me": "Find nearby meetings",
|
|
11774
11774
|
"text_search": "Find meetings there",
|
|
@@ -11825,149 +11825,149 @@ function CroutonLocalization(language) {
|
|
|
11825
11825
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11826
11826
|
},
|
|
11827
11827
|
"es-US": {
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
|
-
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11836
|
-
|
|
11837
|
-
|
|
11838
|
-
|
|
11839
|
-
|
|
11840
|
-
|
|
11841
|
-
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11847
|
-
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
-
|
|
11861
|
-
|
|
11862
|
-
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11866
|
-
|
|
11828
|
+
"days_of_the_week": ["", "Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
|
11829
|
+
"weekday": "Día de la semana",
|
|
11830
|
+
"city": "Ciudad",
|
|
11831
|
+
"cities": "Ciudades",
|
|
11832
|
+
"groups": "Grupos",
|
|
11833
|
+
"areas": "Áreas",
|
|
11834
|
+
"regions": "Regiones",
|
|
11835
|
+
"locations": "Ubicaciones",
|
|
11836
|
+
"counties": "Provincias",
|
|
11837
|
+
"states": "Comunidad Autónoma",
|
|
11838
|
+
"postal_codes": "Códigos postales",
|
|
11839
|
+
"formats": "Formatos",
|
|
11840
|
+
"map": "Mapa",
|
|
11841
|
+
"neighborhood": "Distrito",
|
|
11842
|
+
"near_me": "Sitios cercanos",
|
|
11843
|
+
"text_search": "Búsqueda de texto",
|
|
11844
|
+
"click_search": "Buscar en Google",
|
|
11845
|
+
"pan_and_zoom": "Paneo y Zoom",
|
|
11846
|
+
"languages": "Idiomas",
|
|
11847
|
+
"common_needs": "Necesidades comunes",
|
|
11848
|
+
"meeting_count": "Número de reuniones encontradas",
|
|
11849
|
+
"Weekly Meetings": "Reuniones semanales",
|
|
11850
|
+
"venue_types": "Tipos de espacios",
|
|
11851
|
+
"venue_type_choices": {
|
|
11852
|
+
IN_PERSON: "Presencial",
|
|
11853
|
+
VIRTUAL: "Virtual",
|
|
11854
|
+
},
|
|
11855
|
+
"service_body_types": {
|
|
11856
|
+
AS: "Cómite de servicio de Área",
|
|
11857
|
+
RS: "Comité regional de servicio",
|
|
11858
|
+
ZF: "Foro Zonal",
|
|
11859
|
+
MA: "Comité metropolitano de servicio",
|
|
11860
|
+
LS: "Foro de servicio local",
|
|
11861
|
+
GS: "Foro de apoyo a grupos",
|
|
11862
|
+
},
|
|
11863
|
+
"share": "compartir",
|
|
11864
|
+
"no_meetings_for_this_day": "No hay reuniones en este día",
|
|
11865
|
+
'css-textalign': '',
|
|
11866
|
+
'google_directions': 'Indicaciones de Google',
|
|
11867
11867
|
'apple_directions': 'Indicaciones de Apple',
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11873
|
-
|
|
11874
|
-
|
|
11875
|
-
|
|
11876
|
-
|
|
11877
|
-
|
|
11878
|
-
|
|
11879
|
-
|
|
11880
|
-
|
|
11881
|
-
|
|
11882
|
-
|
|
11883
|
-
|
|
11868
|
+
'css-floatdirection': "Dirección float-CSS",
|
|
11869
|
+
'all': 'Todos',
|
|
11870
|
+
'menu': "Menú",
|
|
11871
|
+
'search for meetings': 'Buscar reuniones',
|
|
11872
|
+
'show meetings near...': 'Mostrar reuniones cercanas...',
|
|
11873
|
+
'filter meetings': 'Filtrar reuniones',
|
|
11874
|
+
'visible meeting list': 'Listado visible de reuniones',
|
|
11875
|
+
'enter a city or zip code': 'Introduce una ciudad o un código postal',
|
|
11876
|
+
'toggle fullscreen mode': 'Modo pantalla completa',
|
|
11877
|
+
'close': "Cerrar",
|
|
11878
|
+
"bmlt2ics": "Añadir a calendario",
|
|
11879
|
+
'meeting page': "Página de la reunión",
|
|
11880
|
+
'meeting details': "Detalles de la reunión",
|
|
11881
|
+
'report update': "Actualización de informe",
|
|
11882
|
+
'filter by visibility': "Listar solo estas reuniones",
|
|
11883
|
+
'go': "¡Adelante!",
|
|
11884
11884
|
"distance": "Distancia",
|
|
11885
|
-
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11885
|
+
"get_directions": "Obtener Direcciones",
|
|
11886
|
+
"select_map_app": "Seleccionar Aplicación de Mapas",
|
|
11887
|
+
"apple_maps": "Apple Maps",
|
|
11888
|
+
"apple_maps_desc": "Abrir en la aplicación Apple Maps",
|
|
11889
|
+
"google_maps": "Google Maps",
|
|
11890
|
+
"google_maps_desc_mobile": "Abrir en la aplicación Google Maps",
|
|
11891
|
+
"waze": "Waze",
|
|
11892
|
+
"waze_desc": "Abrir en la aplicación Waze",
|
|
11893
11893
|
"zoomed-out-message": "No podemos buscar reuniones en toda la zona. Por favor, acérquese o haga una nueva búsqueda.",
|
|
11894
11894
|
"sorted by distance": "Ordenado por distancia",
|
|
11895
11895
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
11896
11896
|
},
|
|
11897
11897
|
"fa-IR": {
|
|
11898
|
-
"days_of_the_week"
|
|
11899
|
-
"weekday"
|
|
11900
|
-
"city"
|
|
11901
|
-
"cities"
|
|
11902
|
-
"groups"
|
|
11903
|
-
"areas"
|
|
11904
|
-
"regions"
|
|
11905
|
-
"locations"
|
|
11906
|
-
"counties"
|
|
11907
|
-
"states"
|
|
11908
|
-
"postal_codes:"
|
|
11909
|
-
"formats"
|
|
11910
|
-
"map"
|
|
11911
|
-
"neighborhood"
|
|
11912
|
-
"near_me"
|
|
11913
|
-
"text_search"
|
|
11914
|
-
"click_search"
|
|
11915
|
-
"pan_and_zoom"
|
|
11916
|
-
"languages"
|
|
11917
|
-
"common_needs"
|
|
11918
|
-
"meeting_count"
|
|
11919
|
-
"venue_types"
|
|
11920
|
-
"venue_type_choices"
|
|
11921
|
-
"IN_PERSON"
|
|
11922
|
-
"VIRTUAL"
|
|
11898
|
+
"days_of_the_week": ["", 'یَکشَنب', 'دوشَنبه', 'سهشنبه', 'چهار شنبه', 'پَنج شَنبه', 'جُمعه', 'شَنبه'],
|
|
11899
|
+
"weekday": "ایام هفته",
|
|
11900
|
+
"city": "شهر",
|
|
11901
|
+
"cities": "شهرها",
|
|
11902
|
+
"groups": "گروه ها",
|
|
11903
|
+
"areas": "نواحی",
|
|
11904
|
+
"regions": "مناطق",
|
|
11905
|
+
"locations": "آدرسها",
|
|
11906
|
+
"counties": "بخشها",
|
|
11907
|
+
"states": "استان ها",
|
|
11908
|
+
"postal_codes:": "کد پستی",
|
|
11909
|
+
"formats": "فرمت ها",
|
|
11910
|
+
"map": "نقشه",
|
|
11911
|
+
"neighborhood": "محله",
|
|
11912
|
+
"near_me": "جلسات نزدیک من را پیدا کن",
|
|
11913
|
+
"text_search": "جلسات اینجا را پیدا کن",
|
|
11914
|
+
"click_search": "پیدا کردن جلسات نزدیک به یک نقطه روی نقشه",
|
|
11915
|
+
"pan_and_zoom": "حرکت + بزرگنمایی",
|
|
11916
|
+
"languages": "زبانها",
|
|
11917
|
+
"common_needs": "خصوصیات مشترک",
|
|
11918
|
+
"meeting_count": "جلسات هفتگی:",
|
|
11919
|
+
"venue_types": "انواع مکان",
|
|
11920
|
+
"venue_type_choices": {
|
|
11921
|
+
"IN_PERSON": "حضوری",
|
|
11922
|
+
"VIRTUAL": "لینک جلسه مجازی",
|
|
11923
11923
|
},
|
|
11924
11924
|
"service_body_types": {
|
|
11925
|
-
"AS"
|
|
11926
|
-
"RS"
|
|
11927
|
-
"ZF"
|
|
11928
|
-
"MA"
|
|
11929
|
-
"LS"
|
|
11930
|
-
"GS"
|
|
11925
|
+
"AS": "کمیته خدمات ناحیه",
|
|
11926
|
+
"RS": "کمیته خدمات منطقهای",
|
|
11927
|
+
"ZF": "انجمن منطقهای",
|
|
11928
|
+
"MA": "کمیته خدمات کلانشهریe",
|
|
11929
|
+
"LS": "انجمن خدمات محلی",
|
|
11930
|
+
"GS": "انجمن پشتیبانی گروه",
|
|
11931
11931
|
},
|
|
11932
|
-
"share"
|
|
11933
|
-
"google_directions"
|
|
11934
|
-
"apple_directions"
|
|
11935
|
-
"no_meetings_for_this_day"
|
|
11936
|
-
"css-direction: bmlt-rtl"
|
|
11937
|
-
"bootstrap-popover-placement"
|
|
11938
|
-
"adjust search"
|
|
11939
|
-
"this number represents"
|
|
11940
|
-
"radius of search in $$"
|
|
11941
|
-
"miles"
|
|
11942
|
-
"km"
|
|
11943
|
-
"approx. number of meetings in result"
|
|
11944
|
-
"back"
|
|
11945
|
-
"all"
|
|
11946
|
-
"menu"
|
|
11947
|
-
"search for meetings"
|
|
11948
|
-
"show meetings near..."
|
|
11949
|
-
"filter meetings"
|
|
11950
|
-
"visible meeting list"
|
|
11951
|
-
"enter a city or zip code"
|
|
11952
|
-
"toggle fullscreen mode"
|
|
11953
|
-
"close"
|
|
11954
|
-
"bmlt2ics"
|
|
11955
|
-
"meeting page"
|
|
11956
|
-
"meeting details"
|
|
11957
|
-
"report update"
|
|
11958
|
-
"filter by visibility"
|
|
11959
|
-
"go"
|
|
11960
|
-
"distance"
|
|
11961
|
-
"get_directions"
|
|
11962
|
-
"select_map_app"
|
|
11963
|
-
"apple_maps"
|
|
11964
|
-
"apple_maps_desc"
|
|
11965
|
-
"google_maps"
|
|
11966
|
-
"google_maps_desc_mobile"
|
|
11967
|
-
"waze"
|
|
11968
|
-
"waze_desc"
|
|
11969
|
-
"sorted by distance"
|
|
11970
|
-
"more info"
|
|
11932
|
+
"share": "اشتراک گذاری",
|
|
11933
|
+
"google_directions": "مسیرهای Google به جلسه",
|
|
11934
|
+
"apple_directions": "مسیرهای Apple به جلسه",
|
|
11935
|
+
"no_meetings_for_this_day": "هیچ جلسه ای در این روز وجود ندارد",
|
|
11936
|
+
"css-direction: bmlt-rtl": "",
|
|
11937
|
+
"bootstrap-popover-placement": "left",
|
|
11938
|
+
"adjust search": "تنظیم جستجو",
|
|
11939
|
+
"this number represents": "این عدد نشان دهنده",
|
|
11940
|
+
"radius of search in $$": "شعاع جستجو بر حسب $$",
|
|
11941
|
+
"miles": "مایل",
|
|
11942
|
+
"km": "کیلومتر",
|
|
11943
|
+
"approx. number of meetings in result": "تعداد تقریبی جلسات در نتیجه",
|
|
11944
|
+
"back": "بازگشت",
|
|
11945
|
+
"all": "همه",
|
|
11946
|
+
"menu": " منوی",
|
|
11947
|
+
"search for meetings": "جستجوی جلسه ها",
|
|
11948
|
+
"show meetings near...": "نمایش جلسات نزدیک",
|
|
11949
|
+
"filter meetings": "فیلتر جلسات",
|
|
11950
|
+
"visible meeting list": "جلسات قابل مشاهده به عنوان لیست",
|
|
11951
|
+
"enter a city or zip code": "شهر یا کد پستی را وارد کنید",
|
|
11952
|
+
"toggle fullscreen mode": "تغییر حالت تمام صفحه",
|
|
11953
|
+
"close": "بستن",
|
|
11954
|
+
"bmlt2ics": "به تقویم خود اضافه کنید",
|
|
11955
|
+
"meeting page": "صفحه جلسه",
|
|
11956
|
+
"meeting details": "جزئیات جلسه",
|
|
11957
|
+
"report update": "گزارش بهروزرسانی",
|
|
11958
|
+
"filter by visibility": "فقط این جلسات را فهرست کنید",
|
|
11959
|
+
"go": "برو",
|
|
11960
|
+
"distance": "فاصله",
|
|
11961
|
+
"get_directions": "دریافت مسیر",
|
|
11962
|
+
"select_map_app": "انتخاب برنامه نقشه",
|
|
11963
|
+
"apple_maps": "نقشه اپل",
|
|
11964
|
+
"apple_maps_desc": "باز کردن در برنامه نقشه اپل",
|
|
11965
|
+
"google_maps": "گوگل مپس",
|
|
11966
|
+
"google_maps_desc_mobile": "باز کردن در برنامه گوگل مپس",
|
|
11967
|
+
"waze": "ویوز",
|
|
11968
|
+
"waze_desc": "باز کردن در برنامه ویز",
|
|
11969
|
+
"sorted by distance": "مرتب کردن بر اساس فاصله",
|
|
11970
|
+
"more info": "اطلاعات بیشتر",
|
|
11971
11971
|
"css-direction": 'bmlt-rtl',
|
|
11972
11972
|
"css-textalign": "style='text-align: right;'",
|
|
11973
11973
|
'address': 'آدرس',
|
|
@@ -11977,19 +11977,19 @@ function CroutonLocalization(language) {
|
|
|
11977
11977
|
"address_lookup_fail": "آدرس پیدا نشد. لطفا دوباره تلاش کنید.",
|
|
11978
11978
|
},
|
|
11979
11979
|
"fr-CA": {
|
|
11980
|
-
"days_of_the_week"
|
|
11981
|
-
"weekday"
|
|
11982
|
-
"city"
|
|
11983
|
-
"cities"
|
|
11984
|
-
"groups"
|
|
11985
|
-
"areas"
|
|
11980
|
+
"days_of_the_week": ["", "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
11981
|
+
"weekday": "Journée",
|
|
11982
|
+
"city": "Ville",
|
|
11983
|
+
"cities": "Villes",
|
|
11984
|
+
"groups": "Groupes",
|
|
11985
|
+
"areas": "ASL",
|
|
11986
11986
|
"regions": "Regions",
|
|
11987
|
-
"locations"
|
|
11988
|
-
"counties"
|
|
11989
|
-
"states"
|
|
11990
|
-
"postal_codes"
|
|
11991
|
-
"formats"
|
|
11992
|
-
"map"
|
|
11987
|
+
"locations": "Emplacements",
|
|
11988
|
+
"counties": "Régions",
|
|
11989
|
+
"states": "Provinces",
|
|
11990
|
+
"postal_codes": "Codes postaux",
|
|
11991
|
+
"formats": "Formats",
|
|
11992
|
+
"map": "Carte",
|
|
11993
11993
|
"neighborhood": "Quartier",
|
|
11994
11994
|
"near_me": "À côté de moi",
|
|
11995
11995
|
"text_search": "Recherche textuelle",
|
|
@@ -12045,19 +12045,19 @@ function CroutonLocalization(language) {
|
|
|
12045
12045
|
"address_lookup_fail": "L'adresse est introuvable. Veuillez réessayer.",
|
|
12046
12046
|
},
|
|
12047
12047
|
"it-IT": {
|
|
12048
|
-
"days_of_the_week"
|
|
12049
|
-
"weekday"
|
|
12050
|
-
"city"
|
|
12051
|
-
"cities"
|
|
12052
|
-
"groups"
|
|
12053
|
-
"areas"
|
|
12048
|
+
"days_of_the_week": ["", "Domenica", " Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
|
12049
|
+
"weekday": "Giorno",
|
|
12050
|
+
"city": "Città",
|
|
12051
|
+
"cities": "Città",
|
|
12052
|
+
"groups": "Gruppi",
|
|
12053
|
+
"areas": "Aree",
|
|
12054
12054
|
"regions": "Regione",
|
|
12055
|
-
"locations"
|
|
12056
|
-
"counties"
|
|
12057
|
-
"states"
|
|
12058
|
-
"postal_codes"
|
|
12059
|
-
"formats"
|
|
12060
|
-
"map"
|
|
12055
|
+
"locations": "Località",
|
|
12056
|
+
"counties": "Province",
|
|
12057
|
+
"states": "Regione",
|
|
12058
|
+
"postal_codes": "CAP",
|
|
12059
|
+
"formats": "Formati",
|
|
12060
|
+
"map": "Mappa",
|
|
12061
12061
|
"neighborhood": "Quartiere",
|
|
12062
12062
|
"near_me": "Vicino a me",
|
|
12063
12063
|
"text_search": "Ricerca testuale",
|
|
@@ -12113,19 +12113,19 @@ function CroutonLocalization(language) {
|
|
|
12113
12113
|
"address_lookup_fail": "L'indirizzo non è stato trovato. Per favore riprova.",
|
|
12114
12114
|
},
|
|
12115
12115
|
"nl-NL": {
|
|
12116
|
-
"days_of_the_week"
|
|
12117
|
-
"weekday"
|
|
12118
|
-
"city"
|
|
12119
|
-
"cities"
|
|
12120
|
-
"groups"
|
|
12121
|
-
"areas"
|
|
12116
|
+
"days_of_the_week": ["", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
|
12117
|
+
"weekday": "Dag van de week",
|
|
12118
|
+
"city": "Stad",
|
|
12119
|
+
"cities": "Steden",
|
|
12120
|
+
"groups": "Groepen",
|
|
12121
|
+
"areas": "Gebieden",
|
|
12122
12122
|
"regions": "Regions",
|
|
12123
|
-
"locations"
|
|
12124
|
-
"counties"
|
|
12125
|
-
"states"
|
|
12126
|
-
"postal_codes"
|
|
12127
|
-
"formats"
|
|
12128
|
-
"map"
|
|
12123
|
+
"locations": "Locaties",
|
|
12124
|
+
"counties": "Landen",
|
|
12125
|
+
"states": "Provincies",
|
|
12126
|
+
"postal_codes": "Postcodes",
|
|
12127
|
+
"formats": "Formats",
|
|
12128
|
+
"map": "Kaart",
|
|
12129
12129
|
"neighborhood": "Buurt",
|
|
12130
12130
|
"near_me": "Bij mij in de buurt",
|
|
12131
12131
|
"text_search": "Zoek op tekst",
|
|
@@ -12180,19 +12180,19 @@ function CroutonLocalization(language) {
|
|
|
12180
12180
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
12181
12181
|
},
|
|
12182
12182
|
"pl-PL": {
|
|
12183
|
-
"days_of_the_week"
|
|
12184
|
-
"weekday"
|
|
12185
|
-
"city"
|
|
12186
|
-
"cities"
|
|
12187
|
-
"groups"
|
|
12188
|
-
"areas"
|
|
12183
|
+
"days_of_the_week": ["", "Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
|
12184
|
+
"weekday": "Dzień tygodnia",
|
|
12185
|
+
"city": "Miasto",
|
|
12186
|
+
"cities": "Miasta",
|
|
12187
|
+
"groups": "Grupy",
|
|
12188
|
+
"areas": "Okręgi",
|
|
12189
12189
|
"regions": "Regions",
|
|
12190
|
-
"locations"
|
|
12191
|
-
"counties"
|
|
12192
|
-
"states"
|
|
12193
|
-
"postal_codes"
|
|
12194
|
-
"formats"
|
|
12195
|
-
"map"
|
|
12190
|
+
"locations": "Lokalizacje",
|
|
12191
|
+
"counties": "Powiaty",
|
|
12192
|
+
"states": "Województwa",
|
|
12193
|
+
"postal_codes": "Kody pocztowe",
|
|
12194
|
+
"formats": "Formaty",
|
|
12195
|
+
"map": "Mapa",
|
|
12196
12196
|
"neighborhood": "Sąsiedztwo",
|
|
12197
12197
|
"near_me": "Blisko Mnie",
|
|
12198
12198
|
"text_search": "Wpisz",
|
|
@@ -12248,19 +12248,19 @@ function CroutonLocalization(language) {
|
|
|
12248
12248
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
12249
12249
|
},
|
|
12250
12250
|
"pt-BR": {
|
|
12251
|
-
"days_of_the_week"
|
|
12252
|
-
"weekday"
|
|
12253
|
-
"city"
|
|
12254
|
-
"cities"
|
|
12255
|
-
"groups"
|
|
12256
|
-
"areas"
|
|
12251
|
+
"days_of_the_week": ["", "Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado"],
|
|
12252
|
+
"weekday": "Dia da semana",
|
|
12253
|
+
"city": "Cidade",
|
|
12254
|
+
"cities": "Cidades",
|
|
12255
|
+
"groups": "Grupos",
|
|
12256
|
+
"areas": "Áreas",
|
|
12257
12257
|
"regions": "Regions",
|
|
12258
|
-
"locations"
|
|
12259
|
-
"counties"
|
|
12260
|
-
"states"
|
|
12261
|
-
"postal_codes"
|
|
12262
|
-
"formats"
|
|
12263
|
-
"map"
|
|
12258
|
+
"locations": "Localizações",
|
|
12259
|
+
"counties": "Municípios",
|
|
12260
|
+
"states": "Estados",
|
|
12261
|
+
"postal_codes": "CEPs",
|
|
12262
|
+
"formats": "Formatos",
|
|
12263
|
+
"map": "Mapa",
|
|
12264
12264
|
"neighborhood": "Bairro",
|
|
12265
12265
|
"near_me": "Minha Localização",
|
|
12266
12266
|
"text_search": "digite um endereço",
|
|
@@ -12316,19 +12316,19 @@ function CroutonLocalization(language) {
|
|
|
12316
12316
|
"address_lookup_fail": "The address could not be found. Please try again.",
|
|
12317
12317
|
},
|
|
12318
12318
|
"ru-RU": {
|
|
12319
|
-
"days_of_the_week"
|
|
12320
|
-
"weekday"
|
|
12321
|
-
"city"
|
|
12322
|
-
"cities"
|
|
12323
|
-
"groups"
|
|
12324
|
-
"areas"
|
|
12319
|
+
"days_of_the_week": ["", "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
|
12320
|
+
"weekday": "будний день",
|
|
12321
|
+
"city": "Город",
|
|
12322
|
+
"cities": "Города",
|
|
12323
|
+
"groups": "Группы",
|
|
12324
|
+
"areas": "Зоны",
|
|
12325
12325
|
"regions": "Regions",
|
|
12326
|
-
"locations"
|
|
12327
|
-
"counties"
|
|
12328
|
-
"states"
|
|
12329
|
-
"postal_codes"
|
|
12330
|
-
"formats"
|
|
12331
|
-
"map"
|
|
12326
|
+
"locations": "Локации",
|
|
12327
|
+
"counties": "Страны",
|
|
12328
|
+
"states": "Штаты",
|
|
12329
|
+
"postal_codes": "Индексы (почтовые)",
|
|
12330
|
+
"formats": "Форматы",
|
|
12331
|
+
"map": "Карта",
|
|
12332
12332
|
"neighborhood": "Соседство",
|
|
12333
12333
|
"near_me": "Около меня",
|
|
12334
12334
|
"text_search": "Поиск текста",
|
|
@@ -12338,11 +12338,11 @@ function CroutonLocalization(language) {
|
|
|
12338
12338
|
"common_needs": "Common Needs",
|
|
12339
12339
|
"meeting_count": "Еженедельные собрания:",
|
|
12340
12340
|
"venue_types": "Типы собрания",
|
|
12341
|
-
|
|
12342
|
-
|
|
12343
|
-
|
|
12344
|
-
|
|
12345
|
-
|
|
12341
|
+
"venue_type_choices": {
|
|
12342
|
+
IN_PERSON: "Офлайн",
|
|
12343
|
+
VIRTUAL: "Онлайн",
|
|
12344
|
+
},
|
|
12345
|
+
"share": "поделиться",
|
|
12346
12346
|
'google_directions': 'На карте',
|
|
12347
12347
|
'apple_directions': 'На карте',
|
|
12348
12348
|
"service_body_types": {
|
|
@@ -12448,19 +12448,19 @@ function CroutonLocalization(language) {
|
|
|
12448
12448
|
"address_lookup_fail": "Adresa sa nenašla. Skúste to znova prosím.",
|
|
12449
12449
|
},
|
|
12450
12450
|
"sv-SE": {
|
|
12451
|
-
"days_of_the_week"
|
|
12452
|
-
"weekday"
|
|
12453
|
-
"city"
|
|
12454
|
-
"cities"
|
|
12455
|
-
"groups"
|
|
12456
|
-
"areas"
|
|
12451
|
+
"days_of_the_week": ["", "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
|
12452
|
+
"weekday": "Veckodag",
|
|
12453
|
+
"city": "Stad",
|
|
12454
|
+
"cities": "Städer",
|
|
12455
|
+
"groups": "Grupper",
|
|
12456
|
+
"areas": "Distrikt",
|
|
12457
12457
|
"regions": "Regions",
|
|
12458
|
-
"locations"
|
|
12459
|
-
"counties"
|
|
12460
|
-
"states"
|
|
12461
|
-
"postal_codes"
|
|
12462
|
-
"formats"
|
|
12463
|
-
"map"
|
|
12458
|
+
"locations": "Plats",
|
|
12459
|
+
"counties": "Land",
|
|
12460
|
+
"states": "Stater",
|
|
12461
|
+
"postal_codes": "Postnummer",
|
|
12462
|
+
"formats": "Format",
|
|
12463
|
+
"map": "Karta",
|
|
12464
12464
|
"neighborhood": "Region",
|
|
12465
12465
|
"near_me": "Nära mig",
|
|
12466
12466
|
"text_search": "Söktext",
|
|
@@ -12523,9 +12523,9 @@ CroutonLocalization.prototype.getDayOfTheWeekWord = function(day_id) {
|
|
|
12523
12523
|
|
|
12524
12524
|
CroutonLocalization.prototype.getWord = function(word) {
|
|
12525
12525
|
const ret = this.words[this.language][word.toLowerCase()];
|
|
12526
|
-
if
|
|
12527
|
-
if
|
|
12528
|
-
if
|
|
12526
|
+
if(typeof ret === 'undefined') {
|
|
12527
|
+
if(word === 'css-direction') return '';
|
|
12528
|
+
if(word === 'bootstrap-popover-placement') return 'right';
|
|
12529
12529
|
return word;
|
|
12530
12530
|
}
|
|
12531
12531
|
return ret;
|
|
@@ -15059,7 +15059,7 @@ function Crouton(config) {
|
|
|
15059
15059
|
self.currentView = "weekday";
|
|
15060
15060
|
self.distanceTabAllowed = false;
|
|
15061
15061
|
self.config = {
|
|
15062
|
-
version: '4.0.
|
|
15062
|
+
version: '4.0.5', // CroutonJS version for debugging
|
|
15063
15063
|
on_complete: null, // Javascript function to callback when data querying is completed.
|
|
15064
15064
|
root_server: null, // The root server to use.
|
|
15065
15065
|
placeholder_id: "bmlt-tabs", // The DOM id that will be used for rendering
|