kithkin/lang/en/account.php

65 lines
2.3 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Account Language Lines
|--------------------------------------------------------------------------
|
| Account, profile, and user settings language lines.
|
*/
// addresses
'address' => [
'city' => 'City',
'country' => 'Country',
'home' => 'Home address',
'label' => 'Address label',
'line1' => 'Address line 1',
'line2' => 'Address line 2',
'state' => 'State',
'work' => 'Work address',
'zip' => 'Zip code',
],
'billing' => [
'home' => 'Use your home address for billing',
'work' => 'Use your work address for billing',
],
'delete' => 'Delete account',
'delete-your' => 'Delete your account',
'delete-confirm' => 'Really delete my account!',
'email' => 'Email',
'email_address' => 'Email address',
'first_name' => 'First name',
'last_name' => 'Last name',
'phone' => 'Phone number',
'settings' => [
'addresses' => [
'title' => 'Addresses',
'subtitle' => 'Manage your home and work addresses and choose which one is used for billing.',
],
'delete' => [
'title' => 'There be dragons here',
'subtitle' => 'Delete your account and remove all information from our database. This can\'t be undone, so we recommend exporting your data first and migrating to a new provider.',
'explanation' => 'Please note that this is not like other apps that "delete" your data&mdash;we\'re not setting <code>is_deleted = 1</code>, we\'re purging it from our database.',
],
'delete-confirm' => [
'title' => 'Confirm account deletion',
'subtitle' => 'Please enter your password and confirm that you would like to permanently delete your account.',
],
'information' => [
'title' => 'Account information',
'subtitle' => 'Your name, email address, and other primary account details.',
],
'password' => [
'title' => 'Password',
'subtitle' => 'Ensure your account is using a long, random password to stay secure. We always recommend a password manager as well!',
],
'title' => 'Account settings',
],
'title' => 'Account',
];