mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
56e9869a4d
@ -103,9 +103,7 @@ return [
|
||||
'my_adv' => [
|
||||
'name' => 'ADVS'
|
||||
],
|
||||
'description' => [
|
||||
'name' => 'وصف'
|
||||
],
|
||||
'description' => 'وصف',
|
||||
'type' => [
|
||||
'name' => 'نوع'
|
||||
],
|
||||
|
||||
@ -103,9 +103,7 @@ return [
|
||||
'my_adv' => [
|
||||
'name' => 'ADVS'
|
||||
],
|
||||
'description' => [
|
||||
'name' => 'Description'
|
||||
],
|
||||
'description' => 'Description',
|
||||
'explanation' => 'Explanation',
|
||||
'type' => [
|
||||
'name' => 'Type'
|
||||
|
||||
@ -2,9 +2,7 @@
|
||||
|
||||
return [
|
||||
'latest_ads' => 'أحدث الإعلانات',
|
||||
'show_all' => [
|
||||
'name' => 'عرض الكل',
|
||||
],
|
||||
'show_all' => 'عرض الكل',
|
||||
'login' => [
|
||||
'name' => 'تسجيل الدخول',
|
||||
],
|
||||
|
||||
@ -2,9 +2,7 @@
|
||||
|
||||
return [
|
||||
'latest_ads' => 'Latest Ads',
|
||||
'show_all' => [
|
||||
'name' => 'Show All',
|
||||
],
|
||||
'show_all' => 'Show All',
|
||||
'login' => [
|
||||
'name' => 'Login',
|
||||
],
|
||||
|
||||
@ -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',
|
||||
],
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user