Merge pull request #1231 from denisdulici/master

Updated translations
This commit is contained in:
Denis Duliçi 2020-02-05 13:47:27 +03:00 committed by GitHub
commit bca566bac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
83 changed files with 669 additions and 365 deletions

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'Aktuelle E-Mail',
'reset' => 'Zurücksetzen',
'never' => 'niemals',
'landing_page' => 'Startseite',
'password' => [
'current' => 'Passwort',

View File

@ -35,11 +35,13 @@ return [
'receive_bill' => 'Rechnung erhalten',
'make_payment' => 'Zahlung vornehmen',
'status' => [
'statuses' => [
'draft' => 'Entwurf',
'received' => 'Erhalten',
'partial' => 'Teilweise',
'paid' => 'Bezahlt',
'overdue' => 'Überfällig',
'unpaid' => 'Unbezahlt',
],
'messages' => [

View File

@ -6,14 +6,14 @@ return [
'selected' => 'ausgewählt',
'message' => [
'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',
'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
'duplicate' => 'Sind Sie sicher das Sie die ausgewählten Datensätze <b>duplizieren</b> möchten?',
'delete' => 'Sind Sie sicher das Sie den ausgewählten Datensatz <b>löschen</b> möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze <b>löschen</b> möchten?',
'export' => 'Sind Sie sicher das Sie den ausgewählten Datensatz <b>exportieren</b> möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze <b>exportieren</b> möchten?',
'enable' => 'Sind Sie sicher das Sie den ausgewählten Datensatz <b>aktivieren</b> möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze <b>aktivieren</b> möchten?',
'disable' => 'Sind Sie sicher das Sie den ausgewählten Datensatz <b>deaktivieren</b> möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze <b>deaktivieren</b> möchten?',
'paid' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als <b>bezahlt</b> markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als <b>bezahlt</b> markieren möchten?',
'sent' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als <b>versendet</b> markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als <b>versendet</b> markieren möchten?',
'received' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als <b>empfangen</b> markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als <b>empfangen</b> markieren möchten?',
],
];

View File

@ -4,12 +4,10 @@ return [
'domain' => 'Domain',
'logo' => 'Logo',
'manage' => 'Unternehmen verwalten',
'all' => 'Alle Unternehmen',
'error' => [
'not_user_company' => 'Fehler: Sie haben keine Berechtigung, die Firmendaten zu ändern!',
'delete_active' => 'Fehler: Das aktive Unternehmen kann nicht gelöscht werden. Bitte zunächst wechseln!',
'delete_active' => 'Fehler: Das aktive Unternehmen kann nicht gelöscht werden. Bitte zunächst das Unternehmen wechseln!',
],
];

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Benutzer angelegt',
'error' => [
'email' => 'Diese Email ist bereits in Benutzung.'
'email' => 'Diese Email ist bereits in Benutzung.',
],
];

View File

@ -1,23 +0,0 @@
<?php
return [
'total_incomes' => 'Gesamteinnahmen',
'receivables' => 'Forderungen',
'open_invoices' => 'Offene Rechnungen',
'overdue_invoices' => 'Überfällige Rechnungen',
'total_expenses' => 'Gesamtausgaben',
'payables' => 'Verbindlichkeiten',
'open_bills' => 'Offene Rechnungen',
'overdue_bills' => 'Überfällige Rechnungen',
'total_profit' => 'Gesamtgewinn',
'open_profit' => 'Offener Gewinn',
'overdue_profit' => 'Überfälliger Gewinn',
'cash_flow' => 'Cash Flow',
'no_profit_loss' => 'Kein Gewinn-Verlust',
'incomes_by_category' => 'Einkommen nach Kategorie',
'expenses_by_category' => 'Ausgaben nach Kategorie',
'account_balance' => 'Kontostand',
'latest_incomes' => 'Neuestes Einkommen',
'latest_expenses' => 'Letzte Ausgaben',
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Fehler: Sie haben keine Berechtigung, das Dashboard zu ändern!',
'delete_last' => 'Fehler: Das letzte Dashboard kann nicht gelöscht werden. Bitte erstellen Sie zuerst ein neues Dashboard!',
'disable_last' => 'Fehler: Das letzte Dashboard kann nicht deaktiviert werden. Bitte erstellen Sie zuerst ein neues Dashboard!',
],
];

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Bar',
'categories_deposit' => 'Einzahlung',
'categories_sales' => 'Verkäufe',
'currencies_usd' => 'US-Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britisches Pfund',
'currencies_try' => 'Türkische Lira',
'accounts' => [
'cash' => 'Bar',
],
'categories' => [
'deposit' => 'Einzahlung',
'sales' => 'Vertrieb',
],
'currencies' => [
'usd' => 'US-Dollar',
'eur' => 'Euro',
'gbp' => 'Britisches Pfund',
'try' => 'Türkische Lira',
],
'offline_payments' => [
'cash' => 'Bar',
'bank' => 'Banküberweisung',
],
'reports' => [
'income' => 'Monatliche Zusammenfassung der Einnahmen nach Kategorie.',
'expense' => 'Monatliche Zusammenfassung der Ausgaben nach Kategorie.',
'income_expense' => 'Monatlicher Vergleich Einkommen vs Ausgaben nach Kategorie.',
'tax' => 'Vierteljährliche Steuerzusammenfassung.',
'profit_loss' => 'Quartalsweise Gewinn & Verlust nach Kategorie.',
],
];

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Zugriff nicht erlaubt',
'error_page' => 'Fehlerseite',
'page_not_found' => 'Seite nicht gefunden',
'body' => [
'forbidden_access' => 'Ooops! Zugriff nicht erlaubt.',
'error_page' => 'Oops! Da ist etwas schiefgelaufen.',
'page_not_found' => 'Oops! Seite nicht gefunden.',
'title' => [
'403' => 'Ooops! Zugriff nicht erlaubt.',
'404' => 'Oops! Seite nicht gefunden.',
'500' => 'Oops! Da ist etwas schiefgelaufen.',
],
'messages' => [
'forbidden_access' => 'Sie können diese Seite nicht aufrufen.
Hier gehts zurück zum <a href=":link">Dashboard</a>.',
'error_page' => 'Wir werden uns gleich um eine Lösung kümmern.
Hier geht es zurück zum <a href=":link">Dashboard</a>.',
'page_not_found' => 'Die gewünschte Seite konnte nicht gefunden werden.
Hier geht es zurück zum <a href=":link">Dashboard</a>.',
'header' => [
'403' => '403 - Verboten',
'404' => '404 - Seite nicht gefunden',
'500' => '500 - Interner Server Fehler',
],
'message' => [
'403' => 'Sie können auf diese Seite nicht zugreifen.',
'404' => 'Wir konnten die gesuchte Seite nicht finden.',
'500' => 'Wir werden uns sofort darum kümmern.',
],
];

View File

@ -48,8 +48,10 @@ return [
'localisations' => 'Lokalisierung|Lokalisierungen',
'defaults' => 'Standardwert|Standardwerte',
'widgets' => 'Widget|Widgets',
'templates' => 'Vorlage|Vorlagen',
'sales' => 'Einnahme|Einnahmen',
'purchases' => 'Ausgabe|Ausgaben',
'dashboard' => 'Dashboard',
'welcome' => 'Willkommen',
'banking' => 'Bankwesen',
'general' => 'Allgemein',
@ -68,6 +70,8 @@ return [
'yearly' => 'Jährlich',
'add' => 'Hinzufügen',
'add_new' => 'Neu anlegen',
'add_income' => 'Einnahmen hinzufügen',
'add_expense' => 'Ausgaben hinzufügen',
'show' => 'Anzeigen',
'edit' => 'Bearbeiten',
'delete' => 'Löschen',
@ -89,7 +93,7 @@ return [
'reference' => 'Referenz',
'attachment' => 'Anhang',
'change' => 'Ändern',
'change_type' => 'Change :type',
'change_type' => 'Ändere :type',
'switch' => 'Wechseln',
'color' => 'Farbe',
'save' => 'Speichern',
@ -133,11 +137,27 @@ return [
'difference' => 'Differenz',
'footer' => 'Fußzeile',
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'basis' => 'Basis',
'accrual' => 'Rückstellung',
'cash' => 'Bar',
'group_by' => 'Gruppieren nach',
'accounting' => 'Buchhaltung',
'sort' => 'Sortieren',
'width' => 'Weite',
'month' => 'Monat',
'year' => 'Jahr',
'type_item_name' => 'Geben Sie einen Namen für den Artikel ein',
'no_data' => 'Keine Daten',
'no_matching_data' => 'Keine passenden Daten',
'clear_cache' => 'Zwischenspeicher leeren',
'card' => [
'name' => 'Name des Karteninhabers',
'number' => 'Kartennummer',
'expiration_date' => 'Ablaufdatum',
'cvv' => 'Karten CVV',
],
'title' => [
'new' => 'Neu :type',
@ -147,6 +167,7 @@ return [
'send' => ':type versendet',
'get' => ':type werden',
'add' => ':type hinzufügen',
'manage' => ':type verwalten',
],
'form' => [
@ -170,12 +191,12 @@ return [
'empty' => [
'documentation' => 'Weitere Details finden Sie in der <a href=":url" target="_blank" class="text-success">Dokumentation</a>.',
'items' => 'Artikel können Produkte oder Dienstleistungen sein. Sie können Artikel bei der Erstellung von Rechnungen verwenden, um den Preis, die Steuerfelder usw. zu füllen.',
'invoices' => 'Rechnungen können einmal oder wiederkehrend sein. Sie können die Rechnungen an Kunden senden und Online-Zahlungen anzunehmen.',
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
'bills' => 'Rechnungen können einmal oder wiederkehrend sein. Sie geben an, was Sie Ihren Händlern für die Produkte oder Dienstleistungen schulden, die Sie kaufen.',
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
'invoices' => 'Sie können Rechnungen (Debitoren) für Kunden erstellen, drucken, senden und bei erfolgreichem Zahlungseingang als bezahlt buchen. Rechnungen (Debitoren) können einmalig oder wiederkehrend (Abo) sein. ',
'revenues' => 'Hier sehen und erstellen Sie alle Einnahmetransaktion. Es können unabhängiger Einnahmen (z.B. Trinkgeld) sein oder an einer Rechnung verknüpft werden.',
'customers' => 'Kunden sind erforderlich, wenn Sie Rechnungen für Ihre Einnahmen erstellen möchten. Erstellen Sie für Ihre Kunden ein Kundenlogin, damit Sie sich anmelden können und z.B. ihre offenen Rechnungen zu sehen.',
'bills' => 'Sie können Rechnungen (Kreditoren) von Lieferanten/Händlern erstellen und bei erfolgreichem Zahlungsausgang als bezahlt buchen. Sie geben an, was Sie Ihren Lieferanten/Händlern für die Produkte oder Dienstleistungen schulden, die Sie kauften. Rechnungen (Kreditoren) können einmalig oder wiederkehrend (Abo) sein.',
'payments' => 'Hier sehen und erstellen Sie alle Ausgabetransaktion. Es können unabhängiger Ausgaben (z.B. Lebensmittelquittierung) sein oder an einer Lieferantenrechnung verknüpft werden.',
'vendors' => 'Kreditoren sind erforderlich, wenn Sie Rechnungen für Ihre Ausgaben erstellen möchten. Sie können im Kreditor alle offene und bezahlte Posten einsehen und filtern.',
],
];

View File

@ -29,6 +29,7 @@ return [
'add_payment' => 'Zahlung hinzufügen',
'mark_paid' => 'Als bezahlt markieren',
'mark_sent' => 'Als gesendet markieren',
'mark_viewed' => 'Als gelesen markieren',
'download_pdf' => 'PDF herunterladen',
'send_mail' => 'E-Mail senden',
'all_invoices' => 'Melden Sie sich an, um alle Rechnungen anzuzeigen',
@ -37,13 +38,15 @@ return [
'get_paid' => 'Zahlung erhalten',
'accept_payments' => 'Onlinezahlungen akzeptieren',
'status' => [
'statuses' => [
'draft' => 'Entwurf',
'sent' => 'Gesendet',
'viewed' => 'Angesehen',
'approved' => 'Bestätigt',
'sent' => 'Versandt',
'viewed' => 'Gelesen',
'approved' => 'Freigegeben',
'partial' => 'Teilweise',
'paid' => 'Bezahlt',
'overdue' => 'Überfällig',
'unpaid' => 'Unbezahlt',
],
'messages' => [

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type gelöscht!',
'duplicated' => ':type dupliziert!',
'imported' => ':type importiert!',
'exported' => ':type exportiert!',
'enabled' => ':type aktiviert!',
'disabled' => ':type deaktiviert!',
],
@ -19,7 +20,7 @@ return [
'no_file' => 'Fehler: Keine Datei ausgewählt!',
'last_category' => 'Fehler: Kann die letzte Kategorie :type nicht löschen!',
'change_type' => 'Fehler: Der Typ kann nicht geändert werden, da :text verwandt ist!',
'invalid_apikey' => 'Error: The API Key entered is invalid!',
'invalid_apikey' => 'Fehler: Der eingegebene API-Schlüssel ist ungültig!',
'import_column' => 'Fehler: :message. Name des Blattes: :sheet. Zeilennummer: :line.',
'import_sheet' => 'Fehler: Name des Blattes ist nicht gültig. Bitte die Beispieldatei überprüfen.',
],

View File

@ -12,10 +12,9 @@ return [
'search' => 'Suchen',
'install' => 'Installieren',
'buy_now' => 'Jetzt kaufen',
'api_key_link' => '<a href="https://akaunting.com/tokens" target="_blank">Hier klicken</a> um Ihren API Token zu erhalten.',
'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.',
'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!',
'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',
'about' => 'Über',
@ -80,5 +79,6 @@ return [
],
'na' => 'Es existieren noch keine Rezensionen.'
]
],
];

View File

@ -2,9 +2,9 @@
return [
'previous' => '&laquo; Vorherige',
'next' => 'Nächste &raquo;',
'showing' => ':first-:last of :total records.',
'previous' => 'Vorherige',
'next' => 'Nächste',
'showing' => ':first :last von :total Datensätze.',
'page' => 'pro Seite.',
];

View File

@ -12,7 +12,7 @@ return [
'net_profit' => 'Reingewinn',
'total_expenses' => 'Gesamtausgaben',
'net' => 'Netto',
'income-expense' => 'Einkommen vs Ausgaben',
'income_expense' => 'Einkommen vs Ausgaben',
'summary' => [
'income' => 'Einkommensübersicht',

View File

@ -52,6 +52,10 @@ return [
'subheading' => 'Unterüberschrift',
'due_receipt' => 'Fälligkeit: sofort',
'due_days' => 'Fällig innerhalb von :days Tagen',
'choose_template' => 'Wählen Sie eine Vorlage aus',
'default' => 'Standard',
'classic' => 'Klassisch',
'modern' => 'Modern',
],
'default' => [

View File

@ -0,0 +1,23 @@
<?php
return [
'total_income' => 'Total Einnahmen',
'receivables' => 'Forderungen',
'open_invoices' => 'Offene Rechnungen (Einnahmen)',
'overdue_invoices' => 'Überfällige Rechnungen (Einnahmen)',
'total_expenses' => 'Total Ausgaben',
'payables' => 'Verbindlichkeiten',
'open_bills' => 'Offene Rechnungen (Ausgaben)',
'overdue_bills' => 'Überfällige Rechnungen (Ausgaben)',
'total_profit' => 'Total Gewinn',
'open_profit' => 'Offener Gewinn',
'overdue_profit' => 'Überfälliger Gewinn',
'cash_flow' => 'Umlaufvermögen',
'no_profit_loss' => 'Kein Gewinn-Verlust',
'income_by_category' => 'Einnahmen nach Kategorie',
'expenses_by_category' => 'Ausgaben nach Kategorie',
'account_balance' => 'Kontostand',
'latest_income' => 'Neueste Einnahmen',
'latest_expenses' => 'Letzte Ausgaben',
];

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'Email attuale',
'reset' => 'Reimposta',
'never' => 'mai',
'landing_page' => 'Pagina di destinazione',
'password' => [
'current' => 'Password',

View File

@ -35,11 +35,13 @@ return [
'receive_bill' => 'Ricevere Bolletta',
'make_payment' => 'Fare un pagamento',
'status' => [
'statuses' => [
'draft' => 'Bozza',
'received' => 'Ricevuto',
'partial' => 'Parziale',
'paid' => 'Pagato',
'overdue' => 'In Ritardo',
'unpaid' => 'Non pagato',
],
'messages' => [

View File

@ -4,12 +4,10 @@ return [
'domain' => 'Dominio',
'logo' => 'Logo',
'manage' => 'Gestisci aziende',
'all' => 'Tutte le aziende',
'error' => [
'not_user_company' => 'Errore: Non hai i permessi per cambiare questa azienda!',
'delete_active' => 'Errore: Non puoi eliminare un\'azienda attiva, per favore, cambiala prima!',
'delete_active' => 'Errore: Non è possibile eliminare l\'azienda attiva. Per favore, prima passa a un altro!',
],
];

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Utente creato',
'error' => [
'email' => 'L\'email è già stata presa.'
'email' => 'L\'email è già stata presa.',
],
];

View File

@ -1,23 +0,0 @@
<?php
return [
'total_incomes' => 'Totale entrate',
'receivables' => 'Crediti',
'open_invoices' => 'Fatture aperte',
'overdue_invoices' => 'Fatture scadute',
'total_expenses' => 'Totale spese',
'payables' => 'Debiti',
'open_bills' => 'Fatture aperte',
'overdue_bills' => 'Fatture scadute',
'total_profit' => 'Totale profitto',
'open_profit' => 'Profitto aperto',
'overdue_profit' => 'Profitto scaduto',
'cash_flow' => 'Flusso di cassa',
'no_profit_loss' => 'Nessuna perdita di profitto',
'incomes_by_category' => 'Redditi di categoria',
'expenses_by_category' => 'Spese per categoria',
'account_balance' => 'Saldo del conto',
'latest_incomes' => 'Redditi più recenti',
'latest_expenses' => 'Spese più recenti',
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Errore: Non sei autorizzato a modificare questo pannello!',
'delete_last' => 'Errore: Non è possibile eliminare l\'ultima dashboard. Si prega di crearne una nuova!',
'disable_last' => 'Errore: Non è possibile disattivare l\'ultima dashboard. Si prega di crearne una nuova!',
],
];

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Contanti',
'categories_deposit' => 'Deposito',
'categories_sales' => 'Vendite',
'currencies_usd' => 'Dollaro USA',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Sterlina Regno Unito',
'currencies_try' => 'Lira turca',
'accounts' => [
'cash' => 'Contanti',
],
'categories' => [
'deposit' => 'Deposito',
'sales' => 'Vendite',
],
'currencies' => [
'usd' => 'Dollaro USA',
'eur' => 'Euro',
'gbp' => 'Sterlina Regno Unito',
'try' => 'Lira turca',
],
'offline_payments' => [
'cash' => 'Contanti',
'bank' => 'Bonifico Bancario',
],
'reports' => [
'income' => 'Sommario mensile delle entrate per categoria.',
'expense' => 'Riepilogo spese mensili per categoria.',
'income_expense' => 'Entrate mensili vs spese per categoria.',
'tax' => 'Sintesi fiscale trimestrale.',
'profit_loss' => 'Utili e perdite trimestrali per categoria.',
],
];

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Accesso vietato',
'error_page' => 'Pagina di errore',
'page_not_found' => 'Pagina non trovata',
'body' => [
'forbidden_access' => 'Oops! Accesso vietato.',
'error_page' => 'Oops! Qualcosa è andato storto.',
'page_not_found' => 'Oops! Pagina non trovata.',
'title' => [
'403' => 'Oops! Accesso vietato',
'404' => 'Oops! Pagina non trovata',
'500' => 'Oops! Qualcosa è andato storto',
],
'messages' => [
'forbidden_access' => 'Non puoi accedere a questa pagina.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
'error_page' => 'Lavoreremo subito per sistemarlo nel modo giusto.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
'page_not_found' => 'Non siamo riusciti a trovare la pagina che stavi cercando.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
'header' => [
'403' => '403 Vietato',
'404' => 'Pagina non trovata',
'500' => 'Errore interno del server',
],
'message' => [
'403' => 'Non puoi accedere a questa pagina.',
'404' => 'Non siamo riusciti a trovare la pagina che stavi cercando.',
'500' => 'Ci adopereremo per porvi rimedio immediatamente.',
],
];

View File

@ -48,8 +48,10 @@ return [
'localisations' => 'Localizzazione|Localizzazioni',
'defaults' => 'Predefinito|Predefiniti',
'widgets' => 'Widget|Widget',
'templates' => 'Modelli Template',
'sales' => 'Vendita - Vendite',
'purchases' => 'Acquisto|Acquisti',
'dashboard' => 'Cruscotto',
'welcome' => 'Benvenuto',
'banking' => 'Banca',
'general' => 'Generale',
@ -68,6 +70,8 @@ return [
'yearly' => 'Annuale',
'add' => 'Aggiungi',
'add_new' => 'Aggiungi nuovo',
'add_income' => 'Aggiungi Reddito',
'add_expense' => 'Aggiungi Spesa',
'show' => 'Mostra',
'edit' => 'Modifica',
'delete' => 'Elimina',
@ -133,11 +137,27 @@ return [
'difference' => 'Differenza',
'footer' => 'Piè di pagina',
'start_date' => 'Data di inzio',
'end_date' => 'Data di Fine',
'basis' => 'Base',
'accrual' => 'Rateo',
'cash' => 'Contanti',
'group_by' => 'Raggruppa per',
'accounting' => 'Contabilità',
'sort' => 'Ordine',
'width' => 'Larghezza',
'month' => 'Mese',
'year' => 'Anno',
'type_item_name' => 'Digita un nome articolo',
'no_data' => 'Nessun dato',
'no_matching_data' => 'Nessun dato corrispondente',
'clear_cache' => 'Svuota Cache',
'card' => [
'name' => 'Nome sulla carta',
'number' => 'Numero della carta',
'expiration_date' => 'Data di scadenza',
'cvv' => 'CVV carta',
],
'title' => [
'new' => 'Nuovo :type',
@ -147,6 +167,7 @@ return [
'send' => 'Invia :type',
'get' => 'Ottieni :type',
'add' => 'Aggiungi :type',
'manage' => 'Gestisci :tipo',
],
'form' => [

View File

@ -29,6 +29,7 @@ return [
'add_payment' => 'Aggiungere pagamento',
'mark_paid' => 'Segna come pagata',
'mark_sent' => 'Segna come inviata',
'mark_viewed' => 'Segna come visto',
'download_pdf' => 'Scarica PDF',
'send_mail' => 'Invia email',
'all_invoices' => 'Accedi per visualizzare tutte le fatture',
@ -37,13 +38,15 @@ return [
'get_paid' => 'Essere pagato',
'accept_payments' => 'Accetta pagamenti online',
'status' => [
'statuses' => [
'draft' => 'Bozza',
'sent' => 'Inviato',
'viewed' => 'Visto',
'approved' => 'Approvato',
'partial' => 'Parziale',
'paid' => 'Pagato',
'overdue' => 'In Ritardo',
'unpaid' => 'Non pagato',
],
'messages' => [

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type eliminato!',
'duplicated' => ':type duplicato!',
'imported' => ':type importato!',
'exported' => ':tipo esportato!',
'enabled' => ':type abilitato!',
'disabled' => ':type disabilitato!',
],

View File

@ -12,10 +12,9 @@ return [
'search' => 'Ricerca',
'install' => 'Installa',
'buy_now' => 'Acquista ora',
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Clicca qui</a> per ottenere la tua chiave API.',
'get_api_key' => '<a href=":url" target="_blank">Clicca qui</a> per ottenere la tua chiave API.',
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
'developer' => 'Sei uno sviluppatore? <a href="https://akaunting.com/developers" target="_blank">Qui</a> puoi imparare a creare un\'app e iniziare a vendere oggi!',
'become_developer' => 'Sei uno sviluppatore? <a href=":url" target="_blank">Qui</a> puoi imparare a creare un\'app e iniziare a vendere oggi!',
'recommended_apps' => 'App consigliate',
'about' => 'Info',
@ -80,5 +79,6 @@ return [
],
'na' => 'Non sono presenti recensioni.'
]
],
];

View File

@ -2,8 +2,8 @@
return [
'previous' => '&laquo; Precedente',
'next' => 'Prossimo &raquo;',
'previous' => 'Precedente',
'next' => 'Successivo',
'showing' => ':first-:last di :total recordi.',
'page' => 'per pagina.',

View File

@ -12,7 +12,7 @@ return [
'net_profit' => 'Utile netto',
'total_expenses' => 'Totale spese',
'net' => 'NET',
'income-expense' => 'Reddito & Spese',
'income_expense' => 'Entrate e Uscite',
'summary' => [
'income' => 'Riepilogo di reddito',

View File

@ -52,6 +52,10 @@ return [
'subheading' => 'Sottotitolo',
'due_receipt' => 'Scaduto al ricevimento',
'due_days' => 'Scade entro :days',
'choose_template' => 'Scegli modello di fattura',
'default' => 'Predefinito',
'classic' => 'Classico',
'modern' => 'Moderno',
],
'default' => [

View File

@ -0,0 +1,23 @@
<?php
return [
'total_income' => 'Totale Entrate',
'receivables' => 'Crediti',
'open_invoices' => 'Fatture aperte',
'overdue_invoices' => 'Fatture Scadute',
'total_expenses' => 'Totale Spese',
'payables' => 'Pagamenti',
'open_bills' => 'Fatture aperte',
'overdue_bills' => 'Fatture Scadute',
'total_profit' => 'Totale Profitto',
'open_profit' => 'Apri profitto',
'overdue_profit' => 'Utile scaduto',
'cash_flow' => 'Flusso di cassa',
'no_profit_loss' => 'Nessuna perdita di profitto',
'income_by_category' => 'Entrate per categoria',
'expenses_by_category' => 'Spese per categoria',
'account_balance' => 'Saldo del conto',
'latest_income' => 'Ultime entrate',
'latest_expenses' => 'Ultime spese',
];

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'E-mail atual',
'reset' => 'Resetar',
'never' => 'Nunca',
'landing_page' => 'Página inicial',
'password' => [
'current' => 'Senha',

View File

@ -35,11 +35,13 @@ return [
'receive_bill' => 'Receber fatura',
'make_payment' => 'Fazer pagamento',
'status' => [
'statuses' => [
'draft' => 'Rascunho',
'received' => 'Recebido',
'partial' => 'Parcial',
'paid' => 'Pago',
'overdue' => 'Vencido',
'unpaid' => 'Não Pago',
],
'messages' => [

View File

@ -6,14 +6,14 @@ return [
'selected' => 'selecionado',
'message' => [
'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',
'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
'duplicate' => 'Tem certeza de que deseja <b>duplicar</b> o registro selecionado?',
'delete' => 'Tem certeza de que deseja <b>excluir</b> o registro selecionado? | Você tem certeza de que deseja <b>excluir </b> os registros selecionados?',
'export' => 'Tem certeza de que deseja <b>exportar</b> o registro selecionado? || Tem certeza de que deseja <b>exportar</b> os registros selecionados?',
'enable' => 'Tem certeza de que deseja <b>habilitar</b> o registro selecionado?|Tem certeza de que deseja <b>habilitar</b> os registros selecionados?',
'disable' => 'Tem certeza de que deseja <b>desabilitar</b> o registro selecionado?|Tem certeza de que deseja <b>desabilitar</b> os registros selecionados?',
'paid' => 'Tem certeza de que deseja marcar a fatura selecionada como <b>paga</b>?|Tem certeza de que deseja marcar as faturas selecionadas como <b>pagas</b>?',
'sent' => 'Tem certeza de que deseja marcar a fatura selecionada como <b>enviada</b>?|Tem certeza de que deseja marcar as faturas selecionadas como <b>enviadas</b>?',
'received' => 'Tem certeza de que deseja marcar a fatura selecionada como <b>recebida</b>?|Tem certeza de que deseja marcar as faturas selecionadas como <b>recebidas</b>?',
],
];

View File

@ -4,12 +4,10 @@ return [
'domain' => 'Endereço do site',
'logo' => 'Logotipo',
'manage' => 'Gerenciar empresas',
'all' => 'Todas as empresas',
'error' => [
'not_user_company' => 'Erro: você não tem permissão para alterar esta empresa!',
'delete_active' => 'Erro: não é possível deletar a empresa em atividade, por favor altere o cadastro!',
'delete_active' => 'Erro: Não é possível excluir a empresa ativa. Por favor, mude para outra primeira!',
],
];

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Usuário criado',
'error' => [
'email' => 'Este e-mail já foi utilizado.'
'email' => 'Este e-mail já foi utilizado.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Erro: você não tem permissão para alterar este painel!',
'delete_last' => 'Erro: Não é possível excluir o último painel. Por favor, crie um novo primeiro!',
'disable_last' => 'Erro: não é possível desativar o último painel. Por favor, crie um novo primeiro!',
],
];

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Dinheiro',
'categories_deposit' => 'Depósito',
'categories_sales' => 'Vendas',
'currencies_usd' => 'US Americado',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libras Britânicas',
'currencies_try' => 'Lira Turca',
'accounts' => [
'cash' => 'Dinheiro',
],
'categories' => [
'deposit' => 'Depósito',
'sales' => 'Vendas',
],
'currencies' => [
'usd' => 'Dólar Americano',
'eur' => 'Euro',
'gbp' => 'Libras Britânicas',
'try' => 'Lira Turca',
],
'offline_payments' => [
'cash' => 'Dinheiro',
'bank' => 'Transferência bancária',
],
'reports' => [
'income' => 'Resumo mensal de receitas por categoria.',
'expense' => 'Resumo mensal de despesas por categoria.',
'income_expense' => 'Receita mensal vs despesa por categoria.',
'tax' => 'Resumo fiscal trimestral.',
'profit_loss' => 'Lucro trimestral & perda por categoria.',
],
];

View File

@ -34,12 +34,12 @@ return [
'invoice_payment_admin' => [
'subject' => 'Pagamento recebido para fatura {invoice_number}',
'body' => 'Olá,<br /><br />{customer_name} recebeu um aviso de fatura em atraso <strong>{invoice_number}</strong>.<br /><br />O total da fatura é {invoice_total} e venceu em <strong>{invoice_due_date}</strong>.<br /><br />Você pode ver os detalhes da fatura do seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
'body' => 'Olá,<br /><br />{customer_name} registrou um pagamento para a fatura <strong>{invoice_number}</strong>.<br /><br />Você pode ver os detalhes da fatura no seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
],
'bill_remind_admin' => [
'subject' => '{bill_number} aviso de lembrete de cobrança',
'body' => 'Olá,<br /><br /> Este é um aviso para a fatura <strong>{bill_number}</strong> de {vendor_name}.<br /><br />O total da fatura é {bill_total} e vence <strong>{bill_due_date} </strong>.<br /><br />Você pode ver os detalhes da fatura no seguinte link: <a href="{bill_admin_link}"> {bill_number} </a>.<br /><br />Atenciosamente,<br />{company_name}',
'subject' => 'Notificação lembrete de cobrança {bill_number}',
'body' => 'Olá,<br /><br /> Este é um lembrete de vencimento da fatura <strong>{bill_number}</strong> de {vendor_name}.<br /><br />O total da fatura é {bill_total} e vence em <strong>{bill_due_date} </strong>.<br /><br />Você poderá visualizar os detalhes da fatura no seguinte link: <a href="{bill_admin_link}"> {bill_number} </a>.<br /><br />Atenciosamente,<br />{company_name}',
],
'bill_recur_admin' => [

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Acesso não permitido',
'error_page' => 'Página de Erro',
'page_not_found' => 'Página Não Encontrada',
'body' => [
'forbidden_access' => 'Oops! Acesso Negado.',
'error_page' => 'Oops! Algo deu errado.',
'page_not_found' => 'Oops! Página não encontrada.',
'title' => [
'403' => 'Oops! Acesso Negado',
'404' => 'Oops! Página não encontrada',
'500' => 'Oops! Algo deu errado',
],
'messages' => [
'forbidden_access' => 'Você não pode acessar esta página.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
'error_page' => 'Nós estamos trabalhando para corrigir isso agora mesmo.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
'page_not_found' => 'Não conseguimos encontrar a página que você procura.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
'header' => [
'403' => '403 Proibido',
'404' => '404 Página Não Encontrada',
'500' => '500 erro interno do servidor',
],
'message' => [
'403' => 'Você não pode acessar esta página.',
'404' => 'Não conseguimos encontrar a página que você está procurando.',
'500' => 'Nós vamos trabalhar para consertar isso o mais rápido possível.',
],
];

View File

@ -2,7 +2,7 @@
return [
'dashboards' => 'Painéis | Painéis',
'dashboards' => 'Painel | Painéis',
'items' => 'Item | Itens',
'incomes' => 'Renda|Rendas',
'invoices' => 'Fatura|Faturas',
@ -48,8 +48,10 @@ return [
'localisations' => 'Idioma|Idiomas',
'defaults' => 'Padrão|Padrões',
'widgets' => 'Widget|Widgets',
'templates' => 'Modelo|Modelos',
'sales' => 'Venda|Vendas',
'purchases' => 'Compra|Compras',
'dashboard' => 'Painel',
'welcome' => 'Bem-vindo',
'banking' => 'Banco',
'general' => 'Geral',
@ -68,6 +70,8 @@ return [
'yearly' => 'Anual',
'add' => 'Adicionar',
'add_new' => 'Adicionar novo',
'add_income' => 'Adicionar Renda',
'add_expense' => 'Adicionar Despesa',
'show' => 'Visualizar',
'edit' => 'Editar',
'delete' => 'Excluir',
@ -89,7 +93,7 @@ return [
'reference' => 'Referência',
'attachment' => 'Anexo',
'change' => 'Alterar',
'change_type' => 'Change :type',
'change_type' => 'Alterar :type',
'switch' => 'Trocar',
'color' => 'Cor',
'save' => 'Salvar',
@ -116,28 +120,44 @@ return [
'partially' => 'Parcial',
'partially_paid' => 'Pagamento parcial',
'export' => 'Exportar',
'finish' => 'Terminar',
'finish' => 'Concluir',
'wizard' => 'Assistente',
'skip' => 'Pular',
'enable' => 'Habilitar',
'disable' => 'Desabilitar',
'select_all' => 'Selecionar tudo',
'select_all' => 'Marcar todos',
'unselect_all' => 'Desmarcar todos',
'go_to' => 'Ir para :name',
'created_date' => 'Data de Criação',
'created_date' => 'Data da Criação',
'period' => 'Período',
'frequency' => 'Frequência',
'start' => 'Começar',
'start' => 'Iniciar',
'end' => 'Finalizar',
'clear' => 'Limpar',
'difference' => 'Diferença',
'footer' => 'Rodapé',
'start_date' => 'Data Inicial',
'end_date' => 'Data Final',
'basis' => 'Base',
'accrual' => 'Provisão',
'cash' => 'Dinheiro',
'group_by' => 'Agrupar por',
'accounting' => 'Conta',
'sort' => 'Ordenar',
'width' => 'Largura',
'month' => 'Mês',
'year' => 'Ano',
'type_item_name' => 'Digite o nome do item',
'no_data' => 'Não existem dados',
'no_matching_data' => 'Não há dados correspondentes',
'clear_cache' => 'Limpar o Cache',
'card' => [
'name' => 'Nome que consta no cartão',
'number' => 'Número do Cartão',
'expiration_date' => 'Data de validade',
'cvv' => 'Código CVV do cartão',
],
'title' => [
'new' => 'Novo :type',
@ -147,6 +167,7 @@ return [
'send' => 'Enviar :type',
'get' => 'Pegar :type',
'add' => 'Adicionar :type',
'manage' => 'Gerenciar :type',
],
'form' => [

View File

@ -29,29 +29,32 @@ return [
'add_payment' => 'Novo Pagamento',
'mark_paid' => 'Marcar como pago',
'mark_sent' => 'Marcar Como Enviada',
'mark_viewed' => 'Marcar como visualizado',
'download_pdf' => 'Baixar em PDF',
'send_mail' => 'Enviar E-mail',
'all_invoices' => 'Faça login para ver todas as faturas',
'create_invoice' => 'Criar fatura',
'send_invoice' => 'Enviar fatura',
'get_paid' => 'Quitar',
'accept_payments' => 'Aceitar os Termos de Pagamento Online',
'get_paid' => 'Pagar',
'accept_payments' => 'Aceitar Pagamentos Online',
'status' => [
'statuses' => [
'draft' => 'Rascunho',
'sent' => 'Enviar',
'viewed' => 'Visto',
'sent' => 'Enviado',
'viewed' => 'Visualizado',
'approved' => 'Aprovado',
'partial' => 'Parcial',
'paid' => 'Pago',
'overdue' => 'Vencido',
'unpaid' => 'Não Pago',
],
'messages' => [
'email_sent' => 'O email da fatura foi enviado!',
'email_sent' => 'E-mail da fatura foi enviado!',
'marked_sent' => 'Fatura marcada como enviada!',
'marked_paid' => 'Fatura marcada como paga!',
'email_required' => 'Nenhum endereço de e-mail para este cliente!',
'draft' => 'Este é um <b>RASCUNHO</b> de fatura e será refletida nos gráficos depois que ela for enviada.',
'draft' => 'Isto é um <b>RASCUNHO</b> da fatura e será refletida nos gráficos depois de enviada.',
'status' => [
'created' => 'Criado em :date',

View File

@ -8,18 +8,19 @@ return [
'deleted' => ':type excluído!',
'duplicated' => ':type duplicado!',
'imported' => ':type importado!',
'exported' => ':type exportado!',
'enabled' => ': tipo habilitado!',
'disabled' => ': tipo desativado!',
],
'error' => [
'over_payment' => 'Erro: Pagamento não adicionado! O valor que você inseriu passa o total: :amount',
'over_payment' => 'Erro: Pagamento não adicionado! O valor que você inseriu é maior que o total: :amount',
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
'customer' => 'Erro: Endereço de email :name já esta sendo utilizado.',
'no_file' => 'Erro: Nenhum arquivo selecionado!',
'last_category' => 'Erro: Não foi possível excluir a última :type categoria!',
'change_type' => 'Erro: Não é possível alterar o tipo porque possui :text related!',
'invalid_apikey' => 'Error: The API Key entered is invalid!',
'change_type' => 'Erro: não é possível alterar o tipo porque tem :text relacionado!',
'invalid_apikey' => 'Erro: A chave de API inserida é inválida!',
'import_column' => 'Erro: :message Planilha: :sheet. Número da linha: :line.',
'import_sheet' => 'Erro: Planilha não é válida. Por favor, verifique o arquivo de exemplo.',
],
@ -28,7 +29,7 @@ return [
'deleted' => 'Aviso: Você não têm permissão para excluir <b>:name</b>, porque possui o :text relacionado.',
'disabled' => 'Aviso: Você não tem permissão para desativar <b>:name</b>, porque tem :text relacionado.',
'disable_code' => 'Aviso: você não tem permissão para desativar ou alterar a moeda de <b>:name</b> porque possui :text relacionado.',
'payment_cancel' => 'Aviso: Você cancelou recentemente :method payment!',
'payment_cancel' => 'Aviso: Você cancelou recentemente o método de pagamento :method!',
],
];

View File

@ -2,7 +2,7 @@
return [
'api_key' => 'Chave API',
'api_key' => 'Token de API',
'my_apps' => 'Meus Apps',
'pre_sale' => 'Pré-Venda',
'top_paid' => 'Pago a maior',
@ -12,10 +12,9 @@ return [
'search' => 'Pesquisa',
'install' => 'Instalar',
'buy_now' => 'Comprar Agora',
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Clique aqui</a> para pegar sua API key.',
'get_api_key' => '<a href=":url" target="_blank">Clique aqui</a> para obter sua chave de API.',
'no_apps' => 'Não há nenhum apps nesta categoria, ainda.',
'developer' => 'Você é um desenvolvedor? <a href="https://akaunting.com/developers" target="_blank">Aqui</a> você pode aprender como criar um app e começar a vender hoje!',
'become_developer' => 'Você é um desenvolvedor? <a href=":url" target="_blank">Aqui</a> você pode aprender como criar um app e começar a vender hoje!',
'recommended_apps' => 'Apps Recomendados',
'about' => 'Sobre',
@ -80,5 +79,6 @@ return [
],
'na' => 'Não existem avaliações.'
]
],
];

View File

@ -2,9 +2,9 @@
return [
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
'showing' => ':first-:last of :total records.',
'previous' => 'Anterior',
'next' => 'Próximo',
'showing' => ':first-:last de :total de registros.',
'page' => 'por página.',
];

View File

@ -12,7 +12,7 @@ return [
'net_profit' => 'Lucro líquido',
'total_expenses' => 'Total Despesas',
'net' => 'Líquido',
'income-expense' => 'Receita vs Despesa',
'income_expense' => 'Receita vs Despesa',
'summary' => [
'income' => 'Resumo de Venda',

View File

@ -52,6 +52,10 @@ return [
'subheading' => 'Subtítulo',
'due_receipt' => 'Vence após recebimento',
'due_days' => 'Vence em :days dias',
'choose_template' => 'Escolha o modelo da fatura',
'default' => 'Padrão',
'classic' => 'Clássico',
'modern' => 'Moderno',
],
'default' => [

View File

@ -2,22 +2,22 @@
return [
'total_incomes' => 'Rendimentos totais',
'total_income' => 'Rendimentos totais',
'receivables' => 'Recebíveis',
'open_invoices' => 'Faturas em aberto',
'overdue_invoices' => 'Faturas vencidas',
'total_expenses' => 'Despesas totais',
'total_expenses' => 'Total Despesas',
'payables' => 'Pagamentos',
'open_bills' => 'Contas Abertas',
'open_bills' => 'Contas em Aberto',
'overdue_bills' => 'Contas Vencidas',
'total_profit' => 'Lucro Total',
'open_profit' => 'Lucro em Aberto',
'overdue_profit' => 'Lucro Vencido',
'cash_flow' => 'Fluxo de Caixa',
'no_profit_loss' => 'Sem perda de lucro',
'incomes_by_category' => 'Resultados por Categoria',
'income_by_category' => 'Resultados por Categoria',
'expenses_by_category' => 'Despesas por Categoria',
'account_balance' => 'Saldo da Conta',
'latest_incomes' => 'Últimos Rendimentos',
'latest_income' => 'Últimos Rendimentos',
'latest_expenses' => 'Últimas Despesas',
];

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'Emaili Aktual',
'reset' => 'Rivendos',
'never' => 'asnjëherë',
'landing_page' => 'Faqja e Hyrjes',
'password' => [
'current' => 'Fjalëkalimi',

View File

@ -35,11 +35,13 @@ return [
'receive_bill' => 'Merre Faturën',
'make_payment' => 'Bëj Pagesën',
'status' => [
'statuses' => [
'draft' => 'Draft',
'received' => 'Marrë',
'partial' => 'I pjesshëm',
'paid' => 'I paguar',
'overdue' => 'I vonuar',
'unpaid' => 'I papaguar',
],
'messages' => [

View File

@ -2,18 +2,18 @@
return [
'bulk_actions' => 'Bulk Action|Bulk Actions',
'selected' => 'selected',
'bulk_actions' => 'Veprimi me Shumicë|Veprimet me Shumicë',
'selected' => 'e selektuar',
'message' => [
'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',
'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
'duplicate' => 'Jeni i sigurt që doni të <b>kopjoni</b> rekordin e zgjedhur?',
'delete' => 'Jeni i sigurt që doni të <b>fshini</b> rekordin e zgjedhur?|Jeni i sigurt që doni të <b>fshini</b> rekordet e zgjedhura?',
'export' => 'Jeni i sigurt që doni të <b>eksportoni</b> rekordin e zgjedhur?|Jeni i sigurt që doni të <b>eksportoni</b> rekordet e zgjedhura?',
'enable' => 'Jeni i sigurt që doni të <b>aktivizoni</b> rekordin e zgjedhur?|Jeni i sigurt që doni të <b>aktivizoni</b> rekordet e zgjedhura?',
'disable' => 'Jeni i sigurt që doni të <b>çaktivizoni</b> rekordin e zgjedhur?|Jeni i sigurt që doni të <b>çaktivizoni</b> rekordet e zgjedhura?',
'paid' => 'Jeni i sigurt që doni të shënoni faturën e zgjedhur si të <b>paguar</b>?|Jeni i sigurt që doni të shënoni faturat e zgjedhura si të <b>paguara</b>?',
'sent' => 'Jeni i sigurt që doni të shënoni faturën e zgjedhur si të <b>dërguar</b>?|Jeni i sigurt që doni të shënoni faturat e zgjedhura si të <b>dërguara</b>?',
'received' => 'Jeni i sigurt që doni të shënoni faturën e zgjedhur si të <b>pranuar</b>?|Jeni i sigurt që doni të shënoni faturat e zgjedhura si të <b>pranuara</b>?',
],
];

View File

@ -4,12 +4,10 @@ return [
'domain' => 'Domain',
'logo' => 'Logoja',
'manage' => 'Menaxho Kompanitë',
'all' => 'Të Gjitha Kompanitë',
'error' => [
'not_user_company' => 'Gabim: Nuk ju lejohet të ndryshoni këtë kompani!',
'delete_active' => 'Gabim: Nuk mund të fshihet kompania aktive, ju lutem, ndryshoni së pari!',
'delete_active' => 'Gabim: Nuk mund të fshihet kompania aktive. Ju lutem, kaloni në një tjetër së pari!',
],
];

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Përdoruesi u Krijua',
'error' => [
'email' => 'Emaili tashmë është marrë.'
'email' => 'Emaili tashmë është marrë.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Gabim: Nuk ju lejohet të ndryshoni këtë panel kontrolli!',
'delete_last' => 'Gabim: Nuk mund të fshihet paneli i kontrollit të fundit. Ju lutemi, krijoni një të re të parë!',
'disable_last' => 'Gabim: Nuk mund të çaktivizoni panelin e kontrollit të fundit. Ju lutemi, krijoni një të re të parë!',
],
];

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Para',
'categories_deposit' => 'Depozite',
'categories_sales' => 'Shitjet',
'currencies_usd' => 'Dollar Amerikan',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Poundi Britanik',
'currencies_try' => 'Lira Turke',
'accounts' => [
'cash' => 'Para',
],
'categories' => [
'deposit' => 'Depozite',
'sales' => 'Shitjet',
],
'currencies' => [
'usd' => 'Dollar Amerikan',
'eur' => 'Euro',
'gbp' => 'Poundi Britanik',
'try' => 'Lira Turke',
],
'offline_payments' => [
'cash' => 'Para',
'bank' => 'Transferte Bankare',
],
'reports' => [
'income' => 'Përmbledhja e të ardhurave mujore sipas kategorive.',
'expense' => 'Përmbledhja e shpenzimeve mujore sipas kategorive.',
'income_expense' => 'Të ardhurat mujore kundrejt shpenzimeve sipas kategorive.',
'tax' => 'Përmbledhje tremujore e taksave.',
'profit_loss' => 'Fitimi dhe humbja tremujore sipas kategorisë.',
],
];

View File

@ -3,48 +3,48 @@
return [
'invoice_new_customer' => [
'subject' => '{invoice_number} invoice created',
'body' => 'Dear {customer_name},<br /><br />We have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
'subject' => '{invoice_number} fatura e krijuar',
'body' => 'I dashur {customer_name},<br /><br />Ne kemi përgatitur faturën e mëposhtme për ju:<strong>{invoice_number}</strong>.<br /><br />Ju mund të shihni detajet e faturës dhe të vazhdoni me pagesën nga linku i mëposhtëm: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Mos ngurroni të na kontaktoni për çdo pyetje.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_remind_customer' => [
'subject' => '{invoice_number} invoice overdue notice',
'body' => 'Dear {customer_name},<br /><br />This is an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => 'njoftim i faturës {invoice_number} së vonuar',
'body' => 'I dashur {customer_name},<br /><br />Ky është një njoftim i vonuar për faturën <strong>{invoice_number}</strong>.<br /><br />Totali i faturës është {invoice_total} dhe ishte deri më <strong>{invoice_due_date}</strong>.<br /><br />Ju mund të shihni detajet e faturës dhe të vazhdoni me pagesën nga lidhja e mëposhtme: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_remind_admin' => [
'subject' => '{invoice_number} invoice overdue notice',
'body' => 'Hello,<br /><br />{customer_name} has received an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => 'njoftim i faturës {invoice_number} së vonuar',
'body' => 'Përshëndetje,<br /><br />{customer_name} ka marrë një njoftim të vonuar për faturën <strong>{invoice_number}</strong>.<br /><br />Totali i faturës është {invoice_total} dhe ishte deri më <strong>{invoice_due_date}</strong>.<br /><br />Ju mund t\'i shihni detajet e faturës në linkun e mëposhtëm: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_recur_customer' => [
'subject' => '{invoice_number} recurring invoice created',
'body' => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
'subject' => '{invoice_number} fatura periodike u krijua',
'body' => 'I dashur {customer_name},<br /><br />Bazuar në rrethin tuaj periodik, ne kemi përgatitur faturën e mëposhtme për ju: <strong>{invoice_number}</strong>.<br /><br />Ju mund të shihni detajet e faturës dhe të vazhdoni me pagesën nga linku i mëposhtëm: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Mos ngurroni të na kontaktoni për çdo pyetje.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_recur_admin' => [
'subject' => '{invoice_number} recurring invoice created',
'body' => 'Hello,<br /><br /> Based on {customer_name} recurring circle, <strong>{invoice_number}</strong> invoice has been automatically created.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => '{invoice_number} fatura periodike u krijua',
'body' => 'Përshëndetje,<br /><br /> Bazuar në rrethin periodik të {customer_name}, <strong>{invoice_number}</strong> fatura është krijuar automatikisht. <br /><br />Ju mund t\'i shihni detajet e faturës në linkun e mëposhtëm: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_payment_customer' => [
'subject' => 'Payment received for {invoice_number} invoice',
'body' => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br /><br />Amount: <strong>{transaction_total}<br /></strong>Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}<br /><br /></strong>-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
'subject' => 'Pagesa e pranuar për faturën {invoice_number}',
'body' => 'I dashur {customer_name},<br /><br />Faleminderit për pagesën. Gjeni detajet e pagesës më poshtë:<br /><br />-------------------------------------------------<br /><br />Shuma: <strong>{transaction_total}<br /></strong>Data: <strong>{transaction_paid_date}</strong><br />Numri i Faturës:<strong>{invoice_number}<br /><br /></strong>-------------------------------------------------<br /><br />Gjithmonë mund t\'i shihni detajet e faturës nga linku i mëposhtëm: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Mos ngurroni të na kontaktoni për çdo pyetje.<br /><br />Me Respekt,<br />{company_name}',
],
'invoice_payment_admin' => [
'subject' => 'Payment received for {invoice_number} invoice',
'body' => 'Hello,<br /><br />{customer_name} recorded a payment for <strong>{invoice_number}</strong> invoice.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => 'Pagesa e pranuar për faturën {invoice_number}',
'body' => 'Përshëndetje,<br /><br />{customer_name} regjistroi një pagesë për faturën <strong>{invoice_number}</strong>.<br /><br />Ju mund t\'i shihni detajet e faturës në linkun e mëposhtëm: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
'bill_remind_admin' => [
'subject' => '{bill_number} bill reminding notice',
'body' => 'Hello,<br /><br />This is a reminding notice for <strong>{bill_number}</strong> bill to {vendor_name}.<br /><br />The bill total is {bill_total} and is due <strong>{bill_due_date}</strong>.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => 'njoftim për kujtesë të faturës {bill_number}',
'body' => 'Përshëndetje,<br /><br />Ky është një njoftim kujtues për <strong>{bill_number}</strong> faturën tek {vendor_name}.<br /><br /> Totali i faturës është {bill_total} dhe ishte deri më <strong>{bill_due_date}</strong>.<br /><br />Ju mund t\'i shihni detajet e faturës nga linku i mëposhtëm: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
'bill_recur_admin' => [
'subject' => '{bill_number} recurring bill created',
'body' => 'Hello,<br /><br /> Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> invoice has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
'subject' => '{bill_number} fatura periodike u krijua',
'body' => 'Përshëndetje,<br /><br /> Bazuar në rrethin periodik të {vendor_name}, <strong>{bill_number}</strong> fatura është krijuar automatikisht. <br /><br />Ju mund t\'i shihni detajet e faturës në linkun e mëposhtëm: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Me Respekt,<br />{company_name}',
],
];

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Qasje e ndaluar',
'error_page' => 'Faqe e Gabuar',
'page_not_found' => 'Faqja nuk u gjet',
'body' => [
'forbidden_access' => 'Ups! Qasje e ndaluar.',
'error_page' => 'Ups! Diçka shkoi keq.',
'page_not_found' => 'Ups! Faqja nuk u gjet.',
'title' => [
'403' => 'Ups! Qasje e ndaluar',
'404' => 'Ups! Faqja nuk u gjet',
'500' => 'Ups! Diçka shkoi keq',
],
'messages' => [
'forbidden_access' => 'Nuk mund hyni këtë faqe.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
'error_page' => 'Ne do punojmë ta rregullojmë atë menjëherë.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
'page_not_found' => 'Ne nuk mund ta gjejmë faqen po kërkoni.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
'header' => [
'403' => '403 E ndaluar',
'404' => '404 Nuk u gjet',
'500' => '500 Gabim i brendshëm i serverit',
],
'message' => [
'403' => 'Ju nuk mund të përdorni këtë faqe.',
'404' => 'Ne nuk mundëm të gjenim faqen që ju po kërkoni.',
'500' => 'Ne do të punojmë për rregullimin menjëherë.',
],
];

View File

@ -2,7 +2,7 @@
return [
'dashboards' => 'Dashboard|Dashboards',
'dashboards' => 'Paneli i Kontrollit|Panelet e Kontrollit',
'items' => 'Artikull|Artikuj',
'incomes' => 'Fitim|Fitime',
'invoices' => 'Faturë|Faturat',
@ -42,14 +42,16 @@ return [
'contacts' => 'Kontakti|Kontaktet',
'reconciliations' => 'Pajtimi|Pajtimet',
'developers' => 'Zhvillues|Zhvilluesit',
'schedules' => 'Schedule|Schedules',
'schedules' => 'Planifikimi|Planifikimet',
'groups' => 'Grupi|Grupet',
'charts' => 'Grafiku|Grafikët',
'localisations' => 'Lokalizimi|Lokalizimet',
'defaults' => 'Default|Defaults',
'widgets' => 'Widget|Widgets',
'defaults' => 'Parazgjedhur|Parazgjedhjet',
'widgets' => 'Instrument|Instrumentet',
'templates' => 'Shablloni|Shabllonet',
'sales' => 'Shitje|Shitjet',
'purchases' => 'Blerje|Blerjet',
'dashboard' => 'Paneli Kryesor',
'welcome' => 'Mirësevini',
'banking' => 'Veprime Bankare',
'general' => 'Të përgjithshme',
@ -68,6 +70,8 @@ return [
'yearly' => 'Vjetore',
'add' => 'Shto',
'add_new' => 'Shto të Re',
'add_income' => 'Shtoni të Ardhura',
'add_expense' => 'Shtoni Shpenzim',
'show' => 'Shfaq',
'edit' => 'Modifiko',
'delete' => 'Fshij',
@ -89,7 +93,7 @@ return [
'reference' => 'Referenca',
'attachment' => 'Bashkëngjitje',
'change' => 'Ndrysho',
'change_type' => 'Change :type',
'change_type' => 'Ndrysho :type',
'switch' => 'Ndryshim',
'color' => 'Ngjyra',
'save' => 'Ruaj',
@ -131,13 +135,29 @@ return [
'end' => 'Përfundo',
'clear' => 'Pastro',
'difference' => 'Diferencë',
'footer' => 'Footer',
'footer' => 'Fundfaqe',
'start_date' => 'Data e Fillimit',
'end_date' => 'Data e Mbarimit',
'basis' => 'Bazë',
'accrual' => 'Akruali',
'cash' => 'Para',
'group_by' => 'Group By',
'group_by' => 'Grupo Me',
'accounting' => 'Kontabiliteti',
'sort' => 'Renditja',
'width' => 'Gjerësia',
'month' => 'Muaj',
'year' => 'Viti',
'type_item_name' => 'Shtypni një emër artikulli',
'no_data' => 'Nuk ka të dhëna',
'no_matching_data' => 'Nuk ka të dhëna që përputhen',
'clear_cache' => 'Pastro Cache',
'card' => [
'name' => 'Emri ne Karte',
'number' => 'Numri i Kartes',
'expiration_date' => 'Data e Skadimit',
'cvv' => 'Karta CVV',
],
'title' => [
'new' => 'I ri :type',
@ -147,6 +167,7 @@ return [
'send' => 'Dërgo :type',
'get' => 'Merr :type',
'add' => 'Shto :type',
'manage' => 'Menaxho :type',
],
'form' => [
@ -168,13 +189,13 @@ return [
],
'empty' => [
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
'documentation' => 'Shikoni <a href=":url" target="_blank" class="text-success">dokumentacionin</a> për më shumë detaje.',
'items' => 'Artikujt mund të jenë produkte ose shërbime. Ju mund të përdorni artikujt kur krijoni fatura dhe fatura për të pasuruar fushat e çmimit, taksave etj.',
'invoices' => 'Faturat mund të jenë një herë ose të përsëritura. Ju mund të dërgoni ato për klientët dhe të fillojnë të pranuar pagesa online.',
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
'revenues' => 'Të ardhurat janë një transaksion me të ardhura të paguara. Mund të jetë një procesverbal i pavarur (d.m.th. depozitë) ose bashkangjitur një faturë.',
'customers' => 'Konsumatorët janë të nevojshme në qoftë se ju doni për të krijuar faturat. Ata gjithashtu mund të futen në Portalin e Klientëve dhe të shohin ekuilibrin e tyre.',
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
'bills' => 'Faturat mund të jetë një kohë ose të përsëritura. Ata tregojnë se çfarë u detyrohen shitësve tuaj për produktet ose shërbimet që blini.',
'payments' => 'Pagesa është një transaksion me shpenzime të paguara. Mund të jetë një procesverbal i pavarur (d.m.th. marrja e ushqimit) ose bashkangjitur një faturë.',
'vendors' => 'Shitësit janë të nevojshme në qoftë se ju doni për të krijuar faturat. Ju mund të shihni ekuilibrin që ju keni borxh dhe të filtroni raportet nga shitësi.',
],

View File

@ -29,6 +29,7 @@ return [
'add_payment' => 'Shto Pagesë',
'mark_paid' => 'Shënoje të Paguar',
'mark_sent' => 'Shënoje të Dërguar',
'mark_viewed' => 'Shënoje të Shikuar',
'download_pdf' => 'Shkarko PDF',
'send_mail' => 'Dërgo Email',
'all_invoices' => 'Identifikohu për të parë të gjitha faturat',
@ -37,13 +38,15 @@ return [
'get_paid' => 'Merre Pagesen',
'accept_payments' => 'Pranoni Pagesat Online',
'status' => [
'statuses' => [
'draft' => 'Draft',
'sent' => 'E Dërguar',
'viewed' => 'E Shikuar',
'approved' => 'I Miratuar',
'partial' => 'I pjesshëm',
'paid' => 'I paguar',
'overdue' => 'I vonuar',
'unpaid' => 'I papaguar',
],
'messages' => [

View File

@ -2,10 +2,10 @@
return [
'title' => 'Maintenance Mode',
'title' => 'Mënyra e Mirëmbajtjes',
'message' => 'We\'re currently working on the site, please try again later!',
'message' => 'Tani jemi duke punuar në sit, ju lutemi provoni përsëri më vonë!',
'last-updated' => 'This message was last updated :timestamp',
'last-updated' => 'Ky mesazh u azhurnua për herë të fundit :timestamp',
];

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type fshirë!',
'duplicated' => ':type dubluar!',
'imported' => ':type importuar!',
'exported' => ':type eksportuar!',
'enabled' => ':type aktivizuar!',
'disabled' => ':type çaktivizuar!',
],
@ -18,8 +19,8 @@ return [
'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.',
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!',
'change_type' => 'Error: Can not change the type because it has :text related!',
'invalid_apikey' => 'Error: The API Key entered is invalid!',
'change_type' => 'Gabim: Nuk mund të ndryshojë llojin sepse ajo ka :text lidhur!',
'invalid_apikey' => 'Gabim: Çelësi API i futur është i pavlefshëm!',
'import_column' => 'Gabim: :message Fleta name: :sheet. Rreshti number: :line.',
'import_sheet' => 'Gabim: Emri i fletës nuk është i vlefshëm. Ju lutem, kontrolloni skedarin e mostrës.',
],
@ -28,7 +29,7 @@ return [
'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.',
'disabled' => 'Njoftim: <b>:name</b> nuk mund të disable sepse ka :text të lidhur.',
'disable_code' => 'Njoftim: Nuk ju lejohet të çaktivizoni ose të ndryshoni monedhën e <b>:name</b>, sepse ajo ka :text e lidhur.',
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
'payment_cancel' => 'Paralajmërim: Ju keni anuluar :method pagesën tuaj të fundit!',
],
];

View File

@ -2,7 +2,7 @@
return [
'api_key' => 'API Key',
'api_key' => 'Çelësi API',
'my_apps' => 'Aplikacionet e Mia',
'pre_sale' => 'Para Shitjet',
'top_paid' => 'Më të paguarat',
@ -12,10 +12,9 @@ return [
'search' => 'Kërko',
'install' => 'Instalo',
'buy_now' => 'Bli Tani',
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
'get_api_key' => '<a href=":url" target="_blank">Klikoni këtu</a> për të marrë çelësin tuaj API.',
'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.',
'developer' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
'become_developer' => 'A jeni një zhvillues? <a href=":url" target="_blank">Këtu</a> mund të mësoni se si të krijoni një aplikacion dhe të filloni shitjen sot!',
'recommended_apps' => 'Aplikacionet e Rekomanduara',
'about' => 'Rreth nesh',
@ -42,20 +41,20 @@ return [
'installation' => [
'header' => 'Instalim Aplikacioni',
'download' => 'Downloading :module',
'unzip' => 'Extracting :module files',
'file_copy' => 'Copying :module files',
'finish' => 'Finalizing :module installation',
'redirect' => ':module installed, redirecting to updates page',
'install' => 'Installing :module',
'download' => 'Duke shkarkuar :module',
'unzip' => 'Duke ekstraktuar :module skedaret',
'file_copy' => 'Duke kopjuar :module skedaret',
'finish' => 'Finalizimi :module instalimit',
'redirect' => ':module e instaluar, ridrejtimi tek faqja e azhurnimeve',
'install' => 'Duke instaluar :module',
],
'errors' => [
'download' => 'Not able to download :module',
'zip' => 'Not able to create :module zip file',
'unzip' => 'Not able to unzip :module',
'file_copy' => 'Not able to copy :module files',
'finish' => 'Not able to finalize :module installation',
'download' => 'Nuk mund të shkarkohet :module',
'zip' => 'Nuk mund të krijojë :module skedar zip',
'unzip' => 'Nuk mund të hiqet nga zipi :module',
'file_copy' => 'Nuk mund të kopjohen :module skedaret',
'finish' => 'Nuk mund të finalizohet :module instalimi',
],
'badge' => [
@ -80,5 +79,6 @@ return [
],
'na' => 'Nuk ka shqyrtime.'
]
],
];

View File

@ -2,9 +2,9 @@
return [
'previous' => '&laquo; Prapa',
'next' => 'Para &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
'previous' => 'Paraardhëse',
'next' => 'Vijues',
'showing' => ':first-:last nga :total rekordet.',
'page' => 'per faqe.',
];

View File

@ -6,7 +6,7 @@ return [
'reconciled' => 'Pajtuar',
'closing_balance' => 'Bilanci i Mbylljes',
'unreconciled' => 'Papajtuar',
'transactions' => 'Transactions',
'transactions' => 'Transaksionet',
'start_date' => 'Data e Fillimit',
'end_date' => 'Data e Mbarimit',
'cleared_amount' => 'Shuma e Pastruar',

View File

@ -12,7 +12,7 @@ return [
'net_profit' => 'Fitimi Neto',
'total_expenses' => 'Shpenzimet Totale',
'net' => 'NETO',
'income-expense' => 'Të Ardhurat & Shpenzimet',
'income_expense' => 'Të Ardhurat & Shpenzimet',
'summary' => [
'income' => 'Përmbledhje e të Ardhurave',

View File

@ -50,8 +50,12 @@ return [
'payment_terms' => 'Kushtet e Pagesës',
'title' => 'Titulli',
'subheading' => 'Nëntitull',
'due_receipt' => 'Due upon receipt',
'due_days' => 'Due within :days days',
'due_receipt' => 'Me rastin e marrjes',
'due_days' => 'Afati brenda :days ditëve',
'choose_template' => 'Zgjidhni modelin e faturës',
'default' => 'Parazgjedhur',
'classic' => 'Klasike',
'modern' => 'Modern',
],
'default' => [
@ -81,21 +85,21 @@ return [
'subject' => 'Subjekti',
'body' => 'Trupi',
'tags' => '<strong>Etiketa të Disponueshme:</strong> :tag_list',
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
'invoice_new_customer' => 'Modeli i Ri i Faturave (dërguar klientit)',
'invoice_remind_customer' => 'Modeli i Kujtesës së Faturës (dërguar klientit)',
'invoice_remind_admin' => 'Modeli i Kujtesës së Faturës (dërguar administratorit)',
'invoice_recur_customer' => 'Modeli i Përsëritur i Faturës (dërguar klientit)',
'invoice_recur_admin' => 'Modeli i Përsëritur i Faturës (dërguar administratorit)',
'invoice_payment_customer' => 'Modeli i Marrjes së Pagesave (dërguar klientit)',
'invoice_payment_admin' => 'Modeli i Marrjes së Pagesave (dërguar administratorit)',
'bill_remind_admin' => 'Modeli i Kujtesës së Faturës (dërguar administratorit)',
'bill_recur_admin' => 'Modeli i Përsëritur i Faturave (dërguar administratorit)',
],
],
'scheduling' => [
'name' => 'Planifikimi',
'description' => 'Automatic reminders and command for recurring',
'description' => 'Kujtime automatike dhe komanda për përsëritje',
'send_invoice' => 'Dërgo Faturën Rikujtimor',
'invoice_days' => 'Dërgo Pas Ditëve të Duhura',
'send_bill' => 'Dërgo Faturën Rikujtimor',

View File

@ -2,7 +2,7 @@
return [
'total_incomes' => 'Fitimet Totale',
'total_income' => 'Fitimet Totale',
'receivables' => 'Të Arkëtueshmet',
'open_invoices' => 'Faturat e Hapura',
'overdue_invoices' => 'Faturat e Vonuara',
@ -14,10 +14,10 @@ return [
'open_profit' => 'Fitimi i Hapur',
'overdue_profit' => 'Fitimi i Vonuar',
'cash_flow' => 'Fluksi i Parave',
'no_profit_loss' => 'Asnjë Humbje Fitimi',
'incomes_by_category' => 'Fitimet Sipas Kategorive',
'no_profit_loss' => 'Ska Fitimi & Humbje',
'income_by_category' => 'Fitimet Sipas Kategorive',
'expenses_by_category' => 'Shpenzimet Sipas Kategorive',
'account_balance' => 'Bilanci i Llogarisë',
'latest_incomes' => 'Fitimet e Fundit',
'latest_income' => 'Fitimet e Fundit',
'latest_expenses' => 'Shpenzimet e Fundit',
];

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'Geçerli Email',
'reset' => 'Sıfırla',
'never' => 'hiçbir zaman',
'landing_page' => 'Açılış Sayfası',
'password' => [
'current' => 'Şifre',

View File

@ -35,11 +35,13 @@ return [
'receive_bill' => 'Faturayı Al',
'make_payment' => 'Ödeme Yap',
'status' => [
'statuses' => [
'draft' => 'Taslak',
'received' => 'Teslim Alındı',
'partial' => 'Kısmi',
'paid' => 'Ödenmiş',
'received' => 'Alındı',
'partial' => 'Kısmi Ödeme',
'paid' => 'Ödendi',
'overdue' => 'Gecikmiş',
'unpaid' => 'Ödenmemiş',
],
'messages' => [

View File

@ -4,12 +4,10 @@ return [
'domain' => 'Alan Adı',
'logo' => 'Logo',
'manage' => 'Şirketleri Yönet',
'all' => 'Tüm Şirketler',
'error' => [
'not_user_company' => 'Hata: Bu şirketi değiştirme yetkiniz yok!',
'delete_active' => 'Hata: Etkin şirketi silemezsiniz, önce değiştirin lütfen!',
'delete_active' => 'Hata: Etkin şirketi silemezsiniz. Lütfen, önce başka bir şirkete geçin!',
],
];

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Kullanıcı oluşturuldu',
'error' => [
'email' => 'Bu email adresi kullanılmaktadır.'
'email' => 'Bu email adresi kullanılmaktadır.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Hata: Bu yönetim panelini değiştirme yetkiniz yok!',
'delete_last' => 'Hata: Son yönetim panelini silemezsiniz. Önce yeni bir panel oluşturun!',
'disable_last' => 'Hata: Son yönetim panelini devre dışı bırakamazsınız. Önce yeni bir panel oluşturun!',
],
];

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Kasa',
'categories_deposit' => 'Depozito',
'categories_sales' => 'Satış',
'currencies_usd' => 'Amerikan Doları',
'currencies_eur' => 'Avro',
'currencies_gbp' => 'İngiliz Sterlini',
'currencies_try' => 'Türk Lirası',
'accounts' => [
'cash' => 'Kasa',
],
'categories' => [
'deposit' => 'Depozito',
'sales' => 'Satış',
],
'currencies' => [
'usd' => 'Amerikan Doları',
'eur' => 'Avro',
'gbp' => 'İngiliz Sterlini',
'try' => 'Türk Lirası',
],
'offline_payments' => [
'cash' => 'Nakit',
'bank' => 'Banka Transferi',
],
'reports' => [
'income' => 'Kategori bazlı aylık gelir özeti.',
'expense' => 'Kategori bazlı aylık gider özeti.',
'income_expense' => 'Kategori bazlı aylık gelir-gider dengesi.',
'tax' => 'Çeyreklik vergi özeti.',
'profit_loss' => 'Çeyreklik kar-zarar tablosu.',
],
];

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Yasaklanmış Erişim',
'error_page' => 'Hata Sayfası',
'page_not_found' => 'Sayfa Bulunamadı',
'body' => [
'forbidden_access' => 'Ups! Yasaklanmış Erişim.',
'error_page' => 'Ups! Bir sorun oluştu.',
'page_not_found' => 'Ups! Sayfa bulunamadı.',
'title' => [
'403' => 'Üzgünüz! Erişim Yasak',
'404' => 'Üzgünüz! Sayfa bulunamadı',
'500' => 'Üzgünüz! Bir hata oluştu',
],
'messages' => [
'forbidden_access' => 'Bu sayfaya erişemezsiniz.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
'error_page' => 'Bunu hemen düzeltmek için çalışacağız.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
'page_not_found' => 'Aradığınız sayfayı bulamadık.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
'header' => [
'403' => '403 Yasak',
'404' => '404 Bulunamadı',
'500' => '500 Sunucu Hatası',
],
'message' => [
'403' => 'Bu sayfaya erişim yasak.',
'404' => 'Ulaşmaya çalıştığınız sayfayı bulamadık.',
'500' => 'Bu sorun gidermek için hemen işe başlıyoruz.',
],
];

View File

@ -48,8 +48,10 @@ return [
'localisations' => 'Yerelleştirme|Yerelleştirmeler',
'defaults' => 'Varsayılan|Varsayılanlar',
'widgets' => 'Bileşen|Bileşenler',
'templates' => 'Şablon|Şablonlar',
'sales' => 'Satış|Satışlar',
'purchases' => 'Alış|Alışlar',
'dashboard' => 'Kontrol Paneli',
'welcome' => 'Hoş Geldiniz',
'banking' => 'Banka',
'general' => 'Genel',
@ -68,6 +70,8 @@ return [
'yearly' => 'Yıllık',
'add' => 'Ekle',
'add_new' => 'Yeni Ekle',
'add_income' => 'Gelir Ekle',
'add_expense' => 'Gider Ekle',
'show' => 'Göster',
'edit' => 'Düzenle',
'delete' => 'Sil',
@ -133,11 +137,27 @@ return [
'difference' => 'Fark',
'footer' => 'Altbilgi',
'start_date' => 'Başlangıç Tarihi',
'end_date' => 'Bitiş Tarihi',
'basis' => 'Esas',
'accrual' => 'Tahakkuk',
'cash' => 'Nakit',
'group_by' => 'Gruplandır',
'accounting' => 'Muhasebe',
'sort' => 'Sıralama',
'width' => 'Genişlik',
'month' => 'Ay',
'year' => 'Yıl',
'type_item_name' => 'Ürün/Hizmet ismi yazın',
'no_data' => 'Veri yok',
'no_matching_data' => 'Eşleşen veri yok',
'clear_cache' => 'Önbelleği Temizle',
'card' => [
'name' => 'Kart Sahibi',
'number' => 'Kart Numarası',
'expiration_date' => 'Geçerlilik Tarihi',
'cvv' => 'CVV Numarası',
],
'title' => [
'new' => 'Yeni :type',
@ -147,6 +167,7 @@ return [
'send' => ':type Gönder',
'get' => ':type Getir',
'add' => ':type Ekle',
'manage' => ':type Yönet',
],
'form' => [

View File

@ -29,6 +29,7 @@ return [
'add_payment' => 'Ödeme Ekle',
'mark_paid' => 'Ödendi İşaretle',
'mark_sent' => 'Gönderildi İşaretle',
'mark_viewed' => 'Görüntülendi İşaretle',
'download_pdf' => 'PDF İndir',
'send_mail' => 'Email Gönder',
'all_invoices' => 'Tüm faturaları görüntülemek için giriş yapın',
@ -37,13 +38,15 @@ return [
'get_paid' => 'Ödeme Al',
'accept_payments' => 'Online Tahsilat Al',
'status' => [
'statuses' => [
'draft' => 'Taslak',
'sent' => 'Gönderildi',
'viewed' => 'Görüldü',
'viewed' => 'Görüntülendi',
'approved' => 'Onaylandı',
'partial' => 'Kısmi',
'partial' => 'Kısmi Ödeme',
'paid' => 'Ödendi',
'overdue' => 'Gecikmiş',
'unpaid' => 'Ödenmemiş',
],
'messages' => [

View File

@ -12,10 +12,9 @@ return [
'search' => 'Arama',
'install' => 'Yükle',
'buy_now' => 'Şimdi Satın Al',
'api_key_link' => 'API Anahtarını elde etmek için <a class="text-red" href="https://akaunting.com/profile" target="_blank">buraya</a> tıklayın.',
'get_api_key' => 'API Anahterını almak için <a href=":url" target="_blank">buraya tıklayın</a>.',
'no_apps' => 'Henüz bu kategoride uygulama bulunmamaktadır.',
'developer' => 'Geliştirici misiniz? <a href="https://akaunting.com/tr/developers" target="_blank">Buraya</a> tıklayarak Akaunting için uygulama geliştirmeyi öğrenebilir ve hemen para kazanmaya başlayabilirsiniz!',
'become_developer' => 'Geliştirici misiniz? <a href=":url" target="_blank">Buraya</a> tıklayarak Akaunting için uygulama geliştirmeyi öğrenebilir ve hemen para kazanmaya başlayabilirsiniz!',
'recommended_apps' => 'Önerilen Uygulamalar',
'about' => 'Hakkında',
@ -80,5 +79,6 @@ return [
],
'na' => 'Herhangi bir yorum yok.'
]
],
];

View File

@ -2,8 +2,8 @@
return [
'previous' => '&laquo; Önceki',
'next' => 'Sonraki &raquo;',
'previous' => 'Geri',
'next' => 'İleri',
'showing' => ':total kayıttan :first-:last arası.',
'page' => 'sayfa başına.',

View File

@ -12,7 +12,7 @@ return [
'net_profit' => 'Net Kar',
'total_expenses' => 'Toplam Gider',
'net' => 'NET',
'income-expense' => 'Gelir Gider Dengesi',
'income_expense' => 'Gelir - Gider',
'summary' => [
'income' => 'Gelir Özeti',

View File

@ -52,6 +52,10 @@ return [
'subheading' => 'Altbaşlık',
'due_receipt' => 'Teslim alındığında vadeli',
'due_days' => ':days vadeli',
'choose_template' => 'Fatura şablonu seçin',
'default' => 'Varsayılan',
'classic' => 'Klasik',
'modern' => 'Modern',
],
'default' => [

View File

@ -2,7 +2,7 @@
return [
'total_incomes' => 'Toplam Gelir',
'total_income' => 'Toplam Gelir',
'receivables' => 'Alacak',
'open_invoices' => 'Açık Faturalar',
'overdue_invoices' => 'Gecikmiş Faturalar',
@ -14,10 +14,10 @@ return [
'open_profit' => 'Açık Kar',
'overdue_profit' => 'Gecikmiş Kar',
'cash_flow' => 'Nakit Akışı',
'no_profit_loss' => 'Kar Kaybı Yok',
'incomes_by_category' => 'Gelir Kategorileri',
'no_profit_loss' => 'Kar-Zarar Yok',
'income_by_category' => 'Gelir Kategorileri',
'expenses_by_category' => 'Gider Kategorileri',
'account_balance' => 'Hesap Bakiyesi',
'latest_incomes' => 'Son Gelirler',
'latest_income' => 'Son Gelirler',
'latest_expenses' => 'Son Giderler',
];