aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-02 06:31:36 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-02 01:01:36 +0000
commit302d595f7c289387e53a0ef7df4d574ed4e25d70 (patch)
tree2385e59eaca9c78921d9b0b3681cfba1b3eef168 /src/i18n/locales
parentRe-enable editing of the address bar to manually access a different url withi... (diff)
downloadferdium-app-302d595f7c289387e53a0ef7df4d574ed4e25d70.tar.gz
ferdium-app-302d595f7c289387e53a0ef7df4d574ed4e25d70.tar.zst
ferdium-app-302d595f7c289387e53a0ef7df4d574ed4e25d70.zip
Transform to TS and refactored components w.r.t deletion if duplicated Input component (#729)
Diffstat (limited to 'src/i18n/locales')
-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 63face219..c34106044 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -62,7 +62,7 @@
62 "locked.password.label": "Password", 62 "locked.password.label": "Password",
63 "locked.submit.label": "Unlock", 63 "locked.submit.label": "Unlock",
64 "locked.touchId": "Unlock with Touch ID", 64 "locked.touchId": "Unlock with Touch ID",
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "Unlock with Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change here!", 67 "login.changeServer": "Change here!",
68 "login.changeServerMessage": "You are using {serverNameParse} Server, do you want to switch?", 68 "login.changeServerMessage": "You are using {serverNameParse} Server, do you want to switch?",
@@ -448,6 +448,7 @@
448 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 448 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
449 "sidebar.splitModeToggle": "Split Mode Toggle", 449 "sidebar.splitModeToggle": "Split Mode Toggle",
450 "sidebar.unmuteApp": "Enable notifications & audio", 450 "sidebar.unmuteApp": "Enable notifications & audio",
451 "signup.company.label": "Company",
451 "signup.email.label": "Email address", 452 "signup.email.label": "Email address",
452 "signup.emailDuplicate": "A user with that email address already exists", 453 "signup.emailDuplicate": "A user with that email address already exists",
453 "signup.firstname.label": "First Name", 454 "signup.firstname.label": "First Name",