Skip to content

Commit b6d327d

Browse files
authored
Merge pull request #801 from sammyskills/feat-improve-ux
feat: improve user experience in forms
2 parents 05e033d + aabaaef commit b6d327d

File tree

22 files changed

+42
-16
lines changed

22 files changed

+42
-16
lines changed

src/Language/ar/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'كلمة المرور',
3131
'passwordConfirm' => 'كلمة المرور (مرة اخرى)',
3232
'haveAccount' => 'هل لديك حساب بالفعل؟',
33+
'token' => '(To be translated) Token',
3334

3435
// Buttons
3536
'confirm' => 'تاكيد',

src/Language/bg/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Парола',
3131
'passwordConfirm' => 'Парола (отново)',
3232
'haveAccount' => 'Вече имате акаунт?',
33+
'token' => '(To be translated) Token',
3334

3435
// Бутони
3536
'confirm' => 'Потвърди',

src/Language/de/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Passwort',
3131
'passwordConfirm' => 'Passwort (erneut)',
3232
'haveAccount' => 'Haben Sie bereits ein Konto?',
33+
'token' => '(To be translated) Token',
3334

3435
// Buttons
3536
'confirm' => 'Bestätigen',

src/Language/en/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Password',
3131
'passwordConfirm' => 'Password (again)',
3232
'haveAccount' => 'Already have an account?',
33+
'token' => 'Token',
3334

3435
// Buttons
3536
'confirm' => 'Confirm',

src/Language/es/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Contraseña',
3131
'passwordConfirm' => 'Contraseña (otra vez)',
3232
'haveAccount' => '¿Ya tienes una cuenta?',
33+
'token' => '(To be translated) Token',
3334

3435
// Botones
3536
'confirm' => 'Confirmar',

src/Language/fa/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'رمز عبور',
3131
'passwordConfirm' => 'رمز عبور (تکرار)',
3232
'haveAccount' => 'از قبل حساب کاربری دارید؟',
33+
'token' => 'توکن',
3334

3435
// Buttons
3536
'confirm' => 'تایید',

src/Language/fr/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Mot de passe',
3131
'passwordConfirm' => 'Mot de passe (répéter)',
3232
'haveAccount' => 'Vous avez déjà un compte ?',
33+
'token' => '(To be translated) Token',
3334

3435
// Buttons
3536
'confirm' => 'Confirmer',

src/Language/id/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Kata Sandi',
3131
'passwordConfirm' => 'Kata Sandi (lagi)',
3232
'haveAccount' => 'Sudah punya akun?',
33+
'token' => '(To be translated) Token',
3334

3435
// Buttons
3536
'confirm' => 'Konfirmasi',

src/Language/it/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'Password',
3131
'passwordConfirm' => 'Password (ancora)',
3232
'haveAccount' => 'Hai già un account?',
33+
'token' => '(To be translated) Token',
3334

3435
// Buttons
3536
'confirm' => 'Conferma',

src/Language/ja/Auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'password' => 'パスワード', // 'Password'
3131
'passwordConfirm' => 'パスワード(再)', // 'Password (again)'
3232
'haveAccount' => 'すでにアカウントをお持ちの方', // 'Already have an account?'
33+
'token' => 'トークン', // 'Token'
3334

3435
// Buttons
3536
'confirm' => '確認する', // 'Confirm'

0 commit comments

Comments
 (0)