Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Jul 5, 2023
1 parent 8177156 commit 9a285ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions app/locales/bn.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SubmitKey } from "../store/config";
import { LocaleType } from "./index";
import { PartialLocaleType } from "./index";

const bn: LocaleType = {
const bn: PartialLocaleType = {
WIP: "শীঘ্রই আসছে...",
Error: {
Unauthorized:
Expand Down Expand Up @@ -159,7 +159,8 @@ const bn: LocaleType = {
Mask: {
Splash: {
Title: "মাস্ক স্প্ল্যাশ স্ক্রিন",
SubTitle: "নতুন চ্যাট শুরু করার আগে মাস্ক স্প্ল্যাশ স্ক্রিন প্রদর্শন করুন",
SubTitle:
"নতুন চ্যাট শুরু করার আগে মাস্ক স্প্ল্যাশ স্ক্রিন প্রদর্শন করুন",
},
Builtin: {
Title: "মূলত মাস্ক গোপন করুন",
Expand Down Expand Up @@ -294,7 +295,8 @@ const bn: LocaleType = {
Sync: {
Title: "গ্লোবাল কনফিগ ব্যবহার করুন",
SubTitle: "এই চ্যাটে গ্লোবাল কনফিগ ব্যবহার করুন",
Confirm: "গ্লোবাল কনফিগ দ্বারা কাস্টম কনফিগ ওভাররাইড করতে নিশ্চিত করতে?",
Confirm:
"গ্লোবাল কনফিগ দ্বারা কাস্টম কনফিগ ওভাররাইড করতে নিশ্চিত করতে?",
},
HideContext: {
Title: "সংশ্লিষ্টতা প্রম্পটগুলি লুকান",
Expand All @@ -314,7 +316,8 @@ const bn: LocaleType = {
SubTitle: "মাস্কের পিছনে আত্মার সঙ্গে চ্যাট করুন",
More: "আরো খুঁজুন",
NotShow: "এখনও দেখাবেন না",
ConfirmNoShow: "নিষ্ক্রিয় করতে নিশ্চিত করুন? পরে আপনি এটি সেটিংসে সক্ষম করতে পারবেন।",
ConfirmNoShow:
"নিষ্ক্রিয় করতে নিশ্চিত করুন? পরে আপনি এটি সেটিংসে সক্ষম করতে পারবেন।",
},

UI: {
Expand All @@ -332,4 +335,4 @@ const bn: LocaleType = {
},
};

export default bn;
export default bn;
1 change: 1 addition & 0 deletions app/locales/en.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { SubmitKey } from "../store/config";
import { LocaleType } from "./index";

// if you are adding a new translation, please use PartialLocaleType instead of LocaleType
const en: LocaleType = {
WIP: "Coming Soon...",
Error: {
Expand Down

0 comments on commit 9a285ab

Please sign in to comment.