mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 20:31:12 +10:00
feat: update user translation
This commit is contained in:
@ -1,41 +0,0 @@
|
||||
{
|
||||
"account": {
|
||||
"My Profile": "My Profile",
|
||||
"Change photo": "Change photo",
|
||||
"Name": "Name",
|
||||
"Your name": "Your name",
|
||||
"Save": "Save",
|
||||
"Updated successfully": "Updated successfully",
|
||||
"Failed to update data": "Failed to update data",
|
||||
"Email": "Email",
|
||||
"Change email": "Change email",
|
||||
"To change your email, you have to enter your password and new email.": "To change your email, you have to enter your password and new email.",
|
||||
"Password": "Password",
|
||||
"Enter your password": "Enter your password",
|
||||
"Enter your new preferred email": "Enter your new preferred email",
|
||||
"New email": "New email",
|
||||
"You can change your password here.": "You can change your password here.",
|
||||
"Change password": "Change password",
|
||||
"Your password must be a minimum of 8 characters.": "Your password must be a minimum of 8 characters.",
|
||||
"Current password": "Current password",
|
||||
"Enter your current password": "Enter your current password",
|
||||
"New password": "New password",
|
||||
"Enter your new password": "Enter your new password",
|
||||
"Password changed successfully": "Password changed successfully"
|
||||
},
|
||||
"preference": {
|
||||
"Preferences": "Preferences",
|
||||
"Theme": "Theme",
|
||||
"Choose your preferred color scheme.": "Choose your preferred color scheme.",
|
||||
"Select theme": "Select theme",
|
||||
"Light": "Light",
|
||||
"Dark": "Dark",
|
||||
"System settings": "System settings",
|
||||
"Language": "Language",
|
||||
"Choose your preferred interface language.": "Choose your preferred interface language.",
|
||||
"Select language": "Select language",
|
||||
"Full page width": "Full page width",
|
||||
"Choose your preferred page width.": "Choose your preferred page width.",
|
||||
"Toggle full page width": "Toggle full page width"
|
||||
}
|
||||
}
|
||||
37
apps/client/public/locales/en/user.json
Normal file
37
apps/client/public/locales/en/user.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"My Profile": "My Profile",
|
||||
"Change photo": "Change photo",
|
||||
"Name": "Name",
|
||||
"Your name": "Your name",
|
||||
"Save": "Save",
|
||||
"Updated successfully": "Updated successfully",
|
||||
"Failed to update data": "Failed to update data",
|
||||
"Email": "Email",
|
||||
"Change email": "Change email",
|
||||
"To change your email, you have to enter your password and new email.": "To change your email, you have to enter your password and new email.",
|
||||
"Password": "Password",
|
||||
"Enter your password": "Enter your password",
|
||||
"Enter your new preferred email": "Enter your new preferred email",
|
||||
"New email": "New email",
|
||||
"You can change your password here.": "You can change your password here.",
|
||||
"Change password": "Change password",
|
||||
"Your password must be a minimum of 8 characters.": "Your password must be a minimum of 8 characters.",
|
||||
"Current password": "Current password",
|
||||
"Enter your current password": "Enter your current password",
|
||||
"New password": "New password",
|
||||
"Enter your new password": "Enter your new password",
|
||||
"Password changed successfully": "Password changed successfully",
|
||||
"Preferences": "Preferences",
|
||||
"Theme": "Theme",
|
||||
"Choose your preferred color scheme.": "Choose your preferred color scheme.",
|
||||
"Select theme": "Select theme",
|
||||
"Light": "Light",
|
||||
"Dark": "Dark",
|
||||
"System settings": "System settings",
|
||||
"Language": "Language",
|
||||
"Choose your preferred interface language.": "Choose your preferred interface language.",
|
||||
"Select language": "Select language",
|
||||
"Full page width": "Full page width",
|
||||
"Choose your preferred page width.": "Choose your preferred page width.",
|
||||
"Toggle full page width": "Toggle full page width"
|
||||
}
|
||||
@ -1,41 +0,0 @@
|
||||
{
|
||||
"account": {
|
||||
"My Profile": "我的个人资料",
|
||||
"Change photo": "更改照片",
|
||||
"Name": "姓名",
|
||||
"Your name": "您的姓名",
|
||||
"Save": "保存",
|
||||
"Updated successfully": "更新成功",
|
||||
"Failed to update data": "数据更新失败",
|
||||
"Email": "电子邮箱",
|
||||
"Change email": "更改电子邮箱",
|
||||
"To change your email, you have to enter your password and new email.": "要更改您的电子邮箱,您需要输入密码和新的电子邮箱地址。",
|
||||
"Password": "密码",
|
||||
"Enter your password": "输入您的密码",
|
||||
"Enter your new preferred email": "输入您新的首选电子邮箱",
|
||||
"New email": "新电子邮箱",
|
||||
"You can change your password here.": "您可以在这里更改密码。",
|
||||
"Change password": "更改密码",
|
||||
"Your password must be a minimum of 8 characters.": "您的密码必须至少包含8个字符。",
|
||||
"Current password": "当前密码",
|
||||
"Enter your current password": "输入您的当前密码",
|
||||
"New password": "新密码",
|
||||
"Enter your new password": "输入您的新密码",
|
||||
"Password changed successfully": "密码更改成功"
|
||||
},
|
||||
"preference": {
|
||||
"Preferences": "偏好设置",
|
||||
"Theme": "主题",
|
||||
"Choose your preferred color scheme.": "选择您喜欢的配色方案。",
|
||||
"Select theme": "选择主题",
|
||||
"Light": "浅色",
|
||||
"Dark": "深色",
|
||||
"System settings": "系统设置",
|
||||
"Language": "语言",
|
||||
"Choose your preferred interface language.": "选择您喜欢的界面语言。",
|
||||
"Select language": "选择语言",
|
||||
"Full page width": "全页宽度",
|
||||
"Choose your preferred page width.": "选择您喜欢的页面宽度。",
|
||||
"Toggle full page width": "切换全页宽度"
|
||||
}
|
||||
}
|
||||
37
apps/client/public/locales/zh/user.json
Normal file
37
apps/client/public/locales/zh/user.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"My Profile": "我的个人资料",
|
||||
"Change photo": "更改照片",
|
||||
"Name": "姓名",
|
||||
"Your name": "您的姓名",
|
||||
"Save": "保存",
|
||||
"Updated successfully": "更新成功",
|
||||
"Failed to update data": "数据更新失败",
|
||||
"Email": "电子邮箱",
|
||||
"Change email": "更改电子邮箱",
|
||||
"To change your email, you have to enter your password and new email.": "要更改您的电子邮箱,您需要输入密码和新的电子邮箱地址。",
|
||||
"Password": "密码",
|
||||
"Enter your password": "输入您的密码",
|
||||
"Enter your new preferred email": "输入您新的首选电子邮箱",
|
||||
"New email": "新电子邮箱",
|
||||
"You can change your password here.": "您可以在这里更改密码。",
|
||||
"Change password": "更改密码",
|
||||
"Your password must be a minimum of 8 characters.": "您的密码必须至少包含8个字符。",
|
||||
"Current password": "当前密码",
|
||||
"Enter your current password": "输入您的当前密码",
|
||||
"New password": "新密码",
|
||||
"Enter your new password": "输入您的新密码",
|
||||
"Password changed successfully": "密码更改成功",
|
||||
"Preferences": "偏好设置",
|
||||
"Theme": "主题",
|
||||
"Choose your preferred color scheme.": "选择您喜欢的配色方案。",
|
||||
"Select theme": "选择主题",
|
||||
"Light": "浅色",
|
||||
"Dark": "深色",
|
||||
"System settings": "系统设置",
|
||||
"Language": "语言",
|
||||
"Choose your preferred interface language.": "选择您喜欢的界面语言。",
|
||||
"Select language": "选择语言",
|
||||
"Full page width": "全页宽度",
|
||||
"Choose your preferred page width.": "选择您喜欢的页面宽度。",
|
||||
"Toggle full page width": "切换全页宽度"
|
||||
}
|
||||
Reference in New Issue
Block a user