new crowdin translations
This commit is contained in:
14
resources/lang/hu-HU/accounts.php
Normal file
14
resources/lang/hu-HU/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Számla név',
|
||||
'number' => 'Szám',
|
||||
'opening_balance' => 'Nyitó egyenleg',
|
||||
'current_balance' => 'Aktuális egyenleg',
|
||||
'bank_name' => 'Bank neve',
|
||||
'bank_phone' => 'Bank telefonszáma',
|
||||
'bank_address' => 'Bank címe',
|
||||
'default_account' => 'Alapértelmezett számla',
|
||||
|
||||
];
|
18
resources/lang/hu-HU/currencies.php
Normal file
18
resources/lang/hu-HU/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kód',
|
||||
'rate' => 'Mérték/kulcs',
|
||||
'default' => 'Alapértelmezett pénznem',
|
||||
'decimal_mark' => 'Tizedesvessző',
|
||||
'thousands_separator' => 'Ezres tagoló',
|
||||
'precision' => 'Pontosság',
|
||||
'symbol' => [
|
||||
'symbol' => 'Szimbólum',
|
||||
'position' => 'Szimbólum helye',
|
||||
'before' => 'Összeg előtt',
|
||||
'after' => 'Összeg után',
|
||||
]
|
||||
|
||||
];
|
23
resources/lang/hu-HU/errors.php
Normal file
23
resources/lang/hu-HU/errors.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => [
|
||||
'403' => 'Hoppá! Tiltott hozzáférés',
|
||||
'404' => 'Hoppá! Az oldal nem található',
|
||||
'500' => 'Hoppá! Valami hiba történt.',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'403' => '403 Tiltott',
|
||||
'404' => '404 Nem találtható',
|
||||
'500' => 'Belső kiszolgálóhiba',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => 'Nem férhet hozzá ehhez az oldalhoz.',
|
||||
'404' => 'A keresett oldal nem található.',
|
||||
'500' => 'Dolgozunk azon, hogy ezt azonnal megjavítsuk.',
|
||||
],
|
||||
|
||||
];
|
10
resources/lang/hu-HU/footer.php
Normal file
10
resources/lang/hu-HU/footer.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Verzió',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Ingyenes könyvelő program',
|
||||
|
||||
];
|
9
resources/lang/hu-HU/import.php
Normal file
9
resources/lang/hu-HU/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import: típus',
|
||||
'message' => 'Engedélyezett fájltípusok: CSV, XLS. Kérjük <a target="_blank" href=":link"><strong>Töltse le</strong></a> a mintafájlt.',
|
||||
|
||||
];
|
8
resources/lang/hu-HU/items.php
Normal file
8
resources/lang/hu-HU/items.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Eladási ár',
|
||||
'purchase_price' => 'Beszerzési ár',
|
||||
|
||||
];
|
10
resources/lang/hu-HU/notifications.php
Normal file
10
resources/lang/hu-HU/notifications.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Hoppá!',
|
||||
'hello' => 'Helló!',
|
||||
'salutation' => 'Üdvözlettel,<br> :company_name',
|
||||
'subcopy' => 'Ha nem tudsz a(z) ":text" gombra kattintani, akkor másold be a a következő címet a a böngésződ címsorába: [:url](:url)',
|
||||
|
||||
];
|
20
resources/lang/hu-HU/recurring.php
Normal file
20
resources/lang/hu-HU/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Ismétlődő',
|
||||
'every' => 'Minden',
|
||||
'period' => 'Időszak',
|
||||
'times' => 'Alkalommal',
|
||||
'daily' => 'Napi',
|
||||
'weekly' => 'Heti',
|
||||
'monthly' => 'Havi',
|
||||
'yearly' => 'Éves',
|
||||
'custom' => 'Egyéni',
|
||||
'days' => 'Nap(ok)',
|
||||
'weeks' => 'Hét(ek)',
|
||||
'months' => 'Hónap(ok)',
|
||||
'years' => 'Év(ek)',
|
||||
'message' => 'Ez egy ismétlődő :type, és a következő :type automatikusan generálódik ekkor: :date',
|
||||
|
||||
];
|
12
resources/lang/hu-HU/transfers.php
Normal file
12
resources/lang/hu-HU/transfers.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'Forrás számla',
|
||||
'to_account' => 'Cél számla',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from -ról :to -ra (:amount)',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/hu-HU/updates.php
Normal file
15
resources/lang/hu-HU/updates.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'installed_version' => 'Telepített verzió',
|
||||
'latest_version' => 'Legújabb verzió',
|
||||
'update' => 'Akaunting frissítése a :version verzióra',
|
||||
'changelog' => 'Változások',
|
||||
'check' => 'Ellenőrzés',
|
||||
'new_core' => 'Az Akaunting egy újabb változata elérhető.',
|
||||
'latest_core' => 'Gratulálunk! Az Akaunting legújabb verziójával rendelkezik. A jövőbeni biztonsági frissítések automatikusan települni fognak.',
|
||||
'success' => 'A telepítés sikeresen befejeződött.',
|
||||
'error' => 'A telepítés sikertelen volt, kérjük, próbálja újra!',
|
||||
|
||||
];
|
23
resources/lang/hu-HU/widgets.php
Normal file
23
resources/lang/hu-HU/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Összes bevétel',
|
||||
'receivables' => 'Követelések',
|
||||
'open_invoices' => 'Nyitott számlák',
|
||||
'overdue_invoices' => 'Lejárt számlák',
|
||||
'total_expenses' => 'Összes költség',
|
||||
'payables' => 'Kötelezettségek',
|
||||
'open_bills' => 'Nyitott számlák',
|
||||
'overdue_bills' => 'Lejárt számlák',
|
||||
'total_profit' => 'Teljes nyereség',
|
||||
'open_profit' => 'Nyitott profit',
|
||||
'overdue_profit' => 'Lejárt profit',
|
||||
'cash_flow' => 'Pénzforgalom',
|
||||
'no_profit_loss' => 'Veszteségmentes',
|
||||
'income_by_category' => 'Bevételek kategóriánként',
|
||||
'expenses_by_category' => 'Költségek kategóriánként',
|
||||
'account_balance' => 'Számlaegyenleg',
|
||||
'latest_income' => 'Letutóbbi bevételek',
|
||||
'latest_expenses' => 'Letutóbbi kiadások',
|
||||
];
|
Reference in New Issue
Block a user