aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-12 03:20:22 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-12 03:20:22 +0530
commitc518024d9ca33b6d59818c263b2a755313036618 (patch)
tree574291874cecc9910aca0de4bc929cd128e26872 /src/i18n
parentFix hero image (was referring to ferdi repo) (diff)
downloadferdium-app-c518024d9ca33b6d59818c263b2a755313036618.tar.gz
ferdium-app-c518024d9ca33b6d59818c263b2a755313036618.tar.zst
ferdium-app-c518024d9ca33b6d59818c263b2a755313036618.zip
Feature: Add color picker component for accent color setting (#228)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f787b90e4..3c5eef258 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -182,7 +182,7 @@
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdium License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor} or clear the input field)",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
@@ -267,6 +267,7 @@
267 "settings.app.restartRequired": "Changes require restart", 267 "settings.app.restartRequired": "Changes require restart",
268 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.", 268 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.",
269 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 269 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
270 "settings.app.sectionAccentColorSettings": "Accent Color Settings",
270 "settings.app.sectionGeneralUi": "General UI", 271 "settings.app.sectionGeneralUi": "General UI",
271 "settings.app.sectionHibernation": "Hibernation", 272 "settings.app.sectionHibernation": "Hibernation",
272 "settings.app.sectionMain": "Main", 273 "settings.app.sectionMain": "Main",