Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:10:35 +07:00
commit 3db50d9637
371 changed files with 43223 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"profile": {
"description": "Manage your profile data and account settings",
"personal_info": "Personal Information",
"account_settings": "Account Settings",
"username": "Username",
"first_name": "First Name",
"first_name_placeholder": "Enter first name",
"last_name": "Last Name",
"last_name_placeholder": "Enter last name",
"phone": "Phone",
"phone_placeholder": "+1 XXX XXX XXXX",
"avatar": "Avatar",
"regenerate_avatar": "Regenerate avatar",
"save": "Save",
"saving": "Saving",
"role": "Role",
"language": "Interface language",
"notifications_settings": "Notifications",
"email_notifications": "Email notifications about new offers",
"order_notifications": "Order update notifications",
"security": "Security",
"two_factor": "Two-factor authentication",
"not_configured": "Not configured",
"last_login": "Last login",
"status": "Status",
"active": "Active",
"not_specified": "Not specified"
}
}