Fix last untranslated strings on the login + explore pages

pull/6566/head
Arnaud 7 months ago committed by Arnaud J.
parent 443962c92b
commit ac790b1d8a

@ -3,31 +3,33 @@
return [
'verifyYourEmailAddress' => ' - Verify Your Email Address',
'loginTitle' => 'Account Login',
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password' => 'Password',
'remember' => 'Remember Me',
'forgot' => 'Forgot Password',
'login' => 'Login',
'register' => 'Register',
'reset' => 'Password Reset',
'name' => 'Name',
'username' => 'Username',
'confirm-password' => 'Confirm Password',
'age' => 'I am at least 16 years old',
'loginTitle' => 'Account Login',
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password' => 'Password' ,
'remember' => 'Remember Me',
'forgot' => 'Forgot Password',
'login' => 'Login',
'register' => 'Register',
'reset' => 'Password Reset',
'name' => 'Name',
'username' => 'Username',
'confirm-password' => 'Confirm Password',
'age' => 'I am at least 16 years old',
'terms' => 'By signing up, you agree to our <a href="'.route('site.terms').'" class="font-weight-bold text-dark">Terms of Use</a> and <a href="'.route('site.privacy').'" class="font-weight-bold text-dark">Privacy Policy</a>.',
'emailAddress' => 'E-Mail Address',
'emailAddress' => 'E-Mail Address',
'email' => 'E-Mail',
'forgotEmail' => 'Forgot E-Mail',
'registerTitle' => 'Register a new account',
'registerTitle' => 'Register a new account',
'sendReset' => 'Send Password Reset Link',
'backLogin' => 'Back to Login',
'sendReset' => 'Send Password Reset Link',
'backLogin' => 'Back to Login',
'signInMastodon' => 'Sign-in with Mastodon',
'signInMastodon' => 'Sign-in with Mastodon',
];

@ -371,6 +371,8 @@ return [
],
'powered_by_pixelfed' => 'Powered by Pixelfed',
'landing' => [
'login' => 'Login',
'signup' => 'Sign up',
@ -405,6 +407,5 @@ return [
'discover_accounts' => 'Discover accounts and people',
'nothing_to_show' => 'Nothing to show yet! Check back later.',
'explore_trending' => 'Explore trending posts',
'powered_by_pixelfed' => 'Powered by Pixelfed',
],
];

@ -12,31 +12,33 @@ return [
|
*/
'failed' => 'Ces informations didentification ne correspondent à aucune se trouvant dans notre base de données.',
'throttle' => 'Trop de tentatives de connexion ont été effectuées. Veuillez réessayer dans :seconds secondes.',
'failed' => 'Ces informations didentification ne correspondent à aucune se trouvant dans notre base de données.',
'throttle' => 'Trop de tentatives de connexion ont été effectuées. Veuillez réessayer dans :seconds secondes.',
'verifyYourEmailAddress' => ' - Vérifiez votre adresse de courrier électronique',
'loginTitle' => 'Connexion à mon compte',
'password' => 'Mot de passe',
'remember' => 'Se souvenir de moi',
'forgot' => 'Mot de passe oublié',
'login' => 'Se connecter',
'loginTitle' => 'Connexion à mon compte',
'password' => 'Mot de passe' ,
'remember' => 'Se souvenir de moi',
'forgot' => 'Mot de passe oublié',
'login' => 'Se connecter',
'register' => 'Sinscrire',
'reset' => 'Réinitialiser le mot de passe',
'register' => 'Sinscrire',
'reset' => 'Réinitialiser le mot de passe',
'name' => 'Nom public',
'username' => 'Identifiant',
'confirm-password' => 'Confirmer le mot de passe',
'name' => 'Nom public',
'username' => 'Identifiant',
'confirm-password' => 'Confirmer le mot de passe',
'age' => 'Jai 16 ans ou plus',
'age' => 'Jai 16 ans ou plus',
'terms' => 'En vous inscrivant, vous acceptez nos <a href="'.route('site.terms').'" class="font-weight-bold text-dark">conditions dutilisation</a> et <a href="'.route('site.privacy').'" class="font-weight-bold text-dark">politique de confidentialité</a>.',
'emailAddress' => 'Adresse de courriel',
'emailAddress' => 'Adresse de courriel',
'email' => 'Courriel',
'forgotEmail' => 'Courriel oublié',
'registerTitle' => 'Créer un nouveau profil',
'registerTitle' => 'Créer un nouveau profil',
'sendReset' => 'Envoyer le lien de réinitialisation de mot de passe',
'backLogin' => 'Retour à lidentification',
'sendReset' => 'Envoyer le lien de réinitialisation de mot de passe',
'backLogin' => 'Retour à lidentification',
'signInMastodon' => 'Sinscrire avec Mastodon',
'signInMastodon' => 'Sinscrire avec Mastodon',
];

