@jotul/jotul-widgets 1.0.3 → 1.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/README.md +13 -0
- package/dist/JotulWidget.css +1 -1
- package/dist/JotulWidget.d.ts +2 -2
- package/dist/JotulWidget.js +52 -16
- package/dist/components/ProductPageWidget.d.ts +4 -1
- package/dist/components/ProductPageWidget.js +156 -4
- package/dist/components/product-page/DealerList.d.ts +9 -1
- package/dist/components/product-page/DealerList.js +27 -3
- package/dist/components/product-page/InquiryForm.d.ts +2 -1
- package/dist/components/product-page/InquiryForm.js +4 -2
- package/dist/components/product-page/LocationSearch.d.ts +2 -1
- package/dist/components/product-page/LocationSearch.js +18 -3
- package/dist/i18n/locales/cz.json +41 -0
- package/dist/i18n/locales/de.json +41 -0
- package/dist/i18n/locales/en.json +41 -0
- package/dist/i18n/locales/fi.json +41 -0
- package/dist/i18n/locales/fr.json +41 -0
- package/dist/i18n/locales/nl.json +41 -0
- package/dist/i18n/locales/no.json +41 -0
- package/dist/i18n/locales/pl.json +41 -0
- package/dist/i18n/locales/se.json +41 -0
- package/dist/i18n/widgetStrings.d.ts +5 -0
- package/dist/i18n/widgetStrings.js +18 -324
- package/dist/images/dealer-pin-exclusive.svg +24 -0
- package/dist/images/dealer-pin.svg +11 -0
- package/dist/images/jotul-exclusive-dealer.png +0 -0
- package/dist/types.d.ts +14 -0
- package/dist/utils.js +6 -1
- package/package.json +8 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Vyhledávač prodejců je momentálně nedostupný. Zkuste to prosím později.",
|
|
3
|
+
"invalidPostcodeError": "Zadejte platné PSČ.",
|
|
4
|
+
"invalidWidgetTypeError": "Tento widget není momentálně dostupný.",
|
|
5
|
+
"locationSearchFailed": "Vyhledání polohy se nepodařilo dokončit. Zkuste to znovu.",
|
|
6
|
+
"locationUnavailableBrowser": "Poloha není v tomto prohlížeči dostupná. Zkuste jiný prohlížeč nebo zařízení.",
|
|
7
|
+
"locationPermissionDenied": "Přístup k poloze byl zamítnut. Povolte polohu pro tento web, abyste našli prodejce v okolí.",
|
|
8
|
+
"locationPositionUnavailable": "Vaši polohu se nepodařilo zjistit. Zkuste to za chvíli znovu.",
|
|
9
|
+
"locationTimeout": "Vyhledání vaší polohy trvalo příliš dlouho. Zkuste to znovu.",
|
|
10
|
+
"locationGenericFailure": "Nepodařilo se načíst vaši polohu. Zkuste to znovu.",
|
|
11
|
+
"locationTypeMore": "Zadejte alespoň 3 znaky pro hledání adresy.",
|
|
12
|
+
"locationNoResults": "Nebyly nalezeny žádné adresy. Zkuste jiné hledání.",
|
|
13
|
+
"locationManualHint": "Zadejte svou adresu a najděte prodejce ve svém okolí",
|
|
14
|
+
"findDealer": "Najít prodejce",
|
|
15
|
+
"loading": "Načítání …",
|
|
16
|
+
"useLocationHint": "Použijte svou polohu pro nalezení prodejců v okolí",
|
|
17
|
+
"find": "Najít",
|
|
18
|
+
"finding": "Vyhledávání …",
|
|
19
|
+
"inquirySentSuccess": "Váš požadavek byl odeslán.",
|
|
20
|
+
"goBack": "Zpět",
|
|
21
|
+
"sendInquiryTitle": "Poptávka",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Poptávka na {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} vás bude co nejdříve kontaktovat.",
|
|
24
|
+
"fieldName": "Jméno",
|
|
25
|
+
"fieldEmail": "E-mail",
|
|
26
|
+
"fieldPhone": "Telefon",
|
|
27
|
+
"fieldComment": "Komentář",
|
|
28
|
+
"formValidationRequired": "Vyplňte jméno, e-mail a telefon.",
|
|
29
|
+
"formValidationEmail": "Zadejte platnou e-mailovou adresu.",
|
|
30
|
+
"dealersNearYou": "{count} prodejců v okolí",
|
|
31
|
+
"unknownDealer": "Neznámý prodejce",
|
|
32
|
+
"sendInquiryCta": "Odeslat poptávku",
|
|
33
|
+
"sendInquiryEditing": "Úprava poptávky",
|
|
34
|
+
"readyDealerFinder": "JotulWidget připraven: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget připraven: warrantyForm",
|
|
36
|
+
"listView": "Seznam",
|
|
37
|
+
"mapView": "Mapa",
|
|
38
|
+
"closeMap": "Zavřít mapu",
|
|
39
|
+
"openMap": "Otevřít mapu",
|
|
40
|
+
"closeMapMobile": "Zavřít mapu"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Die Händlersuche ist derzeit nicht verfügbar. Bitte versuchen Sie es später erneut.",
|
|
3
|
+
"invalidPostcodeError": "Geben Sie eine gültige Postleitzahl ein.",
|
|
4
|
+
"invalidWidgetTypeError": "Dieses Widget ist derzeit nicht verfügbar.",
|
|
5
|
+
"locationSearchFailed": "Die Ortssuche konnte nicht abgeschlossen werden. Versuchen Sie es erneut.",
|
|
6
|
+
"locationUnavailableBrowser": "Standort ist in diesem Browser nicht verfügbar. Versuchen Sie einen anderen Browser oder ein anderes Gerät.",
|
|
7
|
+
"locationPermissionDenied": "Der Standortzugriff wurde verweigert. Erlauben Sie den Standortzugriff für diese Seite, um Händler in der Nähe zu finden.",
|
|
8
|
+
"locationPositionUnavailable": "Ihre Position konnte nicht bestimmt werden. Versuchen Sie es gleich noch einmal.",
|
|
9
|
+
"locationTimeout": "Die Standortermittlung hat zu lange gedauert. Versuchen Sie es erneut.",
|
|
10
|
+
"locationGenericFailure": "Ihr Standort konnte nicht gelesen werden. Versuchen Sie es erneut.",
|
|
11
|
+
"locationTypeMore": "Geben Sie mindestens 3 Zeichen ein, um nach einer Adresse zu suchen.",
|
|
12
|
+
"locationNoResults": "Keine Adressen gefunden. Versuchen Sie eine andere Suche.",
|
|
13
|
+
"locationManualHint": "Geben Sie Ihre Adresse ein, um Händler in Ihrer Nähe zu finden.",
|
|
14
|
+
"findDealer": "Händler finden",
|
|
15
|
+
"loading": "Laden …",
|
|
16
|
+
"useLocationHint": "Nutzen Sie Ihren Standort, um Händler in der Nähe zu finden.",
|
|
17
|
+
"find": "Suchen",
|
|
18
|
+
"finding": "Suche …",
|
|
19
|
+
"inquirySentSuccess": "Ihre Anfrage wurde gesendet.",
|
|
20
|
+
"goBack": "Zurück",
|
|
21
|
+
"sendInquiryTitle": "Anfrage",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Anfrage zu {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} wird Sie so schnell wie möglich kontaktieren.",
|
|
24
|
+
"fieldName": "Name",
|
|
25
|
+
"fieldEmail": "E-Mail",
|
|
26
|
+
"fieldPhone": "Telefon",
|
|
27
|
+
"fieldComment": "Kommentar",
|
|
28
|
+
"formValidationRequired": "Bitte Name, E-Mail und Telefon eingeben.",
|
|
29
|
+
"formValidationEmail": "Bitte geben Sie eine gültige E-Mail-Adresse ein.",
|
|
30
|
+
"dealersNearYou": "{count} Händler in Ihrer Nähe",
|
|
31
|
+
"unknownDealer": "Unbekannter Händler",
|
|
32
|
+
"sendInquiryCta": "Anfrage senden",
|
|
33
|
+
"sendInquiryEditing": "Anfrage bearbeiten",
|
|
34
|
+
"readyDealerFinder": "JotulWidget bereit: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget bereit: warrantyForm",
|
|
36
|
+
"listView": "Liste",
|
|
37
|
+
"mapView": "Karte",
|
|
38
|
+
"closeMap": "Karte schließen",
|
|
39
|
+
"openMap": "Karte öffnen",
|
|
40
|
+
"closeMapMobile": "Karte schließen"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "The dealer finder is unavailable right now. Please try again later.",
|
|
3
|
+
"invalidPostcodeError": "Enter a valid postcode.",
|
|
4
|
+
"invalidWidgetTypeError": "This widget is not available right now.",
|
|
5
|
+
"locationSearchFailed": "Location search could not be completed. Try again.",
|
|
6
|
+
"locationUnavailableBrowser": "Location is not available in this browser. Try another browser or device.",
|
|
7
|
+
"locationPermissionDenied": "Location access was denied. Allow location for this site to find nearby dealers.",
|
|
8
|
+
"locationPositionUnavailable": "Your position could not be determined. Try again in a moment.",
|
|
9
|
+
"locationTimeout": "Finding your location took too long. Try again.",
|
|
10
|
+
"locationGenericFailure": "Could not read your location. Try again.",
|
|
11
|
+
"locationTypeMore": "Type at least 3 characters to search for an address.",
|
|
12
|
+
"locationNoResults": "No addresses found. Try a different search.",
|
|
13
|
+
"locationManualHint": "Enter your address to find dealers nearby",
|
|
14
|
+
"findDealer": "Find a dealer",
|
|
15
|
+
"loading": "Loading …",
|
|
16
|
+
"useLocationHint": "Use your location to find dealers nearby",
|
|
17
|
+
"find": "Locate",
|
|
18
|
+
"finding": "Searching …",
|
|
19
|
+
"inquirySentSuccess": "Your request has been sent.",
|
|
20
|
+
"goBack": "Back",
|
|
21
|
+
"sendInquiryTitle": "Request",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Request regarding {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} will contact you as soon as possible.",
|
|
24
|
+
"fieldName": "Name",
|
|
25
|
+
"fieldEmail": "Email",
|
|
26
|
+
"fieldPhone": "Phone",
|
|
27
|
+
"fieldComment": "Comment",
|
|
28
|
+
"formValidationRequired": "Enter name, email, and phone.",
|
|
29
|
+
"formValidationEmail": "Enter a valid email address.",
|
|
30
|
+
"dealersNearYou": "{count} dealers nearby",
|
|
31
|
+
"unknownDealer": "Unknown dealer",
|
|
32
|
+
"sendInquiryCta": "Send request",
|
|
33
|
+
"sendInquiryEditing": "Editing request",
|
|
34
|
+
"readyDealerFinder": "JotulWidget ready: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget ready: warrantyForm",
|
|
36
|
+
"listView": "List",
|
|
37
|
+
"mapView": "Map",
|
|
38
|
+
"closeMap": "Close map",
|
|
39
|
+
"openMap": "Open map",
|
|
40
|
+
"closeMapMobile": "Close map"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Jälleenmyyjähaku ei ole juuri nyt käytettävissä. Yritä myöhemmin uudelleen.",
|
|
3
|
+
"invalidPostcodeError": "Anna kelvollinen postinumero.",
|
|
4
|
+
"invalidWidgetTypeError": "Tämä widget ei ole tällä hetkellä käytettävissä.",
|
|
5
|
+
"locationSearchFailed": "Sijainnin haku ei onnistunut. Yritä uudelleen.",
|
|
6
|
+
"locationUnavailableBrowser": "Sijainti ei ole saatavilla tässä selaimessa. Kokeile toista selainta tai laitetta.",
|
|
7
|
+
"locationPermissionDenied": "Sijainnin käyttö estettiin. Salli sijainti tälle sivustolle löytääksesi lähimmät jälleenmyyjät.",
|
|
8
|
+
"locationPositionUnavailable": "Sijaintiasi ei voitu määrittää. Yritä hetken kuluttua uudelleen.",
|
|
9
|
+
"locationTimeout": "Sijainnin haku kesti liian kauan. Yritä uudelleen.",
|
|
10
|
+
"locationGenericFailure": "Sijaintiasi ei voitu lukea. Yritä uudelleen.",
|
|
11
|
+
"locationTypeMore": "Kirjoita vähintään 3 merkkiä hakeaksesi osoitetta.",
|
|
12
|
+
"locationNoResults": "Osoitteita ei löytynyt. Kokeile toista hakua.",
|
|
13
|
+
"locationManualHint": "Anna osoitteesi löytääksesi lähimmät jälleenmyyjät.",
|
|
14
|
+
"findDealer": "Etsi jälleenmyyjä",
|
|
15
|
+
"loading": "Ladataan …",
|
|
16
|
+
"useLocationHint": "Käytä sijaintiasi löytääksesi lähimmät jälleenmyyjät.",
|
|
17
|
+
"find": "Etsi",
|
|
18
|
+
"finding": "Haetaan …",
|
|
19
|
+
"inquirySentSuccess": "Pyyntösi on lähetetty.",
|
|
20
|
+
"goBack": "Takaisin",
|
|
21
|
+
"sendInquiryTitle": "Pyyntö",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Pyyntö tuotteesta {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} ottaa sinuun yhteyttä mahdollisimman pian.",
|
|
24
|
+
"fieldName": "Nimi",
|
|
25
|
+
"fieldEmail": "Sähköposti",
|
|
26
|
+
"fieldPhone": "Puhelin",
|
|
27
|
+
"fieldComment": "Kommentti",
|
|
28
|
+
"formValidationRequired": "Täytä nimi, sähköposti ja puhelin.",
|
|
29
|
+
"formValidationEmail": "Anna kelvollinen sähköpostiosoite.",
|
|
30
|
+
"dealersNearYou": "{count} jälleenmyyjää lähelläsi",
|
|
31
|
+
"unknownDealer": "Tuntematon jälleenmyyjä",
|
|
32
|
+
"sendInquiryCta": "Lähetä pyyntö",
|
|
33
|
+
"sendInquiryEditing": "Muokataan pyyntöä",
|
|
34
|
+
"readyDealerFinder": "JotulWidget valmis: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget valmis: warrantyForm",
|
|
36
|
+
"listView": "Lista",
|
|
37
|
+
"mapView": "Kartta",
|
|
38
|
+
"closeMap": "Sulje kartta",
|
|
39
|
+
"openMap": "Avaa kartta",
|
|
40
|
+
"closeMapMobile": "Sulje kartta"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Le recherche de revendeurs n'est pas disponible pour le moment. Réessayez plus tard.",
|
|
3
|
+
"invalidPostcodeError": "Saisissez un code postal valide.",
|
|
4
|
+
"invalidWidgetTypeError": "Ce widget n'est pas disponible pour le moment.",
|
|
5
|
+
"locationSearchFailed": "La recherche de lieu a échoué. Réessayez.",
|
|
6
|
+
"locationUnavailableBrowser": "La position n'est pas disponible dans ce navigateur. Essayez un autre navigateur ou appareil.",
|
|
7
|
+
"locationPermissionDenied": "L'accès à la position a été refusé. Autorisez la position pour ce site afin de trouver les revendeurs proches.",
|
|
8
|
+
"locationPositionUnavailable": "Votre position n'a pas pu être déterminée. Réessayez dans un instant.",
|
|
9
|
+
"locationTimeout": "La recherche de votre position a pris trop de temps. Réessayez.",
|
|
10
|
+
"locationGenericFailure": "Impossible de lire votre position. Réessayez.",
|
|
11
|
+
"locationTypeMore": "Saisissez au moins 3 caractères pour chercher une adresse.",
|
|
12
|
+
"locationNoResults": "Aucune adresse trouvée. Essayez une autre recherche.",
|
|
13
|
+
"locationManualHint": "Saisissez votre adresse pour trouver des revendeurs à proximité",
|
|
14
|
+
"findDealer": "Trouver un revendeur",
|
|
15
|
+
"loading": "Chargement …",
|
|
16
|
+
"useLocationHint": "Utilisez votre position pour trouver des revendeurs à proximité",
|
|
17
|
+
"find": "Localiser",
|
|
18
|
+
"finding": "Recherche …",
|
|
19
|
+
"inquirySentSuccess": "Votre demande a été envoyée.",
|
|
20
|
+
"goBack": "Retour",
|
|
21
|
+
"sendInquiryTitle": "Demande",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Demande concernant {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} vous contactera dès que possible.",
|
|
24
|
+
"fieldName": "Nom",
|
|
25
|
+
"fieldEmail": "E-mail",
|
|
26
|
+
"fieldPhone": "Téléphone",
|
|
27
|
+
"fieldComment": "Commentaire",
|
|
28
|
+
"formValidationRequired": "Renseignez le nom, l’e-mail et le téléphone.",
|
|
29
|
+
"formValidationEmail": "Saisissez une adresse e-mail valide.",
|
|
30
|
+
"dealersNearYou": "{count} revendeurs à proximité",
|
|
31
|
+
"unknownDealer": "Revendeur inconnu",
|
|
32
|
+
"sendInquiryCta": "Envoyer la demande",
|
|
33
|
+
"sendInquiryEditing": "Modification de la demande",
|
|
34
|
+
"readyDealerFinder": "JotulWidget prêt : dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget prêt : warrantyForm",
|
|
36
|
+
"listView": "Liste",
|
|
37
|
+
"mapView": "Carte",
|
|
38
|
+
"closeMap": "Fermer la carte",
|
|
39
|
+
"openMap": "Ouvrir la carte",
|
|
40
|
+
"closeMapMobile": "Fermer la carte"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "De dealerzoeker is momenteel niet beschikbaar. Probeer het later opnieuw.",
|
|
3
|
+
"invalidPostcodeError": "Voer een geldige postcode in.",
|
|
4
|
+
"invalidWidgetTypeError": "Deze widget is momenteel niet beschikbaar.",
|
|
5
|
+
"locationSearchFailed": "Locatie zoeken kon niet worden voltooid. Probeer opnieuw.",
|
|
6
|
+
"locationUnavailableBrowser": "Locatie is niet beschikbaar in deze browser. Probeer een andere browser of apparaat.",
|
|
7
|
+
"locationPermissionDenied": "Locatietoegang is geweigerd. Sta locatie toe voor deze site om dealers in de buurt te vinden.",
|
|
8
|
+
"locationPositionUnavailable": "Uw locatie kon niet worden bepaald. Probeer het zo opnieuw.",
|
|
9
|
+
"locationTimeout": "Het bepalen van uw locatie duurde te lang. Probeer opnieuw.",
|
|
10
|
+
"locationGenericFailure": "Kon uw locatie niet lezen. Probeer opnieuw.",
|
|
11
|
+
"locationTypeMore": "Typ minimaal 3 tekens om een adres te zoeken.",
|
|
12
|
+
"locationNoResults": "Geen adressen gevonden. Probeer een andere zoekopdracht.",
|
|
13
|
+
"locationManualHint": "Voer uw adres in om dealers in de buurt te vinden",
|
|
14
|
+
"findDealer": "Dealer zoeken",
|
|
15
|
+
"loading": "Laden …",
|
|
16
|
+
"useLocationHint": "Gebruik uw locatie om dealers in de buurt te vinden",
|
|
17
|
+
"find": "Zoeken",
|
|
18
|
+
"finding": "Zoeken …",
|
|
19
|
+
"inquirySentSuccess": "Uw aanvraag is verzonden.",
|
|
20
|
+
"goBack": "Terug",
|
|
21
|
+
"sendInquiryTitle": "Aanvraag",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Aanvraag over {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} neemt zo snel mogelijk contact met u op.",
|
|
24
|
+
"fieldName": "Naam",
|
|
25
|
+
"fieldEmail": "E-mail",
|
|
26
|
+
"fieldPhone": "Telefoon",
|
|
27
|
+
"fieldComment": "Opmerking",
|
|
28
|
+
"formValidationRequired": "Vul naam, e-mail en telefoon in.",
|
|
29
|
+
"formValidationEmail": "Voer een geldig e-mailadres in.",
|
|
30
|
+
"dealersNearYou": "{count} dealers in de buurt",
|
|
31
|
+
"unknownDealer": "Onbekende dealer",
|
|
32
|
+
"sendInquiryCta": "Aanvraag verzenden",
|
|
33
|
+
"sendInquiryEditing": "Aanvraag bewerken",
|
|
34
|
+
"readyDealerFinder": "JotulWidget klaar: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget klaar: warrantyForm",
|
|
36
|
+
"listView": "Lijst",
|
|
37
|
+
"mapView": "Kaart",
|
|
38
|
+
"closeMap": "Kaart sluiten",
|
|
39
|
+
"openMap": "Kaart openen",
|
|
40
|
+
"closeMapMobile": "Kaart sluiten"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Forhandlerkartet er ikke tilgjengelig akkurat nå. Prøv igjen senere.",
|
|
3
|
+
"invalidPostcodeError": "Skriv inn et gyldig postnummer.",
|
|
4
|
+
"invalidWidgetTypeError": "Denne widgeten er ikke tilgjengelig akkurat nå.",
|
|
5
|
+
"locationSearchFailed": "Stedsøk kunne ikke fullføres. Prøv igjen.",
|
|
6
|
+
"locationUnavailableBrowser": "Posisjon er ikke tilgjengelig i denne nettleseren. Prøv en annen nettleser eller enhet.",
|
|
7
|
+
"locationPermissionDenied": "Tilgang til posisjon ble avslått. Tillat posisjon for dette nettstedet for å finne nærmeste forhandler.",
|
|
8
|
+
"locationPositionUnavailable": "Posisjonen din kunne ikke bestemmes. Prøv igjen om et øyeblikk.",
|
|
9
|
+
"locationTimeout": "Det tok for lang tid å finne posisjonen din. Prøv igjen.",
|
|
10
|
+
"locationGenericFailure": "Kunne ikke lese posisjonen din. Prøv igjen.",
|
|
11
|
+
"locationTypeMore": "Skriv minst 3 tegn for å søke etter en adresse.",
|
|
12
|
+
"locationNoResults": "Ingen adresser ble funnet. Prøv et annet søk.",
|
|
13
|
+
"locationManualHint": "Skriv inn adressen din for å finne forhandlere i nærheten",
|
|
14
|
+
"findDealer": "Finn forhandler",
|
|
15
|
+
"loading": "Laster …",
|
|
16
|
+
"useLocationHint": "Bruk posisjonen din for å finne forhandlere i nærheten",
|
|
17
|
+
"find": "Lokaliser",
|
|
18
|
+
"finding": "Lokaliserer …",
|
|
19
|
+
"inquirySentSuccess": "Forespørselen din er sendt.",
|
|
20
|
+
"goBack": "Tilbake",
|
|
21
|
+
"sendInquiryTitle": "Forespørsel",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Forespørsel om {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} vil kontakte deg så snart som mulig.",
|
|
24
|
+
"fieldName": "Navn",
|
|
25
|
+
"fieldEmail": "E-post",
|
|
26
|
+
"fieldPhone": "Telefon",
|
|
27
|
+
"fieldComment": "Kommentar",
|
|
28
|
+
"formValidationRequired": "Fyll inn navn, e-post og telefon.",
|
|
29
|
+
"formValidationEmail": "Skriv inn en gyldig e-postadresse.",
|
|
30
|
+
"dealersNearYou": "{count} forhandlere i nærheten",
|
|
31
|
+
"unknownDealer": "Ukjent forhandler",
|
|
32
|
+
"sendInquiryCta": "Send forespørsel",
|
|
33
|
+
"sendInquiryEditing": "Redigerer forespørsel",
|
|
34
|
+
"readyDealerFinder": "JotulWidget klar: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget klar: warrantyForm",
|
|
36
|
+
"listView": "Liste",
|
|
37
|
+
"mapView": "Kart",
|
|
38
|
+
"closeMap": "Lukk kart",
|
|
39
|
+
"openMap": "Åpne kart",
|
|
40
|
+
"closeMapMobile": "Lukk kart"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Wyszukiwarka dealerów jest obecnie niedostępna. Spróbuj ponownie później.",
|
|
3
|
+
"invalidPostcodeError": "Wpisz prawidłowy kod pocztowy.",
|
|
4
|
+
"invalidWidgetTypeError": "Ten widget jest obecnie niedostępny.",
|
|
5
|
+
"locationSearchFailed": "Nie udało się zakończyć wyszukiwania lokalizacji. Spróbuj ponownie.",
|
|
6
|
+
"locationUnavailableBrowser": "Lokalizacja nie jest dostępna w tej przeglądarce. Spróbuj innej przeglądarki lub urządzenia.",
|
|
7
|
+
"locationPermissionDenied": "Odmówiono dostępu do lokalizacji. Zezwól na lokalizację dla tej strony, aby znaleźć dealerów w pobliżu.",
|
|
8
|
+
"locationPositionUnavailable": "Nie udało się określić Twojej lokalizacji. Spróbuj ponownie za chwilę.",
|
|
9
|
+
"locationTimeout": "Wyszukiwanie Twojej lokalizacji trwało zbyt długo. Spróbuj ponownie.",
|
|
10
|
+
"locationGenericFailure": "Nie udało się odczytać Twojej lokalizacji. Spróbuj ponownie.",
|
|
11
|
+
"locationTypeMore": "Wpisz co najmniej 3 znaki, aby wyszukać adres.",
|
|
12
|
+
"locationNoResults": "Nie znaleziono adresów. Spróbuj innego wyszukiwania.",
|
|
13
|
+
"locationManualHint": "Wpisz swój adres, aby znaleźć dealerów w pobliżu",
|
|
14
|
+
"findDealer": "Znajdź dealera",
|
|
15
|
+
"loading": "Ładowanie …",
|
|
16
|
+
"useLocationHint": "Użyj swojej lokalizacji, aby znaleźć dealerów w pobliżu",
|
|
17
|
+
"find": "Szukaj",
|
|
18
|
+
"finding": "Wyszukiwanie …",
|
|
19
|
+
"inquirySentSuccess": "Twoje zapytanie zostało wysłane.",
|
|
20
|
+
"goBack": "Wstecz",
|
|
21
|
+
"sendInquiryTitle": "Zapytanie",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Zapytanie dotyczące {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} skontaktuje się z Tobą tak szybko, jak to możliwe.",
|
|
24
|
+
"fieldName": "Imię i nazwisko",
|
|
25
|
+
"fieldEmail": "E-mail",
|
|
26
|
+
"fieldPhone": "Telefon",
|
|
27
|
+
"fieldComment": "Komentarz",
|
|
28
|
+
"formValidationRequired": "Wpisz imię, e-mail i telefon.",
|
|
29
|
+
"formValidationEmail": "Wpisz prawidłowy adres e-mail.",
|
|
30
|
+
"dealersNearYou": "{count} dealerów w pobliżu",
|
|
31
|
+
"unknownDealer": "Nieznany dealer",
|
|
32
|
+
"sendInquiryCta": "Wyślij zapytanie",
|
|
33
|
+
"sendInquiryEditing": "Edycja zapytania",
|
|
34
|
+
"readyDealerFinder": "JotulWidget gotowy: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget gotowy: warrantyForm",
|
|
36
|
+
"listView": "Lista",
|
|
37
|
+
"mapView": "Mapa",
|
|
38
|
+
"closeMap": "Zamknij mapę",
|
|
39
|
+
"openMap": "Otwórz mapę",
|
|
40
|
+
"closeMapMobile": "Zamknij mapę"
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"genericWidgetError": "Aterforsaljarsokaren ar inte tillganglig just nu. Forsok igen senare.",
|
|
3
|
+
"invalidPostcodeError": "Ange ett giltigt postnummer.",
|
|
4
|
+
"invalidWidgetTypeError": "Den har widgeten ar inte tillganglig just nu.",
|
|
5
|
+
"locationSearchFailed": "Platssokningen kunde inte slutföras. Forsok igen.",
|
|
6
|
+
"locationUnavailableBrowser": "Position ar inte tillganglig i den har webblasaren. Prova en annan webblasare eller enhet.",
|
|
7
|
+
"locationPermissionDenied": "Platsatkomst nekades. Tillat plats for den har sidan for att hitta narmsta aterforsaljare.",
|
|
8
|
+
"locationPositionUnavailable": "Din plats kunde inte faststallas. Forsok igen om en stund.",
|
|
9
|
+
"locationTimeout": "Det tog for lang tid att hitta din plats. Forsok igen.",
|
|
10
|
+
"locationGenericFailure": "Det gick inte att lasa din plats. Forsok igen.",
|
|
11
|
+
"locationTypeMore": "Skriv minst 3 tecken for att soka efter en adress.",
|
|
12
|
+
"locationNoResults": "Inga matchande adresser hittades. Prova en annan sokning.",
|
|
13
|
+
"locationManualHint": "Ange din adress for att hitta aterforsaljare i narheten",
|
|
14
|
+
"findDealer": "Hitta aterforsaljare",
|
|
15
|
+
"loading": "Laddar …",
|
|
16
|
+
"useLocationHint": "Anvand din plats for att hitta aterforsaljare i narheten",
|
|
17
|
+
"find": "Lokalisera",
|
|
18
|
+
"finding": "Soker …",
|
|
19
|
+
"inquirySentSuccess": "Din forfragan har skickats.",
|
|
20
|
+
"goBack": "Ga tillbaka",
|
|
21
|
+
"sendInquiryTitle": "Forfragan",
|
|
22
|
+
"sendInquiryTitleWithProduct": "Forfragan om {product}",
|
|
23
|
+
"dealerWillContact": "{dealer} kontaktar dig sa snart som mojligt.",
|
|
24
|
+
"fieldName": "Namn",
|
|
25
|
+
"fieldEmail": "E-post",
|
|
26
|
+
"fieldPhone": "Telefon",
|
|
27
|
+
"fieldComment": "Kommentar",
|
|
28
|
+
"formValidationRequired": "Fyll i namn, e-post och telefon.",
|
|
29
|
+
"formValidationEmail": "Ange en giltig e-postadress.",
|
|
30
|
+
"dealersNearYou": "{count} aterforsaljare i narheten",
|
|
31
|
+
"unknownDealer": "Okand aterforsaljare",
|
|
32
|
+
"sendInquiryCta": "Skicka forfragan",
|
|
33
|
+
"sendInquiryEditing": "Redigerar forfragan",
|
|
34
|
+
"readyDealerFinder": "JotulWidget klar: dealerFinder",
|
|
35
|
+
"readyWarrantyForm": "JotulWidget klar: warrantyForm",
|
|
36
|
+
"listView": "Lista",
|
|
37
|
+
"mapView": "Karta",
|
|
38
|
+
"closeMap": "Stang karta",
|
|
39
|
+
"openMap": "Oppna karta",
|
|
40
|
+
"closeMapMobile": "Stang karta"
|
|
41
|
+
}
|
|
@@ -34,6 +34,11 @@ export type WidgetStrings = {
|
|
|
34
34
|
unknownDealer: string;
|
|
35
35
|
sendInquiryCta: string;
|
|
36
36
|
sendInquiryEditing: string;
|
|
37
|
+
listView: string;
|
|
38
|
+
mapView: string;
|
|
39
|
+
closeMap: string;
|
|
40
|
+
openMap: string;
|
|
41
|
+
closeMapMobile: string;
|
|
37
42
|
readyDealerFinder: string;
|
|
38
43
|
readyWarrantyForm: string;
|
|
39
44
|
};
|