From 901833da91475d8987c909c55aa101818906e623 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Fri, 22 Sep 2023 16:21:01 +0100 Subject: [PATCH] fix: bengali and indonesian translations --- .../modals/main/settings/sections/Stats.jsx | 1 + .../settings/achievement_translations/bn.json | 8 + .../achievement_translations/index.js | 2 + src/modules/languages.json | 8 + src/modules/translations.js | 3 + src/translations/bn.json | 943 ++++++++---- src/translations/id_ID.json | 1290 ++++++++--------- 7 files changed, 1312 insertions(+), 943 deletions(-) create mode 100644 src/modules/helpers/settings/achievement_translations/bn.json diff --git a/src/components/modals/main/settings/sections/Stats.jsx b/src/components/modals/main/settings/sections/Stats.jsx index 169d66ef..ca2814ed 100644 --- a/src/components/modals/main/settings/sections/Stats.jsx +++ b/src/components/modals/main/settings/sections/Stats.jsx @@ -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 { diff --git a/src/modules/helpers/settings/achievement_translations/bn.json b/src/modules/helpers/settings/achievement_translations/bn.json new file mode 100644 index 00000000..8dcc1526 --- /dev/null +++ b/src/modules/helpers/settings/achievement_translations/bn.json @@ -0,0 +1,8 @@ +[ + "Opened 10 tabs", + "Opened 39 tabs", + "Opened 100 tabs", + "Opened 305 tabs", + "Installed an add-on", + "Installed 5 add-ons" +] diff --git a/src/modules/helpers/settings/achievement_translations/index.js b/src/modules/helpers/settings/achievement_translations/index.js index a505a619..fb3eeab0 100644 --- a/src/modules/helpers/settings/achievement_translations/index.js +++ b/src/modules/helpers/settings/achievement_translations/index.js @@ -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; diff --git a/src/modules/languages.json b/src/modules/languages.json index e7acb7fd..1657b09f 100644 --- a/src/modules/languages.json +++ b/src/modules/languages.json @@ -46,5 +46,13 @@ { "name": "Portuguese (Brazil)", "value": "pt_BR" + }, + { + "name": "বাংলা", + "value": "bn" + }, + { + "name": "bahasa Indonesia", + "value": "id_ID" } ] diff --git a/src/modules/translations.js b/src/modules/translations.js index 473628e3..f762bbff 100644 --- a/src/modules/translations.js +++ b/src/modules/translations.js @@ -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, }; diff --git a/src/translations/bn.json b/src/translations/bn.json index eb9d469a..97536788 100644 --- a/src/translations/bn.json +++ b/src/translations/bn.json @@ -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" } } diff --git a/src/translations/id_ID.json b/src/translations/id_ID.json index 1413a420..901c6096 100644 --- a/src/translations/id_ID.json +++ b/src/translations/id_ID.json @@ -1,669 +1,669 @@ { - "modals": { - "main": { - "addons": { - "added": "Terinstal", - "check_updates": "Periksa pembaruan", - "create": { - "moved_button": "Get Started", - "moved_description": "Following the 7.1 update, the creation of addons has now moved to the web UI", - "moved_title": "Create add-on has moved!", - "title": "Buat" - }, - "empty": { - "description": "Belum ada addons yang terinstal", - "title": "Kosong" - }, - "no_updates": "Tidak ada pembaruan", - "sideload": { - "description": "Install a Mue addon not on the marketplace from your computer", - "errors": { - "invalid_photos": "Invalid photos object", - "invalid_quotes": "Invalid quotes object", - "no_author": "No author provided", - "no_name": "No name provided", - "no_type": "No type provided" - }, - "failed": "Failed to sideload addon", - "title": "Sideload" - }, - "sort": { - "a_z": "Abjad (A-Z)", - "newest": "Terinstal (Terbaru)", - "oldest": "Terinstal (Terlama)", - "title": "Urutkan", - "z_a": "Abjad (Z-A)" - }, - "updates_available": "Terdapat {amount} pembaruan" - }, - "error_boundary": { - "message": "Gagal memuat komponen Mue", - "refresh": "Muat Ulang", - "report_error": "Kirim Laporan Galat", - "sent": "Terkirim!", - "title": "Galat" - }, - "file_upload_error": "Ukuran berkas lebih dari 2MB", - "loading": "Sedang memuat...", - "marketplace": { - "add_all": "Add All To Mue", - "all": "All", - "by": "by {author}", - "cant_find": "Can't find what you're looking for?", - "collection": "Collection", - "collections": "Collections", - "explore_collection": "Explore Collection", - "knowledgebase_one": "Visit the", - "knowledgebase_three": "to create your own.", - "knowledgebase_two": "knowledgebase", - "learn_more": "Learn More", - "no_items": "Tidak ada item pada kategori ini", - "offline": { - "description": "Harap periksa kembali koneksi Anda dan coba lagi nanti", - "title": "Sepertinya Anda sedang dalam mode luring" - }, - "photo_packs": "Photo Packs", - "preset_settings": "Preset Settings", - "product": { - "author": "Kreator", - "buttons": { - "addtomue": "Tambahkan ke Mue", - "back": "Back", - "remove": "Hapus", - "report": "Report", - "update_addon": "Perbarui Add-on" - }, - "description": "Description", - "explore": "Explore", - "information": "Informasi", - "last_updated": "Pembaruan Terakhir", - "no_images": "No. Images", - "no_quotes": "No. Quotes", - "overview": "Ikhtisar", - "part_of": "Part of", - "setting": "Setting", - "show_all": "Show All", - "show_less": "Show Less", - "show_more": "Show More", - "showing": "Showing", - "value": "Value", - "version": "Versi" - }, - "quote_packs": "Quote Packs" - }, - "navbar": { - "addons": "Pengaya", - "marketplace": "Marketplace", - "settings": "Pengaturan" - }, - "settings": { - "additional_settings": "Pengaturan Tambahan", - "buttons": { - "export": "Ekspor", - "import": "Impor", - "reset": "Reset" - }, - "enabled": "Aktif", - "open_knowledgebase": "Buka Basis Pengetahuan", - "reminder": { - "message": "Agar semua perubahan dapat diterapkan, harap muat ulang halaman ini", - "title": "PERHATIAN" - }, - "sections": { - "about": { - "contact_us": "Hubungi Kami", - "contributors": "Kontributor", - "copyright": "Hak Cipta", - "form_button": "Form", - "no_supporters": "Mue belum punya suporter saat ini.", - "photographers": "Fotografer", - "resources_used": { - "bg_images": "Offline background images", - "title": "Resources yang kami gunakan" - }, - "support_donate": "Donate", - "support_mue": "Dukung Mue", - "support_subtitle": "As Mue is entirely free, we rely on donations to cover the server bills and fund development", - "supporters": "Suporter", - "title": "Tentang Mue", - "version": { - "checking_update": "Periksa pembaruan", - "error": { - "description": "Muncul galat saat mencoba mendapatkan informasi pembaruan. Harap coba lagi nanti.", - "title": "Gagal mendapatkan informasi pembaruan" - }, - "no_update": "Tidak ada pembaruan", - "offline_mode": "Periksa pembaruan tidak dapat dilakukan pada mode luring", - "title": "Versi", - "update_available": "Pembaruan tersedia" - } - }, - "advanced": { - "custom_css": "CSS Kustom", - "custom_css_subtitle": "Make Mue's styling customised to you with Cascading Style Sheets (CSS).", - "custom_js": "JS Kustom", - "customisation": "Kustomisasi", - "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", - "experimental_warning": "Harap diperhatikan bahwa tim Mue tidak menyediakan dukungan jika Anda mengaktifkan mode experimental. Harap nonaktifkan terlebih dahulu dan lihat apabila kendala Anda masih terjadi sebelum menghubungi kami.", - "offline_mode": "Mode Luring", - "offline_subtitle": "When enabled, all requests to online services will be disabled.", - "reset_modal": { - "cancel": "Batal", - "information": "Aksi ini akan menghapus semua data Anda. Harap ekspor pengaturan Anda sebelum melakukan reset.", - "question": "Apakah Anda ingin me-reset Mue?", - "title": "PERINGATAN" - }, - "tab_name": "Nama tab", - "tab_name_subtitle": "Change the name of the tab that appears in your browser", - "timezone": { - "automatic": "Otomatis", - "subtitle": "Choose a timezone from the list instead of the automatic default from your computer", - "title": "Zona Waktu" - }, - "title": "Lanjutan" - }, - "appearance": { - "accessibility": { - "animations": "Animasi", - "description": "Accessibility settings for Mue", - "milliseconds": "milliseconds", - "text_shadow": { - "new": "New", - "none": "None", - "old": "Old", - "title": "Widget text shadow" - }, - "title": "Aksesibilitas", - "toast_duration": "Durasi toast", - "widget_zoom": "Widget zoom" - }, - "font": { - "custom": "Font kustom", - "description": "Change the font used in Mue", - "google": "Impor dari Google Fonts", - "style": { - "italic": "Italic", - "normal": "Normal", - "oblique": "Oblique", - "title": "Font style" - }, - "title": "Font", - "weight": { - "bold": "Bold", - "extra_bold": "Extra-Bold", - "extra_light": "Extra Light", - "light": "Light", - "medium": "Medium", - "normal": "Normal", - "semi_bold": "Semi-Bold", - "thin": "Thin", - "title": "Font weight" - } - }, - "navbar": { - "additional": "Modify navbar style and which buttons you want to display", - "hover": "Tampilkan ketika hover", - "notes": "Catatan", - "refresh": "Muat ulang", - "refresh_options": { - "none": "Nonaktif", - "page": "Halaman" - }, - "refresh_subtitle": "Choose what is refreshed when you click the refresh button", - "title": "Navbar" - }, - "style": { - "description": "Choose between the two styles, legacy (enabled for pre 7.0 users) and our slick modern styling.", - "legacy": "Legacy", - "new": "New", - "title": "Widget Style" - }, - "theme": { - "auto": "Otomatis", - "dark": "Dark", - "description": "Change the theme of the Mue widgets and modals", - "light": "Light", - "title": "Tema" - }, - "title": "Antarmuka" - }, - "background": { - "api": "API Settings", - "api_subtitle": "Options for getting an image from an external service (API)", - "buttons": { - "download": "Unduh", - "favourite": "Favorit", - "title": "Aksi", - "view": "Layar Penuh" - }, - "categories": "Categories", - "ddg_image_proxy": "Gunakan proksi gambar DuckDuckGo", - "display": "Display", - "display_subtitle": "Change how background and photo information are loaded", - "effects": { - "blur": "Sesuaikan blur", - "brightness": "Sesuaikan kecerahan", - "filters": { - "amount": "Sesuaikan filter", - "contrast": "Contrast", - "grayscale": "Grayscale", - "invert": "Invert", - "saturate": "Saturate", - "sepia": "Sepia", - "title": "Filter background" - }, - "subtitle": "Add effects to the background images", - "title": "Efek" - }, - "interval": { - "day": "Hari", - "half_hour": "Setengah jam", - "hour": "Jam", - "minute": "Menit", - "month": "Bulan", - "subtitle": "Change how often the background is updated", - "title": "Ubah setiap" - }, - "photo_information": "Tampilkan informasi foto", - "show_map": "Tampilkan informasi lokasi foto jika ada", - "source": { - "add_background": "Tambah background", - "add_colour": "Tambah warna", - "add_url": "Tambah URL", - "api": "Background API", - "custom_background": "Background kustom", - "custom_colour": "Background warna kustom", - "custom_description": "Select images from your local computer", - "custom_title": "Custom Images", - "disabled": "Nonaktif", - "drop_to_upload": "Drop to upload", - "formats": "Available formats: {list}", - "loop_video": "Ulang video", - "mute_video": "Bisukan video", - "quality": { - "datasaver": "Data Saver", - "high": "High Quality", - "normal": "Normal Quality", - "original": "Original", - "title": "Kualitas" - }, - "remove": "Remove Image", - "select": "Or Select", - "subtitle": "Select where to get background images from", - "title": "Sumber", - "upload": "Unggah" - }, - "title": "Background", - "transition": "Transisi Fade-in", - "type": { - "api": "API", - "custom_colour": "Warna/gradasi kustom", - "custom_image": "Gambar kustom", - "random_colour": "Warna acak", - "random_gradient": "Gradasi acak", - "title": "Tipe" - } - }, - "changelog": { - "by": "Oleh {author}", - "title": "Changelog" - }, - "date": { - "datenth": "Imbuhan nth", - "day_of_week": "Hari", - "long_format": "Format panjang", - "short_date": "Tanggal Ringkas", - "short_format": "Format Ringkas", - "short_separator": { - "dash": "Setrip", - "dots": "Titik", - "gaps": "Spasi", - "slashes": "Garis Miring", - "title": "Pemisah" - }, - "title": "Tanggal", - "type": { - "long": "Lengkap", - "short": "Ringkas", - "subtitle": "Apakah akan menampilkan tanggal dalam bentuk panjang atau bentuk pendek" - }, - "type_settings": "Tampilkan setelan dan format untuk jenis tanggal yang dipilih", - "week_number": "Nomor Urut Pekan" - }, - "experimental": { - "developer": "Developer", - "title": "Experimental", - "warning": "These settings have not been fully tested/implemented and may not work correctly!" - }, - "greeting": { - "additional": "Settings for the greeting display", - "birthday": "Hari Ulang Tahun", - "birthday_age": "Usia", - "birthday_date": "Tanggal Ulang Tahun", - "birthday_subtitle": "Show a Happy Birthday message when it is your birthday", - "default": "Sapaan bawaan", - "events": "Hari Besar", - "name": "Nama", - "title": "Sapaan" - }, - "header": { - "enabled": "Pilih apakah akan menampilkan widget ini atau tidak", - "more_info": "Info lebih lanjut", - "report_issue": "Laporkan Masalah", - "size": "Slider untuk mengontrol seberapa besar widget tersebut" - }, - "language": { - "quote": "Bahasa untuk kutipan", - "title": "Bahasa" - }, - "message": { - "add": "Tambahkan pesan", - "add_some": "Go ahead and add some.", - "content": "Message Content", - "messages": "Messages", - "no_messages": "No messages", - "text": "Teks", - "title": "Pesan" - }, - "order": { - "title": "Urutan Widget" - }, - "quicklinks": { - "add_link": "Add Link", - "additional": "Additional settings for quick links display and functions", - "edit": "Edit", - "no_quicklinks": "No quicklinks", - "open_new": "Buka di tab baru", - "options": { - "icon": "Icon", - "metro": "Metro", - "text_only": "Text Only" - }, - "style": "Style", - "styling": "Quick Links Styling", - "styling_description": "Customise Quick Links appearance", - "text_only": "Hanya teks", - "title": "Pranala cepat", - "tooltip": "Tooltip" - }, - "quote": { - "add": "Tambahkan kutipan", - "additional": "Pengaturan lain untuk menyesuaikan gaya widget kutipan", - "author": "Kreator", - "author_img": "Tampilkan pemilik gambar", - "author_link": "Pranala penulis", - "buttons": { - "copy": "Salin", - "favourite": "Favorit", - "subtitle": "Choose which buttons to show on the quote", - "title": "Aksi", - "tweet": "Tweet" - }, - "custom": "Kutipan kustom", - "custom_author": "Penulis kustom", - "custom_buttons": "Tombol", - "custom_subtitle": "Tetapkan kutipan khusus Anda sendiri", - "no_quotes": "Tidak ada kutipan", - "source_subtitle": "Choose where to get quotes from", - "title": "Kutipan" - }, - "search": { - "additional": "Additional options for search widget display and functionality", - "autocomplete": "Autocomplete", - "autocomplete_provider": "Provider Autocomplete", - "autocomplete_provider_subtitle": "Search engine to use for autocomplete dropdown results", - "custom": "URL kustom", - "dropdown": "Dropdown pencarian", - "focus": "Focus on tab open", - "search_engine": "Mesin pencari", - "search_engine_subtitle": "Choose search engine to use in the search bar", - "title": "Cari", - "voice_search": "Pencarian suara" - }, - "stats": { - "achievements": "Achievements", - "sections": { - "addons_installed": "Add-ons ditambahkan", - "backgrounds_downloaded": "Backgrounds terunduh", - "backgrounds_favourited": "Backgrounds favorit", - "quicklinks_added": "Pranala cepat ditambahkan", - "quotes_favourited": "Kutipan favorit", - "settings_changed": "Perubahan pengaturan", - "tabs_opened": "Riwayat tab terbuka" - }, - "title": "Statistik", - "unlocked": "{count} Unlocked", - "usage": "Statistik Penggunaan" - }, - "time": { - "analogue": { - "hour_hand": "Jarum Jam", - "hour_marks": "Penanda Jam", - "minute_hand": "Jarum Menit", - "minute_marks": "Penanda Menit", - "round_clock": "Latar belakang berbentuk bulat", - "second_hand": "Jarum Detik", - "subtitle": "Mengubah tampilan jam analog", - "title": "Analog" - }, - "digital": { - "seconds": "Detik", - "subtitle": "Mengubah tampilan jam digital", - "title": "Digital", - "twelvehour": "12 (AM/PM)", - "twentyfourhour": "24", - "zero": "Zero-padded" - }, - "format": "Format", - "percentage_complete": "Persentase", - "title": "Waktu", - "type": "Tipe", - "type_subtitle": "Choose whether to display the time in digital format, analogue format, or a percentage completion of the day", - "vertical_clock": { - "change_hour_colour": "Ubah warna teks jam", - "change_minute_colour": "Ubah warna teks menit", - "title": "Jam Vertikal" - } - }, - "weather": { - "auto": "Otomatis", - "custom_settings": "Custom Settings", - "extra_info": { - "atmospheric_pressure": "Tekanan atmosfer", - "cloudiness": "Kondisi awan", - "humidity": "Kelembapan", - "max_temp": "Temperatur maksimal", - "min_temp": "Temperatur minimal", - "show_description": "Tampilkan deskripsi", - "show_location": "Tampilkan lokasi", - "title": "Informasi Tambahan", - "visibility": "Jarak pandang", - "weather_description": "Weather description", - "wind_direction": "Arah angin", - "wind_speed": "Kecepatan angin" - }, - "location": "Lokasi", - "options": { - "basic": "Basic", - "custom": "Custom", - "expanded": "Expanded", - "standard": "Standard" - }, - "temp_format": { - "celsius": "Celsius", - "fahrenheit": "Fahrenheit", - "kelvin": "Kelvin", - "title": "Format suhu" - }, - "title": "Cuaca", - "widget_type": "Widget Type" - } - } - }, - "title": "Setelan" - }, - "share": { - "copy_link": "Copy link", - "email": "Email" - }, - "update": { - "error": { - "description": "Tidak dapat terhubung ke peladen", - "title": "Galat" - }, - "offline": { - "description": "Tidak dapat memeriksa pembaruan. Harap periksa kembali koneksi Anda dan coba lagi nanti.", - "title": "Anda dalam mode luring" - }, - "title": "Pembaruan" - }, - "welcome": { - "buttons": { - "close": "Tutup", - "next": "Selanjutnya", - "preview": "Pratinjau", - "previous": "Kembali" - }, - "preview": { - "continue": "Lanjutkan setup", - "description": "Kamu dalam mode Pratinjau. Pengaturan akan direset ketika tab ini ditutup." - }, - "sections": { - "final": { - "changes": "Perubahan", - "changes_description": "Untuk mengubah pengaturan lainnya, klik pada ikon pengaturan di pojok kanan atas tab Anda.", - "description": "Pengalaman Mue Tab Anda akan segera dimulai!", - "imported": "Berhasil mengimpor {amount} pengaturan", - "title": "Langkah terakhir" - }, - "intro": { - "description": "Terima kasih sudah menginstal Mue, kami harap Anda dapat menikmati pengalaman bersama Mue", - "notices": { - "discord_description": "Talk with the Mue community and developers", - "discord_join": "Join", - "discord_title": "Join our Discord", - "github_description": "Report bugs, add features or donate", - "github_open": "Open", - "github_title": "Contribute on GitHub" - }, - "title": "Selamat datang di Mue Tab" - }, - "language": { - "description": "Antarmuka Mue dapat ditampilkan dalam ragam bahasa berikut. Kamu juga bisa menambahkan terjemahan baru untuk Mue pada", - "title": "Pilih bahasa" - }, - "privacy": { - "ddg_proxy_description": "Anda dapat membuat permintaan gambar melalui DuckDuckGo jika Anda mau. Secara bawaan, permintaan API dilakukan melalui peladen terbuka kami sedangkan permintaan gambar melalui peladen original. Menonaktifkan pengaturan ini untuk Pranala Cepat akan mendapatkan ikon dari Google, bukan DuckDuckGo. Proksi DuckDuckGo selalu diaktifkan untuk Marketplace.", - "description": "Aktifkan pegaturan sehingga Mue dapat melindungi privasi Anda.", - "links": { - "privacy_policy": "Kebijakan Privasi", - "source_code": "Source Code", - "title": "Pranala" - }, - "offline_mode_description": "Mengaktifkan mode luring akan menghalangi request ke semua layanan, termasuk Background Online, Kutipan Daring, Marketplace, Cuaca, Pranala Cepat, Change Log, dan beberapa informasi tentang tab.", - "title": "Opsi Privasi" - }, - "settings": { - "description": "Sudah pernah menginstal Mue? Yuk coba impor pengaturan lama kamu tanpa perlu mengatur ulang dari awal!", - "tip": "Kamu bisa mengekspor pengaturan lama kamu melalui tab lanjutan pada Pengaturan. Klik tombol ekspor untuk mengunduh berkas JSON. Unggah berkas tersebut di sini sehingga kamu dapat menikmati preferensi yang sama pada perangkat yang berbeda!", - "title": "Impor Pengaturan" - }, - "style": { - "description": "Mue currently offers the choice between the legacy styling and the newly released modern styling.", - "legacy": "Legacy", - "modern": "Modern", - "title": "Choose a style" - }, - "theme": { - "description": "Mue tersedia dalam tema terang dan gelap, atau kami juga bisa mengaturnya secara otomatis sesuai dengan preferensi sistem Anda.", - "tip": "Pengaturan otomatis akan menyesuaikan dengan tema komputer Anda. Pengaturan ini akan mengubah tampilan modal dan beberapa widget, seperti Cuaca dan Catatan.", - "title": "Pilih tema" - } - }, - "tip": "Tip" - } - }, "tabname": "Tab Baru", - "toasts": { - "error": "Terdapat kesalahan", - "imported": "Berhasil mengimpor", - "installed": "Berhasil menginstal", - "link_copied": "Link copied", - "no_storage": "Not enough storage", - "notes": "Berhasil menyalin catatan", - "quote": "Berhasil menyalin kutipan", - "reset": "Reset berhasil", - "uninstalled": "Berhasil menghapus", - "updated": "Berhasil diperbarui" - }, "widgets": { + "greeting": { + "morning": "Selamat Pagi", + "afternoon": "Selamat Siang", + "evening": "Selamat Malam", + "christmas": "Selamat Natal", + "newyear": "Selamat Tahun Baru", + "halloween": "Selamat Hari Halloween", + "birthday": "Selamat Ulang Tahun" + }, "background": { - "camera": "Kamera", - "category": "Kategori", - "confirm": "Konfirmasi", "credit": "Foto oleh", + "unsplash": "di Unsplash", + "information": "Informasi", "download": "Unduh", "downloads": "Unduhan", - "exclude": "Jangan tampilkan lagi", - "exclude_confirm": "Apakah Anda yakin tidak ingin melihat gambar ini lagi?\nCatatan: jika Anda tidak menyukai gambar \"{category}\", Anda dapat membatalkan pilihan kategori di setelan sumber latar belakang.", - "information": "Informasi", + "views": "Tayangan", "likes": "Suka", "location": "Lokasi", + "camera": "Kamera", "resolution": "Resolusi", "source": "Sumber", - "unsplash": "di Unsplash", - "views": "Tayangan" + "category": "Kategori", + "exclude": "Jangan tampilkan lagi", + "exclude_confirm": "Apakah Anda yakin tidak ingin melihat gambar ini lagi?\nCatatan: jika Anda tidak menyukai gambar \"{category}\", Anda dapat membatalkan pilihan kategori di setelan sumber latar belakang.", + "confirm": "Konfirmasi" + }, + "search": "Cari", + "quicklinks": { + "new": "Pranala Baru", + "name": "Nama", + "url": "URL", + "icon": "Ikon (opsional)", + "add": "Tambah", + "name_error": "Harap cantumkan nama", + "url_error": "Harap cantumkan URL" }, "date": { "week": "Pekan" }, - "greeting": { - "afternoon": "Selamat Siang", - "birthday": "Selamat Ulang Tahun", - "christmas": "Selamat Natal", - "evening": "Selamat Malam", - "halloween": "Selamat Hari Halloween", - "morning": "Selamat Pagi", - "newyear": "Selamat Tahun Baru" - }, - "navbar": { - "notes": { - "placeholder": "Ketik di sini", - "title": "Catatan" - }, - "todo": { - "add": "Tambah", - "no_todos": "Tidak ada Tugas", - "pin": "Sematkan", - "title": "Tugas" - }, - "tooltips": { - "refresh": "Muat Ulang" - } - }, - "quicklinks": { - "add": "Tambah", - "icon": "Ikon (opsional)", - "name": "Nama", - "name_error": "Harap cantumkan nama", - "new": "Pranala Baru", - "url": "URL", - "url_error": "Harap cantumkan URL" + "weather": { + "not_found": "Tidak Ditemukan", + "meters": "{amount} meter", + "extra_information": "Informasi Tambahan", + "feels_like": "Terasa seperti {jumlah}" }, "quote": { - "copy": "Salin", - "favourite": "Favorit", "link_tooltip": "Buka di Wikipedia", "share": "Bagikan", + "copy": "Salin", + "favourite": "Favorit", "unfavourite": "Copot favorit" }, - "search": "Cari", - "weather": { - "extra_information": "Informasi Tambahan", - "feels_like": "Terasa seperti {jumlah}", - "meters": "{amount} meter", - "not_found": "Tidak Ditemukan" + "navbar": { + "tooltips": { + "refresh": "Muat Ulang" + }, + "notes": { + "title": "Catatan", + "placeholder": "Ketik di sini" + }, + "todo": { + "title": "Tugas", + "pin": "Sematkan", + "add": "Tambah", + "no_todos": "Tidak ada Tugas" + } } + }, + "modals": { + "main": { + "title": "Setelan", + "loading": "Sedang memuat...", + "file_upload_error": "Ukuran berkas lebih dari 2MB", + "navbar": { + "settings": "Pengaturan", + "addons": "Pengaya", + "marketplace": "Marketplace" + }, + "error_boundary": { + "title": "Galat", + "message": "Gagal memuat komponen Mue", + "report_error": "Kirim Laporan Galat", + "sent": "Terkirim!", + "refresh": "Muat Ulang" + }, + "settings": { + "enabled": "Aktif", + "open_knowledgebase": "Buka Basis Pengetahuan", + "additional_settings": "Pengaturan Tambahan", + "reminder": { + "title": "PERHATIAN", + "message": "Agar semua perubahan dapat diterapkan, harap muat ulang halaman ini" + }, + "sections": { + "header": { + "more_info": "Info lebih lanjut", + "report_issue": "Laporkan Masalah", + "enabled": "Pilih apakah akan menampilkan widget ini atau tidak", + "size": "Slider untuk mengontrol seberapa besar widget tersebut" + }, + "time": { + "title": "Waktu", + "format": "Format", + "type": "Tipe", + "type_subtitle": "Choose whether to display the time in digital format, analogue format, or a percentage completion of the day", + "digital": { + "title": "Digital", + "subtitle": "Mengubah tampilan jam digital", + "seconds": "Detik", + "twentyfourhour": "24", + "twelvehour": "12 (AM/PM)", + "zero": "Zero-padded" + }, + "analogue": { + "title": "Analog", + "subtitle": "Mengubah tampilan jam analog", + "second_hand": "Jarum Detik", + "minute_hand": "Jarum Menit", + "hour_hand": "Jarum Jam", + "hour_marks": "Penanda Jam", + "minute_marks": "Penanda Menit", + "round_clock": "Latar belakang berbentuk bulat" + }, + "percentage_complete": "Persentase", + "vertical_clock": { + "title": "Jam Vertikal", + "change_hour_colour": "Ubah warna teks jam", + "change_minute_colour": "Ubah warna teks menit" + } + }, + "date": { + "title": "Tanggal", + "week_number": "Nomor Urut Pekan", + "day_of_week": "Hari", + "datenth": "Imbuhan nth", + "type": { + "short": "Ringkas", + "long": "Lengkap", + "subtitle": "Apakah akan menampilkan tanggal dalam bentuk panjang atau bentuk pendek" + }, + "type_settings": "Tampilkan setelan dan format untuk jenis tanggal yang dipilih", + "short_date": "Tanggal Ringkas", + "short_format": "Format Ringkas", + "long_format": "Format panjang", + "short_separator": { + "title": "Pemisah", + "dots": "Titik", + "dash": "Setrip", + "gaps": "Spasi", + "slashes": "Garis Miring" + } + }, + "quote": { + "title": "Kutipan", + "additional": "Pengaturan lain untuk menyesuaikan gaya widget kutipan", + "author_link": "Pranala penulis", + "custom": "Kutipan kustom", + "custom_subtitle": "Tetapkan kutipan khusus Anda sendiri", + "no_quotes": "Tidak ada kutipan", + "author": "Kreator", + "custom_buttons": "Tombol", + "custom_author": "Penulis kustom", + "author_img": "Tampilkan pemilik gambar", + "add": "Tambahkan kutipan", + "source_subtitle": "Choose where to get quotes from", + "buttons": { + "title": "Aksi", + "subtitle": "Choose which buttons to show on the quote", + "copy": "Salin", + "tweet": "Tweet", + "favourite": "Favorit" + } + }, + "greeting": { + "title": "Sapaan", + "events": "Hari Besar", + "default": "Sapaan bawaan", + "name": "Nama", + "birthday": "Hari Ulang Tahun", + "birthday_subtitle": "Show a Happy Birthday message when it is your birthday", + "birthday_age": "Usia", + "birthday_date": "Tanggal Ulang Tahun", + "additional": "Settings for the greeting display" + }, + "background": { + "title": "Background", + "ddg_image_proxy": "Gunakan proksi gambar DuckDuckGo", + "transition": "Transisi Fade-in", + "photo_information": "Tampilkan informasi foto", + "show_map": "Tampilkan informasi lokasi foto jika ada", + "categories": "Categories", + "buttons": { + "title": "Aksi", + "view": "Layar Penuh", + "favourite": "Favorit", + "download": "Unduh" + }, + "effects": { + "title": "Efek", + "subtitle": "Add effects to the background images", + "blur": "Sesuaikan blur", + "brightness": "Sesuaikan kecerahan", + "filters": { + "title": "Filter background", + "amount": "Sesuaikan filter", + "grayscale": "Grayscale", + "sepia": "Sepia", + "invert": "Invert", + "saturate": "Saturate", + "contrast": "Contrast" + } + }, + "type": { + "title": "Tipe", + "api": "API", + "custom_image": "Gambar kustom", + "custom_colour": "Warna/gradasi kustom", + "random_colour": "Warna acak", + "random_gradient": "Gradasi acak" + }, + "source": { + "title": "Sumber", + "subtitle": "Select where to get background images from", + "api": "Background API", + "custom_background": "Background kustom", + "custom_colour": "Background warna kustom", + "upload": "Unggah", + "add_colour": "Tambah warna", + "add_background": "Tambah background", + "drop_to_upload": "Drop to upload", + "formats": "Available formats: {list}", + "select": "Or Select", + "add_url": "Tambah URL", + "disabled": "Nonaktif", + "loop_video": "Ulang video", + "mute_video": "Bisukan video", + "quality": { + "title": "Kualitas", + "original": "Original", + "high": "High Quality", + "normal": "Normal Quality", + "datasaver": "Data Saver" + }, + "custom_title": "Custom Images", + "custom_description": "Select images from your local computer", + "remove": "Remove Image" + }, + "display": "Display", + "display_subtitle": "Change how background and photo information are loaded", + "api": "API Settings", + "api_subtitle": "Options for getting an image from an external service (API)", + "interval": { + "title": "Ubah setiap", + "subtitle": "Change how often the background is updated", + "minute": "Menit", + "half_hour": "Setengah jam", + "hour": "Jam", + "day": "Hari", + "month": "Bulan" + } + }, + "search": { + "title": "Cari", + "additional": "Additional options for search widget display and functionality", + "search_engine": "Mesin pencari", + "search_engine_subtitle": "Choose search engine to use in the search bar", + "custom": "URL kustom", + "autocomplete": "Autocomplete", + "autocomplete_provider": "Provider Autocomplete", + "autocomplete_provider_subtitle": "Search engine to use for autocomplete dropdown results", + "voice_search": "Pencarian suara", + "dropdown": "Dropdown pencarian", + "focus": "Focus on tab open" + }, + "weather": { + "title": "Cuaca", + "location": "Lokasi", + "auto": "Otomatis", + "widget_type": "Widget Type", + "temp_format": { + "title": "Format suhu", + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "kelvin": "Kelvin" + }, + "extra_info": { + "title": "Informasi Tambahan", + "show_location": "Tampilkan lokasi", + "show_description": "Tampilkan deskripsi", + "weather_description": "Weather description", + "cloudiness": "Kondisi awan", + "humidity": "Kelembapan", + "visibility": "Jarak pandang", + "wind_speed": "Kecepatan angin", + "wind_direction": "Arah angin", + "min_temp": "Temperatur minimal", + "max_temp": "Temperatur maksimal", + "atmospheric_pressure": "Tekanan atmosfer" + }, + "options": { + "basic": "Basic", + "standard": "Standard", + "expanded": "Expanded", + "custom": "Custom" + }, + "custom_settings": "Custom Settings" + }, + "quicklinks": { + "title": "Pranala cepat", + "additional": "Additional settings for quick links display and functions", + "open_new": "Buka di tab baru", + "tooltip": "Tooltip", + "text_only": "Hanya teks", + "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": "Pesan", + "add": "Tambahkan pesan", + "messages": "Messages", + "text": "Teks", + "no_messages": "No messages", + "add_some": "Go ahead and add some.", + "content": "Message Content" + }, + "appearance": { + "title": "Antarmuka", + "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": "Tema", + "description": "Change the theme of the Mue widgets and modals", + "auto": "Otomatis", + "light": "Light", + "dark": "Dark" + }, + "navbar": { + "title": "Navbar", + "notes": "Catatan", + "refresh": "Muat ulang", + "refresh_subtitle": "Choose what is refreshed when you click the refresh button", + "hover": "Tampilkan ketika hover", + "additional": "Modify navbar style and which buttons you want to display", + "refresh_options": { + "none": "Nonaktif", + "page": "Halaman" + } + }, + "font": { + "title": "Font", + "description": "Change the font used in Mue", + "custom": "Font kustom", + "google": "Impor dari 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": "Aksesibilitas", + "description": "Accessibility settings for Mue", + "animations": "Animasi", + "text_shadow": { + "title": "Widget text shadow", + "new": "New", + "old": "Old", + "none": "None" + }, + "widget_zoom": "Widget zoom", + "toast_duration": "Durasi toast", + "milliseconds": "milliseconds" + } + }, + "order": { + "title": "Urutan Widget" + }, + "advanced": { + "title": "Lanjutan", + "offline_mode": "Mode Luring", + "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": "PERINGATAN", + "question": "Apakah Anda ingin me-reset Mue?", + "information": "Aksi ini akan menghapus semua data Anda. Harap ekspor pengaturan Anda sebelum melakukan reset.", + "cancel": "Batal" + }, + "customisation": "Kustomisasi", + "custom_css": "CSS Kustom", + "custom_css_subtitle": "Make Mue's styling customised to you with Cascading Style Sheets (CSS).", + "custom_js": "JS Kustom", + "tab_name": "Nama tab", + "tab_name_subtitle": "Change the name of the tab that appears in your browser", + "timezone": { + "title": "Zona Waktu", + "subtitle": "Choose a timezone from the list instead of the automatic default from your computer", + "automatic": "Otomatis" + }, + "experimental_warning": "Harap diperhatikan bahwa tim Mue tidak menyediakan dukungan jika Anda mengaktifkan mode experimental. Harap nonaktifkan terlebih dahulu dan lihat apabila kendala Anda masih terjadi sebelum menghubungi kami." + }, + "stats": { + "title": "Statistik", + "sections": { + "tabs_opened": "Riwayat tab terbuka", + "backgrounds_favourited": "Backgrounds favorit", + "backgrounds_downloaded": "Backgrounds terunduh", + "quotes_favourited": "Kutipan favorit", + "quicklinks_added": "Pranala cepat ditambahkan", + "settings_changed": "Perubahan pengaturan", + "addons_installed": "Add-ons ditambahkan" + }, + "usage": "Statistik Penggunaan", + "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": "Bahasa", + "quote": "Bahasa untuk kutipan" + }, + "changelog": { + "title": "Changelog", + "by": "Oleh {author}" + }, + "about": { + "title": "Tentang Mue", + "copyright": "Hak Cipta", + "version": { + "title": "Versi", + "checking_update": "Periksa pembaruan", + "update_available": "Pembaruan tersedia", + "no_update": "Tidak ada pembaruan", + "offline_mode": "Periksa pembaruan tidak dapat dilakukan pada mode luring", + "error": { + "title": "Gagal mendapatkan informasi pembaruan", + "description": "Muncul galat saat mencoba mendapatkan informasi pembaruan. Harap coba lagi nanti." + } + }, + "contact_us": "Hubungi Kami", + "support_mue": "Dukung 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 yang kami gunakan", + "bg_images": "Offline background images" + }, + "contributors": "Kontributor", + "supporters": "Suporter", + "no_supporters": "Mue belum punya suporter saat ini.", + "photographers": "Fotografer" + } + }, + "buttons": { + "reset": "Reset", + "import": "Impor", + "export": "Ekspor" + } + }, + "marketplace": { + "by": "by {author}", + "all": "All", + "learn_more": "Learn More", + "photo_packs": "Photo Packs", + "quote_packs": "Quote Packs", + "preset_settings": "Preset Settings", + "no_items": "Tidak ada item pada kategori ini", + "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": "Ikhtisar", + "information": "Informasi", + "last_updated": "Pembaruan Terakhir", + "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": "Versi", + "author": "Kreator", + "part_of": "Part of", + "explore": "Explore", + "buttons": { + "addtomue": "Tambahkan ke Mue", + "remove": "Hapus", + "update_addon": "Perbarui Add-on", + "back": "Back", + "report": "Report" + }, + "setting": "Setting", + "value": "Value" + }, + "offline": { + "title": "Sepertinya Anda sedang dalam mode luring", + "description": "Harap periksa kembali koneksi Anda dan coba lagi nanti" + } + }, + "addons": { + "added": "Terinstal", + "check_updates": "Periksa pembaruan", + "no_updates": "Tidak ada pembaruan", + "updates_available": "Terdapat {amount} pembaruan", + "empty": { + "title": "Kosong", + "description": "Belum ada addons yang terinstal" + }, + "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": "Urutkan", + "newest": "Terinstal (Terbaru)", + "oldest": "Terinstal (Terlama)", + "a_z": "Abjad (A-Z)", + "z_a": "Abjad (Z-A)" + }, + "create": { + "title": "Buat", + "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": "Pembaruan", + "offline": { + "title": "Anda dalam mode luring", + "description": "Tidak dapat memeriksa pembaruan. Harap periksa kembali koneksi Anda dan coba lagi nanti." + }, + "error": { + "title": "Galat", + "description": "Tidak dapat terhubung ke peladen" + } + }, + "welcome": { + "tip": "Tip", + "sections": { + "intro": { + "title": "Selamat datang di Mue Tab", + "description": "Terima kasih sudah menginstal Mue, kami harap Anda dapat menikmati pengalaman bersama Mue", + "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": "Pilih bahasa", + "description": "Antarmuka Mue dapat ditampilkan dalam ragam bahasa berikut. Kamu juga bisa menambahkan terjemahan baru untuk Mue pada" + }, + "theme": { + "title": "Pilih tema", + "description": "Mue tersedia dalam tema terang dan gelap, atau kami juga bisa mengaturnya secara otomatis sesuai dengan preferensi sistem Anda.", + "tip": "Pengaturan otomatis akan menyesuaikan dengan tema komputer Anda. Pengaturan ini akan mengubah tampilan modal dan beberapa widget, seperti Cuaca dan Catatan." + }, + "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": "Impor Pengaturan", + "description": "Sudah pernah menginstal Mue? Yuk coba impor pengaturan lama kamu tanpa perlu mengatur ulang dari awal!", + "tip": "Kamu bisa mengekspor pengaturan lama kamu melalui tab lanjutan pada Pengaturan. Klik tombol ekspor untuk mengunduh berkas JSON. Unggah berkas tersebut di sini sehingga kamu dapat menikmati preferensi yang sama pada perangkat yang berbeda!" + }, + "privacy": { + "title": "Opsi Privasi", + "description": "Aktifkan pegaturan sehingga Mue dapat melindungi privasi Anda.", + "offline_mode_description": "Mengaktifkan mode luring akan menghalangi request ke semua layanan, termasuk Background Online, Kutipan Daring, Marketplace, Cuaca, Pranala Cepat, Change Log, dan beberapa informasi tentang tab.", + "ddg_proxy_description": "Anda dapat membuat permintaan gambar melalui DuckDuckGo jika Anda mau. Secara bawaan, permintaan API dilakukan melalui peladen terbuka kami sedangkan permintaan gambar melalui peladen original. Menonaktifkan pengaturan ini untuk Pranala Cepat akan mendapatkan ikon dari Google, bukan DuckDuckGo. Proksi DuckDuckGo selalu diaktifkan untuk Marketplace.", + "links": { + "title": "Pranala", + "privacy_policy": "Kebijakan Privasi", + "source_code": "Source Code" + } + }, + "final": { + "title": "Langkah terakhir", + "description": "Pengalaman Mue Tab Anda akan segera dimulai!", + "changes": "Perubahan", + "changes_description": "Untuk mengubah pengaturan lainnya, klik pada ikon pengaturan di pojok kanan atas tab Anda.", + "imported": "Berhasil mengimpor {amount} pengaturan" + } + }, + "buttons": { + "next": "Selanjutnya", + "preview": "Pratinjau", + "previous": "Kembali", + "close": "Tutup" + }, + "preview": { + "description": "Kamu dalam mode Pratinjau. Pengaturan akan direset ketika tab ini ditutup.", + "continue": "Lanjutkan setup" + } + }, + "share": { + "copy_link": "Copy link", + "email": "Email" + } + }, + "toasts": { + "quote": "Berhasil menyalin kutipan", + "notes": "Berhasil menyalin catatan", + "reset": "Reset berhasil", + "installed": "Berhasil menginstal", + "uninstalled": "Berhasil menghapus", + "updated": "Berhasil diperbarui", + "error": "Terdapat kesalahan", + "imported": "Berhasil mengimpor", + "no_storage": "Not enough storage", + "link_copied": "Link copied" } }