diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 07d3fec..09aed61 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -253,6 +253,21 @@ return [ 'Show share button' => 'Show share button+', 'disablesharebutton' => 'This setting allows you to hide the share button on your page.+', + ########Profile Blade######## + 'Account Settings' => 'Account Settings+', + 'Change email' => 'Change email+', + 'Change password' => 'Change password+', + 'Export user data' => 'Export user data+', + 'Export your user data' => 'Export your user data to transfer to a different instance.+', + 'Export all data' => 'Export all data+', + 'Export links only' => 'Export links only+', + 'Import user data' => 'Import user data+', + 'Import your user data' => 'Import your user data from another instance.+', + 'Import' => 'Import+', + 'Delete your account' => 'Delete your account+', + 'You are about to delete' => 'You are about to delete your account!+', + 'You are about to delete This action cannot be undone' => 'You are about to delete your account! This action cannot be undone.+', + 'Config' => 'Config+', 'Advanced Config' => 'Advanced Config+', diff --git a/resources/views/studio/profile.blade.php b/resources/views/studio/profile.blade.php index 5d76744..fa19a9a 100755 --- a/resources/views/studio/profile.blade.php +++ b/resources/views/studio/profile.blade.php @@ -25,7 +25,7 @@ @if($_SERVER['QUERY_STRING'] === '')
-

Account Settings

+

{{__('messages.Account Settings')}}

@foreach($profile as $profile) @@ -37,17 +37,17 @@

Email

- + @endif

@csrf
-

Password

+

{{__('messages.Password')}}

- +
@csrf @@ -58,18 +58,18 @@ @if(env('ALLOW_USER_EXPORT') != false)



-

Export user data

-

Export your user data to transfer to a different instance.

+

{{__('messages.Export user data')}}

+

{{__('messages.Export your user data')}}

@@ -81,12 +81,12 @@
@csrf



-

Import user data

- +

{{__('messages.Import user data')}}

+
- +
@endif @@ -94,7 +94,7 @@
+ {{__('messages.Delete your account')}}
@endforeach @@ -103,11 +103,11 @@ @if($_SERVER['QUERY_STRING'] === 'delete')
-

You are about to delete your account!

-

You are about to delete your account! This action cannot be undone.

+

{{__('messages.You are about to delete')}}

+

{{__('messages.You are about to delete This action cannot be undone')}}

- +