From 91e4ca3380e5ccf8842916fcb17f1ce9d888d798 Mon Sep 17 00:00:00 2001 From: Md Asif Date: Sat, 5 Oct 2024 00:19:34 +0530 Subject: [PATCH] Add copyright statement and privacy policy translations; update Footer component to use translations --- public/locales/bn/translation.json | 4 +++- public/locales/en/translation.json | 4 +++- public/locales/hi/translation.json | 4 +++- src/components/Footer.jsx | 7 +++++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/public/locales/bn/translation.json b/public/locales/bn/translation.json index aceafb4..aa20a8f 100644 --- a/public/locales/bn/translation.json +++ b/public/locales/bn/translation.json @@ -44,6 +44,8 @@ "hpn_npa": "আগামী ৩১শে মার্চ ২১:০০ ঘটিকার আগে ঋণ এনপিএ রিপোর্ট থেকে প্রস্তাবিত এনপিএ স্থিতি যাচাই করার পরে প্রযোজ্য ঋণ অ্যাকাউন্টের জন্য এনপিএ চিহ্নিত/অচিহ্নিত করুন", "hpn_helpdesk_contact": "ফোনে সমস্যার সমাধানের জন্য আমাদের সাথে যোগাযোগ করুন 033-4065-9546 / 4071-8135 (সকাল ৯:০০ থেকে রাত ৯:০০ পর্যন্ত)", "hpn_rupay_kcc_time": "সমস্ত রূপে কিসান ক্রেডিট কার্ড লেনদেন ১৯:০০ ঘটিকার আগে সম্পন্ন করুন", - "hpn_rupay_kcc_atm": "কিছু অভ্যন্তরীণ পরিবর্তনের কারণে, মাইক্রো-এটিএম এর মাধ্যমে রূপে কিসান ক্রেডিট কার্ড কার্যক্রম বন্ধ করা হয়েছে। সেবা আগামীকাল থেকে পুনরায় চালু হবে।" + "hpn_rupay_kcc_atm": "কিছু অভ্যন্তরীণ পরিবর্তনের কারণে, মাইক্রো-এটিএম এর মাধ্যমে রূপে কিসান ক্রেডিট কার্ড কার্যক্রম বন্ধ করা হয়েছে। সেবা আগামীকাল থেকে পুনরায় চালু হবে।", + "copyright_statement": "কপিরাইট © ২০২৩, টাটা কনসাল্টেন্সি সার্ভিসেস। সমস্ত অধিকার সংরক্ষিত", + "privacy_policy": "গোপনীয়তা নীতি" } diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index f433e3e..253ad40 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -45,5 +45,7 @@ "hpn_npa": "Do Mark/Unmark NPA for applicable loan accounts after verifying suggestive NPA status from loan NPA reports before upcoming 31st March 21:00 Hrs", "hpn_helpdesk_contact": "For on call issue resolution reach us at 033-4065-9546 / 4071-8135 (9:00 AM to 9:00 PM)", "hpn_rupay_kcc_time": "Complete all Rupay KCC transactions before 19:00 Hrs", - "hpn_rupay_kcc_atm": "Due to some internal changes, Rupay KCC Operations through Micro-ATM has been stopped. The service will resume starting tomorrow." + "hpn_rupay_kcc_atm": "Due to some internal changes, Rupay KCC Operations through Micro-ATM has been stopped. The service will resume starting tomorrow.", + "copyright_statement": "Copyright © 2023, Tata Consultancy Services. All rights reserved", + "privacy_policy": "Privacy Policy" } \ No newline at end of file diff --git a/public/locales/hi/translation.json b/public/locales/hi/translation.json index ea477f5..c8f5396 100644 --- a/public/locales/hi/translation.json +++ b/public/locales/hi/translation.json @@ -45,6 +45,8 @@ "hpn_npa": "कृपया आगामी 31 मार्च 21:00 बजे से पहले ऋण एनपीए रिपोर्ट से सुझावित एनपीए स्थिति की जांच के बाद संबंधित ऋण खातों के लिए एनपीए को चिह्नित/अचिह्नित करें", "hpn_helpdesk_contact": "किसी भी समस्या के समाधान के लिए हमें 033-4065-9546 / 4071-8135 (सुबह 9:00 से रात 9:00 बजे तक) पर संपर्क करें", "hpn_rupay_kcc_time": "सभी रुपे केसीसी लेनदेन 19:00 बजे से पहले पूरा करें", - "hpn_rupay_kcc_atm": "कुछ आंतरिक बदलावों के कारण, माइक्रो-एटीएम के माध्यम से रुपे केसीसी संचालन बंद कर दिया गया है। सेवा कल से फिर से शुरू होगी।" + "hpn_rupay_kcc_atm": "कुछ आंतरिक बदलावों के कारण, माइक्रो-एटीएम के माध्यम से रुपे केसीसी संचालन बंद कर दिया गया है। सेवा कल से फिर से शुरू होगी।", + "copyright_statement": "कॉपीराइट © 2023, टाटा कंसल्टेंसी सर्विसेज। सभी अधिकार सुरक्षित", + "privacy_policy": "गोपनीयता नीति" } \ No newline at end of file diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index b11aef1..c65c942 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,8 +1,11 @@ +import { useTranslation } from 'react-i18next'; + function Footer() { + const { t } = useTranslation(); return ( ); }