Skip to content

Instantly share code, notes, and snippets.

@roberto-butti
Created December 20, 2020 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roberto-butti/9a241e33af35f03943ceaaf8c98390e1 to your computer and use it in GitHub Desktop.
Save roberto-butti/9a241e33af35f03943ceaaf8c98390e1 to your computer and use it in GitHub Desktop.
Laravel Jetstream Livewire, translation file
{
"Dashboard": "Dashboard",
"Manage Account": "Manage Account",
"Profile": "Profile",
"API Tokens": "API Tokens",
"Manage Team": "Manage Team",
"Team Settings": "Team Settings",
"Create New Team": "Create New Team",
"Switch Teams": "Switch Teams",
"Logout": "Logout",
"Delete Account": "Delete Account",
"Permanently delete your account.": "Permanently delete your account.",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
"Password": "Password",
"Nevermind": "Nevermind",
"Browser Sessions": "Browser Sessions",
"Manage and logout your active sessions on other browsers and devices.": "Manage and logout your active sessions on other browsers and devices.",
"If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
"This device": "This device",
"Last active": "Last active",
"Logout Other Browser Sessions": "Logout Other Browser Sessions",
"Done.": "Done.",
"Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.",
"Two Factor Authentication": "Two Factor Authentication",
"Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
"You have enabled two factor authentication.": "You have enabled two factor authentication.",
"You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
"Enable": "Enable",
"Regenerate Recovery Codes": "Regenerate Recovery Codes",
"Show Recovery Codes": "Show Recovery Codes",
"Disable": "Disable",
"Update Password": "Update Password",
"Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
"Current Password": "Current Password",
"New Password": "New Password",
"Confirm Password": "Confirm Password",
"Saved.": "Saved.",
"Save": "Save",
"Profile Information": "Profile Information",
"Photo": "Photo",
"Select A New Photo": "Select A New Photo",
"Remove Photo": "Remove Photo",
"Name": "Name",
"Email": "Email",
"Team Details": "Team Details",
"Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
"Team Owner": "Team Owner",
"Team Name": "Team Name",
"Create": "Create",
"Create Team": "Create Team",
"Delete Team": "Delete Team",
"Permanently delete this team.": "Permanently delete this team.",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
"Add Team Member": "Add Team Member",
"Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
"Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.": "Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.",
"Role": "Role",
"Added.": "Added.",
"Add": "Add",
"Team Members": "Team Members",
"All of the people that are part of this team.": "All of the people that are part of this team.",
"Leave": "Leave",
"Remove": "Remove",
"Manage Role": "Manage Role",
"Leave Team": "Leave Team",
"Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
"Remove Team Member": "Remove Team Member",
"Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
"Create API Token": "Create API Token",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
"Token Name": "Token Name",
"Permissions": "Permissions",
"Created.": "Created.",
"Manage API Tokens": "Manage API Tokens",
"You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
"Last used": "Last used",
"Delete": "Delete",
"API Token": "API Token",
"Close": "Close",
"API Token Permissions": "API Token Permissions",
"Delete API Token": "Delete API Token",
"Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?"
}
@DavisLima81
Copy link

Hello.
How are you doing?

How to use this translation file?
Where do I need to put this?
Need to resgistrate it at any config file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment