Skip to content

Commit

Permalink
Added translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyskills committed Aug 26, 2023
1 parent 6fd86e0 commit a376dcc
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Language/ar/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'كلمة المرور',
'passwordConfirm' => 'كلمة المرور (مرة اخرى)',
'haveAccount' => 'هل لديك حساب بالفعل؟',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'تاكيد',
Expand Down
1 change: 1 addition & 0 deletions src/Language/bg/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Парола',
'passwordConfirm' => 'Парола (отново)',
'haveAccount' => 'Вече имате акаунт?',
'token' => '(To be translated) Token',

// Бутони
'confirm' => 'Потвърди',
Expand Down
1 change: 1 addition & 0 deletions src/Language/de/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Passwort',
'passwordConfirm' => 'Passwort (erneut)',
'haveAccount' => 'Haben Sie bereits ein Konto?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Bestätigen',
Expand Down
1 change: 1 addition & 0 deletions src/Language/en/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Password',
'passwordConfirm' => 'Password (again)',
'haveAccount' => 'Already have an account?',
'token' => 'Token',

// Buttons
'confirm' => 'Confirm',
Expand Down
1 change: 1 addition & 0 deletions src/Language/es/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Contraseña',
'passwordConfirm' => 'Contraseña (otra vez)',
'haveAccount' => '¿Ya tienes una cuenta?',
'token' => '(To be translated) Token',

// Botones
'confirm' => 'Confirmar',
Expand Down
1 change: 1 addition & 0 deletions src/Language/fa/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'رمز عبور',
'passwordConfirm' => 'رمز عبور (تکرار)',
'haveAccount' => 'از قبل حساب کاربری دارید؟',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'تایید',
Expand Down
1 change: 1 addition & 0 deletions src/Language/fr/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Mot de passe',
'passwordConfirm' => 'Mot de passe (répéter)',
'haveAccount' => 'Vous avez déjà un compte ?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Confirmer',
Expand Down
1 change: 1 addition & 0 deletions src/Language/id/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Kata Sandi',
'passwordConfirm' => 'Kata Sandi (lagi)',
'haveAccount' => 'Sudah punya akun?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Konfirmasi',
Expand Down
1 change: 1 addition & 0 deletions src/Language/it/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Password',
'passwordConfirm' => 'Password (ancora)',
'haveAccount' => 'Hai già un account?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Conferma',
Expand Down
1 change: 1 addition & 0 deletions src/Language/ja/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'パスワード', // 'Password'
'passwordConfirm' => 'パスワード(再)', // 'Password (again)'
'haveAccount' => 'すでにアカウントをお持ちの方', // 'Already have an account?'
'token' => '(To be translated) Token',

// Buttons
'confirm' => '確認する', // 'Confirm'
Expand Down
1 change: 1 addition & 0 deletions src/Language/lt/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Slaptažodis',
'passwordConfirm' => 'Slaptažodis (pakartoti)',
'haveAccount' => 'Jau turite paskyrą?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Patvirtinti',
Expand Down
1 change: 1 addition & 0 deletions src/Language/pt-BR/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Senha',
'passwordConfirm' => 'Senha (novamente)',
'haveAccount' => 'Já tem uma conta?',
'token' => '(To be translated) Token',

// Botões
'confirm' => 'Confirmar',
Expand Down
1 change: 1 addition & 0 deletions src/Language/pt/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Senha',
'passwordConfirm' => 'Senha (novamente)',
'haveAccount' => 'Já tem uma conta?',
'token' => '(To be translated) Token',

// Botões
'confirm' => 'Confirmar',
Expand Down
1 change: 1 addition & 0 deletions src/Language/sk/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Heslo',
'passwordConfirm' => 'Heslo (znova)',
'haveAccount' => 'Máte už účet?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Potvrdiť',
Expand Down
1 change: 1 addition & 0 deletions src/Language/sr/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Lozinka',
'passwordConfirm' => 'Lozinka (ponovo)',
'haveAccount' => 'Već imate nalog?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Potvrdi',
Expand Down
1 change: 1 addition & 0 deletions src/Language/sv-SE/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Lösenord',
'passwordConfirm' => 'Lösenord (igen)',
'haveAccount' => 'Har du redan ett konto?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Bekräfta',
Expand Down
1 change: 1 addition & 0 deletions src/Language/tr/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Şifre',
'passwordConfirm' => 'Şifre (tekrar)',
'haveAccount' => 'Zaten hesabınız var mı?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Onayla',
Expand Down
1 change: 1 addition & 0 deletions src/Language/uk/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'password' => 'Пароль',
'passwordConfirm' => 'Пароль (ще раз)',
'haveAccount' => 'Вже є обліковий запис?',
'token' => '(To be translated) Token',

// Buttons
'confirm' => 'Підтвердити',
Expand Down
2 changes: 1 addition & 1 deletion src/Views/email_activate_show.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="form-floating mb-2">
<input type="text" class="form-control" id="floatingTokenInput" name="token" placeholder="000000" inputmode="numeric"
pattern="[0-9]*" autocomplete="one-time-code" value="<?= old('token') ?>" required />
<label for="floatingTokenInput">Token</label>
<label for="floatingTokenInput"><?= lang('Auth.token') ?></label>
</div>

<div class="d-grid col-8 mx-auto m-3">
Expand Down

0 comments on commit a376dcc

Please sign in to comment.