From 8ae30874c289301bcb7aa9af79eec9873ef83f40 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 13 Jun 2020 14:52:11 +0200 Subject: [PATCH] feat(i18n): add ar locale also, sync existing ones --- add-on/_locales/ar/messages.json | 718 ++++++++++++++++++++++++++++ add-on/_locales/ca/messages.json | 8 + add-on/_locales/cs/messages.json | 8 + add-on/_locales/da/messages.json | 8 + add-on/_locales/de/messages.json | 8 + add-on/_locales/es/messages.json | 8 + add-on/_locales/fi/messages.json | 8 + add-on/_locales/fr/messages.json | 8 + add-on/_locales/hu/messages.json | 8 + add-on/_locales/id/messages.json | 8 + add-on/_locales/it/messages.json | 8 + add-on/_locales/ja_JP/messages.json | 8 + add-on/_locales/ko_KR/messages.json | 8 + add-on/_locales/nl/messages.json | 8 + add-on/_locales/no/messages.json | 8 + add-on/_locales/pl/messages.json | 8 + add-on/_locales/pt/messages.json | 8 + add-on/_locales/pt_BR/messages.json | 8 + add-on/_locales/ro/messages.json | 8 + add-on/_locales/ru/messages.json | 8 + add-on/_locales/sv/messages.json | 8 + add-on/_locales/tr/messages.json | 8 + add-on/_locales/zh_CN/messages.json | 50 +- 23 files changed, 915 insertions(+), 21 deletions(-) create mode 100644 add-on/_locales/ar/messages.json diff --git a/add-on/_locales/ar/messages.json b/add-on/_locales/ar/messages.json new file mode 100644 index 000000000..0b9ef9d1c --- /dev/null +++ b/add-on/_locales/ar/messages.json @@ -0,0 +1,718 @@ +{ + "browserAction_title": { + "message": "رفيق IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "رفيق IPFS", + "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "قم بتبديل كافة تكاملات IPFS", + "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "غير متصل", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "بوابة", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "الاصدار", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "الأقران", + "description": "A label in Node status section of Browser Action pop-up (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "عدد عقد IPFS الأخرى التي يمكنك الاتصال بها", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickImport": { + "message": "مشاركة الملفات عبر IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickImport)" + }, + "panel_openWebui": { + "message": "افتح الويب UI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_redirectToggle": { + "message": "إعادة التوجيه إلى البوابة", + "description": "A menu item in Browser Action pop-up (panel_redirectToggle)" + }, + "panel_redirectToggleTooltip": { + "message": "انقر لتبديل كل عمليات إعادة توجيه البوابة", + "description": "A menu item in Browser Action pop-up (panel_redirectToggleTooltip)" + }, + "panel_toolsSectionHeader": { + "message": "أدوات", + "description": "A menu item in Browser Action pop-up (panel_toolsSectionHeader)" + }, + "panel_openPreferences": { + "message": "افتح تفضيلات ملحق المستعرض", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_activeTabSectionHeader": { + "message": "تبويب نشط", + "description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectEnable)" + }, + "panel_activeTabSiteIntegrationsToggle": { + "message": "$1 تمكين على ", + "description": "A menu item in Browser Action pop-up (panel_activeTabSiteIntegrationsToggle)" + }, + "panel_activeTabSiteIntegrationsToggleTooltip": { + "message": "انقر للتبديل بين كافة عمليات دمج IPFS $1", + "description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteIntegrationsToggleTooltip)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "تثبيت مورد IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_pinCurrentIpfsAddressTooltip": { + "message": "يخبر تثبيت CID عقدة IPFS أن هذه البيانات مهمة ولا يجب التخلص منها.", + "description": "A menu item tooltip in Browser Action pop-up (panel_pinCurrentIpfsAddressTooltip)" + }, + "panelCopy_currentIpfsAddress": { + "message": "نسخ مسار محتوى IPFS", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panelCopy_copyRawCid": { + "message": "انسخ CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "انسخ الرابط القابل للمشاركة", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "panel_contextMenuViewOnGateway": { + "message": "عرض على البوابة", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_contextMenuViewOnGateway)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "تم تحميل مورد IPFS عبر البوابة العامة", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "تم تحميل مورد IPFS عبر بوابة مخصصة", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "مورد غير IPFS", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_parentImage": { + "message": "الصورة المحددة", + "description": "An item in right-click context menu (contextMenu_parentImage)" + }, + "contextMenu_parentVideo": { + "message": "فيديو محدد", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "الصوت المحدد", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "المحتوى المرتبط", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "النص المحدد", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "هذه الصفحة", + "description": "An item in right-click context menu (contextMenu_parentPage)" + }, + "contextMenu_importToIpfs": { + "message": "الاستيراد إلى IPFS", + "description": "An item in right-click context menu (contextMenu_importToIpfs)" + }, + "contextMenu_importToIpfsSelection": { + "message": "استيراد النص المحدد إلى IPFS", + "description": "An item in right-click context menu (contextMenu_importToIpfsSelection)" + }, + "notify_addonIssueTitle": { + "message": "مشكلة الوظيفة الإضافية IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "راجع وحدة تحكم المستعرض لمزيد من التفاصيل", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedTitle": { + "message": "نسخ", + "description": "A title of system notification (notify_copiedTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "تم تثبيت مورد IPFS ", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "إزالة رمز IPFS", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "حدث خطأ أثناء تثبيت مورد IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "حدث خطأ أثناء إزالة رمز IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API متصل", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "الوضع التلقائي: إعادة توجيه العبّارة المخصصة نشطة", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API غير متصل", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "الوضع التلقائي: سيتم استخدام البوابة العامة كبديل", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_importErrorTitle": { + "message": "تعذر الاستيراد عبر IPFS API", + "description": "A title of system notification (notify_importErrorTitle)" + }, + "notify_importTrackingProtectionErrorMsg": { + "message": "جرب تعطيل حماية التتبع (اضغط على ctrl + shift + j لمزيد من التفاصيل)", + "description": "(notify_importTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$1", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$1 (اضغط ctrl + shift + j لمزيد من التفاصيل)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "فشل في بدء عقدة IPFS", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "فشل في إيقاف عقدة IPFS", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_page_header" : { + "message": "التفضيلات المصاحبة", + "description": "Main header on the Preferences screen (option_page_header)" + }, + "option_legend_readMore" : { + "message": "اقرأ المزيد", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType" : { + "message": "عقدة IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_header_fileImport": { + "message": "استيراد ملف", + "description": "A section header on the Preferences screen (option_header_fileImport)" + }, + "option_ipfsNodeType_title": { + "message": "نوع عقدة IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "خارجي: الاتصال بعُقدة عبر HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "مضمن: تشغيل عقدة js-ipfs في متصفحك (اقرأ عن حدودها تحت الرابط أدناه)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_chromesockets_description": { + "message": "مضمن مع مقابس Chrome: تشغيل عقدة js-ipfs في متصفحك مع الوصول إلى chrome.sockets APIs (التفاصيل تحت الرابط أدناه)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "تكوين عقدة IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "تكوين إضافي للعقدة JS IPFS المضمنة. يجب أن يكون JSON صالحًا.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "خارجي", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "المضمنة", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_ipfsNodeType_embedded_chromesockets": { + "message": "مضمن + chrome.sockets", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded_chromesockets)" + }, + "option_header_gateways": { + "message": "مدخل", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "مدخل محلي مخصص", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "عنوان URL لمدخل HTTP2IPFS المفضل", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_customGatewayUrl_warning": { + "message": "سيتم حظر تحميل محتوى IPFS على مواقع HTTPS ما لم يبدأ عنوان URL الخاص بالبوابة بـ \"http://127.0.0.1\" أو \"http: // [:: 1]\" أو \"https: //\"", + "description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" + }, + "option_useCustomGateway_title": { + "message": "استخدم مدخل مخصص", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "إعادة توجيه طلبات موارد IPFS إلى العبّارة المخصصة", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_useSubdomains_title": { + "message": "استخدم النطاقات الفرعية", + "description": "An option title on the Preferences screen (option_useSubdomains_title)" + }, + "option_useSubdomains_description": { + "message": "قم بعزل جذور المحتوى عن بعضها البعض عن طريق تحميلها من نطاقات فرعية في * .localhost وإنشاء أصل فريد لكل سجل CID أو IPNS أو DNSLink. يتطلب go-ipfs محليًا 0.5.0 أو أحدث.", + "description": "An option description on the Preferences screen (option_useSubdomains_description)" + }, + "option_dnslinkRedirect_title": { + "message": "تحميل مواقع الويب من مدخل مخصص", + "description": "An option title on the Preferences screen (option_dnslinkRedirect_title)" + }, + "option_dnslinkRedirect_description": { + "message": "إذا تم تمكين إعادة التوجيه العامة ، فسيشمل ذلك مواقع DNSLink وإعادة توجيهها إلى مسارات / ipns / {fqdn} المعنية في مداخل مخصصة", + "description": "An option description on the Preferences screen (option_dnslinkRedirect_description)" + }, + "option_dnslinkDataPreload_title": { + "message": "زار التحميل المسبق للصفحات", + "description": "An option title on the Preferences screen (option_dnslinkDataPreload_title)" + }, + "option_dnslinkDataPreload_description": { + "message": "سيتم تحميل مواقع DNSLink مسبقًا على عقدة IPFS المحلية لتمكين الوصول دون اتصال بالإنترنت وتحسين المرونة ضد أعطال الشبكة", + "description": "An option description on the Preferences screen (option_dnslinkDataPreload_description)" + }, + "option_dnslinkRedirect_warning": { + "message": "تجنب استخدام هذا إذا كانت عقدة IPFS الخاصة بك لا تدعم * .ipfs.localhost. تؤدي إعادة التوجيه إلى مدخل يعتمد على المسار إلى كسر العزلة الأمنية القائمة على الأصل لمواقع DNSLink. تأكد من أنك تفهم المخاطر ذات الصلة.", + "description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" + }, + "option_noIntegrationsHostnames_title": { + "message": "عمليات إلغاء الاشتراك في تكاملات IPFS", + "description": "An option title on the Preferences screen (option_noIntegrationsHostnames_title)" + }, + "option_noIntegrationsHostnames_description": { + "message": "قائمة مواقع الويب التي لا يجب تمكين أي تكاملات IPFS لها. اسم مضيف واحد لكل سطر.", + "description": "An option description on the Preferences screen (option_noRedirectHostnames_description)" + }, + "option_publicGatewayUrl_title": { + "message": "المدخل العام الافتراضي", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "يُستخدم عنوان URL الاحتياطي عند عدم توفر مدخل عام لنسخ الروابط القابلة للمشاركة", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_publicSubdomainGatewayUrl_title": { + "message": "مدخل المجال الفرعي العام الافتراضي", + "description": "An option title on the Preferences screen (option_publicSubdomainGatewayUrl_title)" + }, + "option_publicSubdomainGatewayUrl_description": { + "message": "المدخل الافتراضي العام للنطاق الفرعي لاسترداد مداخل النطاق الفرعي للمقطوعة", + "description": "An option description on the Preferences screen (option_publicSubdomainGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "تلميح: هذا هو المكان الذي يستوطن فيه / api / v0 / config", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "حالة فاصل الاستقصاء", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "عدد مرات تحديث عدد الأقران (بالمللي ثانية)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "الوضع التلقائي", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "تبديل استخدام المدخل العام عند توفر متغيرات IPFS API", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_dnslink": { + "message": "رابط DNS", + "description": "A section header on the Preferences screen (option_header_dnslink)" + }, + "option_header_experiments": { + "message": "التجارب", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experimental": { + "message": "تجريبي", + "description": "Warning label added to experimental options on the Preferences screen (option_experimental)" + }, + "option_experiments_warning": { + "message": "كن حذرًا: هذه الميزات جديدة أو قيد التحديث. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, + "option_displayNotifications_title": { + "message": "تمكين الإخطارات", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "يعرض إشعارات النظام عندما تتغير حالة واجهة برمجة التطبيقات ، يتم نسخ الرابط وما إلى ذلك", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "جذب بروتوكولات IPFS غير المعالجة", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "تمكين الدعم المؤقت لـ ipfs: // و ipns: // و dweb: من خلال إعادة توجيه طلبات شريط العناوين غير المعالجة إلى مدخل HTTP", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "ربط عناوين IPFS", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "حوّل المسارات العادية / ipfs / المسارات إلى روابط قابلة للنقر", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "بحث رابط DNS", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "سياسة البحث لعرض إجراءات السياق على مواقع الويب باستخدام رابط DNS ", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "إيقاف", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "تحقق بعد طلب HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "تحقق قبل طلب HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_recoverFailedHttpRequests_title": { + "message": "استعادة طلبات HTTP فشلت", + "description": "An option title on the Preferences screen (option_recoverFailedHttpRequests_title)" + }, + "option_recoverFailedHttpRequests_description": { + "message": "استعادة طلبات HTTP الفاشلة لموارد IPFS عن طريق إعادة التوجيه إلى المدخل العام.", + "description": "An option description on the Preferences screen (option_recoverFailedHttpRequests_description)" + }, + "option_detectIpfsPathHeader_title": { + "message": "كشف رأس مسار X-Ipfs", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "إسقاط نقل HTTP وتحميله على IPFS إذا كانت قيمة مسار IPFS. تتطلب إعادة توجيه مسارات IPNS تمكين دعم رابط DNS أيضًا.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "تتم إضافة IPFS إلى كائن النافذة في كل صفحة. تمكين / تعطيل الوصول إلى الوظائف التي يعرضها.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "إدارة الأذونات", + "description": "Link text for managing permissions" + }, + "option_openViaWebUI_title": { + "message": "فتح الملفات المستوردة في واجهة مستخدم الويب", + "description": "An option title on the Preferences screen (option_openViaWebUI_title)" + }, + "option_openViaWebUI_description": { + "message": "عرض الملفات في الويب بدلاً من فتح الملف أو الدليل الرئيسي عند المدخل.", + "description": "An option description on the Preferences screen (option_openViaWebUI_description)" + }, + "option_preloadAtPublicGateway_title": { + "message": "واردات التحميل", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "تمكين التحميل المسبق التلقائي للأصول المستوردة عبر طلب HTTP HEAD غير المتزامن إلى المدخل العام", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_logNamespaces_title": { + "message": "تسجيل مساحات الأسماء", + "description": "An option title for tweaking log level (option_logNamespaces_title)" + }, + "option_logNamespaces_description": { + "message": "تخصيص مساحات الأسماء التي تم تسجيلها في وحدة تحكم المتصفح. سيؤدي تغيير هذه القيمة إلى تشغيل إعادة التمديد.", + "description": "An option description for the log level (option_logNamespaces_description)" + }, + "option_importDir_title": { + "message": "دليل استيراد الملفات", + "description": "An option title on the Preferences screen (option_importDir_title)" + }, + "option_importDir_description": { + "message": "تخصيص الدليل المستخدم للملفات المستوردة.", + "description": "An option description on the Preferences screen (option_importDir_description)" + }, + "option_resetAllOptions_title": { + "message": "إعادة تعيين كل شيء", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "استبدال تفضيلات المستخدم بالتفضيلات الافتراضية (لا يمكن التراجع عنها!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "رفيق IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "رفيق IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "ملحق المستعرض الذي يبسط الوصول إلى موارد IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickImport_subhead_peers": { + "message": "متصل $1 بالأقران", + "description": "Partial info stats beneath the header on the share files page (quickImport_subhead_peers)" + }, + "quickImport_pick_file_button": { + "message": "اختر ملفًا", + "description": "Text on the 'pick a file' button (quickImport_pick_file_button)" + }, + "quickImport_or": { + "message": "أو", + "description": "seperates the pick a file button from the drop message (quickImport_or)" + }, + "quickImport_drop_it_here": { + "message": "أسقطه هنا للمشاركة", + "description": "Partial info stats beneath the header on the share files page (quickImport_drop_it_here)" + }, + "quickImport_state_importing": { + "message": "جاري الاستيراد ..", + "description": "Status label on the share files page (quickImport_state_importing)" + }, + "quickImport_state_buffering": { + "message": "(التخزين المؤقت ، يرجى الانتظار)", + "description": "Status label on the share files page (quickImport_state_buffering)" + }, + "quickImport_options_show": { + "message": "خيارات الاستيراد", + "description": "Button on the share files page (quickImport_options_show)" + }, + "quickImport_options_importDir": { + "message": "مسار لتخزين الملفات المستوردة", + "description": "Textbox label on the share files page (quickImport_options_importDir)" + }, + "quickImport_options_openViaWebUI": { + "message": "فتح في واجهة مستخدم الويب", + "description": "Checkbox label on the share files page (quickImport_options_openViaWebUI)" + }, + "page_proxyAcl_title": { + "message": "إدارة الأذونات", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "عرض وتغيير وسحب حقوق الوصول الممنوحة لمثيل IPFS الخاص بك.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "لا أذونات مؤكدة", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "إلغاء الإذن $1 على $2 ؟", + "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" + }, + "page_proxyAcl_confirm_revoke_all": { + "message": "إبطال جميع الأذونات لـ $1 ?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "انقر للسماح", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "انقر للرفض", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "السماح", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "رفض", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "سحب $1", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "هل يجب أن يسمح رفيق IPFS لـ «$1» بالوصول إلى «$2» عند العقدة المتصلة؟", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "تطبيق هذا القرار على جميع الأذونات الحالية والمستقبلية في هذا النطاق", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "إبطال جميع الأذونات", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "السماح", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "رفض", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_landingWelcome_title": { + "message": "رفيق IPFS - مرحبًا!", + "description": "Page title (page_landingWelcome_title)" + }, + "page_landingWelcome_logo_title": { + "message": "رفيق IPFS", + "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" + }, + "page_landingWelcome_welcome_peers": { + "message": "عقدة متصلة <0>$1 بأقرانهم.", + "description": "Ready message copy (page_landingWelcome_welcome_peers)" + }, + "page_landingWelcome_welcome_statusButton_text": { + "message": "الحالة", + "description": "Ready message button text for opening Web UI status page (page_landingWelcome_welcome_statusButton_text)" + }, + "page_landingWelcome_welcome_filesButton_text": { + "message": "الملفات", + "description": "Ready message button text for opening Web UI files page (page_landingWelcome_welcome_filesButton_text)" + }, + "page_landingWelcome_welcome_peersButton_text": { + "message": "الأقران", + "description": "Ready message button text for opening Web UI files page (page_landingWelcome_welcome_peersButton_text)" + }, + "page_landingWelcome_installSteps_notRunning_title": { + "message": "IPFS لا يعمل", + "description": "Install steps title (page_landingWelcome_installSteps_notRunning_title)" + }, + "page_landingWelcome_installSteps_desktop_title": { + "message": "مستخدمو IPFS لسطح المكتب", + "description": "Install steps title (page_landingWelcome_installSteps_desktop_title)" + }, + "page_landingWelcome_installSteps_desktop_install": { + "message": "تأكد من تشغيل IPFS لسطح المكتب. لم تقم بتثبيته؟ <0> قم بتنزيل IPFS سطح المكتب الآن. ", + "description": "Install steps copy (page_landingWelcome_installSteps_desktop_install)" + }, + "page_landingWelcome_installSteps_cli_title": { + "message": "مستخدمو سطر الأوامر", + "description": "Install steps title (page_landingWelcome_installSteps_cli_title)" + }, + "page_landingWelcome_installSteps_cli_install": { + "message": "ابدأ تشغيل IPFS عن طريق إدخال برنامج ipfs daemon في جهازك. إذا لم يكن IPFS مثبتًا لديك بعد ، فاتبع <0> دليل البدء السريع لـ CLI أولاً.", + "description": "Install steps copy (page_landingWelcome_installSteps_cli_install)" + }, + "page_landingWelcome_resources_title_new_ipfs": { + "message": "تعرف على IPFS", + "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" + }, + "page_landingWelcome_resources_new_ipfs_companion_features": { + "message": "اقرأ عن <0> ميزات رفيق IPFS ", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs_companion_features)" + }, + "page_landingWelcome_resources_new_ipfs_concepts": { + "message": "تعلم المفاهيم الأساسية في دليل <0> كيفية عمل IPFS ", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs_concepts)" + }, + "page_landingWelcome_resources_new_ipfs_docs": { + "message": "قم بزيارة موقع <0> وثائق IPFS للتعمق أكثر", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs_docs)" + }, + "page_landingWelcome_resources_title_build": { + "message": "البناء على IPFS", + "description": "Resources title (page_landingWelcome_resources_title_build)" + }, + "page_landingWelcome_resources_build_tutorials": { + "message": "اعثر على <0> تعليمات الاستخدام والبرامج التعليمية لمساعدتك على البدء", + "description": "Resources copy (page_landingWelcome_resources_build_tutorials)" + }, + "page_landingWelcome_resources_build_examples": { + "message": "شاهد <0> الأشياء الرائعة التي يبنيها الآخرون باستخدام IPFS", + "description": "Resources copy (page_landingWelcome_resources_build_examples)" + }, + "page_landingWelcome_resources_title_get_help": { + "message": "احصل على مساعدة", + "description": "Resources title (page_landingWelcome_resources_title_get_help)" + }, + "page_landingWelcome_resources_get_help": { + "message": "طرح الأسئلة ومناقشة IPFS في <0> المنتديات الرسمية ", + "description": "Resources copy (page_landingWelcome_resources_get_help)" + }, + "page_landingWelcome_resources_title_community": { + "message": "الانضمام إلى المجتمع", + "description": "Community title (page_landingWelcome_resources_title_community)" + }, + "page_landingWelcome_resources_community_contribute": { + "message": "<0> ساهم بالرمز والوثائق والمزيد", + "description": "Community copy (page_landingWelcome_resources_community_contribute)" + }, + "page_landingWelcome_resources_community_translate": { + "message": "<0> ترجم IPFS إلى لغتك المفضلة", + "description": "Community copy (page_landingWelcome_resources_community_translate)" + }, + "page_landingWelcome_resources_community_resources": { + "message": " استكشف جميع <0> موارد مجتمع IPFS ", + "description": "Community copy (page_landingWelcome_resources_community_resources)" + }, + "page_landingWelcome_videos_why_ipfs": { + "message": "لماذا IPFS؟", + "description": "Videos section title (page_landingWelcome_videos_why_ipfs)" + }, + "page_landingWelcome_videos_how_ipfs_works": { + "message": "كيف يعمل IPFS", + "description": "Videos section title (page_landingWelcome_videos_how_ipfs_works)" + }, + "page_landingWelcome_projects_title": { + "message": "مشاريع ذات صلة", + "description": "Projects section title (page_landingWelcome_projects_title)" + } +} diff --git a/add-on/_locales/ca/messages.json b/add-on/_locales/ca/messages.json index fad974a9a..9f2660dc0 100644 --- a/add-on/_locales/ca/messages.json +++ b/add-on/_locales/ca/messages.json @@ -379,6 +379,14 @@ "message": "Atenció: Aquestes prestacions són noves o s'estan creant. Tu mateix...", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Activar Notificacions", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/cs/messages.json b/add-on/_locales/cs/messages.json index ea1e1b919..65dbc4763 100644 --- a/add-on/_locales/cs/messages.json +++ b/add-on/_locales/cs/messages.json @@ -379,6 +379,14 @@ "message": "Upozornění: tyto funkcionality jsou nové nebo stále ve vývoji.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Povolit notifikace", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/da/messages.json b/add-on/_locales/da/messages.json index 7fd38a62a..a2e1295fb 100644 --- a/add-on/_locales/da/messages.json +++ b/add-on/_locales/da/messages.json @@ -379,6 +379,14 @@ "message": "Advarsel: Disse funktioner er nye og under udarbejdelse.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Aktiverede notifikationer", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/de/messages.json b/add-on/_locales/de/messages.json index 0fabb1bbd..c3dfa5319 100644 --- a/add-on/_locales/de/messages.json +++ b/add-on/_locales/de/messages.json @@ -379,6 +379,14 @@ "message": "Achtung: Diese Funktionen sind neu oder befinden sich noch in der Entwicklung. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Benachrichtigungen aktivieren", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/es/messages.json b/add-on/_locales/es/messages.json index 911c67828..cf5ca87cd 100644 --- a/add-on/_locales/es/messages.json +++ b/add-on/_locales/es/messages.json @@ -379,6 +379,14 @@ "message": "Tenga cuidado: estas funciones son nuevas o se encuentran en proceso. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Habilitar notificaciones", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/fi/messages.json b/add-on/_locales/fi/messages.json index 3f895307c..1fa58c1f4 100644 --- a/add-on/_locales/fi/messages.json +++ b/add-on/_locales/fi/messages.json @@ -379,6 +379,14 @@ "message": "Be warned: these features are new or work-in-progress. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Enable Notifications", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/fr/messages.json b/add-on/_locales/fr/messages.json index 933243366..1b4d9bccb 100644 --- a/add-on/_locales/fr/messages.json +++ b/add-on/_locales/fr/messages.json @@ -379,6 +379,14 @@ "message": "ATTENTION. Ces fonctionnalités sont récentes ou en cours de développement. Un certain niveau de connaissance est requis.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Utiliser la dernière Interface Web", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Charger la toute dernière Interface Web grâce à un DNSLink présent sur webui.ipfs.io, plutôt que la version précise définie par le CID inclus dans le daemon IPFS. N'autorisez que si vous faites confiance à votre résolveur DNS et que vous savez comment configurer les headers CORS nécessaires. ", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Activer les Notifications", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/hu/messages.json b/add-on/_locales/hu/messages.json index 171a23ddc..88b2bf25b 100644 --- a/add-on/_locales/hu/messages.json +++ b/add-on/_locales/hu/messages.json @@ -379,6 +379,14 @@ "message": "Be warned: these features are new or work-in-progress. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Értesítések engedélyezése", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/id/messages.json b/add-on/_locales/id/messages.json index 98683f7ff..eb961eb55 100644 --- a/add-on/_locales/id/messages.json +++ b/add-on/_locales/id/messages.json @@ -379,6 +379,14 @@ "message": "Berhati-hatilah: fitur ini baru atau karya dalam proses. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Hidupkan Pemberitahuan", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/it/messages.json b/add-on/_locales/it/messages.json index df23c242b..b43e25689 100644 --- a/add-on/_locales/it/messages.json +++ b/add-on/_locales/it/messages.json @@ -379,6 +379,14 @@ "message": "Attenzione: queste caratteristiche sono nuove o work-in-progress. Usa a tuo rischio.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Abilita Notifiche", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/ja_JP/messages.json b/add-on/_locales/ja_JP/messages.json index 5b43977bd..60afe4e0d 100644 --- a/add-on/_locales/ja_JP/messages.json +++ b/add-on/_locales/ja_JP/messages.json @@ -379,6 +379,14 @@ "message": "注意してください:これらの機能は新しいか、進行中です。 YMMV。", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "通知を有効にします", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/ko_KR/messages.json b/add-on/_locales/ko_KR/messages.json index 778878be8..e0e50d602 100644 --- a/add-on/_locales/ko_KR/messages.json +++ b/add-on/_locales/ko_KR/messages.json @@ -379,6 +379,14 @@ "message": "Be warned: these features are new or work-in-progress. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "알림 활성화", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/nl/messages.json b/add-on/_locales/nl/messages.json index 6706e4ee5..63a0ca381 100644 --- a/add-on/_locales/nl/messages.json +++ b/add-on/_locales/nl/messages.json @@ -379,6 +379,14 @@ "message": "Waarschuwing: deze functionaliteiten zijn experimenteel.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Notificaties aanzetten", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/no/messages.json b/add-on/_locales/no/messages.json index 318361eb3..bc51d273e 100644 --- a/add-on/_locales/no/messages.json +++ b/add-on/_locales/no/messages.json @@ -379,6 +379,14 @@ "message": "Vær advart: disse funksjonene er nye eller i arbeid. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Aktiver varsler", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/pl/messages.json b/add-on/_locales/pl/messages.json index 517f78c43..ee21cd736 100644 --- a/add-on/_locales/pl/messages.json +++ b/add-on/_locales/pl/messages.json @@ -379,6 +379,14 @@ "message": "Uwaga: poniższe opcje są nowe lub wciąż rozwijane. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Włącz powiadomienia", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/pt/messages.json b/add-on/_locales/pt/messages.json index 28147d8f1..aa5eee5cb 100644 --- a/add-on/_locales/pt/messages.json +++ b/add-on/_locales/pt/messages.json @@ -379,6 +379,14 @@ "message": "Aviso: estas funcionalidades são novas ou trabalhos em progresso.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Ativar Notificações", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/pt_BR/messages.json b/add-on/_locales/pt_BR/messages.json index 8dd21a264..a3740cb6b 100644 --- a/add-on/_locales/pt_BR/messages.json +++ b/add-on/_locales/pt_BR/messages.json @@ -379,6 +379,14 @@ "message": "Atenção: essas funcionalidades são novas ou em desenvolvimento. Pode haver imprevistos.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Ativar notificações", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/ro/messages.json b/add-on/_locales/ro/messages.json index d8d6bcc8f..dd3e4b81c 100644 --- a/add-on/_locales/ro/messages.json +++ b/add-on/_locales/ro/messages.json @@ -379,6 +379,14 @@ "message": "Atenție: aceste instrumente sunt noi sau în dezvoltare. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Activează notificările", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/ru/messages.json b/add-on/_locales/ru/messages.json index a65813a61..214e233aa 100644 --- a/add-on/_locales/ru/messages.json +++ b/add-on/_locales/ru/messages.json @@ -379,6 +379,14 @@ "message": "Осторожно: данные функции введены недавно либо находятся в разработке. Используйте их на свой страх и риск.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Включить уведомления", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/sv/messages.json b/add-on/_locales/sv/messages.json index 675b3e57b..b79ded7c8 100644 --- a/add-on/_locales/sv/messages.json +++ b/add-on/_locales/sv/messages.json @@ -379,6 +379,14 @@ "message": "Varning: dessa funktioner är nya eller under utveckling.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Aktivera Notifikationer", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/tr/messages.json b/add-on/_locales/tr/messages.json index 14476c961..80b603b82 100644 --- a/add-on/_locales/tr/messages.json +++ b/add-on/_locales/tr/messages.json @@ -379,6 +379,14 @@ "message": "Be warned: these features are new or work-in-progress. YMMV.", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "Bildirimleri Etkinleştir", "description": "An option title on the Preferences screen (option_displayNotifications_title)" diff --git a/add-on/_locales/zh_CN/messages.json b/add-on/_locales/zh_CN/messages.json index adaf9f780..e179762b3 100644 --- a/add-on/_locales/zh_CN/messages.json +++ b/add-on/_locales/zh_CN/messages.json @@ -208,7 +208,7 @@ "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" }, "option_page_header" : { - "message": "Companion Preferences", + "message": "伴侣首选项", "description": "Main header on the Preferences screen (option_page_header)" }, "option_legend_readMore" : { @@ -379,6 +379,14 @@ "message": "警告:这些功能正在完善当中。YMMV", "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" }, + "option_useLatestWebUI_title": { + "message": "Use Latest WebUI", + "description": "An option title on the Preferences screen (option_useLatestWebUI_title)" + }, + "option_useLatestWebUI_description": { + "message": "Loads bleeding-edge Web UI from DNSLink at webui.ipfs.io, instead of the hardcoded release CID shipped with IPFS daemon. Enable only if you trust your DNS resolver and know how to set up the required CORS headers.", + "description": "An option description on the Preferences screen (option_useLatestWebUI_description)" + }, "option_displayNotifications_title": { "message": "启用通知", "description": "An option title on the Preferences screen (option_displayNotifications_title)" @@ -608,7 +616,7 @@ "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" }, "page_landingWelcome_welcome_peers": { - "message": "Your node is connected to <0>$1 peers.", + "message": "你的节点已连接到<0>$1个对等节点。", "description": "Ready message copy (page_landingWelcome_welcome_peers)" }, "page_landingWelcome_welcome_statusButton_text": { @@ -628,79 +636,79 @@ "description": "Install steps title (page_landingWelcome_installSteps_notRunning_title)" }, "page_landingWelcome_installSteps_desktop_title": { - "message": "IPFS Desktop users", + "message": "IPFS 桌面用户", "description": "Install steps title (page_landingWelcome_installSteps_desktop_title)" }, "page_landingWelcome_installSteps_desktop_install": { - "message": "Make sure IPFS Desktop is running. Don't have it installed? <0>Download IPFS Desktop now.", + "message": "确保IPFS桌面正在运行。没有安装吗?<0>立即下载IPFS桌面。", "description": "Install steps copy (page_landingWelcome_installSteps_desktop_install)" }, "page_landingWelcome_installSteps_cli_title": { - "message": "Command-line users", + "message": "命令行用户", "description": "Install steps title (page_landingWelcome_installSteps_cli_title)" }, "page_landingWelcome_installSteps_cli_install": { - "message": "Start IPFS by entering ipfs daemon in your terminal. If you don't have IPFS installed yet, follow the <0>CLI quick-start guide first.", + "message": "通过在终端中输入ipfs daemon来启动IPFS。如果尚未安装IPFS,请首先按照<0>CLI快速入门指南进行操作。", "description": "Install steps copy (page_landingWelcome_installSteps_cli_install)" }, "page_landingWelcome_resources_title_new_ipfs": { - "message": "Learn about IPFS", + "message": "了解IPFS", "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" }, "page_landingWelcome_resources_new_ipfs_companion_features": { - "message": "Read about <0>IPFS Companion's features", + "message": "查看<0>IPFS伴侣功能", "description": "Resources copy (page_landingWelcome_resources_new_ipfs_companion_features)" }, "page_landingWelcome_resources_new_ipfs_concepts": { - "message": "Learn basic concepts in the <0>How IPFS Works guide", + "message": "学习<0>IPFS工作原理指南中的基本概念", "description": "Resources copy (page_landingWelcome_resources_new_ipfs_concepts)" }, "page_landingWelcome_resources_new_ipfs_docs": { - "message": "Visit the <0>IPFS documentation site to dig deeper", + "message": "访问<0>IPFS文档站点以深入了解", "description": "Resources copy (page_landingWelcome_resources_new_ipfs_docs)" }, "page_landingWelcome_resources_title_build": { - "message": "Build on IPFS", + "message": "基于IPFS", "description": "Resources title (page_landingWelcome_resources_title_build)" }, "page_landingWelcome_resources_build_tutorials": { - "message": "Find <0>how-tos and tutorials to help get you started", + "message": "从<0>入门指南和教程开始起步", "description": "Resources copy (page_landingWelcome_resources_build_tutorials)" }, "page_landingWelcome_resources_build_examples": { - "message": "See what <0>awesome things others are building with IPFS", + "message": "看看其他人用IPFS构建了什么了<0>不起的东西", "description": "Resources copy (page_landingWelcome_resources_build_examples)" }, "page_landingWelcome_resources_title_get_help": { - "message": "Get help", + "message": "寻求帮助", "description": "Resources title (page_landingWelcome_resources_title_get_help)" }, "page_landingWelcome_resources_get_help": { - "message": "Ask questions and discuss IPFS in the <0>official forums", + "message": "在<0>官方论坛上提问和讨论IPFS", "description": "Resources copy (page_landingWelcome_resources_get_help)" }, "page_landingWelcome_resources_title_community": { - "message": "Join the community", + "message": "加入社区", "description": "Community title (page_landingWelcome_resources_title_community)" }, "page_landingWelcome_resources_community_contribute": { - "message": "<0>Contribute with code, documentation, and more", + "message": "贡献代码、文档、等等", "description": "Community copy (page_landingWelcome_resources_community_contribute)" }, "page_landingWelcome_resources_community_translate": { - "message": "<0>Translate IPFS into your favorite language", + "message": "把IPFS<0>翻译成你最喜欢的语言", "description": "Community copy (page_landingWelcome_resources_community_translate)" }, "page_landingWelcome_resources_community_resources": { - "message": "Explore all <0>IPFS community resources", + "message": "浏览所有<0>IPFS社区资源", "description": "Community copy (page_landingWelcome_resources_community_resources)" }, "page_landingWelcome_videos_why_ipfs": { - "message": "Why IPFS?", + "message": "为什么选择IPFS?", "description": "Videos section title (page_landingWelcome_videos_why_ipfs)" }, "page_landingWelcome_videos_how_ipfs_works": { - "message": "How IPFS Works", + "message": "IPFS工作原理", "description": "Videos section title (page_landingWelcome_videos_how_ipfs_works)" }, "page_landingWelcome_projects_title": {