Added missing translations 🌍

ref #48
This commit is contained in:
Nicolai Ort 2021-02-26 18:59:48 +01:00
parent dcaca2ecbd
commit 89b7fb8072
4 changed files with 8 additions and 4 deletions

View File

@ -201,7 +201,7 @@
<div class="w-full sm:my-px sm:px-px sm:w-1/2">
<input
autocomplete="off"
placeholder="Search for permission"
placeholder="{$_('search-for-permission')}"
type="text"
bind:value={search_permission}
class="mt-4 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 dark:bg-gray-900 dark:text-gray-100 rounded-md p-2" />

View File

@ -307,7 +307,7 @@
<div class="w-full sm:my-px sm:px-px sm:w-1/2">
<input
autocomplete="off"
placeholder="Search for permission"
placeholder="{$_('search-for-permission')}"
type="text"
bind:value={search_permission}
class="mt-4 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 dark:bg-gray-900 dark:text-gray-100 rounded-md p-2" />

View File

@ -298,5 +298,7 @@
"something-about-the-group": "Infos zur Gruppe",
"there-are-no-groups-yet": "Es gibt noch keine Gruppen",
"updating-permissions": "Berechtigungen werden aktualisiert...",
"user-groups": "Benutzergruppen"
"user-groups": "Benutzergruppen",
"description": "Beschreibung",
"search-for-permission": "Berechtigungen durchsuchen"
}

View File

@ -298,5 +298,7 @@
"add-user-group": "Add User Group",
"user-groups": "User Groups",
"there-are-no-groups-yet": "There are no groups yet",
"add-your-first-group": "Add your first group"
"add-your-first-group": "Add your first group",
"description": "description",
"search-for-permission": "Search for permission"
}