mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 12:00:35 -05:00
Added bangla translation
This commit is contained in:
36
public/locales/bn/client-form.json
Normal file
36
public/locales/bn/client-form.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "ক্লায়েন্ট",
|
||||
"delete": "ডিলিট",
|
||||
"done": "সম্পন্ন",
|
||||
"create": "ক্রিয়েট",
|
||||
"loading": "লোডিং",
|
||||
"tabs": {
|
||||
"general": "জেনারেল",
|
||||
"invoicing": "চালান",
|
||||
"address": "ঠিকানা"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "কোম্পানীর নাম",
|
||||
"invoice_email": "ইমেইল"
|
||||
},
|
||||
"invoicing": {
|
||||
"currency": "মুদ্রা",
|
||||
"rate": "প্রতি ঘণ্টার মূল্য",
|
||||
"has_tax": "কর প্রযোজ্য",
|
||||
"bank_account": "ব্যাংক অ্যাকাউন্ট"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "কোম্পানীর ঠিকানা",
|
||||
"company_postal_code": "পোস্টাল কোড",
|
||||
"company_city": "শহর",
|
||||
"company_county": "বিভাগ/রাষ্ট্র",
|
||||
"company_country": "দেশ"
|
||||
},
|
||||
"delete_modal": {
|
||||
"title": "ডিলিট ক্লায়েন্ট",
|
||||
"ok_title": "ডিলিট",
|
||||
"cancel_title": "ডিস্মিস্"
|
||||
},
|
||||
"notification_deleted": "ডিলিটেড",
|
||||
"notification_updated": "আপডেটেড"
|
||||
}
|
||||
Reference in New Issue
Block a user