-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathen.js
More file actions
210 lines (189 loc) · 9.15 KB
/
en.js
File metadata and controls
210 lines (189 loc) · 9.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
// English (Default)
const en = {
// Menu Items
"github": "GitHub",
"feedback": "Feedback",
// Shortcuts
"shortcutsText": "Shortcuts",
"enableShortcutsText": "Show saved shortcuts",
"editShortcutsText": "Edit Shortcuts",
"shortcutsInfoText": "Choose which shortcuts get shown",
"editShortcutsList": "Saved Shortcuts",
"editShortcutsListInfo": "You can add new shortcuts by clicking the \"+\" icon or edit existing ones by clicking on the shortcut name or URL.",
"adaptiveIconText": "Adaptive Icons",
"adaptiveIconInfoText": "Shortcut icons will adapt to theme",
"bookmarksText": "Bookmarks",
"bookmarksInfo": "Show bookmarks sidebar",
"ai_tools_button": "AI Tools",
"enable_ai_tools": "Show shortcuts for AI tools",
"aiToolsSettingsText": "AI Tools Settings",
"aiToolsSettingsInfo": "Manage AI tools shortcuts",
"googleAppsMenuText": "Google Apps",
"googleAppsMenuInfo": "Show shortcuts for Google Apps",
"googleAppsHover": "Google Apps", // Keep this shorter
// To-do List
"todoListText": "To Do List",
"todoListInfo": "Show a daily To Do list",
"todoListHover": "ToDo List", // Keep this short
"todoPlaceholder": "Add task...",
// Clock
"hideClockBox": "Hide Clock",
"hideClockBoxInfo": "Hide the clock and date",
"digitalclocktitle": "Digital Clock",
"digitalclockinfo": "Switch to the digital clock",
"timeformattitle": "12-Hour Format",
"timeformatinfo": "Use 12-hour time format",
"greetingtitle": "Greeting",
"greetinginfo": "Show greeting below custom text",
// Misc
"userTextTitle": "Customizable Text",
"userTextInfo": "Show custom text below the clock",
"fahrenheitCelsiusCheckbox": "Switch to Fahrenheit",
"fahrenheitCelsiusText": "Refresh the page to apply changes",
"hideWeatherTitle": "Hide Weather",
"hideWeatherInfo": "Disable the weather widgets",
"hideWeatherBox": "Hide Weather Card", // Toggle for mobile devices only
"hideWeatherBoxInfo": "Show only temperature pill",
"minMaxTempText": "Min-Max Temperature",
"minMaxTempSubText": "Replace 'Feels Like' with minimum and maximum temperature",
// Search
"micIconTitle": "Hide Microphone Icon",
"micIconInfo": "If voice typing is not working",
"hideSearchWith": "Hide Search Engines",
"hideSearchWithInfo": "Switch between search engines by clicking its icon",
"motivationalQuotesText": "Motivational Quotes",
"motivationalQuotesInfo": "Show quotes below the searchbar",
"search_suggestions_button": "Search Suggestions",
"search_suggestions_text": "Enable search suggestions",
// Proxy
"useproxytitletext": "Proxy Bypass",
"useproxyText": "If search suggestions aren't working",
"ProxyText": "CORS Bypass Proxy",
"ProxySubtext": "Add your own CORS bypass proxy",
"HostproxyButton": "Host your own proxy",
// Location
"useGPS": "Use GPS",
"useGPSInfo": "Enable GPS for live location updates",
"UserLocText": "Enter your Location",
"UserLocSubtext": "If the weather location isn't correct",
"userLoc": "Your City or Coordinates (Latitude, Longitude)",
"PrivacyPolicy": "Privacy policy",
// Weather
"WeatherApiText": "Enter your WeatherAPI key", // For 'WeatherAPI' string, only transliterate
"WeatherApiSubtext": "If the weather functionality isn't working",
"userAPI": "Your weatherAPI key",
"LearnMoreButton": "Learn more",
"saveAPI": "Save",
// Body Items
// Calendar
"days": ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
"months": ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
// Bookmarks
"bookmarksHeading": "Bookmarks",
"bookmarkSortBy": "Sort by",
"sortAlphabetical": "A-Z",
"sortTimeAdded": "Old-New",
"bookmarkViewAs": "View as",
"bookmarkViewGrid": "Grid", // Keep this shorter
"bookmarkViewList": "List", // Keep this shorter
"bookmarkSearch": "Search bookmark",
"editBookmarkHeading": "Edit Bookmark",
"editBookmarkName": "Bookmark Name",
"editBookmarkURL": "Bookmark URL",
// New Tab Item
"conditionText": "Hello! How are you today?",
"humidityLevel": "Humidity",
"feelsLike": "Feels",
"minMaxTemp": "Min ~ Max",
"location": "Earth",
"enterBtn": "Search",
"searchPlaceholder": "Type here...",
"listenPlaceholder": "Listening...",
"searchWithHint": "Search With",
"searchOnHint": "Search On",
"userText": "Click here to edit",
// Greeting
greeting: {
"morning": "Good Morning!",
"afternoon": "Good Afternoon!",
"evening": "Good Evening!"
},
// Search Engines
"defaultEngine": "Default",
"googleEngine": "Google",
"duckEngine": "Duck", // DuckDuckGo
"bingEngine": "Bing",
"braveEngine": "Brave",
"youtubeEngine": "YouTube",
"gImagesEngine": "Images", // Google Images, https://www.google.com/search?q=check&hl=bn
"redditEngine": "Reddit",
"wikipediaEngine": "Wikipedia",
"quoraEngine": "Quora",
// AI Tools
"ai_tools": "AI Tools",
"chatGPT": "ChatGPT",
"gemini": "Gemini",
"copilot": "Copilot",
"claude": "Claude",
"grok": "Grok",
"qwen": "Qwen",
"perplexity": "Perplexity",
"deepseek": "DeepSeek",
"metaAI": "Meta AI",
"firefly": "Adobe Firefly",
"aiSettingsIntro": "Select which AI tools to display",
"resetAISettingsBtn": "Reset",
// Theme
"lightThemed": "Default (Light Theme)",
"darkThemed": "Dark Theme",
"systemThemed": "Follow System Theme",
// Wallpaper and settings
"uploadWallpaperText": "Upload Wallpaper", // Keep this short
"rangColor": "Pick color", // Keep this short
// Glassmorphism
"glassmorphismText": "Glassmorphism",
"glassmorphismInfo": "Enable frosted glass (backdrop blur)",
"glassBlurTitle": "Blur Intensity",
"glassBlurDesc": "Adjust backdrop blur",
"opacityTitle": "Opacity",
"adjustOpacityDesc": "Adjust interface transparency",
"backupText": "Backup",
"restoreText": "Restore",
"resetsettings": "Reset Settings",
"menuCloseText": "Close",
// Tips
"switchSearchModes": "Switch Search Modes",
"switchSearchModesInfo": "Click on ‘Search With’ to change the mode.",
"adjustZoom": "Adjust Zoom",
"adjustZoomInfo": "Press Ctrl + \"+\" or Ctrl + \"-\" to adjust the zoom.",
"changeBrowserTheme": "Change Browser Theme",
"chromeThemeInfo": "Click the three dots (⋮) > More tools > Customize Chrome, then choose a color that matches the extension theme.",
"edgeThemeInfo": "Goto Settings > Appearance, then choose a color that matches the extension theme.",
"braveThemeInfo": "Visit <a href=\"https://chromewebstore.google.com/category/themes/\" target=\"_blank\">Chrome Theme Store</a>, download and apply the theme that matches the extension.",
"firefoxThemeInfo": "Visit <a href=\"https://addons.mozilla.org/firefox/themes/\" target=\"_blank\">Firefox Themes</a>, download and apply the theme that matches the extension.",
"updateFirefoxHomepage": "Update Homepage",
"updateFirefoxHomepageInfo": "To change your homepage like the new tab as well, visit <a href=\"https://github.com/prem-k-r/MaterialYouNewTab#-firefox\" target=\"_blank\">this link</a> and follow the instructions.",
"dontShowTips": "Don't show it again",
// Footer Toast
"footerToastTitle": "Seeing a banner at the bottom?",
"footerToastMessage": "To hide it, right-click it and select 'Hide Footer on New Tab Page'.",
// Dialog boxes (alerts)
"okText": "OK",
"yesText": "Yes",
"noText": "No",
"agreeText": "I Agree",
"cancelText": "Cancel",
"confirmWallpaper": "Would you like to set a new image as your wallpaper for the day?",
"confirmRestore": "Are you sure you want to reset your settings? This action cannot be undone.",
"Nobackgroundset": "No background image is currently set.",
"clearbackgroundimage": "Are you sure you want to clear the background image?",
"ProxyDisclaimer": "All proxy features are off by default.\n\nIf you enable search suggestions and CORS bypass proxy, it is strongly recommended to host your own proxy for enhanced privacy.\n\nBy default, the proxy will be set to https://mynt-proxy.rhythmcorehq.com, meaning all your data will go through this service, which may pose privacy concerns.",
"GPSDisclaimer": "Your location data is used solely to provide accurate weather updates. It is temporarily stored within the browser and neither shared with any third-party services nor accessible to us.\n\nBy enabling GPS, you consent to sharing your location with the extension locally.",
"failedbackup": "Backup failed: ",
"restorecompleted": "Restore completed successfully!",
"restorefailed": "Restore failed: ",
"invalidBackup": "Invalid backup file selected.",
"deleteBookmark": "Are you sure you want to delete the bookmark \"{title}\"?", // Do not translate {title}
"UnsupportedBrowser": "Bookmarks are not supported in your browser.",
"resetShortcutsPrompt": "All saved shortcuts will be deleted and reset to default. Do you want to continue?"
};