Skip to content

Commit

Permalink
BUG nextcloud#3989::发送备注给接收人时,输入框上方的收件人要改为接收人,发送失败的提示“无法发送笔记”要改为“无法发送备注”
Browse files Browse the repository at this point in the history
  • Loading branch information
willpyshan13 committed Nov 26, 2020
1 parent e2c8f8a commit d504b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<string name="no_mutliple_accounts_allowed">只允许一个账号</string>
<string name="no_pdf_app_available">没有可用来打开 PDF 的应用</string>
<string name="note_confirm">发送</string>
<string name="note_could_not_sent">无法发送笔记</string>
<string name="note_could_not_sent">无法发送备注</string>
<string name="notification_action_failed">执行动作失败。</string>
<string name="notification_channel_download_description">显示下载进度</string>
<string name="notification_channel_download_name">下载提醒频道</string>
Expand Down Expand Up @@ -576,7 +576,7 @@
<string name="select_all">全部选择</string>
<string name="select_template">选择模板</string>
<string name="send">发送</string>
<string name="send_note">发送备注到收件人</string>
<string name="send_note">发送备注到接收人</string>
<string name="sendbutton_description">发送按钮的图标</string>
<string name="set_as">设置</string>
<string name="set_picture_as">将图片用作</string>
Expand Down

0 comments on commit d504b9d

Please sign in to comment.