Skip to content

Commit edde542

Browse files
Update bn.json
2nd Update
1 parent b18b90a commit edde542

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

locales/bn.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@
55
"text_S-x5go": "<span>ডক্স\n</span>",
66
"text_Vcjrr0": "<span>আউটপুট\n</span>",
77
"text_v-MT8j": "<span>মোড:\n</span>",
8-
"static_8hiseu": "Encoder.js by JustStudio.",
8+
"static_8hiseu": "JustStudio দ্বারা Encoder.js",
99
"static_HyaqSc": "Encoder.js",
10-
"static_dx8wHO": "Text encoder & decoder 🔐",
11-
"static_vZeKeO": "Text encoder & decoder 🔐",
10+
"static_dx8wHO": "টেক্সট এনকোডার এবং ডিকোডার 🔐",
11+
"static_vZeKeO": "টেক্সট এনকোডার এবং ডিকোডার 🔐",
1212

13-
"text-1": "Encode",
14-
"text-2": "Decode",
15-
"text-3": "Mode",
16-
"text-4": "Docs",
17-
"text-5": "Key",
18-
"text-6": "Hello, World!",
19-
"text-7": "(optional)",
20-
"text-8": "Type something in input...",
21-
"text-9": "GitHub repository",
22-
"text-0": "<span>GitHub repository\n</span>",
13+
"text-1": "এনকোড",
14+
"text-2": "ডিকোড",
15+
"text-3": "মোড",
16+
"text-4": "ডক্স",
17+
"text-5": "চাবি বা কি",
18+
"text-6": "হ্যালো, বিশ্ব!",
19+
"text-7": "(ঐচ্ছিক)",
20+
"text-8": "ইনপুট জন্য কিছু টাইপ করুন...",
21+
"text-9": "গিটহাব রিপোজিটরি",
22+
"text-0": "<span>গিটহাব রিপোজিটরি\n</span>",
2323

24-
"text_qeZ9a1": "<span>Language:\n</span>",
24+
"text_qeZ9a1": "<span>ভাষা:\n</span>",
2525

26-
"docs-00": " Documentation",
27-
"docs-01": "Back",
28-
"docs-02": "How to use",
29-
"docs-03": "Import <v>encode</v> and <v>decode</v> functions:",
30-
"docs-04": "Example usage:",
26+
"docs-00": " ডকুমেন্টেশন",
27+
"docs-01": "ফিরে যান",
28+
"docs-02": "কিভাবে ব্যবহার করতে হয়",
29+
"docs-03": "<v>encode</v> এবং <v>decode</v> ফাংশন ইম্পোর্ট করুন:",
30+
"docs-04": "উদাহরণ ব্যবহার:",
3131
"docs-05": "",
32-
"docs-06": "What is Encoder.js?",
33-
"docs-07": "Encoder.js is a text encoder for encrypting data. Encoder.js encodes text in a string that can contain only URL-safe characters<small> (A-Za-z0-9 and -_().~)</small>. Encoder.js is designed for browsers (client-side, JavaScript) and server-side (JavaScript or TypeScript), but Encoder.js is incompatible with Node.js, React.js, Next.js, etc.",
34-
"docs-08": "A function for encoding text. Required input data: <v>text</v> - the text to be encoded, type: <v>string</v>. Optional input data: <v>key</v> - encryption key, type: <v>string</v>; <v>compress</v> - whether to compress text (if possible), type: <v>boolean</v>. Output data type: <v>string</v>.\nImportant: Encoding without a key or encoding with a key that looks like text or contains parts of text is not a good idea.",
35-
"docs-09": "A function for decoding text. Required input data: <v>text</v> - the text to be decoded, type: <v>string</v>. Optional input data: <v>key</v> - encryption key, type: <v>string</v>. Output data type: <v>string</v>.\nThis function may throw an error if <v>text</v> in the input data is encoded incorrectly, or if it was encoded in a different Encoder.js version that is incompatible with the Encoder.js version you are using."
32+
"docs-06": "Encoder.js কি?",
33+
"docs-07": "Encoder.js হলো ডেটা এনক্রিপ্ট করার জন্য একটি টেক্সট এনকোডার। Encoder.js টেক্সটকে একটি স্ট্রিং-এ এনকোড করে যা শুধুমাত্র URL-নিরাপদ অক্ষর ধারণ করতে পারে <small>(A-Za-z0-9 এবং -_().~)</small> Encoder.js ব্রাউজার (ক্লায়েন্ট-সাইড, জাভাস্ক্রিপ্ট) এবং সার্ভার-সাইড (জাভাস্ক্রিপ্ট বা টাইপস্ক্রিপ্ট) এর জন্য ডিজাইন করা হয়েছে, কিন্তু Encoder.js Node.js, React.js, Next.js ইত্যাদির সাথে সামঞ্জস্যপূর্ণ নয়।",
34+
"docs-08": "টেক্সট এনকোড করার জন্য একটি ফাংশন। প্রয়োজনীয় ইনপুট ডেটা: <v>text</v> - এনকোড করার টেক্সট, ধরণ: <v>string</v>। ঐচ্ছিক ইনপুট ডেটা: <v>key</v> - এনক্রিপশন কী, ধরণ: <v>string</v>; <v>compress</v> - টেক্সট কম্প্রেস করা হবে কিনা (যদি সম্ভব হয়), ধরণ: <v>boolean</v>। আউটপুট ডেটা ধরণ: <v>string</v>। গুরুত্বপূর্ণ: কী ছাড়া এনকোড করা বা এমন কী দিয়ে এনকোড করা যা টেক্সটের মতো বা টেক্সটের অংশ ধারণ করে, তা ভালো ধারণা নয়।",
35+
"docs-09": "টেক্সট ডিকোড করার জন্য একটি ফাংশন। প্রয়োজনীয় ইনপুট ডেটা: <v>text</v> - ডিকোড করার টেক্সট, ধরণ: <v>string</v>। ঐচ্ছিক ইনপুট ডেটা: <v>key</v> - এনক্রিপশন কী, ধরণ: <v>string</v>। আউটপুট ডেটা ধরণ: <v>string</v>\nএই ফাংশনটি একটি ত্রুটি নিক্ষেপ করতে পারে যদি ইনপুট ডেটাতে <v>text</v> ভুলভাবে এনকোড করা হয়, অথবা যদি এটি অন্য একটি Encoder.js সংস্করণে এনকোড করা হয় যা আপনি যে Encoder.js সংস্করণ ব্যবহার করছেন তার সাথে সামঞ্জস্যপূর্ণ নয়।"
3636

3737
}

0 commit comments

Comments
 (0)