import { type Dictionary, t } from 'intlayer';
export const externalsLoginButtonsContent = {
key: 'externals-login-buttons',
content: {
github: {
label: t({
en: 'Sign in with GitHub',
fr: 'Se connecter avec GitHub',
es: 'Iniciar sesión con GitHub',
de: 'Mit GitHub anmelden',
ja: 'GitHubでサインイン',
ko: 'GitHub로 로그인',
zh: '使用GitHub登录',
it: 'Accedi con GitHub',
pt: 'Entrar com o GitHub',
hi: 'GitHub के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام GitHub',
ru: 'Войти с GitHub',
'en-GB': 'Sign in with GitHub',
tr: 'GitHub ile giriş yap',
pl: 'Zaloguj się przez GitHub',
id: 'Masuk dengan GitHub',
vi: 'Đăng nhập bằng GitHub',
}),
ariaLabel: t({
en: 'Sign in with GitHub',
fr: 'Se connecter avec GitHub',
es: 'Iniciar sesión con GitHub',
de: 'Mit GitHub anmelden',
ja: 'GitHubでサインイン',
ko: 'GitHub로 로그인',
zh: '使用GitHub登录',
it: 'Accedi con GitHub',
pt: 'Entrar com o GitHub',
hi: 'GitHub के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام GitHub',
ru: 'Войти с GitHub',
'en-GB': 'Sign in with GitHub',
tr: 'GitHub ile giriş yap',
pl: 'Zaloguj się przez GitHub',
id: 'Masuk dengan GitHub',
vi: 'Đăng nhập bằng GitHub',
}),
},
google: {
label: t({
en: 'Sign in with Google',
fr: 'Se connecter avec Google',
es: 'Iniciar sesión con Google',
de: 'Mit Google anmelden',
ja: 'Googleでサインイン',
ko: 'Google로 로그인',
zh: '使用Google登录',
it: 'Accedi con Google',
pt: 'Entrar com o Google',
hi: 'Google के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام Google',
ru: 'Войти с Google',
'en-GB': 'Sign in with Google',
tr: 'Google ile giriş yap',
pl: 'Zaloguj się przez Google',
id: 'Masuk dengan Google',
vi: 'Đăng nhập bằng Google',
}),
ariaLabel: t({
en: 'Sign in with Google',
fr: 'Se connecter avec Google',
es: 'Iniciar sesión con Google',
de: 'Mit Google anmelden',
ja: 'Googleでサインイン',
ko: 'Google로 로그인',
zh: '使用Google登录',
it: 'Accedi con Google',
pt: 'Entrar com o Google',
hi: 'Google के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام Google',
ru: 'Войти с Google',
'en-GB': 'Sign in with Google',
tr: 'Google ile giriş yap',
pl: 'Zaloguj się przez Google',
id: 'Masuk dengan Google',
vi: 'Đăng nhập bằng Google',
}),
},
linkedin: {
label: t({
en: 'Sign in with LinkedIn',
fr: 'Se connecter avec LinkedIn',
es: 'Iniciar sesión con LinkedIn',
de: 'Mit LinkedIn anmelden',
ja: 'LinkedInでサインイン',
ko: 'LinkedIn로 로그인',
zh: '使用LinkedIn登录',
it: 'Accedi con LinkedIn',
pt: 'Entrar com o LinkedIn',
hi: 'LinkedIn के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام LinkedIn',
ru: 'Войти с LinkedIn',
'en-GB': 'Sign in with LinkedIn',
tr: 'LinkedIn ile giriş yap',
pl: 'Zaloguj się przez LinkedIn',
id: 'Masuk dengan LinkedIn',
vi: 'Đăng nhập bằng LinkedIn',
}),
ariaLabel: t({
en: 'Sign in with LinkedIn',
fr: 'Se connecter avec LinkedIn',
es: 'Iniciar sesión con LinkedIn',
de: 'Mit LinkedIn anmelden',
ja: 'LinkedInでサインイン',
ko: 'LinkedIn로 로그인',
zh: '使用LinkedIn登录',
it: 'Accedi con LinkedIn',
pt: 'Entrar com o LinkedIn',
hi: 'LinkedIn के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام LinkedIn',
ru: 'Войти с LinkedIn',
'en-GB': 'Sign in with LinkedIn',
tr: 'LinkedIn ile giriş yap',
pl: 'Zaloguj się przez LinkedIn',
id: 'Masuk dengan LinkedIn',
vi: 'Đăng nhập bằng LinkedIn',
}),
},
apple: {
label: t({
en: 'Sign in with Apple',
fr: 'Se connecter avec Apple',
es: 'Iniciar sesión con Apple',
de: 'Mit Apple anmelden',
ja: 'Appleでサインイン',
ko: 'Apple로 로그인',
zh: '使用Apple登录',
it: 'Accedi con Apple',
pt: 'Entrar com a Apple',
hi: 'Apple के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام Apple',
ru: 'Войти с Apple',
'en-GB': 'Sign in with Apple',
tr: 'Apple ile giriş yap',
pl: 'Zaloguj się przez Apple',
id: 'Masuk dengan Apple',
vi: 'Đăng nhập bằng Apple',
}),
ariaLabel: t({
en: 'Sign in with Apple',
fr: 'Se connecter avec Apple',
es: 'Iniciar sesión con Apple',
de: 'Mit Apple anmelden',
ja: 'Appleでサインイン',
ko: 'Apple로 로그인',
zh: '使用Apple登录',
it: 'Accedi con Apple',
pt: 'Entrar com a Apple',
hi: 'Apple के साथ साइनइन करें',
ar: 'تسجيل الدخول باستخدام Apple',
ru: 'Войти с Apple',
'en-GB': 'Sign in with Apple',
tr: 'Apple ile giriş yap',
pl: 'Zaloguj się przez Apple',
id: 'Masuk dengan Apple',
vi: 'Đăng nhập bằng Apple',
}),
},
},
title: 'External login buttons',
description:
'Content declarations for third-party login buttons such as GitHub, Google, LinkedIn, and Apple, used in the authentication components.',
tags: ['authentication', 'login', 'third-party providers'],
} satisfies Dictionary;
export default externalsLoginButtonsContent;