Merge pull request #235 from openclassify/fatih

Fatih
This commit is contained in:
Fatih Alp 2020-01-16 14:11:57 +03:00 committed by GitHub
commit 56e9869a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 16 deletions

View File

@ -103,9 +103,7 @@ return [
'my_adv' => [
'name' => 'ADVS'
],
'description' => [
'name' => 'وصف'
],
'description' => 'وصف',
'type' => [
'name' => 'نوع'
],

View File

@ -103,9 +103,7 @@ return [
'my_adv' => [
'name' => 'ADVS'
],
'description' => [
'name' => 'Description'
],
'description' => 'Description',
'explanation' => 'Explanation',
'type' => [
'name' => 'Type'

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'أحدث الإعلانات',
'show_all' => [
'name' => 'عرض الكل',
],
'show_all' => 'عرض الكل',
'login' => [
'name' => 'تسجيل الدخول',
],

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'Latest Ads',
'show_all' => [
'name' => 'Show All',
],
'show_all' => 'Show All',
'login' => [
'name' => 'Login',
],

View File

@ -2,9 +2,7 @@
return [
'latest_ads' => 'Son Eklenenler',
'show_all' => [
'name' => 'Tümünü Göster',
],
'show_all' => 'Tümünü Göster',
'login' => [
'name' => 'Login',
],

View File

@ -6,7 +6,7 @@
</div>
<div class="col-md-6 text-right">
<a class="btn btn-outline-secondary"
href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all.name') }}</a>
href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all') }}</a>
</div>
{% endif %}
</div>