Skip to content

Commit

Permalink
new crowdin translations
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Aug 14, 2020
1 parent c55cf29 commit 2fb9ec6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/lang/el-GR/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'price' => 'Τιμή',
'sub_total' => 'Μερικό Σύνολο',
'discount' => 'Έκπτωση',
'item_discount' => 'Έκπτωση',
'tax_total' => 'Συνολικό ΦΠΑ',
'total' => 'Σύνολο',

Expand All @@ -28,7 +29,9 @@
'histories' => 'Ιστορικό',
'payments' => 'Πληρωμές',
'add_payment' => 'Προσθήκη πληρωμής',
'mark_paid' => 'Πληρώθηκε',
'mark_received' => 'Ειλημμένη σημείωση',
'mark_cancelled' => 'Ακύρωση',
'download_pdf' => 'Λήψη PDF',
'send_mail' => 'Αποστολή Email',
'create_bill' => 'Δημιουργία Λογαριασμού',
Expand All @@ -40,10 +43,15 @@
'received' => 'Ληφθέντα',
'partial' => 'Μερική',
'paid' => 'Πληρωμένο',
'overdue' => 'Εκπρόθεσμο',
'unpaid' => 'Απλήρωτο',
'cancelled' => 'Άκυρο',
],

'messages' => [
'received' => 'Λογαριασμός που σημειώθηκε ότι ελήφθη επιτυχώς!',
'marked_received' => 'Ο λογαριασμός επισημάνθηκε ως παραληφθείς!',
'marked_paid' => 'Ο λογαριασμός επισημάνθηκε ως πληρωμένος!',
'marked_cancelled' => 'Ο λογαριασμός επισημάνθηκε ως ακυρωμένος!',
'draft' => 'Αυτός ο λογαριασμός είναι <b>ΠΡΟΧΕΙΡΟΣ</b> και θα εμφανιστεί στα γραφήματα μετά την παραλαβή του.',

'status' => [
Expand Down
1 change: 1 addition & 0 deletions resources/lang/nb-NO/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
],

'error' => [
'php_version' => 'Feil: Be din tjenesteleverandør om å bruke PHP :php_version eller høyere for både HTTP og CLI.',
'connection' => 'Feil: Kunne ikke koble til databasen. Påse at opplysningene er riktig.',
],

Expand Down
1 change: 1 addition & 0 deletions resources/lang/nb-NO/reconciliations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

'reconcile' => 'Avstem',
'reconciled' => 'Avstemt',
'opening_balance' => 'Åpningsbalanse',
'closing_balance' => 'Sluttbalanse',
'unreconciled' => 'Uavstemt',
'transactions' => 'Transaksjoner',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/nb-NO/taxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
'inclusive' => 'Inklusiv',
'compound' => 'Tillegg',
'fixed' => 'Fastsatt',
'withholding' => 'Kildeskatt',
];

0 comments on commit 2fb9ec6

Please sign in to comment.