Skip to content

Commit

Permalink
feat(ui): add Bengali (বাংলা) translation (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
imithu authored Jun 11, 2021
1 parent e8d05bd commit b9c09f4
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/LangSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default {
data() {
return {
languages: [
{
text: "বাংলা",
value: "bn",
},
{
text: "English",
value: "en",
Expand Down
84 changes: 84 additions & 0 deletions ui/src/locales/bn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"separator": ": ",
"id": "আইডি",
"update": "হালনাগাদ",
"details": "বর্ণনা",
"actions": "ক্রিয়াগুলো",
"select-namespace": "নেমস্পেস নির্বাচন করুন",
"namespace": "নেমস্পেস",
"namespaces": "নেমস্পেসগুলো",
"disconnect": "সংযোগ বিচ্ছিন্ন",
"name": "নাম",
"value": "মান",
"type": "প্রকার",
"status": "অবস্থা",
"connected": "সংযুক্ত",
"disconnected": "অসংযুক্ত",
"connection": {
"title": "সংযোগ",
"serverUrl": "সার্ভার ইউআরএল",
"username": "ব্যবহারকারীর নাম",
"password": "গুপ্তমন্ত্র",
"connect": "সংযোগ করুন",
"invalid-credentials": "অবৈধ প্রশংসাপত্র",
"error": "ত্রুটি",
"websocket-only": "কেবল ওয়েবস্কট?",
"path": "পথ"
},
"dashboard": {
"title": "ড্যাশবোর্ড"
},
"sockets": {
"title": "সকেটগুলো",
"details": "সকেটের বিশদ",
"address": "আইপি ঠিকানা",
"transport": "পরিবহন",
"disconnect": "এই সকেট উদাহরণটি সংযোগ বিচ্ছিন্ন করুন",
"displayDetails": "এই সকেট উদাহরণের বিশদ প্রদর্শন করুন",
"client": "ক্লায়েন্ট",
"socket": "সকেট",
"creation-date": "তৈরির তারিখ",
"leave": "এই ঘর ছেড়ে দিন",
"join": "যোগ দিন",
"join-a-room": "একটি ঘরে যোগদান করুন",
"initial-request": "প্রাথমিক এইচটিটিপি অনুরোধ",
"headers": "শিরোনাম",
"query-params": "প্রশ্নগুলির পরামিতি"
},
"rooms": {
"title": "রুমগুলো",
"details": "ঘরের বিবরণ",
"active": "সক্রিয়",
"deleted": "মোছা হয়েছে",
"public": "পাবলিক",
"private": "ব্যক্তিগত",
"show-private": "ব্যক্তিগত কক্ষগুলি দেখান?",
"sockets-count": "# সকেট সংখ্যা",
"clear": "এই ঘরটি থেকে সমস্ত সকেট দৃষ্টান্ত সরান",
"leave": "এই ঘরটি থেকে সকেট উদাহরণটি সরান",
"disconnect": "এই ঘরে থাকা সমস্ত সকেট দৃষ্টান্ত সংযোগ বিচ্ছিন্ন করুন",
"displayDetails": "এই ঘরের বিশদটি প্রদর্শন করুন"
},
"clients": {
"title": "ক্লায়েন্ট",
"details": "ক্লায়েন্টের বিশদ",
"sockets-count": "# সকেট সংখ্যা",
"disconnect": "এই ক্লায়েন্টকে সংযোগ বিচ্ছিন্ন করুন (এবং সমস্ত ছেদকৃত সকেট উদাহরণ)",
"displayDetails": "এই ক্লায়েন্টের বিশদ প্রদর্শন করুন"
},
"servers": {
"title": "সার্ভারগুলো",
"hostname": "হোস্ট নাম",
"pid": "পিআইডি",
"uptime": "আপটাইম",
"clients-count": "# ক্লায়েন্ট সংখ্যা",
"last-ping": "শেষ পিং",
"healthy": "সুস্থ",
"unhealthy": "অসুস্থ"
},
"config": {
"language": "ভাষা",
"readonly": "শুধুমাত্র পাঠযোগ্য?",
"dark-theme": "অন্ধকার থিম?"
}
}

1 comment on commit b9c09f4

@vercel
Copy link

@vercel vercel bot commented on b9c09f4 Jun 11, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.