2017-09-19 13:25:13 +02:00
< ? php
return [
2019-11-18 20:35:48 +03:00
'api_key' => 'API-Schlüssel' ,
2018-06-20 18:47:39 +03:00
'my_apps' => 'Meine Apps' ,
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Pre-Sale' ,
2017-11-30 12:14:39 +03:00
'top_paid' => 'Top bezahlt' ,
'new' => 'Neu' ,
'top_free' => 'Top kostenlos' ,
'free' => 'Kostenlos' ,
2022-02-28 00:24:36 +00:00
'monthly' => 'Monatlich' ,
'yearly' => 'Jährlich' ,
'yearly_pricing' => 'Jährliche Rechnung' ,
'monthly_price' => 'Ab :price' ,
'per_month' => 'pro Monat' ,
'billed_yearly' => 'Jährlich abgerechnet' ,
'billed_monthly' => 'Monatlich abgerechnet' ,
'save_year' => 'Sie sparen <strong>:price</strong> pro Jahr!' ,
'if_paid_year' => 'Oder <strong>:price/mo</strong> wenn jährlich bezahlt' ,
'information_monthly' => 'Diese Option ist nur für <strong>Cloud-Service gültig</strong>' ,
2017-11-30 12:14:39 +03:00
'install' => 'Installieren' ,
'buy_now' => 'Jetzt kaufen' ,
2020-02-05 13:43:29 +03:00
'get_api_key' => '<a href=":url" target="_blank">Klicke hier</a> um Ihren API-Schlüssel zu erhalten.' ,
2018-01-13 15:30:54 +03:00
'no_apps' => 'Bisher existieren noch keine Apps in dieser Kategorie.' ,
2020-02-05 13:43:29 +03:00
'become_developer' => 'Sind sie ein Entwickler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Hier</a> lernen Sie wie Sie eine App erstellen und verkaufen können!' ,
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Empfohlene Apps' ,
2022-02-28 00:24:36 +00:00
'can_not_install' => 'Monatliche Abonnements sind nur im Cloud-Dienst verfügbar. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Erfahre mehr.</a>' ,
2018-11-08 12:11:42 +03:00
2018-01-13 15:30:54 +03:00
'about' => 'Über' ,
'added' => 'Hinzugefügt' ,
'updated' => 'Aktualisiert' ,
'compatibility' => 'Kompatibilität' ,
2018-12-11 16:47:45 +03:00
'documentation' => 'Dokumentation' ,
'view' => 'Ansicht' ,
'back' => 'Zurück' ,
2018-01-13 15:30:54 +03:00
'installed' => ':module installiert' ,
'uninstalled' => ':module deinstalliert' ,
2021-07-16 00:17:27 +00:00
'updated_2' => ':module aktualisiert' ,
2018-01-13 15:30:54 +03:00
'enabled' => ':module aktiviert' ,
'disabled' => ':module deaktiviert' ,
'tab' => [
'installation' => 'Installation' ,
'faq' => 'Häufige Fragen / FAQ' ,
'changelog' => 'Changelog' ,
2019-11-18 20:35:48 +03:00
'reviews' => 'Rezensionen' ,
2018-01-13 15:30:54 +03:00
],
2017-09-19 13:25:13 +02:00
'installation' => [
2018-01-13 15:30:54 +03:00
'header' => 'App Installation' ,
2017-11-30 12:14:39 +03:00
'download' => 'Lade :module Dateien herunter.' ,
'unzip' => 'Extrahiere :module Dateien.' ,
2018-11-08 12:11:42 +03:00
'file_copy' => ':module Dateien werden kopiert.' ,
2019-11-18 20:35:48 +03:00
'finish' => ':module Installation wird abgeschlossen' ,
2019-12-25 14:32:47 +03:00
'redirect' => ':module installiert, es wird zur Update-Seite weitergeleitet' ,
2018-01-13 15:30:54 +03:00
'install' => 'Installiere :module Dateien.' ,
2017-09-19 13:25:13 +02:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2022-02-28 00:24:36 +00:00
'purchase' => 'Du solltest :module kaufen/erneuern!' ,
2019-11-18 20:35:48 +03:00
'download' => ':module kann nicht heruntergeladen werden' ,
'zip' => ':module zip Datei kann nicht erstellt werden' ,
'unzip' => ':module kann nicht entpackt werden' ,
'file_copy' => ':module Dateien können nicht kopiert werden' ,
'finish' => ':module Installation kann nicht abgeschlossen werden' ,
2018-11-08 12:11:42 +03:00
],
2018-06-20 18:47:39 +03:00
'badge' => [
2019-11-18 20:35:48 +03:00
'installed' => 'Installiert' ,
'pre_sale' => 'Pre-Sale' ,
2018-06-20 18:47:39 +03:00
],
2017-09-19 13:25:13 +02:00
'button' => [
2017-11-30 12:14:39 +03:00
'uninstall' => 'Deinstallieren' ,
'disable' => 'Deaktivieren' ,
'enable' => 'Aktivieren' ,
2017-09-19 13:25:13 +02:00
],
2018-06-20 18:47:39 +03:00
'my' => [
2019-11-18 20:35:48 +03:00
'purchased' => 'Gekauft' ,
'installed' => 'Installiert' ,
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2019-11-18 20:35:48 +03:00
'add' => 'Eine Rezension verfassen'
2018-11-08 12:11:42 +03:00
],
2019-11-18 20:35:48 +03:00
'na' => 'Es existieren noch keine Rezensionen.'
2020-02-05 13:43:29 +03:00
],
2017-09-19 13:25:13 +02:00
];