From e4375143cac5627640a6ebbc152dcb5b178488b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Wed, 24 Jan 2024 08:49:10 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20#456=20=E5=90=8D=E7=A7=B0=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=80=8C=E3=82=B9=E3=82=BF=E3=83=B3=E3=83=97=E3=80=8D?= =?UTF-8?q?=E2=86=92=E3=80=8C=E7=B5=B5=E6=96=87=E5=AD=97=E3=83=AA=E3=82=A2?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=80=8D=20(#497)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 1 - README.md | 6 ++-- .../mastodon/components/status_action_bar.jsx | 4 +-- .../mastodon/features/about/index.jsx | 2 +- app/javascript/mastodon/locales/en.json | 4 +-- app/javascript/mastodon/locales/ja.json | 18 +++++----- app/lib/search_query_transformer.rb | 2 +- config/locales/en.yml | 24 ++++++------- config/locales/ja.yml | 30 ++++++++-------- config/locales/simple_form.en.yml | 30 ++++++++-------- config/locales/simple_form.ja.yml | 36 +++++++++---------- 11 files changed, 78 insertions(+), 79 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 825616c4c6..43f8a79249 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,4 +33,3 @@ kmyblueが意図的に実装していない機能は、例えば以下のもの - お気に入り一覧の公開 - ブックマーク分類の公開 - Fedibird、Misskeyにあるような詳細な画面表示オプション -- 他のサーバーの投稿に対して他のサーバーのアカウントが行った絵文字リアクションの受け入れ diff --git a/README.md b/README.md index 4a5b76b209..e438d0bd7b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ kmyblueは同人向けサーバーとして出発したため、同人作家に kmyblueは、人の少ないサーバーでの運用を考慮して設計しています。そのため、他のサーバーのアカウントの購読機能はFedibirdほど発達していませんし、人の多いサーバー向けの独自改造もほとんど存在しません。 -ただしサーバーの負荷については一部度外視している部分があります。たとえばスタンプ機能はサーバーへ著しい負荷をかける場合があります。スタンプ機能そのものを無効にする管理者オプションも存在します。 +ただしサーバーの負荷については一部度外視している部分があります。たとえば絵文字リアクション機能はサーバーへ著しい負荷をかける場合があります。絵文字リアクション機能そのものを無効にする管理者オプションも存在します。 もちろん人の多いサーバーでの運用が不便になるような修正は行っていません。人の多いサーバーでもそのままお使いいただけます。 @@ -86,7 +86,7 @@ kmyblueでは、「Fediverseは将来的に荒むのではないか」「Fediver 個別ユーザー向けの設定項目が複数あります。 - Misskeyは、たとえMastodonの投稿であっても非収載投稿を自由に検索できますが、kmyblueではそれをブロックできるユーザー設定が存在します -- 他の人からのスタンプの受け入れを制限する設定も可能であり、例えば他のサーバーから好ましくないスタンプを受け取ることを防止できます +- 他の人からの絵文字リアクションの受け入れを制限する設定も可能であり、例えば他のサーバーから好ましくない絵文字リアクションを受け取ることを防止できます - 公開タイムラインの引用表示はデフォルトで無効になっています。不快な投稿を引用したものが公開タイムラインに流れても、ある程度は防止できます - フィルター(ワードミュート)は、引用された投稿の内容にも適用されます。この場合、引用投稿そのものが表示されなくなります - 自分のフォローしている相手の投稿をフィルターから除外する設定が存在します。防御を上げすぎると不便な箇所が出てくるので、そちらも緩和できるよう可能な限り配慮しています @@ -97,7 +97,7 @@ kmyblueでは、「Fediverseは将来的に荒むのではないか」「Fediver ### その他の主な機能 -- スタンプ(絵文字リアクション)による手軽な交流 +- 絵文字リアクションによる手軽な交流 - 絵文字デッキによる頻繁に使用する絵文字の登録・選択 - 検索機能の強化(検索許可) - 投稿の引用 diff --git a/app/javascript/mastodon/components/status_action_bar.jsx b/app/javascript/mastodon/components/status_action_bar.jsx index 2232748d68..050595ea10 100644 --- a/app/javascript/mastodon/components/status_action_bar.jsx +++ b/app/javascript/mastodon/components/status_action_bar.jsx @@ -51,7 +51,7 @@ const messages = defineMessages({ cancel_reblog_private: { id: 'status.cancel_reblog_private', defaultMessage: 'Unboost' }, cannot_reblog: { id: 'status.cannot_reblog', defaultMessage: 'This post cannot be boosted' }, favourite: { id: 'status.favourite', defaultMessage: 'Favorite' }, - emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Stamp' }, + emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Emoji reaction' }, bookmark: { id: 'status.bookmark', defaultMessage: 'Bookmark' }, bookmarkCategory: { id: 'status.bookmark_category', defaultMessage: 'Bookmark category' }, removeBookmark: { id: 'status.remove_bookmark', defaultMessage: 'Remove bookmark' }, @@ -469,7 +469,7 @@ class StatusActionBar extends ImmutablePureComponent { const denyFromAll = emojiReactionPolicy !== 'block' && emojiReactionPolicy !== 'block'; const emojiPickerDropdown = (enableEmojiReaction && emojiReactionAvailableServer && denyFromAll && (writtenByMe || (following && followed && mutual && outside)) && ( + )} /> )) || (enableEmojiReaction && (
diff --git a/app/javascript/mastodon/features/about/index.jsx b/app/javascript/mastodon/features/about/index.jsx index fb0ce02f1a..0ae76e4613 100644 --- a/app/javascript/mastodon/features/about/index.jsx +++ b/app/javascript/mastodon/features/about/index.jsx @@ -35,7 +35,7 @@ const messages = defineMessages({ suspended: { id: 'about.domain_blocks.suspended.title', defaultMessage: 'Suspended' }, suspendedExplanation: { id: 'about.domain_blocks.suspended.explanation', defaultMessage: 'No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.' }, publicUnlistedVisibility: { id: 'privacy.public_unlisted.short', defaultMessage: 'Public unlisted' }, - emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Stamp' }, + emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Emoji reaction' }, enabled: { id: 'about.enabled', defaultMessage: 'Enabled' }, disabled: { id: 'about.disabled', defaultMessage: 'Disabled' }, capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'kmyblue capabilities' }, diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 25b9629d7b..9567fda4bb 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -694,8 +694,8 @@ "status.edited": "Edited {date}", "status.edited_x_times": "Edited {count, plural, one {{count} time} other {{count} times}}", "status.embed": "Embed", - "status.emoji_reaction": "Stamp", - "status.emoji_reaction.pick": "Pick stamp", + "status.emoji_reaction": "Emoji reaction", + "status.emoji_reaction.pick": "Pick emoji reaction", "status.expiration.add": "Set status expired time", "status.favourite": "Favorite", "status.filter": "Filter this post", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 2ecc0d9eb5..ed5f98fbe9 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -185,7 +185,7 @@ "column.direct": "非公開の返信", "column.directory": "ディレクトリ", "column.domain_blocks": "ブロックしたドメイン", - "column.emoji_reactions": "スタンプ", + "column.emoji_reactions": "絵文字リアクション", "column.favourites": "お気に入り", "column.firehose": "リアルタイムフィード", "column.follow_requests": "フォローリクエスト", @@ -323,7 +323,7 @@ "empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!", "empty_column.direct": "非公開の返信はまだありません。非公開でやりとりをするとここに表示されます。", "empty_column.domain_blocks": "ブロックしているドメインはありません。", - "empty_column.emoji_reactions": "まだ誰もスタンプをつけていません。スタンプをつけられるとここに表示されます。", + "empty_column.emoji_reactions": "まだ誰も絵文字をつけていません。絵文字をつけられるとここに表示されます。", "empty_column.explore_statuses": "まだ何もありません。後で確認してください。", "empty_column.favourited_statuses": "お気に入りの投稿はまだありません。お気に入りに登録すると、ここに表示されます。", "empty_column.favourites": "まだ誰もこの投稿をお気に入りに登録していません。お気に入りに登録されると、ここに表示されます。", @@ -435,7 +435,7 @@ "keyboard_shortcuts.description": "説明", "keyboard_shortcuts.direct": "非公開の返信のカラムを開く", "keyboard_shortcuts.down": "カラム内一つ下に移動", - "keyboard_shortcuts.emoji_reactions": "スタンプのリストを開く", + "keyboard_shortcuts.emoji_reactions": "絵文字リアクションのリストを開く", "keyboard_shortcuts.enter": "投稿の詳細を表示", "keyboard_shortcuts.favourite": "お気に入りの投稿", "keyboard_shortcuts.favourites": "お気に入りリストを開く", @@ -505,7 +505,7 @@ "navigation_bar.discover": "見つける", "navigation_bar.domain_blocks": "ブロックしたドメイン", "navigation_bar.edit_profile": "プロフィールを編集", - "navigation_bar.emoji_reactions": "スタンプ", + "navigation_bar.emoji_reactions": "絵文字リアクション", "navigation_bar.explore": "探索する", "navigation_bar.favourites": "お気に入り", "navigation_bar.filters": "フィルター設定", @@ -527,7 +527,7 @@ "not_signed_in_indicator.not_signed_in": "この機能を使うにはログインする必要があります。", "notification.admin.report": "{name}さんが{target}さんを通報しました", "notification.admin.sign_up": "{name}さんがサインアップしました", - "notification.emoji_reaction": "{name}さんがあなたの投稿にスタンプをつけました", + "notification.emoji_reaction": "{name}さんがあなたの投稿に絵文字をつけました", "notification.favourite": "{name}さんがお気に入りしました", "notification.follow": "{name}さんにフォローされました", "notification.follow_request": "{name}さんがあなたにフォローリクエストしました", @@ -545,7 +545,7 @@ "notifications.column_settings.admin.report": "新しい通報:", "notifications.column_settings.admin.sign_up": "新規登録:", "notifications.column_settings.alert": "デスクトップ通知", - "notifications.column_settings.emoji_reaction": "スタンプ", + "notifications.column_settings.emoji_reaction": "絵文字リアクション", "notifications.column_settings.favourite": "お気に入り:", "notifications.column_settings.filter_bar.advanced": "すべてのカテゴリを表示", "notifications.column_settings.filter_bar.category": "クイックフィルターバー:", @@ -565,7 +565,7 @@ "notifications.column_settings.update": "編集:", "notifications.filter.all": "すべて", "notifications.filter.boosts": "ブースト", - "notifications.filter.emoji_reactions": "スタンプ", + "notifications.filter.emoji_reactions": "絵文字リアクション", "notifications.filter.favourites": "お気に入り", "notifications.filter.follows": "フォロー", "notifications.filter.mentions": "返信", @@ -780,8 +780,8 @@ "status.edited": "{date}に編集", "status.edited_x_times": "{count}回編集", "status.embed": "埋め込み", - "status.emoji_reaction": "スタンプ", - "status.emoji_reaction.pick": "スタンプを押す", + "status.emoji_reaction": "絵文字リアクション", + "status.emoji_reaction.pick": "絵文字を追加する", "status.expiration.add": "時限投稿を設定", "status.favourite": "お気に入り", "status.filter": "この投稿をフィルターする", diff --git a/app/lib/search_query_transformer.rb b/app/lib/search_query_transformer.rb index d67ba8d936..c287ac4a24 100644 --- a/app/lib/search_query_transformer.rb +++ b/app/lib/search_query_transformer.rb @@ -340,7 +340,7 @@ class SearchQueryTransformer < Parslet::Transform @filter = :mentioned_by when 'referenced', 'ref' @filter = :referenced_by - when 'emoji_reacted', 'stamped', 'stamp' + when 'emoji_reacted', 'stamped', 'stamp', 'emoji' @filter = :emoji_reacted_by when 'bookmarked', 'bm' @filter = :bookmarked_by diff --git a/config/locales/en.yml b/config/locales/en.yml index 48f361d70b..53e4d11506 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -861,7 +861,7 @@ en: desc_html: Affects all users who have not changed this setting themselves title: Opt users out of search engine indexing by default discovery: - emoji_reactions: Stamp + emoji_reactions: Emoji reaction follow_recommendations: Follow recommendations friend_servers: Friend servers preamble: Surfacing interesting content is instrumental in onboarding new users who may not know anyone Mastodon. Control how various discovery features work on your server. @@ -906,8 +906,8 @@ en: patch: Patch release — bugfixes and easy to apply changes version: Version special_instances: - emoji_reaction_disallow_domains: Domains we are not permitted stamp - emoji_reaction_disallow_domains_hint: If you need to be considerate to your coalition partners, set the domain with a new line separator. It is not possible to put a stamp on a post from a set domain. + emoji_reaction_disallow_domains: Domains we are not permitted emoji reaction + emoji_reaction_disallow_domains_hint: If you need to be considerate to your coalition partners, set the domain with a new line separator. It is not possible to put an emoji reaction on a post from a set domain. title: Special servers statuses: account: Author @@ -1195,7 +1195,7 @@ en: advanced_web_interface_hint: 'If you want to make use of your entire screen width, the advanced web interface allows you to configure many different columns to see as much information at the same time as you want: Home, notifications, federated timeline, any number of lists and hashtags.' animations_and_accessibility: Animations and accessibility confirmation_dialogs: Confirmation dialogs - custom_emoji_and_emoji_reactions: Custom emoji and stamps + custom_emoji_and_emoji_reactions: Custom emoji and emoji reactions discovery: Discovery localization: body: Mastodon is translated by volunteers. @@ -1654,9 +1654,9 @@ en: subject: "%{name} favorited your post" title: New favorite emoji_reaction: - body: 'Your post was stamped by %{name}:' - subject: "%{name} stamped your post" - title: New stamp + body: 'Your post was reacted with emoji by %{name}:' + subject: "%{name} reacted your post with emoji" + title: New emoji reaction follow: body: "%{name} is now following you!" subject: "%{name} is now following you" @@ -1727,7 +1727,7 @@ en: does_not_search: The full-text search feature is not available on this server. Instead, your posts will be searched according to this setting on other kmyblue servers. dtl: Deep timeline dtl_hint: "You can join deep timeline with #%{tag} tag. Following settings make convenient to use deep timeline." - emoji_reaction_permitting: Receiving stamps + emoji_reaction_permitting: Receiving emoji reactions other: Other posting_defaults: Posting defaults public_timelines: Public timelines @@ -1757,7 +1757,7 @@ en: reactions: errors: banned: Banned reaction from the user - disabled: Stamp is disabled on this server + disabled: Emoji reaction is disabled on this server duplication: Cannot react same things limit_reached: Limit of different reactions reached unrecognized_emoji: is not a recognized emoji @@ -1939,7 +1939,7 @@ en: enabled_hint: Automatically deletes your posts once they reach a specified age threshold, unless they match one of the exceptions below exceptions: Exceptions explanation: Because deleting posts is an expensive operation, this is done slowly over time when the server is not otherwise busy. For this reason, your posts may be deleted a while after they reach the age threshold. - ignore_emojis: Ignore stamps + ignore_emojis: Ignore emoji reactions ignore_favs: Ignore favorites ignore_reblogs: Ignore boosts interaction_exceptions: Exceptions based on interactions @@ -1966,8 +1966,8 @@ en: '63113904': 2 years '7889238': 3 months min_age_label: Age threshold - min_emojis: Keep posts stamped at least - min_emojis_hint: Doesn't delete any of your posts that has received at least this number of stamps. Leave blank to delete posts regardless of their number of emojis + min_emojis: Keep posts reacted with emoji at least + min_emojis_hint: Doesn't delete any of your posts that has received at least this number of emoji reactions. Leave blank to delete posts regardless of their number of emojis min_favs: Keep posts favorited at least min_favs_hint: Doesn't delete any of your posts that has received at least this number of favorites. Leave blank to delete posts regardless of their number of favorites min_reblogs: Keep posts boosted at least diff --git a/config/locales/ja.yml b/config/locales/ja.yml index cb4713f0b9..b317236a5f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -435,8 +435,8 @@ ja: private_comment_hint: このコメントは同じサーバーのモデレーターも閲覧できます。 public_comment: コメント (公開) public_comment_hint: ドメインブロックの公開を有効にしている場合、このコメントも公開されます。 - reject_favourite: お気に入り、スタンプを拒否 - reject_favourite_hint: 今後のお気に入り、スタンプを拒否します。停止とは無関係です + reject_favourite: お気に入り、絵文字リアクションを拒否 + reject_favourite_hint: 今後のお気に入り、絵文字リアクションを拒否します。停止とは無関係です reject_friend: フレンドサーバー申請を拒否 reject_friend_hint: 今後のフレンドサーバー申請を全て拒否します。停止とは無関係です reject_hashtag: ハッシュタグを拒否 @@ -852,7 +852,7 @@ ja: desc_html: この設定を自分で変更していない全ユーザーに影響します title: デフォルトで検索エンジンによるインデックスを拒否する discovery: - emoji_reactions: スタンプ + emoji_reactions: 絵文字リアクション follow_recommendations: おすすめフォロー friend_servers: フレンドサーバー preamble: Mastodon を知らないユーザーを取り込むには、興味深いコンテンツを浮上させることが重要です。サーバー上で様々なディスカバリー機能がどのように機能するかを制御します。 @@ -897,8 +897,8 @@ ja: patch: パッチ (バグ修正のみ) version: バージョン special_instances: - emoji_reaction_disallow_domains: 自分がスタンプをつけることを許可しないドメイン - emoji_reaction_disallow_domains_hint: 連合先に配慮する必要がある場合、ドメインを改行区切りで設定します。設定されたドメインの投稿にスタンプを付けることはできません。 + emoji_reaction_disallow_domains: 自分のサーバーが絵文字リアクションをすることを許可しないドメイン + emoji_reaction_disallow_domains_hint: 連合先に配慮する必要がある場合、ドメインを改行区切りで設定します。設定されたドメインの投稿に絵文字リアクションを付けることはできません。 title: 特殊なサーバー statuses: account: 作成者 @@ -1183,7 +1183,7 @@ ja: advanced_web_interface_hint: 'ディスプレイを幅いっぱいまで活用したい場合、上級者向け UI をおすすめします。ホーム、通知、連合タイムライン、更にはリストやハッシュタグなど、様々な異なるカラムから望む限りの情報を一度に受け取れるような設定が可能になります。' animations_and_accessibility: アニメーションとアクセシビリティー confirmation_dialogs: 確認ダイアログ - custom_emoji_and_emoji_reactions: カスタム絵文字とスタンプ + custom_emoji_and_emoji_reactions: カスタム絵文字と絵文字リアクション discovery: 見つける localization: body: Mastodonは有志によって翻訳されています。 @@ -1634,9 +1634,9 @@ ja: subject: "%{name}さんにお気に入りに登録されました" title: 新たなお気に入り登録 emoji_reaction: - body: "%{name}さんにスタンプをつけられた、あなたの投稿があります:" - subject: "%{name}さんにスタンプをつけられました" - title: 新たなスタンプ + body: "%{name}さんに絵文字をつけられた、あなたの投稿があります:" + subject: "%{name}さんに絵文字をつけられました" + title: 新たな絵文字リアクション follow: body: "%{name}さんにフォローされています!" subject: "%{name}さんにフォローされています" @@ -1706,7 +1706,7 @@ ja: does_not_search: このサーバーでは全文検索機能を利用できません。代わりに、他のkmyblueサーバーであなたの投稿がこの設定に従って検索されます。 dtl: ディープタイムライン dtl_hint: "#%{tag} ハッシュタグに参加することで、ディープタイムラインに投稿できます。ここではディープタイムラインを利用しやすくするための設定ができます。" - emoji_reaction_permitting: スタンプの受け入れ + emoji_reaction_permitting: 絵文字リアクションの受け入れ other: その他 posting_defaults: デフォルトの投稿設定 public_timelines: 公開タイムライン @@ -1736,7 +1736,7 @@ ja: reactions: errors: banned: 指定ユーザーからのリアクションは禁止されています - disabled: このサーバーではスタンプ機能は無効になっています + disabled: このサーバーでは絵文字リアクション機能は無効になっています duplication: 同じリアクションを複数行おうとしました limit_reached: リアクションの種類が上限に達しました unrecognized_emoji: は絵文字として認識されていません @@ -1931,8 +1931,8 @@ ja: keep_polls_hint: アンケート付きの投稿を削除せずに残します keep_self_bookmark: ブックマークした投稿を保持 keep_self_bookmark_hint: 自分自身でブックマークした投稿を削除せずに残します - keep_self_emoji: スタンプをつけた投稿を保持 - keep_self_emoji_hint: 自分自身でスタンプをつけた投稿を削除せずに残します + keep_self_emoji: 絵文字をつけた投稿を保持 + keep_self_emoji_hint: 自分自身で絵文字をつけた投稿を削除せずに残します keep_self_fav: お気に入りに登録した投稿を保持 keep_self_fav_hint: 自分自身でお気に入りに登録した投稿を削除せずに残します min_age: @@ -1945,8 +1945,8 @@ ja: '63113904': 2年 '7889238': 3ヶ月 min_age_label: 投稿を保持する期間 - min_emojis: スタンプの基準値 - min_emojis_hint: この数以上、スタンプをつけられた投稿を削除せずに残します。空白にしておくと、数に関わらず投稿を削除します。 + min_emojis: 絵文字リアクションの基準値 + min_emojis_hint: この数以上、絵文字をつけられた投稿を削除せずに残します。空白にしておくと、数に関わらず投稿を削除します。 min_favs: お気に入りの基準値 min_favs_hint: この数以上、お気に入り登録された投稿を削除せずに残します。空白にしておくと、お気に入りの数に関わらず投稿を削除します。 min_reblogs: ブーストの基準値 diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 538ced10ca..fa7b369cc3 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -70,7 +70,7 @@ en: setting_dtl_force_searchability: "With using #%{tag} tag, your post settings will be changed forcibly" setting_dtl_force_visibility: "With using #%{tag} tag, your post settings will be changed forcibly" setting_dtl_menu: Show DTL menu on web - setting_emoji_reaction_policy: Even with this setting, users on other servers are free to put their stamp on the post and share it within the same server. If you simply want to remove the stamp from your own screen, you can disable it from the appearance settings + setting_emoji_reaction_policy: Even with this setting, users on other servers are free to put their emoji reaction on the post and share it within the same server. If you simply want to remove the emoji reaction from your own screen, you can disable it from the appearance settings setting_enable_emoji_reaction: If turn off, other users still can react your posts setting_reverse_search_quote: Double-quotes will result in a search with a wider range of notation, which is the opposite of Mastodon's default behavior. setting_single_ref_to_quote: If this server does not have target post, target server maybe cannot read your quote @@ -258,10 +258,10 @@ en: setting_dtl_force_subscribable: Ignore your subscribability setting when using the DTL tag setting_dtl_force_searchability: Post searchability setting_dtl_force_visibility: Post visibility - setting_emoji_reaction_streaming_notify_impl2: Enable stamp notification compat with Nyastodon, Catstodon, glitch-soc - setting_enable_emoji_reaction: Use stamp function + setting_emoji_reaction_streaming_notify_impl2: Enable emoji reaction notification compat with Nyastodon, Catstodon, glitch-soc + setting_enable_emoji_reaction: Use emoji reaction function setting_enable_login_privacy: Enable login visibility - setting_emoji_reaction_policy: Stamp receive/display policy + setting_emoji_reaction_policy: Emoji reaction receive/display policy setting_emoji_reaction_policy_items: allow: Allow all block: Block @@ -271,8 +271,8 @@ en: outside_only: Followings or followers only setting_expand_spoilers: Always expand posts marked with content warnings setting_hide_blocking_quote: Hide posts which have a quote written by the user you are blocking - setting_hide_emoji_reaction_count: Hide stamp count - setting_hide_emoji_reaction_unavailable_server: Hide stamp button from unavailable server + setting_hide_emoji_reaction_count: Hide emoji reaction count + setting_hide_emoji_reaction_unavailable_server: Hide emoji reaction button from unavailable server setting_hide_favourite_menu: Hide favourite menu setting_hide_followers_count: Hide followers count setting_hide_following_count: Hide following count @@ -286,14 +286,14 @@ en: setting_reject_unlisted_subscription: Reject sending unlisted visibility/non-public searchability posts to Misskey, Calckey setting_reverse_search_quote: Perform word-by-word search when search keywords are not enclosed in double quotes setting_show_application: Disclose application used to send posts - setting_show_emoji_reaction_on_timeline: Show all stamps on timeline + setting_show_emoji_reaction_on_timeline: Show all emoji reactions on timeline setting_show_quote_in_home: Show quotes in home, list or antenna timelines setting_show_quote_in_public: Show quotes in public timelines setting_simple_timeline_menu: Reduce post menu on timeline setting_single_ref_to_quote: Deliver single reference to other server as quote setting_slip_local_emoji_reaction: Allow bypassing emoji reaction from local users setting_stay_privacy: Not change privacy after post - setting_stop_emoji_reaction_streaming: Disable stamp streamings + setting_stop_emoji_reaction_streaming: Disable emoji reaction streamings setting_system_font_ui: Use system's default font setting_theme: Site theme setting_translatable_private: Allow other users translation of your private posts @@ -322,9 +322,9 @@ en: email_domain_block: with_dns_records: Include MX records and IPs of the domain emoji_reactions: - deny_from_all: Block all stamps - must_be_follower: Block stamps from non-followers - must_be_following: Block stamps from people you don't follow + deny_from_all: Block all emoji reactions + must_be_follower: Block emoji reactions from non-followers + must_be_following: Block emoji reactions from people you don't follow featured_tag: name: Hashtag filters: @@ -344,14 +344,14 @@ en: closed_registrations_message: Custom message when sign-ups are not available content_cache_retention_period: Content cache retention period custom_css: Custom CSS - enable_emoji_reaction: Enable stamp function + enable_emoji_reaction: Enable emoji reaction function enable_local_timeline: Enable local timeline enable_public_unlisted_visibility: Enable public-unlisted visibility / public-unlisted searchability mascot: Custom mascot (legacy) media_cache_retention_period: Media cache retention period peers_api_enabled: Publish list of discovered servers in the API profile_directory: Enable profile directory - receive_other_servers_emoji_reaction: Receive stamp between other server users + receive_other_servers_emoji_reaction: Receive emoji reaction between other server users registration_button_message: Register button message registrations_mode: Who can sign-up require_invite_text: Require a reason to join @@ -364,8 +364,8 @@ en: site_terms: Privacy Policy site_title: Server name status_page_url: Status page URL - streaming_local_emoji_reaction: Streaming stamp related to local users - streaming_other_servers_emoji_reaction: Streaming stamp between other server users + streaming_local_emoji_reaction: Streaming emoji reactions related to local users + streaming_other_servers_emoji_reaction: Streaming emoji reactions between other server users theme: Default theme thumbnail: Server thumbnail timeline_preview: Allow unauthenticated access to public timelines diff --git a/config/locales/simple_form.ja.yml b/config/locales/simple_form.ja.yml index 7fb63b8523..a20f667985 100644 --- a/config/locales/simple_form.ja.yml +++ b/config/locales/simple_form.ja.yml @@ -74,9 +74,9 @@ ja: setting_dtl_force_subscribable: 購読拒否設定に関係なく、ディープタイムラインに向けた投稿はアンテナに掲載されます。ディープタイムラインをアンテナ経由で閲覧している人にあなたの発言が届きます setting_dtl_force_searchability: "ハッシュタグ #%{tag} をつけて投稿するとき、検索許可を強制的に置き換えるかを設定します" setting_dtl_force_visibility: "ハッシュタグ #%{tag} をつけて投稿するとき、公開範囲を強制的に置き換えるかを設定します" - setting_emoji_reaction_policy: この設定をしても他のサーバーのユーザーはその投稿に自由にスタンプをつけ、同じサーバーの中で共有できます。単にあなた自身の画面からスタンプを除去したいだけなら、外観設定からスタンプを無効にすることができます - setting_emoji_reaction_streaming_notify_impl2: 当該サーバーの独自機能に対応したアプリを利用時に、スタンプ機能を利用できます。動作確認していないため(そもそもそのようなアプリ自体を確認できていないため)正しく動かない場合があります - setting_enable_emoji_reaction: この機能を無効にしても、他の人はあなたの投稿にスタンプをつけられます + setting_emoji_reaction_policy: この設定をしても他のサーバーのユーザーはその投稿に自由に絵文字をつけ、同じサーバーの中で共有できます。単にあなた自身の画面から絵文字リアクションを除去したいだけなら、外観設定から絵文字リアクションを無効にすることができます + setting_emoji_reaction_streaming_notify_impl2: 当該サーバーの独自機能に対応したアプリを利用時に、絵文字リアクション機能を利用できます。動作確認していないため(そもそもそのようなアプリ自体を確認できていないため)正しく動かない場合があります + setting_enable_emoji_reaction: この機能を無効にしても、他の人はあなたの投稿に絵文字をつけられます setting_hide_network: フォローとフォロワーの情報がプロフィールページで見られないようにします setting_public_post_to_unlisted: 未対応のサードパーティアプリからもローカル公開で投稿できますが、公開投稿はWeb以外できなくなります setting_reject_unlisted_subscription: Misskeyやそのフォークは、フォローしていないアカウントの「非収載」投稿を **購読・検索** することができます。これはkmyblueの挙動と異なります。そのようなサーバーに、指定した公開範囲の投稿を「フォロワーのみ」として配送します。ただし構造上、完璧な対応は困難でたまに非収載として配信されること、ご理解ください @@ -266,7 +266,7 @@ ja: setting_dtl_force_visibility: DTL投稿の公開範囲 setting_dtl_menu: Webクライアントのメニューにディープタイムラインを追加する setting_enable_login_privacy: 公開範囲「ログインユーザーのみ」をWeb UIで選択可能にする - setting_emoji_reaction_policy: スタンプ受け入れと表示設定 + setting_emoji_reaction_policy: 絵文字リアクション受け入れと表示設定 setting_emoji_reaction_policy_items: allow: 全員に許可 block: 全員禁止 @@ -274,12 +274,12 @@ ja: following_only: フォロー中の相手のみ許可 mutuals_only: 相互のみ許可 outside_only: フォロー中、またはフォロワーのみに許可 - setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換のスタンプ機能を有効にする - setting_enable_emoji_reaction: スタンプ機能を使用する + setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換の絵文字リアクション機能を有効にする + setting_enable_emoji_reaction: 絵文字リアクション機能を使用する setting_expand_spoilers: 閲覧注意としてマークされた投稿を常に展開する setting_hide_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を隠す - setting_hide_emoji_reaction_count: 各スタンプの数を隠す - setting_hide_emoji_reaction_unavailable_server: スタンプに対応していないと思われるサーバーの投稿からスタンプボタンを隠す + setting_hide_emoji_reaction_count: 投稿につけられた各絵文字の数を隠す + setting_hide_emoji_reaction_unavailable_server: 絵文字リアクションに対応していないと思われるサーバーの投稿から絵文字リアクション機能を隠す setting_hide_favourite_menu: 右サイドメニューから「お気に入り」を隠す setting_hide_followers_count: フォロワー数を隠す setting_hide_following_count: フォロー数を隠す @@ -296,12 +296,12 @@ ja: setting_reject_unlisted_subscription: Misskey系サーバーに「非収載」かつ検索許可「誰でも以外」の投稿を「フォロワーのみ」に変換して配送する setting_reverse_search_quote: ダブルクオートで囲まず検索した時、単語単位で検索する setting_show_application: 送信したアプリを開示する - setting_show_emoji_reaction_on_timeline: タイムライン上に他の人のつけたスタンプを表示する + setting_show_emoji_reaction_on_timeline: タイムライン上の投稿に他の人のつけた絵文字を表示する setting_simple_timeline_menu: タイムライン上でメニューの項目を減らす setting_single_ref_to_quote: 参照が1つしかない投稿は、他のサーバーには引用として配信する - setting_slip_local_emoji_reaction: ローカルユーザーに限って上記設定を無視してスタンプを許可する + setting_slip_local_emoji_reaction: ローカルユーザーに限って上記設定を無視して絵文字リアクションを許可する setting_stay_privacy: 投稿時に公開範囲を保存する - setting_stop_emoji_reaction_streaming: スタンプのストリーミングを停止する + setting_stop_emoji_reaction_streaming: 絵文字リアクションのストリーミングを停止する setting_system_font_ui: システムのデフォルトフォントを使う setting_theme: サイトテーマ setting_translatable_private: 非公開投稿の翻訳を許可する @@ -330,9 +330,9 @@ ja: email_domain_block: with_dns_records: ドメインのMXレコードとIPアドレスを含む emoji_reactions: - deny_from_all: 自分以外すべてのスタンプをブロック - must_be_follower: フォロワー以外からのスタンプをブロック - must_be_following: フォローしていないユーザーからのスタンプをブロック + deny_from_all: 自分以外すべての絵文字リアクションをブロック + must_be_follower: フォロワー以外からの絵文字リアクションをブロック + must_be_following: フォローしていないユーザーからの絵文字リアクションをブロック featured_tag: name: ハッシュタグ filters: @@ -352,14 +352,14 @@ ja: closed_registrations_message: アカウント作成を停止している時のカスタムメッセージ content_cache_retention_period: コンテンツキャッシュの保持期間 custom_css: カスタムCSS - enable_emoji_reaction: スタンプ機能を有効にする + enable_emoji_reaction: 絵文字リアクション機能を有効にする enable_local_timeline: ローカルタイムラインを有効にする enable_public_unlisted_visibility: 公開範囲「ローカル公開」と検索許可「ローカルとフォロワー」を有効にする mascot: カスタムマスコット(レガシー) media_cache_retention_period: メディアキャッシュの保持期間 peers_api_enabled: 発見したサーバーのリストをAPIで公開する profile_directory: プロフィール一覧を有効にする - receive_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけたスタンプを受け入れる + receive_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけた絵文字リアクションを受け入れる registration_button_message: 新規登録ボタンの直上に表示するメッセージ registrations_mode: 新規登録が可能な人 require_invite_text: 申請事由の入力を必須にする @@ -372,8 +372,8 @@ ja: site_terms: プライバシーポリシー site_title: サーバーの名前 status_page_url: サーバーの状態ページのURL - streaming_local_emoji_reaction: ローカルユーザーがつけた、またはローカル投稿についたスタンプをストリーミングする - streaming_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけたスタンプをストリーミングする + streaming_local_emoji_reaction: ローカルユーザーがつけた、またはローカル投稿についた絵文字リアクションをストリーミングする + streaming_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけた絵文字リアクションをストリーミングする theme: デフォルトテーマ thumbnail: サーバーのサムネイル timeline_preview: 公開タイムラインへの未認証のアクセスを許可する