@ -223,6 +223,8 @@ return [
'feed' => 'Fil',
],
'powered_by_pixelfed' => 'Propulsé par Pixelfed',
'landing' => [
'login' => 'Se connecter',
'signup' => 'Créer un compte',
@ -257,6 +259,5 @@ return [
'discover_accounts' => 'Découvrir des comptes et personnes',
'nothing_to_show' => 'Rien à montrer pour le moment… Revenez plus tard.',
'explore_trending' => 'Parcourir les tendances',
'powered_by_pixelfed' => 'Propulsé par Pixelfed',
],
];

@ -14,7 +14,7 @@
<p class="font-weight-bold mb-0">
<a v-if="range === 'daily'" :href="post.url" class="text-bluegray-500" target="_blank">Posted {{ timeago(post.created_at) }} ago</a>
<a v-else :href="post.url" class="text-bluegray-400" target="_blank">View Post</a>
<a v-else :href="post.url" class="text-bluegray-400" target="_blank">{{ $t('menu.viewPost') }}</a>
</p>
</div>
</div>

@ -15,7 +15,7 @@
<div class="footer-component-attribution">
<div><span>© {{ getYear() }} {{ config.domain }}</span></div>
<div class="spacer">·</div>
<div><a href="https://pixelfed.org" class="text-bluegray-500 font-weight-bold">{{ $t('landing.powered_by_pixelfed') }}</a></div>
<div><a href="https://pixelfed.org" class="text-bluegray-500 font-weight-bold">{{ $t('powered_by_pixelfed') }}</a></div>
<div class="spacer">·</div>
<div><span>v{{ config.version }}</span></div>
</div>

@ -171,7 +171,7 @@
<div class="form-group row mb-0">
<div class="col-md-12">
<label for="email" class="small font-weight-bold text-muted mb-0">{{ __('auth.emailAddress') }}</label>
<input id="email" type="email" class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" name="email" value="{{ old('email') }}" placeholder="{{ __('Email') }}" required autofocus>
<input id="email" type="email" class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" name="email" value="{{ old('email') }}" placeholder="{{ __('auth.email') }}" required autofocus>
@if ($errors->has('email'))
<span class="invalid-feedback">
@ -181,7 +181,7 @@
<div class="help-text small text-right mb-0">
<a href="{{ route('email.forgot') }}" class="small text-muted font-weight-bold">
{{ __('Forgot Email') }}
{{ __('auth.forgotEmail') }}
</a>
</div>
</div>
@ -190,7 +190,7 @@
<div class="form-group row mb-0">
<div class="col-md-12">
<label for="password" class="small font-weight-bold text-muted mb-0">{{ __('auth.password') }}</label>
<input id="password" type="password" class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}" name="password" placeholder="{{ __('Password') }}" required>
<input id="password" type="password" class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}" name="password" placeholder="{{ __('auth.password') }}" required>
@if ($errors->has('password'))
<span class="invalid-feedback">
@ -348,4 +348,4 @@
});
})();
</script>
@endpush
@endpush

Loading…
Cancel
Save