fix: bengali and indonesian translations

This commit is contained in:
alexsparkes 2023-09-22 16:21:01 +01:00
parent a91ef8e596
commit 901833da91
7 changed files with 1312 additions and 943 deletions

View File

@ -20,6 +20,7 @@ const achievementLanguage = {
zh_CN: translations.zh_CN,
id_ID: translations.id_ID,
tr_TR: translations.tr_TR,
bn: translations.bn,
};
export default class Stats extends PureComponent {

View File

@ -0,0 +1,8 @@
[
"Opened 10 tabs",
"Opened 39 tabs",
"Opened 100 tabs",
"Opened 305 tabs",
"Installed an add-on",
"Installed 5 add-ons"
]

View File

@ -9,6 +9,7 @@ import ru from './ru.json';
import zh_CN from './zh_CN.json';
import id_ID from './id_ID.json';
import tr_TR from './tr_TR.json';
import bn from './bn.json';
const translations = {
de_DE,
@ -22,6 +23,7 @@ const translations = {
zh_CN,
id_ID,
tr_TR,
bn,
};
export default translations;

View File

@ -46,5 +46,13 @@
{
"name": "Portuguese (Brazil)",
"value": "pt_BR"
},
{
"name": "বাংলা",
"value": "bn"
},
{
"name": "bahasa Indonesia",
"value": "id_ID"
}
]

View File

@ -13,6 +13,7 @@ import * as zh_CN from '../translations/zh_CN.json';
import * as id_ID from '../translations/id_ID.json';
import * as tr_TR from '../translations/tr_TR.json';
import * as pt_BR from '../translations/pt_BR.json';
import * as bn from '../translations/bn.json';
/**
* Initialise the i18n object.
@ -35,6 +36,7 @@ export function initTranslations(locale) {
id_ID,
tr_TR,
pt_BR,
bn,
});
return i18n;
@ -54,4 +56,5 @@ export const translations = {
id_ID,
tr_TR,
pt_BR,
bn,
};

View File

@ -1,322 +1,669 @@
{
"modals": {
"main": {
"error_boundary": {
"message": "Mue এর এই উপাদানটি লোড করতে ব্যর্থ হয়েছে",
"refresh": "রিফ্রেশ",
"report_error": "ত্রুটি প্রতিবেদন পাঠানো",
"sent": "প্রেরিত !",
"title": "ত্রুটি"
},
"file_upload_error": "ফাইল ২ মেগাবাইট এর বেশি",
"loading": "লোড হচ্ছে..।",
"navbar": {
"addons": "অ্যাড-অন",
"marketplace": "মার্কেটপ্লেস",
"settings": "সেটিংস"
},
"settings": {
"additional_settings": "অতিরিক্ত সেটিংস",
"enabled": "সক্রিয়",
"open_knowledgebase": "উন্মুক্ত জ্ঞানভিত্তিক",
"reminder": {
"message": "সমস্ত পরিবর্তন ঘটানোর জন্য, পৃষ্ঠাটি অবশ্যই রিফ্রেশ করা উচিত।",
"title": "নোটিশ"
},
"sections": {
"background": {
"api": "এপিআই সেটিংস",
"api_subtitle": "একটি বহিরাগত পরিষেবা (এপিআই) থেকে একটি ছবি পাওয়ার বিকল্পগুলি",
"buttons": {
"download": "ডাউনলোড",
"favourite": "প্রিয়",
"title": "বোতাম",
"view": "বড় করুন"
},
"categories": "ক্যাটাগরি",
"ddg_image_proxy": "DuckDuckGo ইমেজ প্রক্সি ব্যবহার করুন",
"display": "প্রদর্শন",
"display_subtitle": "ব্যাকগ্রাউন্ড এবং ছবির তথ্য কিভাবে লোড হয় তা পরিবর্তন করুন",
"effects": {
"blur": "অস্পষ্টতা পরিবর্তন করুন",
"brightness": "উজ্জ্বলতা সমন্বয়",
"filters": {
"amount": "ফিল্টারের পরিমাণ",
"contrast": "বৈপরীত্য",
"grayscale": "গ্রেস্কেল",
"invert": "উল্টানো",
"saturate": "পরিপূর্ণ",
"sepia": "সেপিয়া",
"title": "পটভূমি ফিল্টার"
},
"subtitle": "ব্যাকগ্রাউন্ড ইমেজ প্রভাব যোগ করুন",
"title": "প্রভাব"
},
"interval": {
"day": "দিন",
"half_hour": "আধা ঘন্টা",
"hour": "ঘন্টা",
"minute": "মিনিট",
"month": "মাস",
"subtitle": "কত ঘন ব্যাকগ্রাউন্ড আপডেট করা হয় তা পরিবর্তন করুন",
"title": "প্রতিটি পরিবর্তন"
},
"photo_information": "ছবির তথ্য দেখান",
"show_map": "উপলব্ধ থাকলে ছবির তথ্যে অবস্থান মানচিত্র দেখান",
"source": {
"add_background": "ব্যাকগ্রাউন্ড যোগ করুন",
"add_colour": "রঙ যোগ করুন",
"add_url": "URL যোগ করুন",
"api": "ব্যাকগ্রাউন্ড এপিআই",
"custom_background": "কাস্টম ব্যাকগ্রাউন্ড",
"custom_colour": "কাস্টম ব্যাকগ্রাউন্ড রঙ",
"custom_description": "আপনার স্থানীয় কম্পিউটার থেকে ছবি নির্বাচন করুন",
"custom_title": "কাস্টম ছবি",
"disabled": "অক্ষম",
"drop_to_upload": "আপলোড করতে ড্রপ করুন",
"formats": "উপলব্ধ ফরম্যাট: {list}",
"loop_video": "ভিডিও পুনরায় চালান",
"mute_video": "ভিডিও নিঃশব্দ করুন",
"quality": {
"datasaver": "ডেটা সাশ্রয়",
"high": "উচ্চ গুণমান",
"normal": "স্বাভাবিক গুণমান",
"original": "আসল",
"title": "গুণমান"
},
"remove": "ছবি সরান",
"select": "অথবা নির্বাচন করুন",
"subtitle": "ব্যাকগ্রাউন্ড ইমেজ কোথা থেকে পাবেন তা নির্বাচন করুন",
"title": "উৎস",
"upload": "আপলোড"
},
"title": "পটভূমি",
"transition": "ফেইড-ইন ট্রানজিশন",
"type": {
"api": "API",
"custom_colour": "কাস্টম রঙ/গ্রেডিয়েন্ট",
"custom_image": "কাস্টম ইমেজ",
"random_colour": "এলোমেলো রঙ",
"random_gradient": "এলোমেলো গ্রেডিয়েন্ট",
"title": "ধরন"
}
},
"date": {
"datenth": "তারিখ তম",
"day_of_week": "সপ্তাহের দিন",
"long_format": "দীর্ঘ বিন্যাস",
"short_date": "সংক্ষিপ্ত তারিখ",
"short_format": "সংক্ষিপ্ত বিন্যাস",
"short_separator": {
"dash": "ড্যাশ",
"dots": "বিন্দু",
"gaps": "ফাঁক",
"slashes": "স্ল্যাশ",
"title": "সংক্ষিপ্ত বিভাজক"
},
"title": "তারিখ",
"type": {
"long": "দীর্ঘ",
"short": "সংক্ষিপ্ত",
"subtitle": "তারিখটি দীর্ঘ আকারে বা সংক্ষিপ্ত আকারে প্রদর্শন করবেন কিনা"
},
"type_settings": "নির্বাচিত তারিখ প্রকারের জন্য সেটিংস এবং বিন্যাস প্রদর্শন করুন",
"week_number": "সপ্তাহের সংখ্যা"
},
"greeting": {
"additional": "অভিবাদন প্রদর্শনের জন্য সেটিংস",
"birthday": "জন্মদিন",
"birthday_age": "জন্মদিনের বয়স",
"birthday_date": "জন্মদিনের তারিখ",
"birthday_subtitle": "আপনার জন্মদিন হলে একটি শুভ জন্মদিনের বার্তা দেখান",
"default": "ডিফল্ট শুভেচ্ছা বার্তা",
"events": "ঘটনা",
"name": "অভিবাদনের জন্য নাম",
"title": "শুভেচ্ছা"
},
"header": {
"enabled": "এই উইজেটটি দেখাবেন কি না তা নির্বাচন করুন",
"more_info": "আরও তথ্য",
"report_issue": "রিপোর্ট ইস্যু",
"size": "উইজেট কত বড় তা নিয়ন্ত্রণ করার স্লাইডার"
},
"quicklinks": {
"additional": "দ্রুতগামী লিঙ্ক প্রদর্শন এবং ফাংশনের জন্য অতিরিক্ত সেটিংস",
"open_new": "নতুন ট্যাবে খুলুন",
"text_only": "শুধুমাত্র টেক্সট দেখান",
"title": "দ্রুতগামী লিঙ্ক",
"tooltip": "টুলটিপ"
},
"quote": {
"add": "উদ্ধৃতি যোগ করুন",
"additional": "উদ্ধৃতি উইজেটের শৈলী কাস্টমাইজ করার জন্য অন্যান্য সেটিংস",
"author": "লেখক",
"author_img": "লেখকের ছবি দেখান",
"author_link": "লেখকের লিঙ্ক",
"buttons": {
"copy": "কপি",
"favourite": "প্রিয়",
"subtitle": "উদ্ধৃতিটিতে কোন বোতামগুলি দেখাতে হবে তা নির্বাচন করুন",
"title": "বোতাম",
"tweet": "টুইট"
},
"custom": "কাস্টম উদ্ধৃতি",
"custom_author": "কাস্টম লেখক",
"custom_buttons": "বোতাম",
"custom_subtitle": "আপনার নিজস্ব কাস্টম উদ্ধৃতি সেট করুন",
"no_quotes": "কোন উদ্ধৃতি নেই",
"source_subtitle": "কোথা থেকে উদ্ধৃতি পেতে চয়ন করুন",
"title": "উদ্ধৃতি"
},
"search": {
"additional": "অনুসন্ধান উইজেট প্রদর্শন এবং কার্যকারিতা জন্য অতিরিক্ত বিকল্প",
"autocomplete": "স্বয়ংসম্পূর্ণ",
"autocomplete_provider": "স্বয়ংসম্পূর্ণ প্রদানকারী",
"autocomplete_provider_subtitle": "স্বয়ংসম্পূর্ণ ড্রপডাউন ফলাফলের জন্য ব্যবহার করার জন্য সার্চ ইঞ্জিন",
"custom": "কাস্টম অনুসন্ধান URL",
"dropdown": "ড্রপডাউন অনুসন্ধান করুন",
"focus": "ট্যাব খোলার সময় ফোকাস করুন",
"search_engine": "সার্চ ইঞ্জিন",
"search_engine_subtitle": "সার্চ বারে ব্যবহার করার জন্য সার্চ ইঞ্জিন বেছে নিন",
"title": "খুঁজুন",
"voice_search": "কন্ঠ দিয়ে অনুসন্ধান করুন"
},
"time": {
"analogue": {
"hour_hand": "ঘণ্টার কাঁটা",
"hour_marks": "ঘন্টা চিহ্ন",
"minute_hand": "মিনিটের কাঁটা",
"minute_marks": "মিনিটের চিহ্ন",
"round_clock": "গোলাকার পটভূমি",
"second_hand": "সেকেন্ডের কাঁটা",
"subtitle": "অ্যানালগ ঘড়িটি কেমন দেখায় তা পরিবর্তন করুন",
"title": "অ্যানালগ"
},
"digital": {
"seconds": "সেকেন্ড",
"subtitle": "ডিজিটাল ঘড়ি দেখতে কেমন তা পরিবর্তন করুন",
"title": "ডিজিটাল",
"twelvehour": "১২ ঘণ্টা",
"twentyfourhour": "২৪ ঘণ্টা",
"zero": "জিরো-প্যাডেড"
},
"format": "বিন্যাস",
"percentage_complete": "শতাংশ সম্পূর্ণ",
"title": "সময়",
"type": "টাইপ",
"type_subtitle": "ডিজিটাল বিন্যাসে, অ্যানালগ বিন্যাসে বা দিনের একটি শতাংশ সমাপ্তিতে সময় প্রদর্শন করবেন কিনা তা চয়ন করুন",
"vertical_clock": {
"change_hour_colour": "ঘন্টার পাঠ্যের রঙ পরিবর্তন করুন",
"change_minute_colour": "মিনিটের পাঠ্যের রঙ পরিবর্তন করুন",
"title": "উল্লম্ব ঘড়ি"
}
},
"weather": {
"auto": "অটো",
"custom_settings": "কাস্টম সেটিংস",
"extra_info": {
"atmospheric_pressure": "বায়ুমণ্ডলীয় চাপ",
"cloudiness": "মেঘলা",
"humidity": "আর্দ্রতা",
"max_temp": "সর্বোচ্চ তাপমাত্রা",
"min_temp": "সর্বনিম্ন তাপমাত্রা",
"show_description": "বিবরণ দেখান",
"show_location": "অবস্থান দেখান",
"title": "অতিরিক্ত তথ্য",
"visibility": "দৃশ্যমানতা",
"weather_description": "আবহাওয়ার বিবরণ",
"wind_direction": "বাতাসের দিক",
"wind_speed": "বাতাসের গতি"
},
"location": "অবস্থান",
"options": {
"basic": "মৌলিক",
"custom": "কাস্টম",
"expanded": "প্রসারিত",
"standard": "স্ট্যান্ডার্ড"
},
"temp_format": {
"celsius": "সেলসিয়াস",
"fahrenheit": "ফারেনহাইট",
"kelvin": "কেলভিন",
"title": "তাপমাত্রা বিন্যাস"
},
"title": "আবহাওয়া",
"widget_type": "উইজেটের ধরণ"
}
}
},
"title": "অপশন"
}
},
"tabname": "নতুন ট্যাব খুলুন",
"widgets": {
"greeting": {
"morning": "শুভ সকাল",
"afternoon": "শুভ অপরাহ্ণ",
"evening": "শুভ সন্ধ্যা",
"christmas": "শুভ বড়দিন",
"newyear": "শুভ নব বর্ষ",
"halloween": "শুভ হ্যালোইন",
"birthday": "শুভ জন্মদিন"
},
"background": {
"camera": "ক্যামেরা",
"category": "শ্রেণী",
"confirm": "নিশ্চিত করুন",
"credit": "ছবি তুলেছেন",
"unsplash": "Unsplash - এ আছে",
"information": "তথ্য",
"download": "ডাউনলোড করুন",
"downloads": "ডাউনলোডগুলি",
"exclude": "আবার দেখাবেন না",
"exclude_confirm": "আপনি কি নিশ্চিত যে আপনি এই ছবিটি আবার দেখতে চান না?\nদ্রষ্টব্য: আপনি যদি \"{category}\" ছবিগুলি পছন্দ না করেন, তাহলে আপনি ব্যাকগ্রাউন্ড সোর্স সেটিংসে বিভাগটি অনির্বাচন করতে পারেন।",
"information": "তথ্য",
"views": "দর্শক",
"likes": "পছন্দসমূহ",
"location": "অবস্থান",
"camera": "ক্যামেরা",
"resolution": "রেজোলিউশন",
"source": "উৎস",
"unsplash": "Unsplash - এ আছে",
"views": "দর্শক"
"category": "শ্রেণী",
"exclude": "আবার দেখাবেন না",
"exclude_confirm": "আপনি কি নিশ্চিত যে আপনি এই ছবিটি আবার দেখতে চান না?\nদ্রষ্টব্য: আপনি যদি \"{category}\" ছবিগুলি পছন্দ না করেন, তাহলে আপনি ব্যাকগ্রাউন্ড সোর্স সেটিংসে বিভাগটি অনির্বাচন করতে পারেন।",
"confirm": "নিশ্চিত করুন"
},
"search": "অনুসন্ধান করুন",
"quicklinks": {
"new": "নতুন লিঙ্ক",
"name": "নাম",
"url": "URL",
"icon": "আইকন (ঐচ্ছিক)",
"add": "যোগ করুন",
"name_error": "অবশ্যই নাম দিতে হবে",
"url_error": "অবশ্যই URL দিতে হবে"
},
"date": {
"week": "সপ্তাহ"
},
"greeting": {
"afternoon": "শুভ অপরাহ্ণ",
"birthday": "শুভ জন্মদিন",
"christmas": "শুভ বড়দিন",
"evening": "শুভ সন্ধ্যা",
"halloween": "শুভ হ্যালোইন",
"morning": "শুভ সকাল",
"newyear": "শুভ নব বর্ষ"
},
"navbar": {
"notes": {
"placeholder": "এখানে লিখুন",
"title": "মন্তব্য"
},
"todo": {
"add": "যোগ করুন",
"no_todos": "সব নেই",
"pin": "পিন",
"title": "সব"
},
"tooltips": {
"refresh": "রিফ্রেশ"
}
},
"quicklinks": {
"add": "যোগ করুন",
"icon": "আইকন (ঐচ্ছিক)",
"name": "নাম",
"name_error": "অবশ্যই নাম দিতে হবে",
"new": "নতুন লিঙ্ক",
"url": "URL",
"url_error": "অবশ্যই URL দিতে হবে"
"weather": {
"not_found": "পাওয়া যায়নি",
"meters": "{amount} মিটার",
"extra_information": "অতিরিক্ত তথ্য",
"feels_like": "মনে হচ্ছে {amount}"
},
"quote": {
"copy": "কপি করুন",
"favourite": "প্রিয়",
"link_tooltip": "উইকিপিডিয়াতে খুলুন",
"share": "শেয়ার করুন",
"copy": "কপি করুন",
"favourite": "প্রিয়",
"unfavourite": "অপছন্দ"
},
"search": "অনুসন্ধান করুন",
"weather": {
"extra_information": "অতিরিক্ত তথ্য",
"feels_like": "মনে হচ্ছে {amount}",
"meters": "{amount} মিটার",
"not_found": "পাওয়া যায়নি"
"navbar": {
"tooltips": {
"refresh": "রিফ্রেশ"
},
"notes": {
"title": "মন্তব্য",
"placeholder": "এখানে লিখুন"
},
"todo": {
"title": "সব",
"pin": "পিন",
"add": "যোগ করুন",
"no_todos": "সব নেই"
}
}
},
"modals": {
"main": {
"title": "অপশন",
"loading": "লোড হচ্ছে..।",
"file_upload_error": "ফাইল ২ মেগাবাইট এর বেশি",
"navbar": {
"settings": "সেটিংস",
"addons": "অ্যাড-অন",
"marketplace": "মার্কেটপ্লেস"
},
"error_boundary": {
"title": "ত্রুটি",
"message": "Mue এর এই উপাদানটি লোড করতে ব্যর্থ হয়েছে",
"report_error": "ত্রুটি প্রতিবেদন পাঠানো",
"sent": "প্রেরিত !",
"refresh": "রিফ্রেশ"
},
"settings": {
"enabled": "সক্রিয়",
"open_knowledgebase": "উন্মুক্ত জ্ঞানভিত্তিক",
"additional_settings": "অতিরিক্ত সেটিংস",
"reminder": {
"title": "নোটিশ",
"message": "সমস্ত পরিবর্তন ঘটানোর জন্য, পৃষ্ঠাটি অবশ্যই রিফ্রেশ করা উচিত।"
},
"sections": {
"header": {
"more_info": "আরও তথ্য",
"report_issue": "রিপোর্ট ইস্যু",
"enabled": "এই উইজেটটি দেখাবেন কি না তা নির্বাচন করুন",
"size": "উইজেট কত বড় তা নিয়ন্ত্রণ করার স্লাইডার"
},
"time": {
"title": "সময়",
"format": "বিন্যাস",
"type": "টাইপ",
"type_subtitle": "ডিজিটাল বিন্যাসে, অ্যানালগ বিন্যাসে বা দিনের একটি শতাংশ সমাপ্তিতে সময় প্রদর্শন করবেন কিনা তা চয়ন করুন",
"digital": {
"title": "ডিজিটাল",
"subtitle": "ডিজিটাল ঘড়ি দেখতে কেমন তা পরিবর্তন করুন",
"seconds": "সেকেন্ড",
"twentyfourhour": "২৪ ঘণ্টা",
"twelvehour": "১২ ঘণ্টা",
"zero": "জিরো-প্যাডেড"
},
"analogue": {
"title": "অ্যানালগ",
"subtitle": "অ্যানালগ ঘড়িটি কেমন দেখায় তা পরিবর্তন করুন",
"second_hand": "সেকেন্ডের কাঁটা",
"minute_hand": "মিনিটের কাঁটা",
"hour_hand": "ঘণ্টার কাঁটা",
"hour_marks": "ঘন্টা চিহ্ন",
"minute_marks": "মিনিটের চিহ্ন",
"round_clock": "গোলাকার পটভূমি"
},
"percentage_complete": "শতাংশ সম্পূর্ণ",
"vertical_clock": {
"title": "উল্লম্ব ঘড়ি",
"change_hour_colour": "ঘন্টার পাঠ্যের রঙ পরিবর্তন করুন",
"change_minute_colour": "মিনিটের পাঠ্যের রঙ পরিবর্তন করুন"
}
},
"date": {
"title": "তারিখ",
"week_number": "সপ্তাহের সংখ্যা",
"day_of_week": "সপ্তাহের দিন",
"datenth": "তারিখ তম",
"type": {
"short": "সংক্ষিপ্ত",
"long": "দীর্ঘ",
"subtitle": "তারিখটি দীর্ঘ আকারে বা সংক্ষিপ্ত আকারে প্রদর্শন করবেন কিনা"
},
"type_settings": "নির্বাচিত তারিখ প্রকারের জন্য সেটিংস এবং বিন্যাস প্রদর্শন করুন",
"short_date": "সংক্ষিপ্ত তারিখ",
"short_format": "সংক্ষিপ্ত বিন্যাস",
"long_format": "দীর্ঘ বিন্যাস",
"short_separator": {
"title": "সংক্ষিপ্ত বিভাজক",
"dots": "বিন্দু",
"dash": "ড্যাশ",
"gaps": "ফাঁক",
"slashes": "স্ল্যাশ"
}
},
"quote": {
"title": "উদ্ধৃতি",
"additional": "উদ্ধৃতি উইজেটের শৈলী কাস্টমাইজ করার জন্য অন্যান্য সেটিংস",
"author_link": "লেখকের লিঙ্ক",
"custom": "কাস্টম উদ্ধৃতি",
"custom_subtitle": "আপনার নিজস্ব কাস্টম উদ্ধৃতি সেট করুন",
"no_quotes": "কোন উদ্ধৃতি নেই",
"author": "লেখক",
"custom_buttons": "বোতাম",
"custom_author": "কাস্টম লেখক",
"author_img": "লেখকের ছবি দেখান",
"add": "উদ্ধৃতি যোগ করুন",
"source_subtitle": "কোথা থেকে উদ্ধৃতি পেতে চয়ন করুন",
"buttons": {
"title": "বোতাম",
"subtitle": "উদ্ধৃতিটিতে কোন বোতামগুলি দেখাতে হবে তা নির্বাচন করুন",
"copy": "কপি",
"tweet": "টুইট",
"favourite": "প্রিয়"
}
},
"greeting": {
"title": "শুভেচ্ছা",
"events": "ঘটনা",
"default": "ডিফল্ট শুভেচ্ছা বার্তা",
"name": "অভিবাদনের জন্য নাম",
"birthday": "জন্মদিন",
"birthday_subtitle": "আপনার জন্মদিন হলে একটি শুভ জন্মদিনের বার্তা দেখান",
"birthday_age": "জন্মদিনের বয়স",
"birthday_date": "জন্মদিনের তারিখ",
"additional": "অভিবাদন প্রদর্শনের জন্য সেটিংস"
},
"background": {
"title": "পটভূমি",
"ddg_image_proxy": "DuckDuckGo ইমেজ প্রক্সি ব্যবহার করুন",
"transition": "ফেইড-ইন ট্রানজিশন",
"photo_information": "ছবির তথ্য দেখান",
"show_map": "উপলব্ধ থাকলে ছবির তথ্যে অবস্থান মানচিত্র দেখান",
"categories": "ক্যাটাগরি",
"buttons": {
"title": "বোতাম",
"view": "বড় করুন",
"favourite": "প্রিয়",
"download": "ডাউনলোড"
},
"effects": {
"title": "প্রভাব",
"subtitle": "ব্যাকগ্রাউন্ড ইমেজ প্রভাব যোগ করুন",
"blur": "অস্পষ্টতা পরিবর্তন করুন",
"brightness": "উজ্জ্বলতা সমন্বয়",
"filters": {
"title": "পটভূমি ফিল্টার",
"amount": "ফিল্টারের পরিমাণ",
"grayscale": "গ্রেস্কেল",
"sepia": "সেপিয়া",
"invert": "উল্টানো",
"saturate": "পরিপূর্ণ",
"contrast": "বৈপরীত্য"
}
},
"type": {
"title": "ধরন",
"api": "API",
"custom_image": "কাস্টম ইমেজ",
"custom_colour": "কাস্টম রঙ/গ্রেডিয়েন্ট",
"random_colour": "এলোমেলো রঙ",
"random_gradient": "এলোমেলো গ্রেডিয়েন্ট"
},
"source": {
"title": "উৎস",
"subtitle": "ব্যাকগ্রাউন্ড ইমেজ কোথা থেকে পাবেন তা নির্বাচন করুন",
"api": "ব্যাকগ্রাউন্ড এপিআই",
"custom_background": "কাস্টম ব্যাকগ্রাউন্ড",
"custom_colour": "কাস্টম ব্যাকগ্রাউন্ড রঙ",
"upload": "আপলোড",
"add_colour": "রঙ যোগ করুন",
"add_background": "ব্যাকগ্রাউন্ড যোগ করুন",
"drop_to_upload": "আপলোড করতে ড্রপ করুন",
"formats": "উপলব্ধ ফরম্যাট: {list}",
"select": "অথবা নির্বাচন করুন",
"add_url": "URL যোগ করুন",
"disabled": "অক্ষম",
"loop_video": "ভিডিও পুনরায় চালান",
"mute_video": "ভিডিও নিঃশব্দ করুন",
"quality": {
"title": "গুণমান",
"original": "আসল",
"high": "উচ্চ গুণমান",
"normal": "স্বাভাবিক গুণমান",
"datasaver": "ডেটা সাশ্রয়"
},
"custom_title": "কাস্টম ছবি",
"custom_description": "আপনার স্থানীয় কম্পিউটার থেকে ছবি নির্বাচন করুন",
"remove": "ছবি সরান"
},
"display": "প্রদর্শন",
"display_subtitle": "ব্যাকগ্রাউন্ড এবং ছবির তথ্য কিভাবে লোড হয় তা পরিবর্তন করুন",
"api": "এপিআই সেটিংস",
"api_subtitle": "একটি বহিরাগত পরিষেবা (এপিআই) থেকে একটি ছবি পাওয়ার বিকল্পগুলি",
"interval": {
"title": "প্রতিটি পরিবর্তন",
"subtitle": "কত ঘন ব্যাকগ্রাউন্ড আপডেট করা হয় তা পরিবর্তন করুন",
"minute": "মিনিট",
"half_hour": "আধা ঘন্টা",
"hour": "ঘন্টা",
"day": "দিন",
"month": "মাস"
}
},
"search": {
"title": "খুঁজুন",
"additional": "অনুসন্ধান উইজেট প্রদর্শন এবং কার্যকারিতা জন্য অতিরিক্ত বিকল্প",
"search_engine": "সার্চ ইঞ্জিন",
"search_engine_subtitle": "সার্চ বারে ব্যবহার করার জন্য সার্চ ইঞ্জিন বেছে নিন",
"custom": "কাস্টম অনুসন্ধান URL",
"autocomplete": "স্বয়ংসম্পূর্ণ",
"autocomplete_provider": "স্বয়ংসম্পূর্ণ প্রদানকারী",
"autocomplete_provider_subtitle": "স্বয়ংসম্পূর্ণ ড্রপডাউন ফলাফলের জন্য ব্যবহার করার জন্য সার্চ ইঞ্জিন",
"voice_search": "কন্ঠ দিয়ে অনুসন্ধান করুন",
"dropdown": "ড্রপডাউন অনুসন্ধান করুন",
"focus": "ট্যাব খোলার সময় ফোকাস করুন"
},
"weather": {
"title": "আবহাওয়া",
"location": "অবস্থান",
"auto": "অটো",
"widget_type": "উইজেটের ধরণ",
"temp_format": {
"title": "তাপমাত্রা বিন্যাস",
"celsius": "সেলসিয়াস",
"fahrenheit": "ফারেনহাইট",
"kelvin": "কেলভিন"
},
"extra_info": {
"title": "অতিরিক্ত তথ্য",
"show_location": "অবস্থান দেখান",
"show_description": "বিবরণ দেখান",
"weather_description": "আবহাওয়ার বিবরণ",
"cloudiness": "মেঘলা",
"humidity": "আর্দ্রতা",
"visibility": "দৃশ্যমানতা",
"wind_speed": "বাতাসের গতি",
"wind_direction": "বাতাসের দিক",
"min_temp": "সর্বনিম্ন তাপমাত্রা",
"max_temp": "সর্বোচ্চ তাপমাত্রা",
"atmospheric_pressure": "বায়ুমণ্ডলীয় চাপ"
},
"options": {
"basic": "মৌলিক",
"standard": "স্ট্যান্ডার্ড",
"expanded": "প্রসারিত",
"custom": "কাস্টম"
},
"custom_settings": "কাস্টম সেটিংস"
},
"quicklinks": {
"title": "দ্রুতগামী লিঙ্ক",
"additional": "দ্রুতগামী লিঙ্ক প্রদর্শন এবং ফাংশনের জন্য অতিরিক্ত সেটিংস",
"open_new": "নতুন ট্যাবে খুলুন",
"tooltip": "টুলটিপ",
"text_only": "শুধুমাত্র টেক্সট দেখান",
"add_link": "Add Link",
"no_quicklinks": "No quicklinks",
"edit": "Edit",
"style": "Style",
"options": {
"icon": "Icon",
"text_only": "Text Only",
"metro": "Metro"
},
"styling": "Quick Links Styling",
"styling_description": "Customise Quick Links appearance"
},
"message": {
"title": "Message",
"add": "Add message",
"messages": "Messages",
"text": "Text",
"no_messages": "No messages",
"add_some": "Go ahead and add some.",
"content": "Message Content"
},
"appearance": {
"title": "Appearance",
"style": {
"title": "Widget Style",
"description": "Choose between the two styles, legacy (enabled for pre 7.0 users) and our slick modern styling.",
"legacy": "Legacy",
"new": "New"
},
"theme": {
"title": "Theme",
"description": "Change the theme of the Mue widgets and modals",
"auto": "Auto",
"light": "Light",
"dark": "Dark"
},
"navbar": {
"title": "Navbar",
"notes": "Notes",
"refresh": "Refresh button",
"refresh_subtitle": "Choose what is refreshed when you click the refresh button",
"hover": "Only display on hover",
"additional": "Modify navbar style and which buttons you want to display",
"refresh_options": {
"none": "None",
"page": "Page"
}
},
"font": {
"title": "Font",
"description": "Change the font used in Mue",
"custom": "Custom font",
"google": "Import from Google Fonts",
"weight": {
"title": "Font weight",
"thin": "Thin",
"extra_light": "Extra Light",
"light": "Light",
"normal": "Normal",
"medium": "Medium",
"semi_bold": "Semi-Bold",
"bold": "Bold",
"extra_bold": "Extra-Bold"
},
"style": {
"title": "Font style",
"normal": "Normal",
"italic": "Italic",
"oblique": "Oblique"
}
},
"accessibility": {
"title": "Accessibility",
"description": "Accessibility settings for Mue",
"animations": "Animations",
"text_shadow": {
"title": "Widget text shadow",
"new": "New",
"old": "Old",
"none": "None"
},
"widget_zoom": "Widget zoom",
"toast_duration": "Toast duration",
"milliseconds": "milliseconds"
}
},
"order": {
"title": "Widget Order"
},
"advanced": {
"title": "Advanced",
"offline_mode": "Offline mode",
"offline_subtitle": "When enabled, all requests to online services will be disabled.",
"data": "Data",
"data_subtitle": "Choose whether to export your Mue settings to your computer, import an existing settings file, or reset your settings to their default values",
"reset_modal": {
"title": "WARNING",
"question": "Do you want to reset Mue?",
"information": "This will delete all data. If you wish to keep your data and preferences, please export them first.",
"cancel": "Cancel"
},
"customisation": "Customisation",
"custom_css": "Custom CSS",
"custom_css_subtitle": "Make Mue's styling customised to you with Cascading Style Sheets (CSS).",
"custom_js": "Custom JS",
"tab_name": "Tab name",
"tab_name_subtitle": "Change the name of the tab that appears in your browser",
"timezone": {
"title": "Time Zone",
"subtitle": "Choose a timezone from the list instead of the automatic default from your computer",
"automatic": "Automatic"
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
"stats": {
"title": "Stats",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
"backgrounds_downloaded": "Backgrounds downloaded",
"quotes_favourited": "Quotes favourited",
"quicklinks_added": "Quicklinks added",
"settings_changed": "Settings changed",
"addons_installed": "Add-ons installed"
},
"usage": "Usage Stats",
"achievements": "Achievements",
"unlocked": "{count} Unlocked"
},
"experimental": {
"title": "Experimental",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
"developer": "Developer"
},
"language": {
"title": "Language",
"quote": "Quote language"
},
"changelog": {
"title": "Change Log",
"by": "By {author}"
},
"about": {
"title": "About",
"copyright": "Copyright",
"version": {
"title": "Version",
"checking_update": "Checking for update",
"update_available": "Update available",
"no_update": "No update available",
"offline_mode": "Cannot check for update in offline mode",
"error": {
"title": "Failed to get update information",
"description": "An error occured"
}
},
"contact_us": "Contact Us",
"support_mue": "Support Mue",
"support_subtitle": "As Mue is entirely free, we rely on donations to cover the server bills and fund development",
"support_donate": "Donate",
"form_button": "Form",
"resources_used": {
"title": "Resources used",
"bg_images": "Offline background images"
},
"contributors": "Contributors",
"supporters": "Supporters",
"no_supporters": "There are currently no Mue supporters",
"photographers": "Photographers"
}
},
"buttons": {
"reset": "Reset",
"import": "Import",
"export": "Export"
}
},
"marketplace": {
"by": "by {author}",
"all": "All",
"learn_more": "Learn More",
"photo_packs": "Photo Packs",
"quote_packs": "Quote Packs",
"preset_settings": "Preset Settings",
"no_items": "No items in this category",
"collection": "Collection",
"explore_collection": "Explore Collection",
"add_all": "Add All To Mue",
"collections": "Collections",
"cant_find": "Can't find what you're looking for?",
"knowledgebase_one": "Visit the",
"knowledgebase_two": "knowledgebase",
"knowledgebase_three": "to create your own.",
"product": {
"overview": "Overview",
"information": "Information",
"last_updated": "Last Updated",
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
"show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
"version": "Version",
"author": "Author",
"part_of": "Part of",
"explore": "Explore",
"buttons": {
"addtomue": "Add To Mue",
"remove": "Remove",
"update_addon": "Update Add-on",
"back": "Back",
"report": "Report"
},
"setting": "Setting",
"value": "Value"
},
"offline": {
"title": "Looks like you're offline",
"description": "Please connect to the internet"
}
},
"addons": {
"added": "Added",
"check_updates": "Check for updates",
"no_updates": "No updates available",
"updates_available": "Updates available {amount}",
"empty": {
"title": "Empty",
"description": "No addons are installed"
},
"sideload": {
"title": "Sideload",
"description": "Install a Mue addon not on the marketplace from your computer",
"failed": "Failed to sideload addon",
"errors": {
"no_name": "No name provided",
"no_author": "No author provided",
"no_type": "No type provided",
"invalid_photos": "Invalid photos object",
"invalid_quotes": "Invalid quotes object"
}
},
"sort": {
"title": "Sort",
"newest": "Installed (Newest)",
"oldest": "Installed (Oldest)",
"a_z": "Alphabetical (A-Z)",
"z_a": "Alphabetical (Z-A)"
},
"create": {
"title": "Create",
"moved_title": "Create add-on has moved!",
"moved_description": "Following the 7.1 update, the creation of addons has now moved to the web UI",
"moved_button": "Get Started"
}
}
},
"update": {
"title": "Update",
"offline": {
"title": "Offline",
"description": "Cannot get update logs while in offline mode"
},
"error": {
"title": "Error",
"description": "Could not connect to the server"
}
},
"welcome": {
"tip": "Quick Tip",
"sections": {
"intro": {
"title": "Welcome to Mue Tab",
"description": "Thank you for installing Mue, we hope you enjoy your time with our extension.",
"notices": {
"discord_title": "Join our Discord",
"discord_description": "Talk with the Mue community and developers",
"discord_join": "Join",
"github_title": "Contribute on GitHub",
"github_description": "Report bugs, add features or donate",
"github_open": "Open"
}
},
"language": {
"title": "Choose your language",
"description": "Mue can be displayed the languages listed below. You can also add new translations on our"
},
"theme": {
"title": "Select a theme",
"description": "Mue is available in both light and dark theme, or this can be automatically set depending on your system theme.",
"tip": "Using the Auto settings will use the theme on your computer. This setting will impact the modals and some of the widgets displayed on the screen, such as weather and notes."
},
"style": {
"title": "Choose a style",
"description": "Mue currently offers the choice between the legacy styling and the newly released modern styling.",
"legacy": "Legacy",
"modern": "Modern"
},
"settings": {
"title": "Import Settings",
"description": "Installing Mue on a new device? Feel free to import your old settings!",
"tip": "You can export your old settings by navigating to the Advanced tab in your old Mue setup. Then you need to click the export button which will download the JSON file. You can upload this file here to carry across your settings and preferences from your previous Mue installation."
},
"privacy": {
"title": "Privacy Options",
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
"source_code": "Source Code"
}
},
"final": {
"title": "Final step",
"description": "Your Mue Tab experience is about to begin.",
"changes": "Changes",
"changes_description": "To change settings later click on the settings icon in the top right corner of your tab.",
"imported": "Imported {amount} settings"
}
},
"buttons": {
"next": "Next",
"preview": "Preview",
"previous": "Previous",
"close": "Close"
},
"preview": {
"description": "You are currently in preview mode. Settings will be reset on closing this tab.",
"continue": "Continue setup"
}
},
"share": {
"copy_link": "Copy link",
"email": "Email"
}
},
"toasts": {
"quote": "Quote copied",
"notes": "Notes copied",
"reset": "Reset successfully",
"installed": "Successfully installed",
"uninstalled": "Successfully removed",
"updated": "Successfully updated",
"error": "Something went wrong",
"imported": "Successfully imported",
"no_storage": "Not enough storage",
"link_copied": "Link copied"
}
}

File diff suppressed because it is too large Load Diff