-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(plugin-ecommerce): add german translation #14669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Pesqoo
wants to merge
1
commit into
payloadcms:main
Choose a base branch
from
Pesqoo:feat/ecommerce-plugin-german-translation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+98
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,96 @@ | ||
| import type { GenericTranslationsObject } from '@payloadcms/translations' | ||
|
|
||
| export const de: GenericTranslationsObject = { | ||
| $schema: './translation-schema.json', | ||
| 'plugin-ecommerce': { | ||
| abandoned: 'Abandoned', | ||
| active: 'Aktiv', | ||
| address: 'Adresse', | ||
| addressCity: 'Stadt', | ||
| addressCompany: 'Firma', | ||
| addressCountry: 'Land', | ||
| addresses: 'Adressen', | ||
| addressesCollectionDescription: | ||
| 'Adressen sind mit Kunden verknüpft und werden verwendet, um Versand- und Rechnungsinformationen beim Aufgeben von Bestellungen vorauszufüllen.', | ||
| addressFirstName: 'Vorname', | ||
| addressLastName: 'Nachname', | ||
| addressLine1: 'Adresse 1', | ||
| addressLine2: 'Adresse 2', | ||
| addressPhone: 'Telefon', | ||
| addressPostalCode: 'Postleitzahl', | ||
| addressState: 'Bundesland', | ||
| addressTitle: 'Titel', | ||
| amount: 'Betrag', | ||
| availableVariants: 'Verfügbare Varianten', | ||
| billing: 'Rechnung', | ||
| billingAddress: 'Rechnungsadresse', | ||
| cancelled: 'Storniert', | ||
| cart: 'Warenkorb', | ||
| carts: 'Warenkörbe', | ||
| cartsCollectionDescription: | ||
| 'Warenkörbe repräsentieren die Produktauswahl eines Kunden, die er kaufen möchte. Sie sind, wenn möglich, mit einem Kunden verknüpft, und Gastbenutzer haben keinen angehängten Kunden.', | ||
| completed: 'Abgeschlossen', | ||
| currency: 'Währung', | ||
| currencyNotSet: 'Währung nicht festgelegt.', | ||
| customer: 'Kunde', | ||
| customerEmail: 'Kunden-E-Mail', | ||
| customers: 'Kunden', | ||
| enableCurrencyPrice: `Aktiviere {{currency}} Preis`, | ||
| enableVariants: 'Varianten aktivieren', | ||
| expired: 'Abgelaufen', | ||
| failed: 'Fehlgeschlagen', | ||
| inventory: 'Inventar', | ||
| item: 'Artikel', | ||
| items: 'Artikel', | ||
| open: 'Offen', | ||
| order: 'Bestellung', | ||
| orderDetails: 'Bestelldetails', | ||
| orders: 'Bestellungen', | ||
| ordersCollectionDescription: | ||
| 'Bestellungen repräsentieren die Absicht eines Kunden, Produkte aus Ihrem Shop zu kaufen. Sie enthalten Details wie die bestellten Produkte, Mengen, Preise, Kundeninformationen und den Bestellstatus.', | ||
| paymentMethod: 'Zahlungsmethode', | ||
| paymentMethods: 'Zahlungsmethoden', | ||
| pending: 'Ausstehend', | ||
| price: 'Preis', | ||
| priceIn: 'Preis ({{currency}})', | ||
| priceNotSet: 'Preis nicht festgelegt.', | ||
| prices: 'Preise', | ||
| priceSetInVariants: 'Preis in Varianten festgelegt.', | ||
| processing: 'In Bearbeitung', | ||
| product: 'Produkt', | ||
| productPriceDescription: | ||
| 'Dieser Preis wird auch für die Sortierung und Filterung von Produkten verwendet. Wenn Sie Varianten aktiviert haben, können Sie den niedrigsten oder durchschnittlichen Preis eingeben, um bei der Suche und Filterung zu helfen, aber dieser Preis wird nicht für den Checkout verwendet.', | ||
| productRequired: 'Ein Produkt ist erforderlich.', | ||
| products: 'Produkte', | ||
| purchased: 'Gekauft', | ||
| purchasedAt: 'Gekauft am', | ||
| quantity: 'Menge', | ||
| refunded: 'Erstattet', | ||
| shipping: 'Versand', | ||
| shippingAddress: 'Versandadresse', | ||
| status: 'Status', | ||
| subtotal: 'Zwischensumme', | ||
| succeeded: 'Erfolgreich', | ||
| transaction: 'Transaktion', | ||
| transactionDetails: 'Transaktionsdetails', | ||
| transactions: 'Transaktionen', | ||
| transactionsCollectionDescription: | ||
| 'Transaktionen repräsentieren Zahlungsversuche, die für eine Bestellung unternommen wurden. Eine Bestellung kann mehrere Transaktionen haben, die mit ihr verbunden sind, wie z. B. einen ersten Zahlungsversuch und nachfolgende Rückerstattungen oder Anpassungen.', | ||
| variant: 'Variante', | ||
| variantOption: 'Variantenoption', | ||
| variantOptions: 'Variantenoptionen', | ||
| variantOptionsAlreadyExists: | ||
| 'Diese Variantenkombination wird bereits von einer anderen Variante verwendet. Bitte wählen Sie andere Optionen aus.', | ||
| variantOptionsCollectionDescription: | ||
| 'Variantenoptionen definieren die Optionen, die ein Variantentyp haben kann, wie z. B. rot oder weiß für Farben.', | ||
| variantOptionsRequired: 'Variantenoptionen sind erforderlich.', | ||
| variantOptionsRequiredAll: 'Alle Variantenoptionen sind erforderlich.', | ||
| variants: 'Varianten', | ||
| variantsCollectionDescription: | ||
| 'Produktvarianten ermöglichen es Ihnen, verschiedene Versionen eines Produkts anzubieten, z. B. Größen- oder Farbvariationen. Sie verweisen auf die Variantenoptionen eines Produkts basierend auf den genehmigten Variantentypen.', | ||
| variantType: 'Variantentyp', | ||
| variantTypes: 'Variantentypen', | ||
| variantTypesCollectionDescription: | ||
| 'Variantentypen werden verwendet, um die verschiedenen Arten von Varianten zu definieren, die Ihre Produkte haben können, wie z. B. Größe oder Farbe. Jeder Variantentyp kann mehrere zugehörige Optionen haben.', | ||
| }, | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is missing a translation. I would suggest something like 'Abgebrochen' here.
Thanks for this PR 👍