feat: added a profile settings and settings nav (#432)

This commit is contained in:
Ayaka Rizumu 2022-12-26 16:50:11 +08:00 committed by GitHub
parent c8a7e6e7e7
commit 613c5315b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 698 additions and 7 deletions

View file

@ -46,6 +46,7 @@
"clear_upload_failed": "Clear file upload errors",
"close": "Close",
"compose": "Compose",
"confirm": "Confirm",
"edit": "Edit",
"enter_app": "Enter App",
"favourite": "Favourite",
@ -55,6 +56,7 @@
"prev": "Prev",
"publish": "Publish!",
"reply": "Reply",
"save": "Save",
"save_changes": "Save changes",
"sign_in": "Sign in",
"switch_account": "Switch account",
@ -95,8 +97,10 @@
"error": {
"account_not_found": "Account {0} not found",
"explore-list-empty": "Nothing is trending right now. Check back later!",
"file_size_cannot_exceed_n_mb": "File size cannot exceed {0}MB",
"sign_in_error": "Cannot connect to the server.",
"status_not_found": "Post not found"
"status_not_found": "Post not found",
"unsupported_file_format": "Unsupported file format"
},
"feature_flag": {
"avatar_on_avatar": "Avatar on Avatar",
@ -153,7 +157,8 @@
"local": "Local",
"notifications": "Notifications",
"profile": "Profile",
"search": "Search {0}"
"search": "Search {0}",
"settings": "Settings"
},
"nav_user": {
"sign_in_desc": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server."
@ -219,6 +224,26 @@
"search": {
"search_desc": "Search for people & hashtags"
},
"settings": {
"preferences": {
"label": "Preferences"
},
"profile": {
"appearance": {
"bio": "Bio",
"description": "Edit avatar, username, profile, etc.",
"display_name": "Display name",
"label": "Appearance",
"title": "Edit profile"
},
"featured_tags": {
"description": "People can browse your public posts under these hashtags.",
"label": "Featured hashtags"
},
"label": "Profile"
},
"select_a_settings": "Select a settings"
},
"state": {
"edited": "(Edited)",
"editing": "Editing",

View file

@ -37,6 +37,8 @@
"boosted": "已转发",
"close": "关闭",
"compose": "撰写",
"confirm": "确认",
"edit": "编辑",
"enter_app": "进入应用",
"favourite": "喜欢",
"favourited": "已喜欢",
@ -45,6 +47,7 @@
"prev": "上一个",
"publish": "发布!",
"reply": "回复",
"save": "保存",
"save_changes": "保存更改",
"sign_in": "登鹿",
"switch_account": "切换帐号",
@ -81,8 +84,10 @@
"error": {
"account_not_found": "未找到用户 {0}",
"explore-list-empty": "目前没有热门话题,稍后再来看看吧!",
"file_size_cannot_exceed_n_mb": "文件大小不能超过 {0}MB",
"sign_in_error": "无法连接服务器",
"status_not_found": "未找到帖文"
"status_not_found": "未找到帖文",
"unsupported_file_format": "不支持的文件格式"
},
"feature_flag": {
"avatar_on_avatar": "头像堆叠",
@ -139,7 +144,8 @@
"local": "本地",
"notifications": "通知",
"profile": "个人资料",
"search": "搜索 {0}"
"search": "搜索 {0}",
"settings": "设置"
},
"nav_user": {
"sign_in_desc": "登录后可关注其他人或标签、点赞、分享和回复帖文,或与不同服务器上的账号交互。"
@ -201,6 +207,26 @@
"search": {
"search_desc": "搜索用户或话题标签"
},
"settings": {
"preferences": {
"label": "首选项"
},
"profile": {
"appearance": {
"bio": "简介",
"description": "编辑个人资料,例如头像、用户名、个人简介等。",
"display_name": "昵称",
"label": "外观",
"title": "编辑个人资料"
},
"featured_tags": {
"description": "人们可以在这些标签下浏览你的公共嘟文。",
"label": "精选的话题标签"
},
"label": "个人资料"
},
"select_a_settings": "在左侧选择一个设置"
},
"state": {
"edited": "(已编辑)",
"editing": "编辑中",