AdminLTE i18n Changes

This commit removes unused language files and preserves the English sources for Crowdin. The account confirmation page has also been re-skinned with the current login/register template.
Some missing translations for 2fa were also added to the main messages file.
Sources for translations for the menus were also added.
This commit is contained in:
2020-09-03 16:06:51 +01:00
parent d93170b555
commit 5ea9e11a62
33 changed files with 102 additions and 612 deletions

View File

@@ -18,9 +18,9 @@
@csrf
<div class="form-group">
<label for="name" class="sr-only">{{__('messages.2fa_sronly')}}</label>
<input type="text" name="otp" id="name" class="form-control" placeholder="2FA Code (e.g. 543324)">
<input type="text" name="otp" id="name" class="form-control" placeholder="{{__('messages.profile.2fa_send_code_s')}}">
</div>
<input name="register" id="register" class="btn btn-block login-btn mb-4" type="submit" value="Send 2FA Code">
<input name="register" id="register" class="btn btn-block login-btn mb-4" type="submit" value="{{__('messages.profile.2fa_send_code')}}">
</form>
<p class="login-card-footer-text">{{__('messages.2fa_lostcode')}} <a href="{{ route('logout') }}" class="text-reset">{{__('messages.2fa_cancel_login')}}</a></p>
<nav class="login-card-footer-nav">