translate
This commit is contained in:
25
src/i18n/locales/pl/auth.js
Normal file
25
src/i18n/locales/pl/auth.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
"login": "Zaloguj się", // Anmelden
|
||||
"register": "Zarejestruj się", // Registrieren
|
||||
"logout": "Wyloguj się", // Abmelden
|
||||
"profile": "Profil", // Profil
|
||||
"email": "Email", // E-Mail
|
||||
"password": "Hasło", // Passwort
|
||||
"confirmPassword": "Potwierdź hasło", // Passwort bestätigen
|
||||
"forgotPassword": "Zapomniałeś hasła?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Zaloguj się przez Google", // Mit Google anmelden
|
||||
"or": "LUB", // ODER
|
||||
"privacyAccept": "Klikając „Zaloguj się przez Google” akceptuję", // Mit dem Click auf "Mit Google anmelden" akzeptiere ich die
|
||||
"privacyPolicy": "Politykę prywatności", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "Hasło musi mieć co najmniej 8 znaków", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "Nowe hasło musi mieć co najmniej 8 znaków", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Profil", // Profil
|
||||
"myProfile": "Mój profil", // Mein Profil
|
||||
"checkout": "Zamówienie", // Bestellabschluss
|
||||
"orders": "Zamówienia", // Bestellungen
|
||||
"settings": "Ustawienia", // Einstellungen
|
||||
"adminDashboard": "Panel administratora", // Admin Dashboard
|
||||
"adminUsers": "Użytkownicy administratora" // Admin Users
|
||||
}
|
||||
};
|
||||
24
src/i18n/locales/pl/cart.js
Normal file
24
src/i18n/locales/pl/cart.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
"title": "Koszyk", // Warenkorb
|
||||
"empty": "pusty", // leer
|
||||
"addToCart": "Dodaj do koszyka", // In den Korb
|
||||
"preorderCutting": "Zamów jako sadzonkę", // Als Steckling vorbestellen
|
||||
"continueShopping": "Kontynuuj zakupy", // Weiter einkaufen
|
||||
"proceedToCheckout": "Przejdź do kasy", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {produkt} other {produkty}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"productSingular": "produkt", // Produkt
|
||||
"productPlural": "produkty", // Produkte
|
||||
"removeFromCart": "Usuń z koszyka", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Otwórz koszyk", // Warenkorb öffnen
|
||||
"availableFrom": "Dostępne od {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Powrót do zamówienia", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Synchronizacja koszyka", // Warenkorb-Synchronisierung
|
||||
"description": "Masz zapisany koszyk na swoim koncie. Wybierz, jak chcesz postąpić:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Usuń koszyk z serwera", // Server-Warenkorb löschen
|
||||
"useServer": "Użyj koszyka z serwera", // Server-Warenkorb übernehmen
|
||||
"merge": "Scal koszyki", // Warenkörbe zusammenführen
|
||||
"currentCart": "Twój aktualny koszyk", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Koszyk zapisany w Twoim profilu" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
};
|
||||
3
src/i18n/locales/pl/chat.js
Normal file
3
src/i18n/locales/pl/chat.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"privacyRead": "Przeczytano i zaakceptowano", // Gelesen & Akzeptiert
|
||||
};
|
||||
13
src/i18n/locales/pl/checkout.js
Normal file
13
src/i18n/locales/pl/checkout.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
"invoiceAddress": "Adres do faktury", // Rechnungsadresse
|
||||
"deliveryAddress": "Adres dostawy", // Lieferadresse
|
||||
"saveForFuture": "Zapisz na przyszłe zamówienia", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "Na jaki termin jest planowany odbiór sadzonek?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Notatka", // Anmerkung
|
||||
"sameAddress": "Adres dostawy jest taki sam jak adres do faktury", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "Przeczytałem warunki i zasady, politykę prywatności oraz postanowienia dotyczące prawa do odstąpienia od umowy", // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
"selectDeliveryMethod": "Wybierz metodę wysyłki", // Versandart wählen
|
||||
"selectPaymentMethod": "Wybierz metodę płatności", // Zahlungsart wählen
|
||||
"orderSummary": "Podsumowanie zamówienia", // Bestellübersicht
|
||||
"addressValidationError": "Proszę sprawdzić wpisane dane w polach adresowych." // Bitte überprüfen Sie Ihre Eingaben in den Adressfeldern.
|
||||
};
|
||||
19
src/i18n/locales/pl/common.js
Normal file
19
src/i18n/locales/pl/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "Ładowanie...", // Lädt...
|
||||
"error": "Błąd", // Fehler
|
||||
"close": "Zamknij", // Schließen
|
||||
"save": "Zapisz", // Speichern
|
||||
"cancel": "Anuluj", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Tak", // Ja
|
||||
"no": "Nie", // Nein
|
||||
"next": "Dalej", // Weiter
|
||||
"back": "Wstecz", // Zurück
|
||||
"edit": "Edytuj", // Bearbeiten
|
||||
"delete": "Usuń", // Löschen
|
||||
"add": "Dodaj", // Hinzufügen
|
||||
"remove": "Usuń", // Entfernen
|
||||
"products": "Produkty", // Produkte
|
||||
"product": "Produkt", // Produkt
|
||||
"days": "Dni" // Tage
|
||||
};
|
||||
27
src/i18n/locales/pl/delivery.js
Normal file
27
src/i18n/locales/pl/delivery.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Towary wielkogabarytowe", // Sperrgut
|
||||
"pickup": "Odbiór w sklepie" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Wysyłka standardowa", // Standardversand
|
||||
"standardFree": "Wysyłka standardowa - GRATIS od zamówienia za 100€!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "Nie do wyboru, ponieważ jeden lub więcej produktów można tylko odebrać", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Dla dużych i ciężkich przedmiotów", // Für große und schwere Artikel
|
||||
"pickupOnly": "Tylko odbiór" // nur Abholung
|
||||
},
|
||||
"prices": {
|
||||
"free": "bezpłatnie", // kostenlos
|
||||
"freeFrom100": "(bezpłatnie od 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "6,99 €", // 6,99 €
|
||||
"dpd": "4,90 €", // 4,90 €
|
||||
"sperrgut": "28,99 €" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Czas dostawy: 14 dni", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Czas dostawy: 2-3 dni", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Czas dostawy: 7-9 dni" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
};
|
||||
7
src/i18n/locales/pl/filters.js
Normal file
7
src/i18n/locales/pl/filters.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"sorting": "Sortowanie", // Sortierung
|
||||
"perPage": "na stronę", // pro Seite
|
||||
"availability": "Dostępność", // Verfügbarkeit
|
||||
"manufacturer": "Producent", // Hersteller
|
||||
"all": "Wszystkie", // Alle
|
||||
};
|
||||
15
src/i18n/locales/pl/footer.js
Normal file
15
src/i18n/locales/pl/footer.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
"hours": "Sob 11:00-19:00", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Dresden", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Między przystankiem Pieschen a Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Wszystkie ceny zawierają ustawowy VAT, plus koszty wysyłki", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Polityka prywatności", // Datenschutz
|
||||
"agb": "Regulamin", // AGB
|
||||
"sitemap": "Mapa strony", // Sitemap
|
||||
"impressum": "Informacje prawne", // Impressum
|
||||
"batteriegesetzhinweise": "Informacje o ustawie o bateriach", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Prawo do odstąpienia od umowy" // Widerrufsrecht
|
||||
}
|
||||
};
|
||||
43
src/i18n/locales/pl/index.js
Normal file
43
src/i18n/locales/pl/index.js
Normal file
@@ -0,0 +1,43 @@
|
||||
import locale from './locale.js';
|
||||
import navigation from './navigation.js';
|
||||
import auth from './auth.js';
|
||||
import cart from './cart.js';
|
||||
import product from './product.js';
|
||||
import search from './search.js';
|
||||
import sorting from './sorting.js';
|
||||
import chat from './chat.js';
|
||||
import delivery from './delivery.js';
|
||||
import checkout from './checkout.js';
|
||||
import payment from './payment.js';
|
||||
import filters from './filters.js';
|
||||
import tax from './tax.js';
|
||||
import footer from './footer.js';
|
||||
import titles from './titles.js';
|
||||
import sections from './sections.js';
|
||||
import pages from './pages.js';
|
||||
import orders from './orders.js';
|
||||
import settings from './settings.js';
|
||||
import common from './common.js';
|
||||
|
||||
export default {
|
||||
"locale": locale,
|
||||
"navigation": navigation,
|
||||
"auth": auth,
|
||||
"cart": cart,
|
||||
"product": product,
|
||||
"search": search,
|
||||
"sorting": sorting,
|
||||
"chat": chat,
|
||||
"delivery": delivery,
|
||||
"checkout": checkout,
|
||||
"payment": payment,
|
||||
"filters": filters,
|
||||
"tax": tax,
|
||||
"footer": footer,
|
||||
"titles": titles,
|
||||
"sections": sections,
|
||||
"pages": pages,
|
||||
"orders": orders,
|
||||
"settings": settings,
|
||||
"common": common
|
||||
};
|
||||
3
src/i18n/locales/pl/locale.js
Normal file
3
src/i18n/locales/pl/locale.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
"code": "pl-PL" // de-DE
|
||||
};
|
||||
9
src/i18n/locales/pl/navigation.js
Normal file
9
src/i18n/locales/pl/navigation.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
"home": "Strona główna", // Startseite
|
||||
"aktionen": "Promocje", // Aktionen
|
||||
"filiale": "Oddział", // Filiale
|
||||
"categories": "Kategorie", // Kategorien
|
||||
"categoriesOpen": "Otwórz kategorie", // Kategorien öffnen
|
||||
"categoriesClose": "Zamknij kategorie", // Kategorien schließen
|
||||
"otherCategories": "Inne kategorie" // Andere Kategorien
|
||||
};
|
||||
23
src/i18n/locales/pl/orders.js
Normal file
23
src/i18n/locales/pl/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "W trakcie realizacji", // in Bearbeitung
|
||||
"pending": "Nowe", // Neu
|
||||
"processing": "W trakcie realizacji", // in Bearbeitung
|
||||
"cancelled": "Anulowano", // Storniert
|
||||
"shipped": "Wysłano", // Verschickt
|
||||
"delivered": "Dostarczono", // Geliefert
|
||||
"return": "Zwrot", // Retoure
|
||||
"partialReturn": "Częściowy zwrot", // Teil Retoure
|
||||
"partialDelivered": "Częściowo dostarczono" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Numer zamówienia", // Bestellnummer
|
||||
"date": "Data", // Datum
|
||||
"status": "Status", // Status
|
||||
"items": "Produkty", // Artikel
|
||||
"total": "Razem", // Summe
|
||||
"actions": "Akcje", // Aktionen
|
||||
"viewDetails": "Pokaż szczegóły" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Nie złożyłeś jeszcze żadnych zamówień." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
10
src/i18n/locales/pl/pages.js
Normal file
10
src/i18n/locales/pl/pages.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
"oilPress": {
|
||||
"title": "Wypożycz prasę do oleju", // Ölpresse ausleihen
|
||||
"comingSoon": "Zawartość wkrótce dostępna...", // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Test THC", // THC Test
|
||||
"comingSoon": "Zawartość wkrótce dostępna...", // Inhalt kommt bald...
|
||||
}
|
||||
};
|
||||
8
src/i18n/locales/pl/payment.js
Normal file
8
src/i18n/locales/pl/payment.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"successful": "Płatność zakończona sukcesem!", // Zahlung erfolgreich!
|
||||
"failed": "Płatność nie powiodła się", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 Twoje zamówienie zostało pomyślnie zrealizowane! Możesz teraz przeglądać swoje zamówienia.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Twoja płatność została pomyślnie przetworzona. Zamówienie zostanie automatycznie zakończone.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "Twoja płatność nie mogła zostać przetworzona. Proszę spróbuj ponownie lub wybierz inną metodę płatności.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Przejdź do moich zamówień" // Zu meinen Bestellungen
|
||||
};
|
||||
32
src/i18n/locales/pl/product.js
Normal file
32
src/i18n/locales/pl/product.js
Normal file
@@ -0,0 +1,32 @@
|
||||
export default {
|
||||
"loading": "Ładowanie produktu...", // Produkt wird geladen...
|
||||
"notFound": "Produkt nie znaleziony", // Produkt nicht gefunden
|
||||
"notFoundDescription": "Produkt, którego szukasz, nie istnieje lub został usunięty.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Powrót do strony głównej", // Zurück zur Startseite
|
||||
"error": "Błąd", // Fehler
|
||||
"articleNumber": "Numer artykułu", // Artikelnummer
|
||||
"manufacturer": "Producent", // Hersteller
|
||||
"inclVat": "w tym {{vat}}% VAT", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nowy", // Neu
|
||||
"weeks": "tygodnie", // Wochen
|
||||
"arriving": "Przyjazd:", // Ankunft:
|
||||
"inclVatFooter": "w tym {{vat}}% VAT,*", // inkl. {{vat}}% MwSt.,*
|
||||
"availability": "Dostępność", // Verfügbarkeit
|
||||
"inStock": "na stanie", // auf Lager
|
||||
"comingSoon": "Wkrótce dostępne", // Bald verfügbar
|
||||
"deliveryTime": "Czas dostawy", // Lieferzeit
|
||||
"inclShort": "w tym", // inkl.
|
||||
"vatShort": "VAT", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produktów", // 0 Produkte
|
||||
"oneProduct": "1 produkt", // 1 Produkt
|
||||
"multipleProducts": "{{count}} produktów", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} z {{total}} produktów", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} z 1 produktu", // {{filtered}} von 1 Produkt
|
||||
"xOfYProducts": "{{x}} z {{y}} produktów" // {{x}} von {{y}} Produkten
|
||||
},
|
||||
"removeFiltersToSee": "Usuń filtry, aby zobaczyć produkty", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Brak na stanie", // Out of Stock
|
||||
"fromXProducts": "od {{count}} produktów" // ab {{count}} Produkten
|
||||
};
|
||||
5
src/i18n/locales/pl/search.js
Normal file
5
src/i18n/locales/pl/search.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"placeholder": "Możesz zapytać mnie o odmiany konopi...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Nagrywanie w toku...", // Aufnahme läuft...
|
||||
"searchProducts": "Szukaj produktów...", // Produkte suchen...
|
||||
};
|
||||
8
src/i18n/locales/pl/sections.js
Normal file
8
src/i18n/locales/pl/sections.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"seeds": "Nasiona", // Seeds
|
||||
"stecklinge": "Sadzonki", // Stecklinge
|
||||
"oilPress": "Wypożycz prasę do oleju", // Ölpresse ausleihen
|
||||
"thcTest": "Test THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Dresden" // 01129 Dresden
|
||||
};
|
||||
34
src/i18n/locales/pl/settings.js
Normal file
34
src/i18n/locales/pl/settings.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"changePassword": "Zmień hasło", // Passwort ändern
|
||||
"currentPassword": "Aktualne hasło", // Aktuelles Passwort
|
||||
"newPassword": "Nowe hasło", // Neues Passwort
|
||||
"confirmNewPassword": "Potwierdź nowe hasło", // Neues Passwort bestätigen
|
||||
"updatePassword": "Aktualizuj hasło", // Passwort aktualisieren
|
||||
"changeEmail": "Zmień adres e-mail", // E-Mail-Adresse ändern
|
||||
"password": "Hasło", // Passwort
|
||||
"newEmail": "Nowy adres e-mail", // Neue E-Mail-Adresse
|
||||
"updateEmail": "Aktualizuj e-mail", // E-Mail aktualisieren
|
||||
"apiKey": "Klucz API", // API-Schlüssel
|
||||
"apiKeyDescription": "Użyj swojego klucza API do integracji z aplikacjami zewnętrznymi.", // Verwenden Sie Ihren API-Schlüssel für die Integration mit externen Anwendungen.
|
||||
"apiDocumentation": "Dokumentacja API:", // API-Dokumentation:
|
||||
"copyToClipboard": "Kopiuj do schowka", // In Zwischenablage kopieren
|
||||
"generate": "Generuj", // Generieren
|
||||
"regenerate": "Regeneruj", // Regenerieren
|
||||
"apiKeyCopied": "Klucz API skopiowany do schowka", // API-Schlüssel in Zwischenablage kopiert
|
||||
"errors": {
|
||||
"fillAllFields": "Proszę wypełnić wszystkie pola", // Bitte füllen Sie alle Felder aus
|
||||
"passwordsNotMatch": "Nowe hasła nie są zgodne", // Die neuen Passwörter stimmen nicht überein
|
||||
"passwordTooShort": "Nowe hasło musi mieć co najmniej 8 znaków", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"passwordUpdateError": "Błąd podczas aktualizacji hasła", // Fehler beim Aktualisieren des Passworts
|
||||
"invalidEmail": "Proszę podać prawidłowy adres e-mail", // Bitte geben Sie eine gültige E-Mail-Adresse ein
|
||||
"emailUpdateError": "Błąd podczas aktualizacji adresu e-mail", // Fehler beim Aktualisieren der E-Mail-Adresse
|
||||
"userNotFound": "Użytkownik nie znaleziony", // Benutzer nicht gefunden
|
||||
"apiKeyGenerationError": "Błąd podczas generowania klucza API" // Fehler beim Generieren des API-Schlüssels
|
||||
},
|
||||
"success": {
|
||||
"passwordUpdated": "Hasło zostało pomyślnie zaktualizowane", // Passwort erfolgreich aktualisiert
|
||||
"emailUpdated": "Adres e-mail został pomyślnie zaktualizowany", // E-Mail-Adresse erfolgreich aktualisiert
|
||||
"apiKeyGenerated": "Klucz API został pomyślnie wygenerowany", // API-Schlüssel erfolgreich generiert
|
||||
"apiKeyWarning": "Przechowuj ten klucz w bezpiecznym miejscu. Ze względów bezpieczeństwa zostanie ukryty za 10 sekund." // Speichern Sie diesen Schlüssel sicher. Er wird aus Sicherheitsgründen in 10 Sekunden ausgeblendet.
|
||||
}
|
||||
};
|
||||
6
src/i18n/locales/pl/sorting.js
Normal file
6
src/i18n/locales/pl/sorting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
"name": "Nazwa", // Name
|
||||
"searchField": "Fraza wyszukiwania", // Suchbegriff
|
||||
"priceLowHigh": "Cena: od najniższej do najwyższej", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Cena: od najwyższej do najniższej" // Preis: Hoch zu Niedrig
|
||||
};
|
||||
12
src/i18n/locales/pl/tax.js
Normal file
12
src/i18n/locales/pl/tax.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
"vat": "Podatek od wartości dodanej", // Mehrwertsteuer
|
||||
"vat7": "7% podatek od wartości dodanej", // 7% Mehrwertsteuer
|
||||
"vat19": "19% podatek od wartości dodanej", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "19% podatek od wartości dodanej (w tym wysyłka)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Łączna cena netto", // Gesamtnettopreis
|
||||
"totalGross": "Łączna cena brutto bez wysyłki", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Suma częściowa", // Zwischensumme
|
||||
"incl7Vat": "w tym 7% VAT", // inkl. 7% MwSt.
|
||||
"inclVatWithFooter": "(w tym {{vat}}% VAT,*)", // (incl. {{vat}}% USt.,*)
|
||||
"inclVatAmount": "w tym {{amount}} € VAT ({{rate}}%)" // nkl. {{amount}} € MwSt. ({{rate}}%)
|
||||
};
|
||||
5
src/i18n/locales/pl/titles.js
Normal file
5
src/i18n/locales/pl/titles.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
"home": "Doskonałe Nasiona i Szczepy Konopi", // Fine Cannabis Seeds & Cuttings
|
||||
"aktionen": "Aktualne Promocje i Oferty", // Aktuelle Aktionen & Angebote
|
||||
"filiale": "Nasz Sklep w Dreźnie" // Unsere Filiale in Dresden
|
||||
};
|
||||
@@ -1,231 +1,3 @@
|
||||
export default {
|
||||
"locale": {
|
||||
"code": "pl-PL" // de-DE
|
||||
},
|
||||
"navigation": {
|
||||
"home": "Strona główna", // Startseite
|
||||
"aktionen": "Promocje", // Aktionen
|
||||
"filiale": "Oddział", // Filiale
|
||||
"categories": "Kategorie", // Kategorien
|
||||
"categoriesOpen": "Otwórz kategorie", // Kategorien öffnen
|
||||
"categoriesClose": "Zamknij kategorie", // Kategorien schließen
|
||||
"otherCategories": "Inne kategorie" // Andere Kategorien
|
||||
},
|
||||
"auth": {
|
||||
"login": "Zaloguj się", // Anmelden
|
||||
"register": "Zarejestruj się", // Registrieren
|
||||
"logout": "Wyloguj się", // Abmelden
|
||||
"profile": "Profil", // Profil
|
||||
"email": "Email", // E-Mail
|
||||
"password": "Hasło", // Passwort
|
||||
"confirmPassword": "Potwierdź hasło", // Passwort bestätigen
|
||||
"forgotPassword": "Zapomniałeś hasła?", // Passwort vergessen?
|
||||
"loginWithGoogle": "Zaloguj się przez Google", // Mit Google anmelden
|
||||
"or": "LUB", // ODER
|
||||
"privacyAccept": "Klikając „Zaloguj się przez Google” akceptuję", // Mit dem Click auf \"Mit Google anmelden\" akzeptiere ich die
|
||||
"privacyPolicy": "Politykę prywatności", // Datenschutzbestimmungen
|
||||
"passwordMinLength": "Hasło musi mieć co najmniej 8 znaków", // Das Passwort muss mindestens 8 Zeichen lang sein
|
||||
"newPasswordMinLength": "Nowe hasło musi mieć co najmniej 8 znaków", // Das neue Passwort muss mindestens 8 Zeichen lang sein
|
||||
"menu": {
|
||||
"profile": "Profil", // Profil
|
||||
"checkout": "Zamówienie", // Bestellabschluss
|
||||
"orders": "Zamówienia", // Bestellungen
|
||||
"settings": "Ustawienia", // Einstellungen
|
||||
"adminDashboard": "Panel administratora", // Admin Dashboard
|
||||
"adminUsers": "Użytkownicy administratora" // Admin Users
|
||||
}
|
||||
},
|
||||
"cart": {
|
||||
"title": "Koszyk", // Warenkorb
|
||||
"empty": "pusty", // leer
|
||||
"addToCart": "Dodaj do koszyka", // In den Korb
|
||||
"preorderCutting": "Zamów jako sadzonkę", // Als Steckling vorbestellen
|
||||
"continueShopping": "Kontynuuj zakupy", // Weiter einkaufen
|
||||
"proceedToCheckout": "Przejdź do kasy", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {Produkt} other {Produkty}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"removeFromCart": "Usuń z koszyka", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Otwórz koszyk", // Warenkorb öffnen
|
||||
"availableFrom": "Dostępne od {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Powrót do zamówienia", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Synchronizacja koszyka", // Warenkorb-Synchronisierung
|
||||
"description": "Masz zapisany koszyk na swoim koncie. Wybierz, jak chcesz kontynuować:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Usuń koszyk z serwera", // Server-Warenkorb löschen
|
||||
"useServer": "Użyj koszyka z serwera", // Server-Warenkorb übernehmen
|
||||
"merge": "Połącz koszyki", // Warenkörbe zusammenführen
|
||||
"currentCart": "Twój aktualny koszyk", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Koszyk zapisany w Twoim profilu" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
},
|
||||
"product": {
|
||||
"loading": "Ładowanie produktu...", // Produkt wird geladen...
|
||||
"notFound": "Produkt nie znaleziony", // Produkt nicht gefunden
|
||||
"notFoundDescription": "Produkt, którego szukasz, nie istnieje lub został usunięty.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Powrót do strony głównej", // Zurück zur Startseite
|
||||
"error": "Błąd", // Fehler
|
||||
"articleNumber": "Numer artykułu", // Artikelnummer
|
||||
"manufacturer": "Producent", // Hersteller
|
||||
"inclVat": "w tym {{vat}}% VAT", // inkl. {{vat}}% MwSt.
|
||||
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
|
||||
"new": "Nowość", // Neu
|
||||
"arriving": "Nadchodzi:", // Ankunft:
|
||||
"inclVatFooter": "w tym {{vat}}% VAT,*", // incl. {{vat}}% USt.,*
|
||||
"availability": "Dostępność", // Verfügbarkeit
|
||||
"inStock": "na stanie", // auf Lager
|
||||
"comingSoon": "Wkrótce dostępne", // Bald verfügbar
|
||||
"deliveryTime": "Czas dostawy", // Lieferzeit
|
||||
"inclShort": "w tym", // inkl.
|
||||
"vatShort": "VAT", // MwSt.
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produktów", // 0 Produkte
|
||||
"oneProduct": "1 produkt", // 1 Produkt
|
||||
"multipleProducts": "{{count}} produktów", // {{count}} Produkte
|
||||
"filteredProducts": "{{filtered}} z {{total}} produktów", // {{filtered}} von {{total}} Produkten
|
||||
"filteredOneProduct": "{{filtered}} z 1 produktu" // {{filtered}} von 1 Produkt
|
||||
},
|
||||
"removeFiltersToSee": "Usuń filtry, aby zobaczyć produkty", // Entferne Filter um Produkte zu sehen
|
||||
"outOfStock": "Brak na stanie", // Out of Stock
|
||||
"fromXProducts": "od {{count}} produktów" // ab {{count}} Produkten
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Możesz zapytać mnie o odmiany konopi...", // Du kannst mich nach Cannabissorten fragen...
|
||||
"recording": "Nagrywanie...", // Aufnahme läuft...
|
||||
"searchProducts": "Szukaj produktów..." // Produkte suchen...
|
||||
},
|
||||
"sorting": {
|
||||
"name": "Nazwa", // Name
|
||||
"searchField": "Fraza wyszukiwania", // Suchbegriff
|
||||
"priceLowHigh": "Cena: od najniższej do najwyższej", // Preis: Niedrig zu Hoch
|
||||
"priceHighLow": "Cena: od najwyższej do najniższej" // Preis: Hoch zu Niedrig
|
||||
},
|
||||
"chat": {
|
||||
"privacyRead": "Przeczytano i zaakceptowano" // Gelesen & Akzeptiert
|
||||
},
|
||||
"delivery": {
|
||||
"methods": {
|
||||
"dhl": "DHL", // DHL
|
||||
"dpd": "DPD", // DPD
|
||||
"sperrgut": "Towary wielkogabarytowe", // Sperrgut
|
||||
"pickup": "Odbiór w oddziale" // Abholung in der Filiale
|
||||
},
|
||||
"descriptions": {
|
||||
"standard": "Standardowa wysyłka", // Standardversand
|
||||
"standardFree": "Standardowa wysyłka - GRATIS od zamówienia za 100€!", // Standardversand - KOSTENLOS ab 100€ Warenwert!
|
||||
"notAvailable": "Nie można wybrać, ponieważ jeden lub więcej produktów można odebrać tylko osobiście", // nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können
|
||||
"bulky": "Dla dużych i ciężkich przedmiotów" // Für große und schwere Artikel
|
||||
},
|
||||
"prices": {
|
||||
"free": "bezpłatnie", // kostenlos
|
||||
"freeFrom100": "(bezpłatnie od 100€)", // (kostenlos ab 100€)
|
||||
"dhl": "6,99 €", // 6,99 €
|
||||
"dpd": "4,90 €", // 4,90 €
|
||||
"sperrgut": "28,99 €" // 28,99 €
|
||||
},
|
||||
"times": {
|
||||
"cutting14Days": "Czas dostawy: 14 dni", // Lieferzeit: 14 Tage
|
||||
"standard2to3Days": "Czas dostawy: 2-3 dni", // Lieferzeit: 2-3 Tage
|
||||
"supplier7to9Days": "Czas dostawy: 7-9 dni" // Lieferzeit: 7-9 Tage
|
||||
}
|
||||
},
|
||||
"checkout": {
|
||||
"invoiceAddress": "Adres do faktury", // Rechnungsadresse
|
||||
"deliveryAddress": "Adres dostawy", // Lieferadresse
|
||||
"saveForFuture": "Zapisz na przyszłe zamówienia", // Für zukünftige Bestellungen speichern
|
||||
"pickupDate": "Na jaki termin chcesz odebrać sadzonki?", // Für welchen Termin ist die Abholung der Stecklinge gewünscht?
|
||||
"note": "Notatka", // Anmerkung
|
||||
"sameAddress": "Adres dostawy jest taki sam jak adres do faktury", // Lieferadresse ist identisch mit Rechnungsadresse
|
||||
"termsAccept": "Przeczytałem Warunki, Politykę prywatności oraz informacje o prawie do odstąpienia od umowy" // Ich habe die AGBs, die Datenschutzerklärung und die Bestimmungen zum Widerrufsrecht gelesen
|
||||
},
|
||||
"payment": {
|
||||
"successful": "Płatność zakończona sukcesem!", // Zahlung erfolgreich!
|
||||
"failed": "Płatność nie powiodła się", // Zahlung fehlgeschlagen
|
||||
"orderCompleted": "🎉 Twoje zamówienie zostało pomyślnie zrealizowane! Możesz teraz przeglądać swoje zamówienia.", // 🎉 Ihre Bestellung wurde erfolgreich abgeschlossen! Sie können jetzt Ihre Bestellungen einsehen.
|
||||
"orderProcessing": "Twoja płatność została pomyślnie przetworzona. Zamówienie zostanie automatycznie zakończone.", // Ihre Zahlung wurde erfolgreich verarbeitet. Die Bestellung wird automatisch abgeschlossen.
|
||||
"paymentError": "Twoja płatność nie mogła zostać przetworzona. Spróbuj ponownie lub wybierz inną metodę płatności.", // Ihre Zahlung konnte nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.
|
||||
"viewOrders": "Zobacz moje zamówienia" // Zu meinen Bestellungen
|
||||
},
|
||||
"filters": {
|
||||
"sorting": "Sortowanie", // Sortierung
|
||||
"perPage": "na stronę", // pro Seite
|
||||
"availability": "Dostępność", // Verfügbarkeit
|
||||
"manufacturer": "Producent" // Hersteller
|
||||
},
|
||||
"tax": {
|
||||
"vat": "Podatek VAT", // Mehrwertsteuer
|
||||
"vat7": "7% podatek VAT", // 7% Mehrwertsteuer
|
||||
"vat19": "19% podatek VAT", // 19% Mehrwertsteuer
|
||||
"vat19WithShipping": "19% podatek VAT (w tym wysyłka)", // 19% Mehrwertsteuer (inkl. Versand)
|
||||
"totalNet": "Łączna cena netto", // Gesamtnettopreis
|
||||
"totalGross": "Łączna cena brutto bez wysyłki", // Gesamtbruttopreis ohne Versand
|
||||
"subtotal": "Suma częściowa" // Zwischensumme
|
||||
},
|
||||
"footer": {
|
||||
"hours": "Sob 11-19", // Sa 11-19
|
||||
"address": "Trachenberger Straße 14 - Drezno", // Trachenberger Straße 14 - Dresden
|
||||
"location": "Między przystankiem Pieschen a Trachenberger Platz", // Zwischen Haltepunkt Pieschen und Trachenberger Platz
|
||||
"allPricesIncl": "* Wszystkie ceny zawierają ustawowy VAT, plus koszty wysyłki", // * Alle Preise inkl. gesetzlicher USt., zzgl. Versand
|
||||
"copyright": "© {{year}} GrowHeads.de", // © {{year}} GrowHeads.de
|
||||
"legal": {
|
||||
"datenschutz": "Prywatność", // Datenschutz
|
||||
"agb": "Regulamin", // AGB
|
||||
"sitemap": "Mapa strony", // Sitemap
|
||||
"impressum": "Impressum", // Impressum
|
||||
"batteriegesetzhinweise": "Informacje o ustawie o bateriach", // Batteriegesetzhinweise
|
||||
"widerrufsrecht": "Prawo do odstąpienia" // Widerrufsrecht
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"home": "Wysokiej jakości nasiona i sadzonki konopi", // Fine Cannabis Seeds & Cuttings (the text in the string has special characters, translate using the comment)
|
||||
"aktionen": "Aktualne promocje i oferty", // Aktuelle Aktionen & Angebote (the text in the string has special characters, translate using the comment)
|
||||
"filiale": "Nasz oddział w Dreźnie" // Unsere Filiale in Dresden (the text in the string has special characters, translate using the comment)
|
||||
},
|
||||
"sections": {
|
||||
"seeds": "Nasiona", // Seeds
|
||||
"stecklinge": "Sadzonki", // Stecklinge
|
||||
"oilPress": "Wypożycz praskę do oleju", // Ölpresse ausleihen
|
||||
"thcTest": "Test THC", // THC Test
|
||||
"address1": "Trachenberger Straße 14", // Trachenberger Straße 14
|
||||
"address2": "01129 Drezno" // 01129 Dresden
|
||||
},
|
||||
"pages": {
|
||||
"oilPress": {
|
||||
"title": "Wypożycz praskę do oleju", // Ölpresse ausleihen
|
||||
"comingSoon": "Zawartość wkrótce..." // Inhalt kommt bald...
|
||||
},
|
||||
"thcTest": {
|
||||
"title": "Test THC", // THC Test
|
||||
"comingSoon": "Zawartość wkrótce..." // Inhalt kommt bald...
|
||||
}
|
||||
},
|
||||
"orders": {
|
||||
"status": {
|
||||
"new": "W trakcie realizacji", // in Bearbeitung
|
||||
"pending": "Nowe", // Neu
|
||||
"processing": "W trakcie realizacji", // in Bearbeitung
|
||||
"cancelled": "Anulowane", // Storniert
|
||||
"shipped": "Wysłane", // Verschickt
|
||||
"delivered": "Dostarczone", // Geliefert
|
||||
"return": "Zwrot", // Retoure
|
||||
"partialReturn": "Częściowy zwrot", // Teil Retoure
|
||||
"partialDelivered": "Częściowo dostarczone" // Teil geliefert
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Ładowanie...", // Lädt...
|
||||
"error": "Błąd", // Fehler
|
||||
"close": "Zamknij", // Schließen
|
||||
"save": "Zapisz", // Speichern
|
||||
"cancel": "Anuluj", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Tak", // Ja
|
||||
"no": "Nie", // Nein
|
||||
"next": "Dalej", // Weiter
|
||||
"back": "Wstecz", // Zurück
|
||||
"edit": "Edytuj", // Bearbeiten
|
||||
"delete": "Usuń", // Löschen
|
||||
"add": "Dodaj", // Hinzufügen
|
||||
"remove": "Usuń", // Entfernen
|
||||
"products": "Produkty", // Produkte
|
||||
"product": "Produkt" // Produkt
|
||||
}
|
||||
};
|
||||
import translations from './index.js';
|
||||
|
||||
export default translations;
|
||||
Reference in New Issue
Block a user