2022-02-28 00:24:36 +00:00

96 lines
4.0 KiB
PHP

<?php
return [
'api_key' => 'API-Schlüssel',
'my_apps' => 'Meine Apps',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top bezahlt',
'new' => 'Neu',
'top_free' => 'Top kostenlos',
'free' => 'Kostenlos',
'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>',
'install' => 'Installieren',
'buy_now' => 'Jetzt kaufen',
'get_api_key' => '<a href=":url" target="_blank">Klicke hier</a> um Ihren API-Schlüssel zu erhalten.',
'no_apps' => 'Bisher existieren noch keine Apps in dieser Kategorie.',
'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!',
'recommended_apps' => 'Empfohlene Apps',
'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>',
'about' => 'Über',
'added' => 'Hinzugefügt',
'updated' => 'Aktualisiert',
'compatibility' => 'Kompatibilität',
'documentation' => 'Dokumentation',
'view' => 'Ansicht',
'back' => 'Zurück',
'installed' => ':module installiert',
'uninstalled' => ':module deinstalliert',
'updated_2' => ':module aktualisiert',
'enabled' => ':module aktiviert',
'disabled' => ':module deaktiviert',
'tab' => [
'installation' => 'Installation',
'faq' => 'Häufige Fragen / FAQ',
'changelog' => 'Changelog',
'reviews' => 'Rezensionen',
],
'installation' => [
'header' => 'App Installation',
'download' => 'Lade :module Dateien herunter.',
'unzip' => 'Extrahiere :module Dateien.',
'file_copy' => ':module Dateien werden kopiert.',
'finish' => ':module Installation wird abgeschlossen',
'redirect' => ':module installiert, es wird zur Update-Seite weitergeleitet',
'install' => 'Installiere :module Dateien.',
],
'errors' => [
'purchase' => 'Du solltest :module kaufen/erneuern!',
'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',
],
'badge' => [
'installed' => 'Installiert',
'pre_sale' => 'Pre-Sale',
],
'button' => [
'uninstall' => 'Deinstallieren',
'disable' => 'Deaktivieren',
'enable' => 'Aktivieren',
],
'my' => [
'purchased' => 'Gekauft',
'installed' => 'Installiert',
],
'reviews' => [
'button' => [
'add' => 'Eine Rezension verfassen'
],
'na' => 'Es existieren noch keine Rezensionen.'
],
];