Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bengali locale #168

Merged
merged 5 commits into from Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -98,4 +98,5 @@ Please check [Contributing.md](/CONTRIBUTING.md) first before opening a pull req
```
</details>

Make sure to follow [@uselinked](https://twitter.com/uselinked) on twitter to get the latest news about the project or feel free to check [github discussions](https://github.com/lostdesign/linked/discussions).
Make sure to follow [@uselinked](https://twitter.com/uselinked) on twitter to get the latest news about the project or feel free to check [github discussions](https://github.com/lostdesign/linked/discussions).

84 changes: 84 additions & 0 deletions src/locales/bn-IN.json
@@ -0,0 +1,84 @@
{
"title": "বাংলা",
"code": "bn-IN",
"home": {
"calendarWeek": "সপ্তাহ"
},
"settings": {
"back": "পূর্বে",
"title": "সেটিংস্‌ সমূহ",
"designMode": {
"title": "রঙের ধরন",
"hint": "আপনি হাল্কা বা গাঢ় এই দুইধরনের মধ্যে একটি বেছে নিতে পারেন"
},
"languages": {
"title": "ভাষা",
"hint": "আপনি কোন ভাষায় লিঙ্কড ব্যবহার করতে চান?"
},
"data": {
"title": "তথ্যপথ",
"hint": "আপনার তথ্য কোথায় সঞ্চিত থাকবে? বর্তমানে সঞ্চিত হয়: ",
"choose": "নতুন তথ্যপথ বেছে নিন"
},
"updates": {
"title": "পরিবর্ধন",
"hint": "কতক্ষণ অন্তর পরিবর্ধনের খোঁজ করবো?",
"daily": "প্রত্যহ",
"weekly": "সাপ্তাহিক"
},
"search": {
"placeholder": "আপনার টীকার খোঁজ করুন",
"no_result": "<br> <strong>{searchTerm}</strong> এর জন্য কোনো ফলাফল পাওয়া যায়নি।",
"start_searching": "শব্দ, বাক্য বা এমনকি আপনি ওয়াইল্ডকার্ড ব্যবহার করতে পারেন। যেমন <em>আমি ভালবাসি *</em> ...",
"result_amount": "ফলাফল",
"index":{
"title": "তথ্যভাণ্ডার সূচক",
"hint": "সূচকীকরণের সূচনা করা হলে লিঙ্কড আপনার প্রত্যেকদিনের টীকাগুলিকে বিবেচনা করবে এবং তথ্য সুচকে যুক্ত করবে। এটি কেবলমাত্র একবারই করার দরকার হবে v1.4.0 তে পরিবর্ধন করার পর। আমাদের ওয়েবসাইটে এই বিষয়ে বিস্তারিত পাবেন।",
"start": "তথ্যভাণ্ডারের মেরামতি করুন"
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you format the json please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's the same with en_US. I rechecked it, it's same with en_US. Please show me the error.(Highlight)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bildschirmfoto 2022-10-11 um 08 48 36

},
"allowPrerelease": {
"title": "পুর্বমুক্তি প্রকল্প",
"hint": "চিন্হিতকরণের মাধ্যমে আপনি পরীক্ষণীয় নির্মাণগুলি ব্যবহার ও পরীক্ষা করতে পারবেন।" ,
"enabled": "পুর্বমুক্তি নির্মাণগুলি ব্যবহার করুন"
}
},
"commands": {
"no_result": "এমন কোনো কম্যান্ড খুঁজে পাওয়া যায়নি",
"type_slash": "ব্লকের জন্য / লিখুন",
"blocks": {
"h1": {
"title": "শীর্ষক ১",
"description": "প্রথম ক্রমের শীর্ষক"
},
"h2": {
"title": "শীর্ষক ২",
"description": "দ্বিতীয় ক্রমের শীর্ষক"
},
"h3": {
"title": "শীর্ষক ৩",
"description": "তৃতীয় ক্রমের শীর্ষক"
},
"bold": {
"title": "প্রগল্ভ",
"description": "লেখনী মোটা হরফে লিখুন।"
},
"italic": {
"title": "বক্র",
"description": "লেখনী বক্র হরফে লিখুন।"
},
"task": {
"title": "করণীয়",
"description": "একটি করণীয় কাজের বন্ধণী যুক্ত করুন। "
},
"unorderedList": {
"title": "অবিন্যস্ত তালিকা",
"description": "একটি অবিন্যস্ত তালিকা।"
},
"codeBlock": {
"title": "কোড",
"description": "একগুচ্ছ কোড যুক্ত করুন।"
}
}
}
}