Its translation time 🌍

ref #103
This commit is contained in:
2021-03-19 18:10:40 +01:00
parent 13b557aba8
commit 5de0fd792f
3 changed files with 17 additions and 7 deletions

View File

@@ -58,11 +58,11 @@
</h3>
<div class="mt-2 mb-6">
<p class="text-sm text-gray-500">
Do you really want to delete your profile?
{$_('do-you-really-want-to-delete-your-profile')}
<br />
You are going to loose all permissions and access to the runner system!
{$_('you-are-going-to-loose-all-permissions-and-access-to-the-runner-system')}
<br>
After deltion we can't restore your old profile!
{$_('after-deletion-we-cant-restore-your-old-profile')}
</p>
</div>
</div>
@@ -73,13 +73,13 @@
on:click={deleteMe}
type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
Confirm, delete my user profile
{$_('confirm-delete-my-user-profile')}
</button>
<button
on:click={cancelDelete}
type="button"
class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm">
Cancel, keep my profile
{$_('cancel-keep-my-profile')}
</button>
</div>
</div>