new crowdin translations

This commit is contained in:
Crowdin Bot
2022-07-04 00:23:16 +00:00
parent 78a2d87fc0
commit 9fbb8a59be
55 changed files with 789 additions and 281 deletions

View File

@ -2,23 +2,33 @@
return [
'currencies' => 'मुद्राओं',
'total_income' => 'कुल आय',
'receivables' => 'प्राप्तियां',
'open_invoices' => 'वर्तमान चालान',
'overdue_invoices' => 'समय पर भुगतान नहीं किये हुए चालान',
'total_expenses' => 'कुल व्यय',
'payables' => 'देय',
'open_bills' => 'वर्तमान बिल',
'overdue_bills' => 'समय पर भुगतान नहीं किये हुए बिल',
'total_profit' => 'कुल लाभ',
'open_profit' => 'वर्तमान लाभ',
'overdue_profit' => 'समय पर भुगतान नहीं किया हुआ लाभ',
'cash_flow' => 'नकद प्रवाह',
'no_profit_loss' => 'ना लाभ ना हानि',
'income_by_category' => 'श्रेणी के अनुसार आय',
'profit_loss' => 'लाभ & हानि',
'expenses_by_category' => 'श्रेणी के अनुसार व्यय',
'account_balance' => 'खाते का बैलेंस',
'latest_income' => 'नवीनतम आय',
'latest_expenses' => 'नवीनतम व्यय',
'bank_feeds' => 'बैंक खाते कनेक्ट करें',
'currencies' => 'मुद्राओं',
'view_report' => 'रिपोर्ट देखें',
'total_unpaid_invoices' => 'कुल भुगतान न किए गए चालान',
'total_unpaid_bills' => 'कुल बकाया बिल',
'description' => [
'receivables' => 'वह राशि जो आपको अभी तक अपने ग्राहकों से प्राप्त नहीं हुई है',
'payables' => 'वह राशि जो आपने अभी तक अपने विक्रेताओं को भुगतान नहीं की है',
'cash_flow' => 'आपके व्यवसाय में आने वाली और बाहर जाने वाली नकदी',
'profit_loss' => 'अवैतनिक चालान और बिलों सहित आय और व्यय',
'expenses_by_category' => 'विभिन्न श्रेणियों में शीर्ष(टॉप) खर्च',
'account_balance' => 'आपके बैंक खातों की वर्तमान शेष राशि',
'bank_feeds' => 'अपने बैंक खातों को जोड़कर अपने लेनदेन को स्वचालित रूप से </br>अकांटिंग में आयात करें',
],
'periods' => [
'overdue_1_30' => '1-30 दिन अतिदेय',
'overdue_30_60' => '30-60 दिन अतिदेय',
'overdue_60_90' => '60-90 दिन अतिदेय',
'overdue_90_un' => '> 90 दिनों का अतिदेय',
],
];