Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 104ea35

Browse files
committed
add labels
1 parent 7d585c1 commit 104ea35

File tree

7 files changed

+42
-9
lines changed

7 files changed

+42
-9
lines changed

resources/lang/nl.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,38 @@
217217
"You may not delete your personal team.": "Je mag je persoonlijke team niet verwijderen.",
218218
"You may not leave a team that you created.": "Je kan het team dat je aangemaakt hebt niet verlaten.",
219219
"Your email address is not verified.": "Je e-mailadres is niet geverifieerd.",
220-
"Manage users" : "Beheer gebruikers"
221-
}
220+
"New": "Toevoegen",
221+
"User management": "Gebruikers beheer",
222+
"Manage users": "Beheer gebruikers",
223+
"Manage roles": "Beheer rollen",
224+
"Manage access": "Beheer toegang",
225+
"Developer menu": "Ontwikkelaars menu",
226+
"Permissions" : "Rechten",
227+
"Menus" : "Menus",
228+
229+
"All": "All",
230+
"Applied Filters": "Toegepaste filters",
231+
"Applied Sorting": "Toegepaste sortering",
232+
"Bulk Actions": "Bulk acties",
233+
"Clear": "wissen",
234+
"Columns": "Kolommen",
235+
"Done Reordering": "Sortering klaar",
236+
"Filters": "Filters",
237+
"Remove filter option": "Wis filter",
238+
"Remove sort option": "Wis sortering",
239+
"Search": "Zoek",
240+
"Select All": "Selecteer all",
241+
"Showing": "Toont",
242+
"Unselect All": "Deselecteer alle",
243+
"You are currently selecting all": "U heeft alle rijen geselecteerd",
244+
"You are not connected to the internet.": "You are not connected to the internet.",
245+
"You have selected": "U selecteerde",
246+
"of": "van",
247+
"Reorder": "Hersorteer",
248+
"results": "resultaten",
249+
"row" : "rij",
250+
"rows": "rijen",
251+
"rows, do you want to select all": "rijen, wil je alles selecteren",
252+
"to": "tot"
253+
254+
}

resources/views/menu-ui/menus.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77
<div>
88
<a href="{{ route('menu') }}" class="float-right bg-blue-500 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150" type="button">
9-
+ New
9+
+ {{ __('New') }}
1010
</a>
1111
</div>
1212
</div>

resources/views/menu-ui/navigation-item.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</svg>
1313
</a>
1414
@endif
15-
{{ $__menu->name }}</span>
15+
{{ __($__menu->name) }}</span>
1616
<span class="mr-auto">
1717
<svg class="fill-current h-4 w-4 transition duration-150 ease-in-out" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
1818
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/>
@@ -32,7 +32,7 @@
3232
</svg>
3333
</a>
3434
@endif
35-
<a class="" href="{{ Route::has($__menu->route) ? route($__menu->route) : '#' }}">{{ $__menu->name }}</a></li>
35+
<a class="" href="{{ Route::has($__menu->route) ? route($__menu->route) : '#' }}">{{ __($__menu->name) }}</a></li>
3636
@endif
3737
@endcan
3838
@endforeach

resources/views/menu-ui/navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a>
1414
@endif
1515
<a @click="open = ! open" @click.away="open = false" @close.stop="open = false" href="{{ Route::has($menu->route) ? route($menu->route) : '#' }}" class="inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 hover:text-gray-700 focus:outline-none focus:text-gray-700">
16-
{{ $menu->name }}
16+
{{ __($menu->name) }}
1717
</a>
1818

1919
@if($menu->menu->count() > 0)

resources/views/permission-ui/permissions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77
<div>
88
<a href="{{ route('permission') }}" class="float-right bg-blue-500 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150" type="button">
9-
+ New
9+
+ {{ __('New') }}
1010
</a>
1111
</div>
1212
</div>

resources/views/user-ui/roles.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77
<div>
88
<a href="{{ route('role.edit') }}" class="float-right bg-blue-500 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150" type="button">
9-
+ New
9+
+ {{ __('New') }}
1010
</a>
1111
</div>
1212
</div>

resources/views/user-ui/users.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77
<div>
88
<a href="{{ route('users.edit') }}" class="float-right bg-blue-500 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150" type="button">
9-
+ New
9+
+ {{ __('New') }}
1010
</a>
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)