mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
9
public/locales/de/bank-account-form.json
Normal file
9
public/locales/de/bank-account-form.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Bankkonto",
|
||||
"bank_name": "Bankname",
|
||||
"account_no": "Bankkonto-Details",
|
||||
"loading": "Lädt",
|
||||
"done": "Fertig",
|
||||
"create": "Erstellen",
|
||||
"notification_updated": "Aktualisiert"
|
||||
}
|
||||
6
public/locales/de/bank-accounts-list.json
Normal file
6
public/locales/de/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"loading": "Lädt",
|
||||
"bank": "Bank",
|
||||
"bank_account_details": "Bankkonto-Details",
|
||||
"add_bank_account": "Bankkonto hinzufügen"
|
||||
}
|
||||
10
public/locales/de/client-fields.json
Normal file
10
public/locales/de/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Kennung",
|
||||
"field": "Feld",
|
||||
"delete_modal": {
|
||||
"title": "Feld löschen",
|
||||
"ok_title": "Löschen",
|
||||
"cancel_title": "ablehnen"
|
||||
},
|
||||
"notification_deleted": "Gelöscht"
|
||||
}
|
||||
36
public/locales/de/client-form.json
Normal file
36
public/locales/de/client-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "Kunde",
|
||||
"delete": "Löschen",
|
||||
"done": "Fertig",
|
||||
"create": "Erstellen",
|
||||
"loading": "Lädt",
|
||||
"tabs": {
|
||||
"general": "Allgemein",
|
||||
"invoicing": "Inrechnungsstellung",
|
||||
"address": "Adresse"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "Firmenname",
|
||||
"invoice_email": "E-Mail"
|
||||
},
|
||||
"invoicing": {
|
||||
"currency": "Währung",
|
||||
"rate": "Stundenlohn",
|
||||
"has_tax": "Steuern anwenden",
|
||||
"bank_account": "Bankkonto"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "Firmenadresse",
|
||||
"company_postal_code": "Postleitzahl",
|
||||
"company_city": "Stadt",
|
||||
"company_county": "Bundesland",
|
||||
"company_country": "Land"
|
||||
},
|
||||
"delete_modal": {
|
||||
"title": "Kunden löschen",
|
||||
"ok_title": "Löschen",
|
||||
"cancel_title": "Ablehnen"
|
||||
},
|
||||
"notification_deleted": "Gelöscht",
|
||||
"notification_updated": "Aktualisiert"
|
||||
}
|
||||
6
public/locales/de/client-selector.json
Normal file
6
public/locales/de/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"client": "Kunde",
|
||||
"create": "Erstellen",
|
||||
"new": "neu",
|
||||
"suggest_placeholder": "Kunden suchen"
|
||||
}
|
||||
5
public/locales/de/customizations-modal.json
Normal file
5
public/locales/de/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Rechnungen anpassen",
|
||||
"textarea_label": "Benutzerdefiniertes CSS einfügen",
|
||||
"updated": "Aktualisiert"
|
||||
}
|
||||
3
public/locales/de/empty-state.json
Normal file
3
public/locales/de/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"content": "Hier ist noch nichts."
|
||||
}
|
||||
6
public/locales/de/import-modal.json
Normal file
6
public/locales/de/import-modal.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Daten importieren",
|
||||
"warning": "Deine aktuellen Daten werden entfernt und von den importierten Daten überschrieben!",
|
||||
"button_text": "Importdatei auswählen",
|
||||
"import-error": "Ungültiges JSON Format"
|
||||
}
|
||||
5
public/locales/de/invoice-bank-details.json
Normal file
5
public/locales/de/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bank_name": "Bank hinzufügen",
|
||||
"bank_account_no": "Bankdetails hinzufügen",
|
||||
"bank_account_modal_title": "Bankkonto auswählen"
|
||||
}
|
||||
8
public/locales/de/invoice-client-details.json
Normal file
8
public/locales/de/invoice-client-details.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"client_address": "Adresse",
|
||||
"client_postal_code": "Postleitzahl",
|
||||
"client_city": "Stadt",
|
||||
"client_county": "Bundesland",
|
||||
"client_country": "Land",
|
||||
"client_email": "Kunden-E-Mail"
|
||||
}
|
||||
9
public/locales/de/invoice-company-details.json
Normal file
9
public/locales/de/invoice-company-details.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"your_company_name": "Dein Firmenname",
|
||||
"address": "Adresse",
|
||||
"postal_code": "Postleitzahl",
|
||||
"city": "Stadt",
|
||||
"county": "Bundesland",
|
||||
"country": "Land",
|
||||
"your_email": "Deine E-Mail"
|
||||
}
|
||||
5
public/locales/de/invoice-contact-details.json
Normal file
5
public/locales/de/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"add_website": "Website hinzufügen",
|
||||
"add_email": "E-Mail hinzufügen",
|
||||
"add_phone": "Telefon hinzufügen"
|
||||
}
|
||||
16
public/locales/de/invoice-controls.json
Normal file
16
public/locales/de/invoice-controls.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"back": "Zurück",
|
||||
"book": "Buchen",
|
||||
"design_and_layout": "Design & Layout",
|
||||
"compact": "Kompakt",
|
||||
"comfortable": "Komfortabel",
|
||||
"customize": "Deinen Wüschen anpassen",
|
||||
"download_pdf": "PDF herunterladen",
|
||||
"delete": "Löschen",
|
||||
"delete_modal": {
|
||||
"title": "Rechnung löschen",
|
||||
"ok_title": "Löschen",
|
||||
"cancel_title": "Ablehnen"
|
||||
},
|
||||
"notification_deleted": "Gelöscht"
|
||||
}
|
||||
3
public/locales/de/invoice-form.json
Normal file
3
public/locales/de/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"insert_note": "Notiz einfügen"
|
||||
}
|
||||
10
public/locales/de/invoice-header.json
Normal file
10
public/locales/de/invoice-header.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"invoice_title": "Rechnung ",
|
||||
"invoice_number": "Nein.",
|
||||
"issued_at": "Ausgestellt am: ",
|
||||
"due_at": "Fällig am:",
|
||||
"late_fee": "Verzugsgebühr:",
|
||||
"add_late_fee": "Verzugsgebühr hinzufügen",
|
||||
"modal_issued_at_title": "Ausgestellt am",
|
||||
"modal_due_at_title": "Fällig am"
|
||||
}
|
||||
7
public/locales/de/invoice-row.json
Normal file
7
public/locales/de/invoice-row.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"enter_item": "Gegenstand eingeben",
|
||||
"enter_quantity": "Menge eingeben",
|
||||
"enter_unit": "Einheit eingeben",
|
||||
"enter_price": "Preis eingeben",
|
||||
"enter_tax": "Steuer eingeben"
|
||||
}
|
||||
7
public/locales/de/invoice-rows-header.json
Normal file
7
public/locales/de/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"item": "Gegenstand",
|
||||
"quantity": "Menge",
|
||||
"unit": "Einheit",
|
||||
"price": "Preis",
|
||||
"sum": "Summe"
|
||||
}
|
||||
5
public/locales/de/invoice-totals.json
Normal file
5
public/locales/de/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtotal": "Zwischensumme",
|
||||
"total": "Gesamtsumme",
|
||||
"add_currency": "Währung hinzufügen"
|
||||
}
|
||||
7
public/locales/de/invoices-list.json
Normal file
7
public/locales/de/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"invoice_number": "Nein.",
|
||||
"client": "Kunde",
|
||||
"issued_at": "Ausgestellt am",
|
||||
"total": "Gesamtsumme",
|
||||
"status": "Status"
|
||||
}
|
||||
6
public/locales/de/invoices.json
Normal file
6
public/locales/de/invoices.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Rechnungen",
|
||||
"new_invoice": "Neue Rechnung",
|
||||
"export": "Exportieren",
|
||||
"import": "Importieren"
|
||||
}
|
||||
9
public/locales/de/statuses.json
Normal file
9
public/locales/de/statuses.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"statuses": {
|
||||
"draft": "Entwurf",
|
||||
"booked": "Gebucht",
|
||||
"sent": "Gesendet",
|
||||
"paid": "Bezahlt",
|
||||
"cancelled": "Abgebrochen"
|
||||
}
|
||||
}
|
||||
10
public/locales/de/team-fields.json
Normal file
10
public/locales/de/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Kennung",
|
||||
"field": "Feld",
|
||||
"delete_modal": {
|
||||
"title": "Feld löschen",
|
||||
"ok_title": "Löschen",
|
||||
"cancel_title": "Ablehnen"
|
||||
},
|
||||
"notification_delete": "Gelöscht"
|
||||
}
|
||||
36
public/locales/de/team-form.json
Normal file
36
public/locales/de/team-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "Deine Firma",
|
||||
"done": "Fertig",
|
||||
"updated": "Aktualisiert",
|
||||
"loading": "Lädt",
|
||||
"tabs": {
|
||||
"general": "Allgemein",
|
||||
"invoicing": "Inrechnungsstellung",
|
||||
"address": "Adresse",
|
||||
"taxes": "Steuern"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "Firmenname",
|
||||
"contact_email": "E-Mail",
|
||||
"contact_phone": "Telefon",
|
||||
"website": "Website"
|
||||
},
|
||||
"invoicing": {
|
||||
"invoice_late_fee": "Verzugsgebühr (%)",
|
||||
"invoice_due_days": "Bezahlungsbedingungen, Tage",
|
||||
"currency": "Standardwährung"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "Firmenadresse",
|
||||
"company_postal_code": "Postleitzahl",
|
||||
"company_city": "Stadt",
|
||||
"company_county": "Bundesland",
|
||||
"company_country": "Land"
|
||||
},
|
||||
"tax_modal": {
|
||||
"title": "Steuern für aktuelle Rechnungsreihen überschreiben?",
|
||||
"ok_title": "Überschreiben",
|
||||
"cancel_title": "Ablehnen",
|
||||
"taxes_updated": "Steuern aktualisiert"
|
||||
}
|
||||
}
|
||||
7
public/locales/de/team-logo.json
Normal file
7
public/locales/de/team-logo.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"modal_title": "Logo auswählen",
|
||||
"button_text": "Aus Dateien auswählen",
|
||||
"logo_url": "Bild-Web-URL einfügen",
|
||||
"logo_url_err": "Die Logogröße muss unter 512kb liegen.",
|
||||
"or": "oder"
|
||||
}
|
||||
10
public/locales/de/team-taxes.json
Normal file
10
public/locales/de/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Kennung",
|
||||
"tax": "Steuer",
|
||||
"delete_modal": {
|
||||
"title": "Steuer löschen",
|
||||
"ok_title": "Löschen",
|
||||
"cancel_title": "Ablehnen"
|
||||
},
|
||||
"notification_deleted": "Gelöscht"
|
||||
}
|
||||
9
public/locales/de/the-footer.json
Normal file
9
public/locales/de/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"lights-on": "Licht an",
|
||||
"lights-off": "Licht aus",
|
||||
"title": "All deine Daten sind in deinem Browser gespeichtert und auf keinem Server.\n This application is truly serverless and only you have access to your data.",
|
||||
"what_about_my_data": "Was passiert mit meinen Daten? ",
|
||||
"made_with": "Erstellt mit",
|
||||
"by": "von",
|
||||
"upgrade": "Upgrade"
|
||||
}
|
||||
@ -14,7 +14,7 @@ i18next
|
||||
|
||||
const initialized = i18next.init({
|
||||
fallbackLng: 'en',
|
||||
whitelist: ['en', 'fr', 'et', 'fa', 'bn', 'es'],
|
||||
whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es'],
|
||||
backend: {
|
||||
loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user