updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@@ -2,6 +2,7 @@
return [
'dashboards' => 'Πίνακας ελέγχου|Πίνακες ελέγχου',
'items' => 'Προϊόν|Προϊόντα',
'incomes' => 'Έσοδα|Εισοδήματα',
'invoices' => 'Τιμολόγιο|Τιμολόγια',
@@ -41,8 +42,15 @@ return [
'contacts' => 'Επαφή|Επαφές',
'reconciliations' => 'Συμφωνία|Συμφωνίες',
'developers' => 'Δημιουργός|Δημιουργοί',
'schedules' => 'Χρονοδιάγραμμα|Χρονοδιαγράμματα',
'groups' => 'Ομάδα|Ομάδες',
'charts' => 'Γράφημα|Γραφήματα',
'localisations' => 'Tοπική προσαρμογή|Tοπικές προσαρμογές',
'defaults' => 'Προεπιλογή|Προεπιλογές',
'widgets' => 'Γραφικό Στοιχείο|Γραφικά Στοιχεία',
'dashboard' => 'Πίνακας ελέγχου',
'welcome' => 'Καλωσήρθατε',
'banking' => 'Τράπεζες',
'general' => 'Γενικά',
'no_records' => 'Καμία εγγραφή.',
@@ -54,6 +62,7 @@ return [
'no' => 'Όχι',
'na' => 'Μη Διαθέσιμο',
'daily' => 'Ημερήσια',
'weekly' => 'Εβδομαδιαία',
'monthly' => 'Μηνιαία',
'quarterly' => 'Τριμηνιαία',
'yearly' => 'Ετήσια',
@@ -80,9 +89,11 @@ return [
'reference' => 'Αναφορά',
'attachment' => 'Συνημμένο',
'change' => 'Αλλαγή',
'change_type' => 'Change :type',
'switch' => 'Αλλαγή',
'color' => 'Χρώμα',
'save' => 'Αποθήκευση',
'confirm' => 'Επιβεβαίωση',
'cancel' => 'Ακύρωση',
'loading' => 'Φόρτωση...',
'from' => 'Από',
@@ -115,17 +126,27 @@ return [
'go_to' => 'Μετάβαση στο :name',
'created_date' => 'Ημερομηνία Δημιουργίας',
'period' => 'Περίοδος',
'frequency' => 'Συχνότητα',
'start' => 'Έναρξη',
'end' => 'Τέλος',
'clear' => 'Καθαρισμός',
'difference' => 'Διαφορά',
'footer' => 'Υποσέλιδο',
'start_date' => 'Ημερομηνία Έναρξης',
'basis' => 'Βάση',
'accrual' => 'Δεδουλευμένα',
'cash' => 'Μετρητά',
'group_by' => 'Ομαδοποίηση κατά',
'accounting' => 'Λογιστική',
'title' => [
'new' => 'Νέο :type',
'edit' => 'Επεξεργασία :type',
'delete' => 'Διαγραφή :type',
'create' => 'Δημιουργία :type',
'send' => 'Αποστολή :type',
'get' => 'Εμφάνιση :type',
'add' => 'Προσθήκη :type',
],
'form' => [
@@ -134,6 +155,7 @@ return [
'field' => 'Επίλέξτε :field',
'file' => 'Επιλογή αρχείου',
],
'add_new' => 'Προσθήκη νέου :field',
'no_file_selected' => 'Δεν έχει επιλεχθεί αρχείο...',
],
@@ -144,4 +166,16 @@ return [
'this_month' => 'Αυτό το Μήνα',
'last_month' => 'Τον Προηγούμενο Μήνα',
],
'empty' => [
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
'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' => '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.',
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
],
];