メッセージ変更

This commit is contained in:
tateisu 2022-12-27 09:11:55 +09:00
parent 373415874c
commit d58719ceb5
3 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,7 @@ object TootsearchHelper {
query: String,
from: Int?,
): TootApiResult? {
return TootApiResult("Tootsearch discontinued service on 2022/12/25.")
return TootApiResult(context.getString(R.string.tootsearch_discontinued))
// val result = TootApiResult.makeWithCaption("Tootsearch")
// if (result.error != null) return result

View File

@ -1143,7 +1143,7 @@
<string name="categories">カテゴリ</string>
<string name="error">エラー</string>
<string name="emoji_picker_custom_of">カスタム: %1$s</string>
<string name="others" >その他</string>
<string name="others">その他</string>
<string name="post_error_attachments_duplicated">Misskeyは添付データの重複を許可していません。</string>
<string name="use_web_settings">Web設定を使う</string>
<string name="content">本文</string>
@ -1153,4 +1153,5 @@
<string name="follow_hashtag_of">\"%1$s\"のフォロー</string>
<string name="unfollow_hashtag_of">\"%1$s\"のフォロー解除</string>
<string name="conversation_with_reference">会話と参照</string>
<string name="tootsearch_discontinued">Tootsearchは2022/12/25にサービス終了しました。</string>
</resources>

View File

@ -1162,4 +1162,5 @@
<string name="follow_hashtag_of">Follow %1$s</string>
<string name="unfollow_hashtag_of">Unfollow %1$s</string>
<string name="conversation_with_reference">conversation + reference</string>
<string name="tootsearch_discontinued">Tootsearch service discontinued on 2022/12/25.</string>
</resources>