new crowdin translations
This commit is contained in:
@ -51,6 +51,7 @@ return [
|
||||
'templates' => 'Vorlage|Vorlagen',
|
||||
'sales' => 'Einnahme|Einnahmen',
|
||||
'purchases' => 'Ausgabe|Ausgaben',
|
||||
'notifications' => 'Benachrichtigung|Benachrichtigungen',
|
||||
|
||||
'welcome' => 'Willkommen',
|
||||
'banking' => 'Bankwesen',
|
||||
@ -161,6 +162,7 @@ return [
|
||||
'due_on' => 'Fällig am',
|
||||
'amount_due' => 'Fälliger Betrag',
|
||||
'financial_year' => 'Geschäftsjahr',
|
||||
'created' => 'Erstellt',
|
||||
|
||||
'card' => [
|
||||
'cards' => 'Karte|Karten',
|
||||
|
@ -4,12 +4,24 @@ return [
|
||||
|
||||
'change_language' => 'Sprache ändern',
|
||||
'last_login' => 'Letzter Login :time',
|
||||
|
||||
'notifications' => [
|
||||
'counter' => '{0} Sie haben keine Benachrichtigungen|{1} Sie haben :count Benachrichtigung|[2,*] Sie haben :count Benachrichtigungen',
|
||||
'new_apps' => '{1} :count neue App wurde veröffentlicht|[2,*] :count neue Apps veröffentlicht',
|
||||
'overdue_invoices' => '{1} :count überfällige Rechnung|[2,*] :count überfällige Rechnungen',
|
||||
'upcoming_bills' => '{1} :count bevorstehende Rechnung|[2,*] :count bevorstehende Rechnungen',
|
||||
'view_all' => 'Alle anzeigen'
|
||||
'view_all' => 'Alle anzeigen',
|
||||
|
||||
'exports' => [
|
||||
'completed' => '{1} :count Export beendet|[2,*] :count fertige Exporte',
|
||||
'failed' => '{1} :count fehlgeschlagener Export|[2,*] :count fehlgeschlagene Exporte',
|
||||
],
|
||||
'imports' => [
|
||||
'completed' => '{1} :count Import beendet|[2,*] :count fertige Importe',
|
||||
'failed' => '{1} :count fehlgeschlagener Import|[2,*] :count fehlgeschlagene Importe',
|
||||
],
|
||||
],
|
||||
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
'support_link' => 'https://akaunting.com/support',
|
||||
|
||||
|
@ -13,6 +13,8 @@ return [
|
||||
'export_queued' => ':type Export ist geplant! Sie erhalten eine E-Mail, sobald dieser fertiggestellt ist.',
|
||||
'enabled' => ':type aktiviert!',
|
||||
'disabled' => ':type deaktiviert!',
|
||||
|
||||
'clear_all' => 'Großartig! Du hast all deinen :type gelöscht.',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
|
||||
'installed' => ':module installiert',
|
||||
'uninstalled' => ':module deinstalliert',
|
||||
//'updated' => ':module updated',
|
||||
'updated_2' => ':module aktualisiert',
|
||||
'enabled' => ':module aktiviert',
|
||||
'disabled' => ':module deaktiviert',
|
||||
|
||||
|
@ -77,6 +77,12 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'transfer' => [
|
||||
'choose_template' => 'Wählen Sie eine Vorlage aus',
|
||||
'second' => 'Zweite',
|
||||
'third' => 'Dritte',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'description' => 'Standardkonto, Währung, Sprache Ihres Unternehmens',
|
||||
'list_limit' => 'Datensätze pro Seite',
|
||||
@ -115,6 +121,7 @@ return [
|
||||
'invoice_payment_admin' => 'Vorlage für Zahlungseingang (an Admin gesendet)',
|
||||
'bill_remind_admin' => 'Vorlage für Erinnerungen - Ausgaben (an Admin gesendet)',
|
||||
'bill_recur_admin' => 'Vorlage für wiederkehrende Rechnungen - Ausgaben (an Admin gesendet)',
|
||||
'revenue_new_customer' => 'Vorlage für Zahlungseingang (an Kunden gesendet)',
|
||||
],
|
||||
],
|
||||
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
'from_account_rate' => 'Von Konto',
|
||||
'to_account' => 'Auf Konto',
|
||||
'to_account_rate' => 'Nach Konto',
|
||||
'details' => 'Detail|Details',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from nach :to (:amount)',
|
||||
|
Reference in New Issue
Block a user