change string resource

This commit is contained in:
tateisu 2021-05-30 11:05:29 +09:00
parent 18c355715c
commit 4fa7e51fb9
2 changed files with 4 additions and 4 deletions

View File

@ -1094,7 +1094,7 @@
<string name="confirm_reaction">%2$s から %1$s でリアクションしますか?</string>
<string name="confirm_reaction_to_pleroma">%2$s からカスタム絵文字 %1$s でリアクションしようとしていますが、送り先 %3$s はカスタム絵文字のリアクションに対応してないかもしれません。続けますか?</string>
<string name="multi_window_post">投稿画面を別ウィンドウで表示する</string>
<string name="many_window_post">投稿画面を多くのウィンドウで表示する</string>
<string name="multi_window_post">投稿画面を別ウィンドウで表示する (実験機能)</string>
<string name="many_window_post">投稿画面を多くのウィンドウで表示する (実験機能)</string>
</resources>

View File

@ -1106,6 +1106,6 @@
<string name="not_available_for_current_accounts">Unavailable for current accounts</string>
<string name="confirm_reaction">Reaction %1$s from %2$s?</string>
<string name="confirm_reaction_to_pleroma">Reaction custom emoji %1$s from %2$s to server %3$s that may not support custom emoji reaction. Continue?</string>
<string name="multi_window_post">Multi window for post activity</string>
<string name="many_window_post">Many window for post activity</string>
<string name="multi_window_post">Multi window for post activity (experimental)</string>
<string name="many_window_post">Many window for post activity (experimental)</string>
</resources>