Skip to content

Commit

Permalink
Refact: change Texts and Titles on Auth pages (#2070)
Browse files Browse the repository at this point in the history
* fix: text and titles on passcode page

* fix: change text of auth pages

* fix: card header columns

* fix: auth text styles

* fixunused vars

* fix: use translation files and spacing fix

* Update .cspell.json

---------

Co-authored-by: Ruslan K <[email protected]>
  • Loading branch information
Cedric921 and evereq authored Jan 7, 2024
1 parent 3f7520a commit 0d89acf
Show file tree
Hide file tree
Showing 32 changed files with 91 additions and 66 deletions.
12 changes: 7 additions & 5 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"opentelemetry",
"otlp",
"commitlint",
"DONT",
"greenkeeper",
"classpath",
"tsbuildinfo",
Expand Down Expand Up @@ -357,14 +358,15 @@
"signin",
"Chatwoot",
"CHATWOOT",
"apps/web/lib/settings/timezones.js",
"apps/**/*.{svg,css,scss}",
"apps/web/lib/i18n/*.ts",
"apps/mobile/app/screens/DemoShowroomScreen/demos/**",
"apps/web/messages/*.json",
"apps/web/public/locales/**",
"apps/web/lib/i18n/*.ts",
"apps/web/lib/settings/timezones.js",
"apps/mobile/app/screens/DemoShowroomScreen/demos/**",
"apps/mobile/app/i18n/*.ts",
"apps/mobile/android/**",
"apps/mobile/ios/**",
"apps/desktop/i18n/**"
"apps/desktop/i18n/**",
"apps/**/*.{svg,css,scss}"
]
}
2 changes: 1 addition & 1 deletion apps/desktop/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ADD_INTEGRATION": "Add Integration",
"RESET_INTEGRATION": "Reset Integration",
"CREATE": "Create",
"REGISTER": "Register",
"REGISTER": "Register Now!",
"LOGIN": "Log In",
"ADD_NOTE": "Add note",
"EDIT": "Edit",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ADD_NEW": "Add New",
"ADD": "הוסף",
"CREATE": "צור",
"REGISTER": "Register",
"REGISTER": "Register Now!",
"LOGIN": "Log In",
"ADD_NOTE": "Add note",
"EDIT": "ערוך",
Expand Down
11 changes: 7 additions & 4 deletions apps/web/app/[locale]/auth/passcode/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,13 @@ function EmailScreen({ form, className }: { form: TAuthenticationPasscode } & IC

<div className="flex items-center justify-between w-full mt-6">
{/* Send code */}
<div className="flex flex-col items-start">
<Link href="/auth/team">
<BackButton />
</Link>
<div className="flex flex-col items-start gap-2">
<div className="flex justify-start items-center gap-2 text-sm">
<span>{t('common.DONT_HAVE_ACCOUNT')}</span>
<Link href="/auth/team" className="text-primary">
<span>{t('common.REGISTER')}</span>
</Link>
</div>
</div>

<Button type="submit" loading={form.signInEmailLoading} disabled={form.signInEmailLoading}>
Expand Down
7 changes: 4 additions & 3 deletions apps/web/lib/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ export function RoundedButton({ children, className, ...rest }: RoundedButtonPro

export function BackButton({ onClick, className }: { onClick?: () => void; className?: string }) {
const t = useTranslations();

return (
<button type="button" className={clsxm('flex items-center', className)} onClick={onClick}>
<button type="button" className={clsxm('flex items-center justify-start text-sm', className)}>
<ArrowLeft className="mr-2" />
<span className="text-sm">{t('common.BACK')}</span>
<span className="text-sm" onClick={onClick}>
{t('common.BACK')}
</span>
</button>
);
}
6 changes: 3 additions & 3 deletions apps/web/lib/features/team/user-team-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ export function UserTeamCardHeader() {
<div className="2xl:w-80 3xl:w-[32rem] w-1/5 text-center">{t('common.TASK')}</div>
<div className="w-1"></div>
<Tooltip label={t('task.taskTableHead.TOTAL_WORKED_TODAY_HEADER_TOOLTIP')}>
<div className="2xl:w-48 3xl:w-[12rem] w-1/5 flex flex-col justify-center text-center">
<div className="2xl:w-48 3xl:w-[12rem] w-1/5 lg:px-4 px-2 flex flex-col justify-center text-center">
{t('task.taskTableHead.TASK_WORK.TITLE')}
<br />
{t('common.TASK')}
</div>
</Tooltip>
<div className="w-1"></div>
<div className="w-1/5 text-center 2xl:w-52 3xl:w-64">{t('common.ESTIMATE')}</div>
<div className=" text-center w-1/5 lg:px-3 2xl:w-52 3xl:w-64">{t('common.ESTIMATE')}</div>
<div className="w-1"></div>
<Tooltip label={t('task.taskTableHead.WORKED_ON_TASK_HEADER_TOOLTIP')}>
<div className="2xl:w-[11.75rem] 3xl:w-[10rem] w-1/6 text-center">
<div className="w-1/5 lg:px-3 2xl:w-52 3xl:w-64 text-center">
{t('task.taskTableHead.TOTAL_WORK.TITLE')}
<br />
{t('common.TODAY')}
Expand Down
8 changes: 4 additions & 4 deletions apps/web/lib/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const en = {
DISCARD: 'Discard',
EXISTING_MEMBER: 'Already a Member',
NEW_MEMBER: 'Become a Member',
BACK: 'Back',
BACK: `Don't have an account?`,
JOIN_REQUEST: 'Request To Join',
PERMISSION: 'Permission',
SEARCH: 'Search',
Expand Down Expand Up @@ -167,11 +167,11 @@ export const en = {
INPUT_INVITE_CODE: 'Input invitation code.',
INPUT_INVITE_CODE_DESC: 'Enter the invitation code we sent to your email.',
INVALID_INVITE_CODE_MESSAGE: 'Invalid Code',
WELCOME_TEAMS: 'Welcome to Ever Teams',
WELCOME_TEAMS: 'Real-Time Clarity, Real-Time Reality™.',

COVER_TITLE: 'Follow your teams work progress in real-time!',
COVER_TITLE: 'Open Work and Project Management Platform',
COVER_DESCRIPTION:
'Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis',
'All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!',
LOGIN: 'Login',
SELECT_WORKSPACE: 'Select Workspace',
ENTER_EMAIL: 'Enter Email',
Expand Down
2 changes: 1 addition & 1 deletion apps/web/lib/layout/auth-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function AuthLayout({ children, title, description, isAuthPage = true }:
<div className="self-end w-full h-1/3 bg-primary-mid p-9">
<Text.Heading
as="h3"
className="text-white xl:text-3xl 2xl:text-4xl font-normal leading-[120%] px-9 text-ellipsis mb-5"
className="text-white lg:text-lg xl:text-xl 2xl:text-3xl font-normal leading-[120%] px-9 text-ellipsis mb-5"
>
{t('pages.auth.COVER_TITLE')}
</Text.Heading>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"WELCOME_TEAMS": "Добре дошли в Ever Teams",

"COVER_TITLE": "Следете напредъка на работата на отборите си в реално време!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Вход",
"SELECT_WORKSPACE": "Избери работно пространство",
"ENTER_EMAIL": "Въведи имейл",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"WELCOME_TEAMS": "Willkommen bei Ever Teams",

"COVER_TITLE": "Verfolgen Sie den Arbeitsfortschritt Ihrer Teams in Echtzeit!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Anmelden",
"SELECT_WORKSPACE": "Arbeitsbereich auswählen",
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
Expand Down
12 changes: 7 additions & 5 deletions apps/web/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -240,10 +242,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand All @@ -254,8 +256,8 @@
"HEADING_DESCRIPTION": "Please enter email and invitation code to join existing team."
},
"authLogin": {
"HEADING_TITLE": "Login to the Team",
"HEADING_DESCRIPTION": "Please enter email and invitation code to login.",
"HEADING_TITLE": "Log In to Ever Teams",
"HEADING_DESCRIPTION": "Please enter your email below to begin the login process..",

"WORKSPACE": "Workspace",
"HEADING_WORKSPACE_LINE1": "The email associated with multiple workspaces,",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"INVALID_INVITE_CODE_MESSAGE": "Código inválido",
"WELCOME_TEAMS": "Bienvenido a Equipos Siempre",
"COVER_TITLE": "¡Sigue el progreso del trabajo de tus equipos en tiempo real!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Iniciar sesión",
"SELECT_WORKSPACE": "Seleccionar espacio de trabajo",
"ENTER_EMAIL": "Ingresar correo electrónico",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"WELCOME_TEAMS": "Bienvenue sur Ever Teams",

"COVER_TITLE": "Suivez en temps réel le progrès du travail de vos équipes !",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Connexion",
"SELECT_WORKSPACE": "Sélectionner un espace de travail",
"ENTER_EMAIL": "Saisissez votre adresse e-mail",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"INVALID_INVITE_CODE_MESSAGE": "קוד לאתקין",
"WELCOME_TEAMS": "ברוך הבא ל-Ever צוותים",
"COVER_TITLE": "עקוב אחר התקדמות העבודה של הצוותים שלך בזמן אמת!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "התחברות",
"SELECT_WORKSPACE": "בחר סביבת עבודה",
"ENTER_EMAIL": "הכנס אימייל",
Expand Down
8 changes: 5 additions & 3 deletions apps/web/messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -238,10 +240,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"WELCOME_TEAMS": "Welkom bij Ever Teams",

"COVER_TITLE": "Volg de werkvoortgang van uw teams in realtime!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Inloggen",
"SELECT_WORKSPACE": "Selecteer werkruimte",
"ENTER_EMAIL": "Voer e-mail in",
Expand Down
8 changes: 5 additions & 3 deletions apps/web/messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -238,10 +240,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand Down
8 changes: 5 additions & 3 deletions apps/web/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -238,10 +240,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand Down
8 changes: 5 additions & 3 deletions apps/web/messages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -238,10 +240,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"WELCOME_TEAMS": "欢迎使用永恒团队",

"COVER_TITLE": "实时跟踪您团队的工作进度!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "登录",
"SELECT_WORKSPACE": "选择工作区",
"ENTER_EMAIL": "输入电子邮箱",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/public/locales/bg/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"WELCOME_TEAMS": "Добре дошли в Ever Teams",

"COVER_TITLE": "Следете напредъка на работата на отборите си в реално време!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Вход",
"SELECT_WORKSPACE": "Избери работно пространство",
"ENTER_EMAIL": "Въведи имейл",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"WELCOME_TEAMS": "Willkommen bei Ever Teams",

"COVER_TITLE": "Verfolgen Sie den Arbeitsfortschritt Ihrer Teams in Echtzeit!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Anmelden",
"SELECT_WORKSPACE": "Arbeitsbereich auswählen",
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
Expand Down
12 changes: 7 additions & 5 deletions apps/web/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
"EXISTING_MEMBER": "Already a Member",
"NEW_MEMBER": "Become a Member",
"BACK": "Back",
"DONT_HAVE_ACCOUNT": "Don't have an account?",
"REGISTER": "Register Now!",
"JOIN_REQUEST": "Request To Join",
"PERMISSION": "Permission",
"SEARCH": "Search",
Expand Down Expand Up @@ -240,10 +242,10 @@
"INPUT_INVITE_CODE": "Input invitation code.",
"INPUT_INVITE_CODE_DESC": "Enter the invitation code we sent to your email.",
"INVALID_INVITE_CODE_MESSAGE": "Invalid Code",
"WELCOME_TEAMS": "Welcome to Ever Teams",
"WELCOME_TEAMS": "Real-Time Clarity, Real-Time Reality™.",

"COVER_TITLE": "Follow your teams work progress in real-time!",
"COVER_DESCRIPTION": "Lorem ipsum dolor sit amet consectetur. Amet est risus etiam vestibulum iaculis montes tellus. Tincidunt mattis",
"COVER_TITLE": "Open Work and Project Management Platform",
"COVER_DESCRIPTION": "All-In-One Work & Workforce Management, Time Management, Time Tracking, Activity Tracking, Productivity Tracking & Metrics, Projects / Tasks & Issues Management, Organizations & Teams, Integrations (GitHub, JIRA, ...) and More!",
"LOGIN": "Login",
"SELECT_WORKSPACE": "Select Workspace",
"ENTER_EMAIL": "Enter Email",
Expand All @@ -254,8 +256,8 @@
"HEADING_DESCRIPTION": "Please enter email and invitation code to join existing team."
},
"authLogin": {
"HEADING_TITLE": "Login to the Team",
"HEADING_DESCRIPTION": "Please enter email and invitation code to login.",
"HEADING_TITLE": "Log In to Ever Teams",
"HEADING_DESCRIPTION": "Please enter your email below to begin the login process.",

"WORKSPACE": "Workspace",
"HEADING_WORKSPACE_LINE1": "The email associated with multiple workspaces,",
Expand Down
Loading

0 comments on commit 0d89acf

Please sign in to comment.