Added missing translations 🌍

ref #48
This commit is contained in:
Nicolai Ort 2021-02-26 19:01:23 +01:00
parent 89b7fb8072
commit 599d340a72
3 changed files with 7 additions and 5 deletions

View File

@ -193,7 +193,7 @@
</span> </span>
</div> </div>
<div class="mt-3 text-sm w-full"> <div class="mt-3 text-sm w-full">
<p class="ml-1 font-medium text-gray-700">Profile Picture</p> <p class="ml-1 font-medium text-gray-700">{$_('profile-picture')}</p>
<img <img
alt={$_('profile-picture')} alt={$_('profile-picture')}
class="h-20 w-20 rounded-full overflow-hidden bg-gray-100" class="h-20 w-20 rounded-full overflow-hidden bg-gray-100"
@ -202,7 +202,7 @@
<div class="mt-3 text-sm w-full"> <div class="mt-3 text-sm w-full">
<label <label
for="enabled" for="enabled"
class="ml-1 font-medium text-gray-700">Active?</label> class="ml-1 font-medium text-gray-700">{$_('active')}?</label>
<br /> <br />
<p class="text-gray-500"> <p class="text-gray-500">
<input <input
@ -214,7 +214,7 @@
type="checkbox" type="checkbox"
checked={editable_userdata.enabled} checked={editable_userdata.enabled}
class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" /> class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
set the user active/ inactive {$_('set-the-user-active-inactive')}
</p> </p>
</div> </div>
<div class="text-sm w-full"> <div class="text-sm w-full">

View File

@ -300,5 +300,6 @@
"updating-permissions": "Berechtigungen werden aktualisiert...", "updating-permissions": "Berechtigungen werden aktualisiert...",
"user-groups": "Benutzergruppen", "user-groups": "Benutzergruppen",
"description": "Beschreibung", "description": "Beschreibung",
"search-for-permission": "Berechtigungen durchsuchen" "search-for-permission": "Berechtigungen durchsuchen",
"set-the-user-active-inactive": "Den Benutzer auf (in)aktiv setzen"
} }

View File

@ -300,5 +300,6 @@
"there-are-no-groups-yet": "There are no groups yet", "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", "description": "description",
"search-for-permission": "Search for permission" "search-for-permission": "Search for permission",
"set-the-user-active-inactive": "set the user active/ inactive"
} }