diff --git a/public/locales/bn/bank-account-form.json b/public/locales/bn/bank-account-form.json new file mode 100644 index 0000000..e45d712 --- /dev/null +++ b/public/locales/bn/bank-account-form.json @@ -0,0 +1,9 @@ +{ + "title": "ব্যাংক অ্যাকাউন্ট", + "bank_name": "ব্যাংক নাম", + "account_no": "ব্যাংক অ্যাকাউন্ট খুঁটিনাটি", + "loading": "লোডিং", + "done": "সম্পন্ন", + "create": "ক্রিয়েট", + "notification_updated": "আপডেটেড" +} diff --git a/public/locales/bn/bank-accounts-list.json b/public/locales/bn/bank-accounts-list.json new file mode 100644 index 0000000..17208dd --- /dev/null +++ b/public/locales/bn/bank-accounts-list.json @@ -0,0 +1,6 @@ +{ + "loading": "লোডিং", + "bank": "ব্যাংক", + "bank_account_details": "ব্যাংক অ্যাকাউন্ট খুঁটিনাটি", + "add_bank_account": "ব্যাংক অ্যাকাউন্ট যোগ" +} diff --git a/public/locales/bn/client-fields.json b/public/locales/bn/client-fields.json new file mode 100644 index 0000000..ca7edf4 --- /dev/null +++ b/public/locales/bn/client-fields.json @@ -0,0 +1,10 @@ +{ + "label": "লেবেল", + "field": "ফিল্ড", + "delete_modal": { + "title": "ডিলিট ফিল্ড", + "ok_title": "ডিলিট", + "cancel_title": "ডিস্‌মিস্‌" + }, + "notification_deleted": "ডিলিটেড" +} diff --git a/public/locales/bn/client-form.json b/public/locales/bn/client-form.json new file mode 100644 index 0000000..5dec48d --- /dev/null +++ b/public/locales/bn/client-form.json @@ -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": "আপডেটেড" +} diff --git a/public/locales/bn/client-selector.json b/public/locales/bn/client-selector.json new file mode 100644 index 0000000..c11db7e --- /dev/null +++ b/public/locales/bn/client-selector.json @@ -0,0 +1,6 @@ +{ + "client": "ক্লায়েন্ট", + "create": "ক্রিয়েট", + "new": "নতুন", + "suggest_placeholder": "ক্লায়েন্ট খুঁজুন" +} diff --git a/public/locales/bn/empty-state.json b/public/locales/bn/empty-state.json new file mode 100644 index 0000000..956a86e --- /dev/null +++ b/public/locales/bn/empty-state.json @@ -0,0 +1,3 @@ +{ + "content": "এখানে কিছুই নাই এখনও" +} diff --git a/public/locales/bn/import-modal.json b/public/locales/bn/import-modal.json new file mode 100644 index 0000000..3152936 --- /dev/null +++ b/public/locales/bn/import-modal.json @@ -0,0 +1,6 @@ +{ + "title": "তথ্য ইমপোর্ট", + "warning": "আপনার বর্তমান তথ্যাদি মুছে যাবে এবং নতুন তথ্য দ্বারা ওভাররাইট করা হবে!", + "button_text": "সিলেক্ট ইমপোর্ট ফাইল", + "import-error": "ভুল JSON ফরম্যাট" +} diff --git a/public/locales/bn/invoice-bank-details.json b/public/locales/bn/invoice-bank-details.json new file mode 100644 index 0000000..927f5be --- /dev/null +++ b/public/locales/bn/invoice-bank-details.json @@ -0,0 +1,5 @@ +{ + "bank_name": "ব্যাংক যোগ করুন", + "bank_account_no": "ব্যাংক ডিটেলস যোগ করুন", + "bank_account_modal_title": "সিলেক্ট ব্যাংক অ্যাকাউন্ট" +} diff --git a/public/locales/bn/invoice-client-details.json b/public/locales/bn/invoice-client-details.json new file mode 100644 index 0000000..d2d152d --- /dev/null +++ b/public/locales/bn/invoice-client-details.json @@ -0,0 +1,8 @@ +{ + "client_address": " ঠিকানা", + "client_postal_code": "পোস্টাল কোড", + "client_city": " শহর", + "client_county": "বিভাগ/রাষ্ট্র", + "client_country": "দেশ", + "client_email": " ক্লায়েন্ট'স ইমেইল" +} diff --git a/public/locales/bn/invoice-company-details.json b/public/locales/bn/invoice-company-details.json new file mode 100644 index 0000000..8a0506b --- /dev/null +++ b/public/locales/bn/invoice-company-details.json @@ -0,0 +1,9 @@ +{ + "your_company_name": "আপনার কোম্পানীর নাম", + "address": "ঠিকানা", + "postal_code": "পোস্টাল কোড", + "city": "শহর", + "county": "বিভাগ/রাষ্ট্র", + "country": "দেশ", + "your_email": "আপনার ইমেইল" +} diff --git a/public/locales/bn/invoice-contact-details.json b/public/locales/bn/invoice-contact-details.json new file mode 100644 index 0000000..d21fdef --- /dev/null +++ b/public/locales/bn/invoice-contact-details.json @@ -0,0 +1,5 @@ +{ + "add_website": "ওয়েবসাইট যোগ করুন", + "add_email": "ইমেইল যোগ করুন", + "add_phone": "ফোন যোগ করুন" +} diff --git a/public/locales/bn/invoice-controls.json b/public/locales/bn/invoice-controls.json new file mode 100644 index 0000000..8fb62fa --- /dev/null +++ b/public/locales/bn/invoice-controls.json @@ -0,0 +1,12 @@ +{ + "back": "ব্যাক", + "book": "বুক", + "download_pdf": "ডাউনলোড পিডিএফ", + "delete": "ডিলিট", + "delete_modal": { + "title": "ডিলিট চালান", + "ok_title": "ডিলিট", + "cancel_title": "ডিস্‌মিস্‌" + }, + "notification_deleted": "ডিলিটেড" +} diff --git a/public/locales/bn/invoice-form.json b/public/locales/bn/invoice-form.json new file mode 100644 index 0000000..094192b --- /dev/null +++ b/public/locales/bn/invoice-form.json @@ -0,0 +1,3 @@ +{ + "insert_note": "নোট যোগ করুন" +} diff --git a/public/locales/bn/invoice-header.json b/public/locales/bn/invoice-header.json new file mode 100644 index 0000000..a888945 --- /dev/null +++ b/public/locales/bn/invoice-header.json @@ -0,0 +1,10 @@ +{ + "invoice_title": "চালান", + "invoice_number": "নাম্বার", + "issued_at": "জারি: ", + "due_at": "পরিশোধনীয়:", + "late_fee": "জরিমানা:", + "add_late_fee": "জরিমানা যোগ করুন", + "modal_issued_at_title": "জারি", + "modal_due_at_title": "পরিশোধনীয়" +} diff --git a/public/locales/bn/invoice-row.json b/public/locales/bn/invoice-row.json new file mode 100644 index 0000000..35560a7 --- /dev/null +++ b/public/locales/bn/invoice-row.json @@ -0,0 +1,7 @@ +{ + "enter_item": "আইটেম লিখুন", + "enter_quantity": "আইটেম সংখ্যা", + "enter_unit": "ইউনিট লিখুন", + "enter_price": "দাম লিখুন", + "enter_tax": "ট্যাক্স লিখুন" +} diff --git a/public/locales/bn/invoice-rows-header.json b/public/locales/bn/invoice-rows-header.json new file mode 100644 index 0000000..d81bbb7 --- /dev/null +++ b/public/locales/bn/invoice-rows-header.json @@ -0,0 +1,7 @@ +{ + "item": "আইটেম", + "quantity": "সংখ্যা", + "unit": "ইউনিট", + "price": "দাম", + "sum": "যোগ" +} diff --git a/public/locales/bn/invoice-totals.json b/public/locales/bn/invoice-totals.json new file mode 100644 index 0000000..ff98fe0 --- /dev/null +++ b/public/locales/bn/invoice-totals.json @@ -0,0 +1,5 @@ +{ + "subtotal": "উপ-মোট", + "total": "সর্বমোট", + "add_currency": "মুদ্রা যুক্ত করুন" +} diff --git a/public/locales/bn/invoices-list.json b/public/locales/bn/invoices-list.json new file mode 100644 index 0000000..9be08ae --- /dev/null +++ b/public/locales/bn/invoices-list.json @@ -0,0 +1,7 @@ +{ + "invoice_number": "নাম্বার", + "client": "ক্লায়েন্ট", + "issued_at": "জারি", + "total": "সর্বমোট", + "status": "স্ট্যাটাস" +} diff --git a/public/locales/bn/invoices.json b/public/locales/bn/invoices.json new file mode 100644 index 0000000..f8099c7 --- /dev/null +++ b/public/locales/bn/invoices.json @@ -0,0 +1,6 @@ +{ + "title": "চালান সমূহ", + "new_invoice": "নতুন চালান", + "export": "এক্সপোর্ট", + "import": "ইমপোর্ট" +} diff --git a/public/locales/bn/statuses.json b/public/locales/bn/statuses.json new file mode 100644 index 0000000..fae1119 --- /dev/null +++ b/public/locales/bn/statuses.json @@ -0,0 +1,9 @@ +{ + "statuses": { + "draft": "খসড়া", + "booked": "বুকড", + "sent": "প্রেরিত", + "paid": "পেইড", + "cancelled": "বাতিল করা হয়েছে" + } +} diff --git a/public/locales/bn/team-fields.json b/public/locales/bn/team-fields.json new file mode 100644 index 0000000..f51dc60 --- /dev/null +++ b/public/locales/bn/team-fields.json @@ -0,0 +1,10 @@ +{ + "label": "লেবেল", + "field": "ফিল্ড", + "delete_modal": { + "title": "ডিলিট ফিল্ড", + "ok_title": "ডিলিট", + "cancel_title": "ডিস্‌মিস্‌" + }, + "notification_delete": "ডিলিটেড" +} diff --git a/public/locales/bn/team-form.json b/public/locales/bn/team-form.json new file mode 100644 index 0000000..e40b9b1 --- /dev/null +++ b/public/locales/bn/team-form.json @@ -0,0 +1,36 @@ +{ + "title": "আপনার কোম্পানী", + "done": "সম্পন্ন", + "updated": "আপডেটেড", + "loading": "লোডিং", + "tabs": { + "general": "জেনারেল", + "invoicing": "চালান", + "address": "ঠিকানা", + "taxes": "ট্যাক্স" + }, + "general": { + "company_name": "কোম্পানীর নাম", + "contact_email": "ইমেইল", + "contact_phone": "ফোন", + "website": "ওয়েবসাইট" + }, + "invoicing": { + "invoice_late_fee": "জরিমানা (%)", + "invoice_due_days": "পরিশোধের শর্ত, দিন", + "currency": "প্রচলিত মুদ্রা" + }, + "address": { + "company_address": "কোম্পানীর ঠিকানা", + "company_postal_code": "পোস্টাল কোড", + "company_city": "শহর", + "company_county": "বিভাগ/রাষ্ট্র", + "company_country": "দেশ" + }, + "tax_modal": { + "title": "বর্তমান চালান সারিগুলির জন্য ট্যাক্স ওভাররাইট করবেন?", + "ok_title": "ওভাররাইট", + "cancel_title": "ডিস্‌মিস্‌", + "taxes_updated": "ট্যাক্স আপডেটেড" + } +} diff --git a/public/locales/bn/team-logo.json b/public/locales/bn/team-logo.json new file mode 100644 index 0000000..64d3c2e --- /dev/null +++ b/public/locales/bn/team-logo.json @@ -0,0 +1,7 @@ +{ + "modal_title": "লোগো সিলেক্ট করুন", + "button_text": "ফাইলস থেকে সিলেক্ট করুন", + "logo_url": "ইমেজ URL লিংক", + "logo_url_err": "লোগো অবশ্যই ৫১২কেবির নিচে হতে হবে", + "or": "বা" +} diff --git a/public/locales/bn/team-taxes.json b/public/locales/bn/team-taxes.json new file mode 100644 index 0000000..d1a0505 --- /dev/null +++ b/public/locales/bn/team-taxes.json @@ -0,0 +1,10 @@ +{ + "label": "লেবেল", + "tax": "ট্যাক্স", + "delete_modal": { + "title": "ডিলিট ট্যাক্স", + "ok_title": "ডিলিট", + "cancel_title": "ডিস্‌মিস্‌" + }, + "notification_deleted": "ডিলিটেড" +} diff --git a/public/locales/bn/the-footer.json b/public/locales/bn/the-footer.json new file mode 100644 index 0000000..3e104a3 --- /dev/null +++ b/public/locales/bn/the-footer.json @@ -0,0 +1,9 @@ +{ + "lights-on": "লাইটস অন", + "lights-off": "লাইটস অফ", + "title": "আপনার সমস্ত ডেটা কোনও সার্ভারে নয় আপনার ব্রাউজারে সংরক্ষণ করা হয়েছে। \n এই অ্যাপ্লিকেশনটি সত্যিই সার্ভারহীন এবং কেবলমাত্র আপনি আপনার ডেটার অ্যাক্সেস পাবেন", + "what_about_my_data": "আমার তথ্য সম্পর্কে কি?", + "made_with": "নির্মিত", + "by": "দ্বারা", + "upgrade": "আপগ্রেড" +}