summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-03-31 17:33:00 +0900
committerGitHub <noreply@github.com>2025-03-31 17:33:00 +0900
commit15a5bb17e38b38cc027ccbf943644655bf85ab06 (patch)
tree1a6d7455257c8543134c0b278c52a7b854eecfc9 /locales
parentfix(frontend): tweak deck onboarding (diff)
downloadsharkey-15a5bb17e38b38cc027ccbf943644655bf85ab06.tar.gz
sharkey-15a5bb17e38b38cc027ccbf943644655bf85ab06.tar.bz2
sharkey-15a5bb17e38b38cc027ccbf943644655bf85ab06.zip
fix(frontend): チャットのデザイン調整 (#15708)
* fix(frontend): チャットのデザイン調整 * remove unused locales * 🎨 * Update XMessage.vue * Update XMessage.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts2
-rw-r--r--locales/ja-JP.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index bb1b598e51..4d3e4e73ce 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -5509,7 +5509,7 @@ export interface Locale extends ILocale {
*/
"thisUserAllowsChatOnlyFromFollowers": string;
/**
- * このユーザーはフォローしているユーザーからのみチャットを受け付けています。
+ * このユーザーは、このユーザーがフォローしているユーザーからのみチャットを受け付けています。
*/
"thisUserAllowsChatOnlyFromFollowing": string;
/**
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 4a8af14ee2..639b094a81 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1374,7 +1374,7 @@ _chat:
cannotChatWithTheUser_description: "チャットが使えない状態になっているか、相手がチャットを開放していません。"
chatWithThisUser: "チャットする"
thisUserAllowsChatOnlyFromFollowers: "このユーザーはフォロワーからのみチャットを受け付けています。"
- thisUserAllowsChatOnlyFromFollowing: "このユーザーはフォローしているユーザーからのみチャットを受け付けています。"
+ thisUserAllowsChatOnlyFromFollowing: "このユーザーは、このユーザーがフォローしているユーザーからのみチャットを受け付けています。"
thisUserAllowsChatOnlyFromMutualFollowing: "このユーザーは相互フォローのユーザーからのみチャットを受け付けています。"
thisUserNotAllowedChatAnyone: "このユーザーは誰からもチャットを受け付けていません。"
chatAllowedUsers: "チャットを許可する相手"