Rename Toots to Posts (#2396)
* rename toots -> posts in strings * extract tusky_compose_post_quicksetting_label string * rename toot -> status in code
This commit is contained in:
parent
bfcdee4a53
commit
d9931e3d2c
75 changed files with 728 additions and 726 deletions
|
@ -155,8 +155,8 @@
|
|||
<string name="dialog_download_image">下载</string>
|
||||
<string name="dialog_message_cancel_follow_request">移除关注请求?</string>
|
||||
<string name="dialog_unfollow_warning">不再关注此用户?</string>
|
||||
<string name="dialog_delete_toot_warning">删除这条嘟文?</string>
|
||||
<string name="dialog_redraft_toot_warning">删除并重新编辑这条嘟文?</string>
|
||||
<string name="dialog_delete_post_warning">删除这条嘟文?</string>
|
||||
<string name="dialog_redraft_post_warning">删除并重新编辑这条嘟文?</string>
|
||||
<string name="visibility_public">公开:所有人可见,并会出现在公共时间轴上</string>
|
||||
<string name="visibility_unlisted">不公开:所有人可见,但不会出现在公共时间轴上</string>
|
||||
<string name="visibility_private">仅关注者:只有经过你确认后关注你的用户可见</string>
|
||||
|
@ -299,11 +299,11 @@
|
|||
<string name="lock_account_label">保护你的帐户(锁嘟)</string>
|
||||
<string name="lock_account_label_description">你需要手动审核所有关注请求</string>
|
||||
<string name="compose_save_draft">保存为草稿?</string>
|
||||
<string name="send_toot_notification_title">正在发送…</string>
|
||||
<string name="send_toot_notification_error_title">发送失败</string>
|
||||
<string name="send_toot_notification_channel_name">嘟文发送中</string>
|
||||
<string name="send_toot_notification_cancel_title">已取消发送</string>
|
||||
<string name="send_toot_notification_saved_content">嘟文已保存为草稿</string>
|
||||
<string name="send_post_notification_title">正在发送…</string>
|
||||
<string name="send_post_notification_error_title">发送失败</string>
|
||||
<string name="send_post_notification_channel_name">嘟文发送中</string>
|
||||
<string name="send_post_notification_cancel_title">已取消发送</string>
|
||||
<string name="send_post_notification_saved_content">嘟文已保存为草稿</string>
|
||||
<string name="action_compose_shortcut">发表嘟文</string>
|
||||
<string name="error_no_custom_emojis">当前实例 %s 没有自定义表情符号</string>
|
||||
<string name="copy_to_clipboard_success">已复制到剪贴板</string>
|
||||
|
@ -312,7 +312,7 @@
|
|||
<string name="download_fonts">需要下载表情符号数据</string>
|
||||
<string name="performing_lookup_title">正在查询…</string>
|
||||
<string name="expand_collapse_all_statuses">展开/折叠所有嘟文</string>
|
||||
<string name="action_open_toot">打开嘟文</string>
|
||||
<string name="action_open_post">打开嘟文</string>
|
||||
<string name="restart_required">需要重启应用</string>
|
||||
<string name="restart_emoji">你需要重启 Tusky 才能生效</string>
|
||||
<string name="later">稍后</string>
|
||||
|
@ -408,14 +408,14 @@
|
|||
<string name="error_audio_upload_size">音频文件大小限制为 40M。</string>
|
||||
<string name="title_bookmarks">书签</string>
|
||||
<string name="title_domain_mutes">隐藏的域名</string>
|
||||
<string name="title_scheduled_toot">定时嘟文</string>
|
||||
<string name="title_scheduled_posts">定时嘟文</string>
|
||||
<string name="action_bookmark">书签</string>
|
||||
<string name="action_edit">编辑</string>
|
||||
<string name="action_view_bookmarks">书签</string>
|
||||
<string name="action_view_domain_mutes">隐藏的域名</string>
|
||||
<string name="action_add_poll">新增投票</string>
|
||||
<string name="action_access_scheduled_toot">定时嘟文</string>
|
||||
<string name="action_schedule_toot">定时嘟文</string>
|
||||
<string name="action_access_scheduled_posts">定时嘟文</string>
|
||||
<string name="action_schedule_post">定时嘟文</string>
|
||||
<string name="confirmation_domain_unmuted">%s 已取消隐藏</string>
|
||||
<string name="mute_domain_warning_dialog_ok">隐藏来自该域名的所有嘟文</string>
|
||||
<string name="pref_title_animate_gif_avatars">动画GIF头像</string>
|
||||
|
@ -489,10 +489,10 @@
|
|||
<string name="account_note_hint">此账号的备注</string>
|
||||
<string name="action_unsubscribe_account">取消关注</string>
|
||||
<string name="action_subscribe_account">关注</string>
|
||||
<string name="drafts_toot_reply_removed">该草稿回复的原嘟文已被删除</string>
|
||||
<string name="drafts_post_reply_removed">该草稿回复的原嘟文已被删除</string>
|
||||
<string name="draft_deleted">草稿已删除</string>
|
||||
<string name="drafts_failed_loading_reply">加载回复信息失败</string>
|
||||
<string name="drafts_toot_failed_to_send">嘟文发送失败!</string>
|
||||
<string name="drafts_post_failed_to_send">嘟文发送失败!</string>
|
||||
<string name="dialog_delete_list_warning">确认删除列表 %s?</string>
|
||||
<plurals name="error_upload_max_media_reached">
|
||||
<item quantity="other">最多只可上传 %1$d 个媒体附件。</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue