purewhiter--mobilegym
205 行
10 KiB
TypeScript
205 行
10 KiB
TypeScript
/**
|
|
* X 字符串资源,对应 AOSP res/values/strings.xml
|
|
*/
|
|
export const strings = {
|
|
app_name: 'X',
|
|
|
|
// —— Home 首页 ——————————————————————————————————————————————————————————————
|
|
home_tab_foryou: '为你推荐',
|
|
home_tab_following: '正在关注',
|
|
home_follow_button: '关注',
|
|
|
|
// —— Search 搜索 / 探索 ————————————————————————————————————————————————————
|
|
search_placeholder: '搜索',
|
|
search_tab_foryou: '为你推荐',
|
|
search_tab_trending: '当前趋势',
|
|
search_tab_news: '新闻',
|
|
search_tab_sports: '体育',
|
|
search_tab_entertainment: '娱乐',
|
|
search_news_empty: '这里空空如也,暂时如此。',
|
|
search_sports_schedule: '赛程',
|
|
search_sports_standings: '积分榜',
|
|
search_sports_news: '新闻',
|
|
search_sports_full_schedule: '完整赛程 ->',
|
|
search_global_trends_title: '全球趋势',
|
|
search_global_trends_subtitle: '最受欢迎的帖子',
|
|
search_global_trends_explore: '探索',
|
|
|
|
// —— Search Input 搜索输入 ————————————————————————————————————————————————
|
|
search_input_placeholder: '搜索',
|
|
search_input_cancel: '取消',
|
|
search_results_title: '搜索结果',
|
|
search_results_user_count_suffix: '个用户',
|
|
search_results_empty: '没有找到相关用户',
|
|
search_recent_title: '最近搜索',
|
|
search_input_tab_hot: '热门',
|
|
search_input_tab_latest: '最新',
|
|
search_input_tab_people: '用户',
|
|
search_input_tab_video: '视频',
|
|
search_input_tab_photo: '照片',
|
|
search_view_all: '查看全部',
|
|
|
|
// —— Notifications 通知 ————————————————————————————————————————————————————
|
|
notifications_title: '通知',
|
|
notifications_tab_all: '全部',
|
|
notifications_tab_verified: '已认证',
|
|
notifications_tab_mentions: '提及',
|
|
notifications_empty: '暂无通知',
|
|
|
|
// —— Messages 私信 / 聊天 ————————————————————————————————————————————————
|
|
messages_title_chat: '聊天',
|
|
messages_title_connecting: '正在连接',
|
|
messages_search_placeholder: '搜索私信',
|
|
messages_tab_all: '全部',
|
|
messages_tab_unread: '未读',
|
|
messages_tab_groups: '群组',
|
|
messages_tab_requests: '请求',
|
|
messages_last_message_me_prefix: '你: ',
|
|
messages_requests_empty_title: '你的私信请求是空的',
|
|
messages_requests_empty_desc: '来自你没有关注的用户的私信或群组消息会显示在这里,你可以接受或删除它们。',
|
|
messages_groups_empty_title: '还没有群聊',
|
|
messages_groups_empty_desc: '创建一个群组并开始端到端加密聊天',
|
|
messages_unread_empty_title: '你已经看完了!',
|
|
messages_unread_empty_desc: '未读对话会显示在这里',
|
|
messages_all_empty_title: '还没有聊天',
|
|
messages_all_empty_desc: '开始端到端加密聊天',
|
|
|
|
// —— Chat 私信对话 —————————————————————————————————————————————————————————
|
|
chat_not_found: '未找到对话',
|
|
chat_back: '返回',
|
|
chat_joined_prefix: '加入于 ',
|
|
chat_input_placeholder: '发送私信',
|
|
chat_send_aria_label: '发送',
|
|
|
|
// —— Compose 发帖 ——————————————————————————————————————————————————————————
|
|
compose_cancel: '取消',
|
|
compose_submit: '发布',
|
|
compose_placeholder: '有什么新鲜事?',
|
|
compose_reply_permission: '所有人可以回复',
|
|
|
|
// —— Reply 回复 ———————————————————————————————————————————————————————————
|
|
reply_title: '回复',
|
|
reply_cancel: '取消',
|
|
reply_submit: '发布',
|
|
reply_not_found: '帖子不存在',
|
|
reply_placeholder: '发布你的回复',
|
|
reply_to_prefix: '回复 ',
|
|
|
|
// —— Post Details / Activity ———————————————————————————————————————————
|
|
post_title: '帖子',
|
|
post_not_found: '帖子不存在',
|
|
post_views_suffix: '查看',
|
|
post_view_quotes: '查看引用',
|
|
post_loading_replies: '加载回复中…',
|
|
post_no_replies: '暂无回复',
|
|
post_sort_replies: '对回复排序',
|
|
post_sort_quotes: '排序引用',
|
|
post_sort_relevant: '相关',
|
|
post_sort_recent: '最近',
|
|
post_sort_likes: '喜欢次数',
|
|
post_sort_popular: '热门',
|
|
post_reply_placeholder: '发布你的回复',
|
|
post_activity_title: '发帖活动',
|
|
|
|
// —— Profile 我的主页 ——————————————————————————————————————————————————————
|
|
profile_edit_button: '编辑资料',
|
|
profile_following_label: '正在关注',
|
|
profile_followers_label: '关注者',
|
|
profile_tab_posts: '帖子',
|
|
profile_tab_replies: '回复',
|
|
profile_tab_subs: '订阅',
|
|
profile_tab_videos: '视频',
|
|
profile_tab_photos: '照片',
|
|
profile_tab_articles: '文章',
|
|
profile_subs_unlock_title: '通过订阅服务解锁更多内容',
|
|
profile_subs_unlock_desc: '分享您的专享帖子和奖励内容,开启订阅服务。',
|
|
profile_subs_unlock_button: '开启订阅',
|
|
profile_articles_empty_title: '暂无文章',
|
|
profile_articles_empty_desc: '您发布的文章会显示在这里。',
|
|
profile_videos_empty: '暂无视频',
|
|
profile_photos_empty: '暂无照片',
|
|
profile_content_empty: '暂无内容',
|
|
profile_content_empty_desc: '当您发布内容时,它们会显示在这里。',
|
|
profile_replies_empty: '暂无回复',
|
|
|
|
// —— UserProfile 其他用户主页 ———————————————————————————————————————————
|
|
user_not_found_title: '用户不存在',
|
|
user_not_found_desc: '未找到该用户',
|
|
user_follow_button: '关注',
|
|
user_following_button: '正在关注',
|
|
user_subs_unlock_title: '通过订阅服务解锁更多内容',
|
|
user_subs_unlock_desc_tpl: '分享了 0 个订阅者专享帖子。订阅后可查看他们的专享帖子和奖励内容。',
|
|
user_articles_empty_title: '暂无文章',
|
|
user_articles_empty_desc_tpl: '发布文章时,它们会显示在这里。',
|
|
user_videos_empty: '暂无视频',
|
|
user_photos_empty: '暂无照片',
|
|
user_content_empty: '暂无内容',
|
|
user_replies_empty: '暂无回复',
|
|
|
|
// —— UserProfile Follow Menu ————————————————————————————————————————————
|
|
follow_menu_subscribe: '订阅',
|
|
follow_menu_subscribe_desc: '获取独家内容和徽章',
|
|
follow_menu_notifications: '开启通知',
|
|
follow_menu_notifications_desc: '不错过任何帖子',
|
|
follow_menu_unfollow: '取消关注',
|
|
follow_menu_close_aria_label: '关闭',
|
|
|
|
// —— UserConnections 关注列表 ————————————————————————————————————————————
|
|
connections_tab_following: '正在关注',
|
|
connections_tab_followers: '关注者',
|
|
connections_follow_button: '关注',
|
|
connections_following_button: '正在关注',
|
|
connections_empty: '暂无用户',
|
|
|
|
// —— Grok ————————————————————————————————————————————————————————————————
|
|
grok_mode_auto: '自动',
|
|
grok_announce_title: '推出 Grok 4.1',
|
|
grok_announce_desc: '在对话智能、情感理解与现实世界实用性方面树立了新标准。',
|
|
grok_quick_create_image: '创建图片',
|
|
grok_quick_edit_image: '编辑图片',
|
|
grok_quick_voice_mode: '尝试语音模式',
|
|
grok_input_placeholder: '随便问点什么',
|
|
grok_error_connection: '抱歉,我似乎无法连接到宇宙了。',
|
|
grok_submit_button: '发送',
|
|
grok_generating: '生成中…',
|
|
grok_send_button: '发言',
|
|
|
|
// —— Drawer 侧边栏 ————————————————————————————————————————————————————————
|
|
drawer_following_label: '正在关注',
|
|
drawer_followers_label: '关注者',
|
|
drawer_menu_profile: '个人资料',
|
|
drawer_menu_premium: 'Premium',
|
|
drawer_menu_videos: '视频',
|
|
drawer_menu_communities: '社群',
|
|
drawer_menu_bookmarks: '书签',
|
|
drawer_menu_lists: '列表',
|
|
drawer_menu_spaces: '空间',
|
|
drawer_menu_creator_studio: '创作者工作室',
|
|
drawer_menu_download_grok: '下载 Grok',
|
|
drawer_menu_settings: '设置和隐私',
|
|
drawer_menu_help: '帮助中心',
|
|
|
|
// —— Media 媒体加载 ———————————————————————————————————————————————————————
|
|
media_image_load_failed: '图片加载失败',
|
|
media_video_paused: '视频已暂停加载',
|
|
media_video_load_failed: '视频加载失败',
|
|
media_video_open_new_window: '在新窗口打开',
|
|
|
|
// —— Shared UI —————————————————————————————————————————————————————————————
|
|
common_you_reposted: '你转帖了',
|
|
common_cancel: '取消',
|
|
bookmark_toast_added: '帖子已添加到你的书签',
|
|
bookmark_toast_add_to_folder: '添加到文件夹',
|
|
retweet_sheet_retweet: '转帖',
|
|
retweet_sheet_quote: '引用',
|
|
retweet_sheet_view_activity: '查看帖子互动',
|
|
|
|
// —— Context 时间标签 —————————————————————————————————————————————————————
|
|
time_just_now: '刚刚',
|
|
|
|
// —— UserProfile Subs (other user) ————————————————————————————————————
|
|
user_subs_button: '订阅',
|
|
} as const;
|
|
|
|
export type StringKey = keyof typeof strings;
|