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",
|
"Admin": "Administratorius",
|
||||||
"Student": "Studentas",
|
"Student": "Studentas",
|
||||||
"Teacher": "Mokytojas",
|
"Teacher": "Mokytojas",
|
||||||
|
"Users": "Paskyros",
|
||||||
"admin": "Administratorius",
|
"admin": "Administratorius",
|
||||||
"student": "Studentas",
|
"student": "Studentas",
|
||||||
"teacher": "Mokytojas",
|
"teacher": "Mokytojas",
|
||||||
@ -17,5 +18,13 @@
|
|||||||
"Create test": "Sukurti testą",
|
"Create test": "Sukurti testą",
|
||||||
"Tests": "Testai",
|
"Tests": "Testai",
|
||||||
"Take tests": "Laikyti testą",
|
"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" />
|
<x-input-error :messages="$errors->get('email')" class="mt-2" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center justify-end mt-4">
|
{{-- <div class="flex items-center justify-end mt-4"> --}}
|
||||||
<x-primary-button>
|
{{-- <x-primary-button> --}}
|
||||||
{{ __('Email Password Reset Link') }}
|
{{-- {{ __('Email Password Reset Link') }} --}}
|
||||||
</x-primary-button>
|
{{-- </x-primary-button> --}}
|
||||||
</div>
|
{{-- </div> --}}
|
||||||
</form>
|
</form>
|
||||||
</x-guest-layout>
|
</x-guest-layout>
|
||||||
|
@ -25,19 +25,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Remember Me -->
|
<!-- Remember Me -->
|
||||||
<div class="block mt-4">
|
{{-- <div class="block mt-4"> --}}
|
||||||
<label for="remember_me" class="inline-flex items-center">
|
{{-- <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">
|
{{-- <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>
|
{{-- <span class="ml-2 text-sm text-gray-600">{{ __('Remember me') }}</span> --}}
|
||||||
</label>
|
{{-- </label> --}}
|
||||||
</div>
|
{{-- </div> --}}
|
||||||
|
|
||||||
<div class="flex items-center justify-end mt-4">
|
<div class="flex items-center justify-end mt-4">
|
||||||
@if (Route::has('password.request'))
|
{{-- @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') }}">
|
{{-- <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?') }}
|
{{-- {{ __('Forgot your password?') }} --}}
|
||||||
</a>
|
{{-- </a> --}}
|
||||||
@endif
|
{{-- @endif --}}
|
||||||
|
|
||||||
<x-primary-button class="ml-3">
|
<x-primary-button class="ml-3">
|
||||||
{{ __('Log in') }}
|
{{ __('Log in') }}
|
||||||
|
@ -49,9 +49,9 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<x-slot name="content">
|
<x-slot name="content">
|
||||||
<x-dropdown-link :href="route('profile.edit')">
|
{{-- <x-dropdown-link :href="route('profile.edit')"> --}}
|
||||||
{{ __('Profile') }}
|
{{-- {{ __('Profile') }} --}}
|
||||||
</x-dropdown-link>
|
{{-- </x-dropdown-link> --}}
|
||||||
|
|
||||||
<!-- Authentication -->
|
<!-- Authentication -->
|
||||||
<form method="POST" action="{{ route('logout') }}">
|
<form method="POST" action="{{ route('logout') }}">
|
||||||
@ -110,9 +110,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-3 space-y-1">
|
<div class="mt-3 space-y-1">
|
||||||
<x-responsive-nav-link :href="route('profile.edit')">
|
{{-- <x-responsive-nav-link :href="route('profile.edit')"> --}}
|
||||||
{{ __('Profile') }}
|
{{-- {{ __('Profile') }} --}}
|
||||||
</x-responsive-nav-link>
|
{{-- </x-responsive-nav-link> --}}
|
||||||
|
|
||||||
<!-- Authentication -->
|
<!-- Authentication -->
|
||||||
<form method="POST" action="{{ route('logout') }}">
|
<form method="POST" action="{{ route('logout') }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user