update translations
This commit is contained in:
parent
175018e906
commit
b9b3f064f4
11
lang/lt.json
11
lang/lt.json
@ -3,6 +3,7 @@
|
||||
"Admin": "Administratorius",
|
||||
"Student": "Studentas",
|
||||
"Teacher": "Mokytojas",
|
||||
"Users": "Paskyros",
|
||||
"admin": "Administratorius",
|
||||
"student": "Studentas",
|
||||
"teacher": "Mokytojas",
|
||||
@ -17,5 +18,13 @@
|
||||
"Create test": "Sukurti testą",
|
||||
"Tests": "Testai",
|
||||
"Take tests": "Laikyti testą",
|
||||
"Dashboard": "Pagrindinis"
|
||||
"Dashboard": "Pagrindinis",
|
||||
"Log in": "Prisijungti",
|
||||
"Log Out": "Atsijungti",
|
||||
"Profile": "Paskyra",
|
||||
"Role": "Rolė",
|
||||
"Question": "Klausimas",
|
||||
"Answer": "Atsakymas",
|
||||
"Points": "Taškai",
|
||||
"Add question": "Pridėti klausimą"
|
||||
}
|
||||
|
@ -16,10 +16,10 @@
|
||||
<x-input-error :messages="$errors->get('email')" class="mt-2" />
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
<x-primary-button>
|
||||
{{ __('Email Password Reset Link') }}
|
||||
</x-primary-button>
|
||||
</div>
|
||||
{{-- <div class="flex items-center justify-end mt-4"> --}}
|
||||
{{-- <x-primary-button> --}}
|
||||
{{-- {{ __('Email Password Reset Link') }} --}}
|
||||
{{-- </x-primary-button> --}}
|
||||
{{-- </div> --}}
|
||||
</form>
|
||||
</x-guest-layout>
|
||||
|
@ -25,19 +25,19 @@
|
||||
</div>
|
||||
|
||||
<!-- Remember Me -->
|
||||
<div class="block mt-4">
|
||||
<label for="remember_me" class="inline-flex items-center">
|
||||
<input id="remember_me" type="checkbox" class="rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500" name="remember">
|
||||
<span class="ml-2 text-sm text-gray-600">{{ __('Remember me') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
{{-- <div class="block mt-4"> --}}
|
||||
{{-- <label for="remember_me" class="inline-flex items-center"> --}}
|
||||
{{-- <input id="remember_me" type="checkbox" class="rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500" name="remember"> --}}
|
||||
{{-- <span class="ml-2 text-sm text-gray-600">{{ __('Remember me') }}</span> --}}
|
||||
{{-- </label> --}}
|
||||
{{-- </div> --}}
|
||||
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
@if (Route::has('password.request'))
|
||||
<a class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" href="{{ route('password.request') }}">
|
||||
{{ __('Forgot your password?') }}
|
||||
</a>
|
||||
@endif
|
||||
{{-- @if (Route::has('password.request')) --}}
|
||||
{{-- <a class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" href="{{ route('password.request') }}"> --}}
|
||||
{{-- {{ __('Forgot your password?') }} --}}
|
||||
{{-- </a> --}}
|
||||
{{-- @endif --}}
|
||||
|
||||
<x-primary-button class="ml-3">
|
||||
{{ __('Log in') }}
|
||||
|
@ -49,9 +49,9 @@
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="content">
|
||||
<x-dropdown-link :href="route('profile.edit')">
|
||||
{{ __('Profile') }}
|
||||
</x-dropdown-link>
|
||||
{{-- <x-dropdown-link :href="route('profile.edit')"> --}}
|
||||
{{-- {{ __('Profile') }} --}}
|
||||
{{-- </x-dropdown-link> --}}
|
||||
|
||||
<!-- Authentication -->
|
||||
<form method="POST" action="{{ route('logout') }}">
|
||||
@ -110,9 +110,9 @@
|
||||
</div>
|
||||
|
||||
<div class="mt-3 space-y-1">
|
||||
<x-responsive-nav-link :href="route('profile.edit')">
|
||||
{{ __('Profile') }}
|
||||
</x-responsive-nav-link>
|
||||
{{-- <x-responsive-nav-link :href="route('profile.edit')"> --}}
|
||||
{{-- {{ __('Profile') }} --}}
|
||||
{{-- </x-responsive-nav-link> --}}
|
||||
|
||||
<!-- Authentication -->
|
||||
<form method="POST" action="{{ route('logout') }}">
|
||||
|
Loading…
Reference in New Issue
Block a user