mue/src/translations/en_US.json

552 lines
19 KiB
JSON
Raw Normal View History

2021-02-28 16:18:17 +00:00
{
"tabname": "New Tab",
"widgets": {
"greeting": {
"morning": "Good Morning",
"afternoon": "Good Afternoon",
"evening": "Good Evening",
"christmas": "Merry Christmas",
"newyear": "Happy New Year",
"halloween": "Happy Halloween",
"birthday": "Happy Birthday"
},
"background": {
"credit": "Photo by",
"unsplash": "on Unsplash",
2021-04-30 21:49:04 +00:00
"pexels": "on Pexels",
"information": "Information",
"download": "Download"
},
"search": "Search",
"quicklinks": {
"new": "New Link",
"name": "Name",
"url": "URL",
"icon": "Icon (optional)",
"add": "Add",
"name_error": "Must provide name",
"url_error": "Must provide URL"
},
"date": {
"week": "Week"
},
"weather": {
"not_found": "Not Found",
"meters": "{amount} meters"
},
"navbar": {
"tooltips": {
"refresh": "Refresh Page"
},
"notes": {
"title": "Notes",
"placeholder": "Type here"
}
}
},
"modals": {
"main": {
"title": "Options",
"loading": "Loading...",
"file_upload_error": "File is over 2MB",
"navbar": {
"settings": "Settings",
"addons": "My Add-ons",
"marketplace": "Marketplace"
},
"error_boundary": {
"title": "Error",
"message": "Failed to load this component of Mue",
"refresh": "Refresh"
},
"settings": {
"enabled": "Enabled",
"reminder": {
"title": "NOTICE",
"message": "In order for all of the changes to take place, the page must be refreshed."
},
"sections": {
"time": {
"title": "Time",
"format": "Format",
"type": "Type",
"digital": {
"title": "Digital",
"seconds": "Seconds",
"twentyfourhour": "24 Hour",
"twelvehour": "12 hour",
"zero": "Zero-padded"
},
"analogue": {
"title": "Analog",
"second_hand": "Seconds hand",
"minute_hand": "Minutes hand",
"hour_hand": "Hours hand",
"hour_marks": "Hour marks",
"minute_marks": "Minute marks"
},
"percentage_complete": "Percentage complete"
},
"date": {
"title": "Date",
"week_number": "Week number",
"day_of_week": "Day of week",
"datenth": "Date nth",
"type": {
"short": "Short",
"long": "Long"
},
"short_date": "Short date",
"short_format": "Short format",
"short_separator": {
"title": "Short separator",
"dots": "Dots",
"dash": "Dash",
"gaps": "Gaps",
"slashes": "Slashes"
}
},
"quote": {
"title": "Quote",
"author_link": "Author link",
"custom": "Custom quote",
"custom_author": "Custom author",
"add": "Add quote",
"buttons": {
"title": "Buttons",
"copy": "Copy",
"tweet": "Tweet",
"favourite": "Favorite"
}
},
"greeting": {
"title": "Greeting",
"events": "Events",
"default": "Default greeting message",
"name": "Name for greeting",
"birthday": "Birthday",
"birthday_age": "Birthday age",
"birthday_date": "Birthday date"
},
"background": {
"title": "Background",
"ddg_image_proxy": "Use DuckDuckGo image proxy",
"transition": "Fade-in transition",
"photo_information": "Show photo information",
"show_map": "Show location map on photo information if available",
"category": "Category",
"buttons": {
"title": "Buttons",
"view": "Maximize",
"favourite": "Favourite",
"download": "Download"
},
"effects": {
"title": "Effects",
"blur": "Adjust blur",
2021-05-02 12:40:11 +00:00
"brightness": "Adjust brightness",
"filters": {
"title": "Background filter",
"amount": "Filter amount",
"grayscale": "Grayscale",
"sepia": "Sepia",
"invert": "Invert",
"saturate": "Saturate",
"contrast": "Contrast"
2021-05-02 12:40:11 +00:00
}
},
"type": {
"title": "Type",
"api": "API",
"custom_image": "Custom image",
"custom_colour": "Custom color/gradient",
"random_colour": "Random colour",
"random_gradient": "Random gradient"
},
"source": {
"title": "Source",
"api": "Background API",
"custom_background": "Custom background",
"custom_colour": "Custom background color",
"upload": "Upload",
"add_colour": "Add color",
"add_background": "Add background",
"add_url": "Add URL",
"disabled": "Disabled",
"loop_video": "Loop video",
2021-06-13 15:36:43 +00:00
"mute_video": "Mute video",
"quality": {
"title": "Quality",
"original": "Original",
"high": "High Quality",
"normal": "Normal Quality",
"datasaver": "Data Saver"
}
},
"interval": {
"title": "Change every",
"minute": "Minute",
"half_hour": "Half hour",
"hour": "Hour",
"day": "Day",
"month": "Month"
}
},
"search": {
"title": "Search",
"search_engine": "Search engine",
"custom": "Custom search URL",
"autocomplete": "Autocomplete",
"autocomplete_provider": "Autocomplete Provider",
2021-08-25 12:55:20 +00:00
"voice_search": "Voice search",
"dropdown": "Search dropdown"
},
"weather": {
"title": "Weather",
"location": "Location",
"auto": "Auto",
"temp_format": {
"title": "Temperature format",
"celsius": "Celsius",
"fahrenheit": "Fahrenheit",
"kelvin": "Kelvin"
},
"extra_info": {
"title": "Extra information",
"show_location": "Show location",
"show_description": "Show description",
"cloudiness": "Cloudiness",
"humidity": "Humidity",
"visibility": "Visibility",
"wind_speed": "Wind speed",
"wind_direction": "Wind direction",
"min_temp": "Minimum temperature",
"max_temp": "Maximum temperature",
"atmospheric_pressure": "Atmospheric pressure"
}
},
"quicklinks": {
"title": "Quick Links",
"open_new": "Open in new tab",
"tooltip": "Tooltip",
"text_only": "Show text only"
},
"message": {
"title": "Message",
2021-09-17 12:39:55 +00:00
"add": "Add message",
"text": "Text"
},
"appearance": {
"title": "Appearance",
"theme": {
"title": "Theme",
"auto": "Auto",
"light": "Light",
"dark": "Dark"
},
"navbar": {
"title": "Navbar",
"notes": "Notes",
2021-08-28 17:56:59 +00:00
"refresh": "Refresh button",
"hover": "Only display on hover",
2021-08-28 17:56:59 +00:00
"refresh_options": {
"none": "None",
"page": "Page"
}
},
"font": {
"title": "Font",
"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",
"animations": "Animations",
"text_shadow": "Widget text shadow",
"widget_zoom": "Widget zoom",
"toast_duration": "Toast duration",
"milliseconds": "milliseconds"
}
2021-03-18 15:22:41 +00:00
},
"order": {
"title": "Widget Order"
},
2021-03-18 15:22:41 +00:00
"advanced": {
"title": "Advanced",
"offline_mode": "Offline mode",
"data": "Data",
"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": "Customization",
"custom_css": "Custom CSS",
"custom_js": "Custom JS",
"tab_name": "Tab name",
"timezone": {
"title": "Time Zone",
"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",
2021-08-23 14:33:09 +00:00
"warning": "You need to enable usage data in order to use this feature. This data is only stored locally.",
"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"
},
2021-08-23 14:33:09 +00:00
"usage": "Usage Stats"
},
"keybinds": {
"title": "Keybinds",
"recording": "Recording...",
"click_to_record": "Click to record",
"background": {
"favourite": "Favourite background",
"maximise": "Maximise background",
"download": "Download background",
"show_info": "Show background information"
},
"quote": {
"favourite": "Favourite quote",
"copy": "Copy quote",
"tweet": "Tweet quote"
},
"notes": {
"pin": "Pin notes",
"copy": "Copy notes"
},
"search": "Focus search",
"quicklinks": "Toggle add quick link",
"modal": "Toggle modal"
},
"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",
2021-04-27 21:17:36 +00:00
"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",
"resources_used": {
"title": "Resources used",
"bg_images": "Offline background images",
"welcome_img": "Welcome image",
"pin_icon": "Pin icon"
},
"contributors": "Contributors",
"supporters": "Supporters",
"no_supporters": "There are currently no Mue supporters",
"photographers": "Photographers"
}
},
"buttons": {
"reset": "Reset",
"import": "Import",
"export": "Export"
2021-02-28 16:18:17 +00:00
}
},
"marketplace": {
"photo_packs": "Photo Packs",
"quote_packs": "Quote Packs",
"preset_settings": "Preset Settings",
"no_items": "No items in this category",
"product": {
"overview": "Overview",
"information": "Information",
"last_updated": "Last Updated",
"version": "Version",
"author": "Author",
"buttons": {
"addtomue": "Add To Mue",
"remove": "Remove"
},
"quote_warning": {
"title": "Warning",
"description": "This quote pack requests to external servers that may track you!"
}
},
"offline": {
"title": "Looks like you're offline",
"description": "Please connect to the internet"
}
},
"addons": {
"added": "Added",
"empty": {
"title": "Empty",
"description": "No addons are installed"
},
2021-09-28 22:04:04 +00:00
"sideload": {
"title": "Sideload",
"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"
}
},
2021-05-02 13:45:34 +00:00
"sort": {
"title": "Sort",
"newest": "Installed (Newest)",
"oldest": "Installed (Oldest)",
"a_z": "Alphabetical (A-Z)",
"z_a": "Alphabetical (Z-A)"
},
"create": {
"title": "Create",
"other_title": "Create Add-on",
"metadata": {
"name": "Name",
"icon_url": "Icon URL",
"screenshot_url": "Screenshot URL",
"description": "Description"
},
"finish": {
"title": "Finish",
"download": "Download Add-on"
},
"settings": {
"current": "Import current setup",
"json": "Upload JSON"
},
"photos": {
"title": "Add Photos"
},
"quotes": {
"title": "Add Quotes",
"api": {
"title": "API",
"url": "Quote URL",
"name": "JSON quote name",
"author": "JSON quote author (or override)"
},
"local": {
"title": "Local"
}
}
2021-05-02 13:45:34 +00:00
}
}
},
"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."
},
"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."
},
"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"
}
2021-02-28 16:18:17 +00:00
}
},
"toasts": {
"quote": "Quote copied",
"notes": "Notes copied",
"reset": "Reset successfully",
"installed": "Successfully installed",
"uninstalled": "Successfully removed",
2021-04-16 11:19:07 +00:00
"error": "Something went wrong",
"imported": "Successfully imported"
}
}