Change: #456 名称変更「スタンプ」→「絵文字リアクション」 (#497)

This commit is contained in:
KMY(雪あすか) 2024-01-24 08:49:10 +09:00 committed by GitHub
parent 4a619ddcad
commit e4375143ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 78 additions and 79 deletions

View file

@ -33,4 +33,3 @@ kmyblueが意図的に実装していない機能は、例えば以下のもの
- お気に入り一覧の公開 - お気に入り一覧の公開
- ブックマーク分類の公開 - ブックマーク分類の公開
- Fedibird、Misskeyにあるような詳細な画面表示オプション - Fedibird、Misskeyにあるような詳細な画面表示オプション
- 他のサーバーの投稿に対して他のサーバーのアカウントが行った絵文字リアクションの受け入れ

View file

@ -75,7 +75,7 @@ kmyblueは同人向けサーバーとして出発したため、同人作家に
kmyblueは、人の少ないサーバーでの運用を考慮して設計しています。そのため、他のサーバーのアカウントの購読機能はFedibirdほど発達していませんし、人の多いサーバー向けの独自改造もほとんど存在しません。 kmyblueは、人の少ないサーバーでの運用を考慮して設計しています。そのため、他のサーバーのアカウントの購読機能はFedibirdほど発達していませんし、人の多いサーバー向けの独自改造もほとんど存在しません。
ただしサーバーの負荷については一部度外視している部分があります。たとえばスタンプ機能はサーバーへ著しい負荷をかける場合があります。スタンプ機能そのものを無効にする管理者オプションも存在します。 ただしサーバーの負荷については一部度外視している部分があります。たとえば絵文字リアクション機能はサーバーへ著しい負荷をかける場合があります。絵文字リアクション機能そのものを無効にする管理者オプションも存在します。
もちろん人の多いサーバーでの運用が不便になるような修正は行っていません。人の多いサーバーでもそのままお使いいただけます。 もちろん人の多いサーバーでの運用が不便になるような修正は行っていません。人の多いサーバーでもそのままお使いいただけます。
@ -86,7 +86,7 @@ kmyblueでは、「Fediverseは将来的に荒むのではないか」「Fediver
個別ユーザー向けの設定項目が複数あります。 個別ユーザー向けの設定項目が複数あります。
- Misskeyは、たとえMastodonの投稿であっても非収載投稿を自由に検索できますが、kmyblueではそれをブロックできるユーザー設定が存在します - Misskeyは、たとえMastodonの投稿であっても非収載投稿を自由に検索できますが、kmyblueではそれをブロックできるユーザー設定が存在します
- 他の人からのスタンプの受け入れを制限する設定も可能であり、例えば他のサーバーから好ましくないスタンプを受け取ることを防止できます - 他の人からの絵文字リアクションの受け入れを制限する設定も可能であり、例えば他のサーバーから好ましくない絵文字リアクションを受け取ることを防止できます
- 公開タイムラインの引用表示はデフォルトで無効になっています。不快な投稿を引用したものが公開タイムラインに流れても、ある程度は防止できます - 公開タイムラインの引用表示はデフォルトで無効になっています。不快な投稿を引用したものが公開タイムラインに流れても、ある程度は防止できます
- フィルター(ワードミュート)は、引用された投稿の内容にも適用されます。この場合、引用投稿そのものが表示されなくなります - フィルター(ワードミュート)は、引用された投稿の内容にも適用されます。この場合、引用投稿そのものが表示されなくなります
- 自分のフォローしている相手の投稿をフィルターから除外する設定が存在します。防御を上げすぎると不便な箇所が出てくるので、そちらも緩和できるよう可能な限り配慮しています - 自分のフォローしている相手の投稿をフィルターから除外する設定が存在します。防御を上げすぎると不便な箇所が出てくるので、そちらも緩和できるよう可能な限り配慮しています
@ -97,7 +97,7 @@ kmyblueでは、「Fediverseは将来的に荒むのではないか」「Fediver
### その他の主な機能 ### その他の主な機能
- スタンプ(絵文字リアクションによる手軽な交流 - 絵文字リアクションによる手軽な交流
- 絵文字デッキによる頻繁に使用する絵文字の登録・選択 - 絵文字デッキによる頻繁に使用する絵文字の登録・選択
- 検索機能の強化(検索許可) - 検索機能の強化(検索許可)
- 投稿の引用 - 投稿の引用

View file

@ -51,7 +51,7 @@ const messages = defineMessages({
cancel_reblog_private: { id: 'status.cancel_reblog_private', defaultMessage: 'Unboost' }, cancel_reblog_private: { id: 'status.cancel_reblog_private', defaultMessage: 'Unboost' },
cannot_reblog: { id: 'status.cannot_reblog', defaultMessage: 'This post cannot be boosted' }, cannot_reblog: { id: 'status.cannot_reblog', defaultMessage: 'This post cannot be boosted' },
favourite: { id: 'status.favourite', defaultMessage: 'Favorite' }, 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' }, bookmark: { id: 'status.bookmark', defaultMessage: 'Bookmark' },
bookmarkCategory: { id: 'status.bookmark_category', defaultMessage: 'Bookmark category' }, bookmarkCategory: { id: 'status.bookmark_category', defaultMessage: 'Bookmark category' },
removeBookmark: { id: 'status.remove_bookmark', defaultMessage: 'Remove bookmark' }, removeBookmark: { id: 'status.remove_bookmark', defaultMessage: 'Remove bookmark' },
@ -469,7 +469,7 @@ class StatusActionBar extends ImmutablePureComponent {
const denyFromAll = emojiReactionPolicy !== 'block' && emojiReactionPolicy !== 'block'; const denyFromAll = emojiReactionPolicy !== 'block' && emojiReactionPolicy !== 'block';
const emojiPickerDropdown = (enableEmojiReaction && emojiReactionAvailableServer && denyFromAll && (writtenByMe || (following && followed && mutual && outside)) && ( const emojiPickerDropdown = (enableEmojiReaction && emojiReactionAvailableServer && denyFromAll && (writtenByMe || (following && followed && mutual && outside)) && (
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} button={( <EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} button={(
<IconButton className='status__action-bar__button' title={intl.formatMessage(messages.emojiReaction)} icon='smile-o' iconComponent={EmojiReactionIcon} onClick={this.handleEmojiPickInnerButton} /> <IconButton className='status__action-bar__button' icon='smile-o' iconComponent={EmojiReactionIcon} onClick={this.handleEmojiPickInnerButton} />
)} /> )} />
)) || (enableEmojiReaction && ( )) || (enableEmojiReaction && (
<div className='status__action-bar__button__blank' /> <div className='status__action-bar__button__blank' />

View file

@ -35,7 +35,7 @@ const messages = defineMessages({
suspended: { id: 'about.domain_blocks.suspended.title', defaultMessage: 'Suspended' }, 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.' }, 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' }, 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' }, enabled: { id: 'about.enabled', defaultMessage: 'Enabled' },
disabled: { id: 'about.disabled', defaultMessage: 'Disabled' }, disabled: { id: 'about.disabled', defaultMessage: 'Disabled' },
capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'kmyblue capabilities' }, capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'kmyblue capabilities' },

View file

@ -694,8 +694,8 @@
"status.edited": "Edited {date}", "status.edited": "Edited {date}",
"status.edited_x_times": "Edited {count, plural, one {{count} time} other {{count} times}}", "status.edited_x_times": "Edited {count, plural, one {{count} time} other {{count} times}}",
"status.embed": "Embed", "status.embed": "Embed",
"status.emoji_reaction": "Stamp", "status.emoji_reaction": "Emoji reaction",
"status.emoji_reaction.pick": "Pick stamp", "status.emoji_reaction.pick": "Pick emoji reaction",
"status.expiration.add": "Set status expired time", "status.expiration.add": "Set status expired time",
"status.favourite": "Favorite", "status.favourite": "Favorite",
"status.filter": "Filter this post", "status.filter": "Filter this post",

View file

@ -185,7 +185,7 @@
"column.direct": "非公開の返信", "column.direct": "非公開の返信",
"column.directory": "ディレクトリ", "column.directory": "ディレクトリ",
"column.domain_blocks": "ブロックしたドメイン", "column.domain_blocks": "ブロックしたドメイン",
"column.emoji_reactions": "スタンプ", "column.emoji_reactions": "絵文字リアクション",
"column.favourites": "お気に入り", "column.favourites": "お気に入り",
"column.firehose": "リアルタイムフィード", "column.firehose": "リアルタイムフィード",
"column.follow_requests": "フォローリクエスト", "column.follow_requests": "フォローリクエスト",
@ -323,7 +323,7 @@
"empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!", "empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!",
"empty_column.direct": "非公開の返信はまだありません。非公開でやりとりをするとここに表示されます。", "empty_column.direct": "非公開の返信はまだありません。非公開でやりとりをするとここに表示されます。",
"empty_column.domain_blocks": "ブロックしているドメインはありません。", "empty_column.domain_blocks": "ブロックしているドメインはありません。",
"empty_column.emoji_reactions": "まだ誰もスタンプをつけていません。スタンプをつけられるとここに表示されます。", "empty_column.emoji_reactions": "まだ誰も絵文字をつけていません。絵文字をつけられるとここに表示されます。",
"empty_column.explore_statuses": "まだ何もありません。後で確認してください。", "empty_column.explore_statuses": "まだ何もありません。後で確認してください。",
"empty_column.favourited_statuses": "お気に入りの投稿はまだありません。お気に入りに登録すると、ここに表示されます。", "empty_column.favourited_statuses": "お気に入りの投稿はまだありません。お気に入りに登録すると、ここに表示されます。",
"empty_column.favourites": "まだ誰もこの投稿をお気に入りに登録していません。お気に入りに登録されると、ここに表示されます。", "empty_column.favourites": "まだ誰もこの投稿をお気に入りに登録していません。お気に入りに登録されると、ここに表示されます。",
@ -435,7 +435,7 @@
"keyboard_shortcuts.description": "説明", "keyboard_shortcuts.description": "説明",
"keyboard_shortcuts.direct": "非公開の返信のカラムを開く", "keyboard_shortcuts.direct": "非公開の返信のカラムを開く",
"keyboard_shortcuts.down": "カラム内一つ下に移動", "keyboard_shortcuts.down": "カラム内一つ下に移動",
"keyboard_shortcuts.emoji_reactions": "スタンプのリストを開く", "keyboard_shortcuts.emoji_reactions": "絵文字リアクションのリストを開く",
"keyboard_shortcuts.enter": "投稿の詳細を表示", "keyboard_shortcuts.enter": "投稿の詳細を表示",
"keyboard_shortcuts.favourite": "お気に入りの投稿", "keyboard_shortcuts.favourite": "お気に入りの投稿",
"keyboard_shortcuts.favourites": "お気に入りリストを開く", "keyboard_shortcuts.favourites": "お気に入りリストを開く",
@ -505,7 +505,7 @@
"navigation_bar.discover": "見つける", "navigation_bar.discover": "見つける",
"navigation_bar.domain_blocks": "ブロックしたドメイン", "navigation_bar.domain_blocks": "ブロックしたドメイン",
"navigation_bar.edit_profile": "プロフィールを編集", "navigation_bar.edit_profile": "プロフィールを編集",
"navigation_bar.emoji_reactions": "スタンプ", "navigation_bar.emoji_reactions": "絵文字リアクション",
"navigation_bar.explore": "探索する", "navigation_bar.explore": "探索する",
"navigation_bar.favourites": "お気に入り", "navigation_bar.favourites": "お気に入り",
"navigation_bar.filters": "フィルター設定", "navigation_bar.filters": "フィルター設定",
@ -527,7 +527,7 @@
"not_signed_in_indicator.not_signed_in": "この機能を使うにはログインする必要があります。", "not_signed_in_indicator.not_signed_in": "この機能を使うにはログインする必要があります。",
"notification.admin.report": "{name}さんが{target}さんを通報しました", "notification.admin.report": "{name}さんが{target}さんを通報しました",
"notification.admin.sign_up": "{name}さんがサインアップしました", "notification.admin.sign_up": "{name}さんがサインアップしました",
"notification.emoji_reaction": "{name}さんがあなたの投稿にスタンプをつけました", "notification.emoji_reaction": "{name}さんがあなたの投稿に絵文字をつけました",
"notification.favourite": "{name}さんがお気に入りしました", "notification.favourite": "{name}さんがお気に入りしました",
"notification.follow": "{name}さんにフォローされました", "notification.follow": "{name}さんにフォローされました",
"notification.follow_request": "{name}さんがあなたにフォローリクエストしました", "notification.follow_request": "{name}さんがあなたにフォローリクエストしました",
@ -545,7 +545,7 @@
"notifications.column_settings.admin.report": "新しい通報:", "notifications.column_settings.admin.report": "新しい通報:",
"notifications.column_settings.admin.sign_up": "新規登録:", "notifications.column_settings.admin.sign_up": "新規登録:",
"notifications.column_settings.alert": "デスクトップ通知", "notifications.column_settings.alert": "デスクトップ通知",
"notifications.column_settings.emoji_reaction": "スタンプ", "notifications.column_settings.emoji_reaction": "絵文字リアクション",
"notifications.column_settings.favourite": "お気に入り:", "notifications.column_settings.favourite": "お気に入り:",
"notifications.column_settings.filter_bar.advanced": "すべてのカテゴリを表示", "notifications.column_settings.filter_bar.advanced": "すべてのカテゴリを表示",
"notifications.column_settings.filter_bar.category": "クイックフィルターバー:", "notifications.column_settings.filter_bar.category": "クイックフィルターバー:",
@ -565,7 +565,7 @@
"notifications.column_settings.update": "編集:", "notifications.column_settings.update": "編集:",
"notifications.filter.all": "すべて", "notifications.filter.all": "すべて",
"notifications.filter.boosts": "ブースト", "notifications.filter.boosts": "ブースト",
"notifications.filter.emoji_reactions": "スタンプ", "notifications.filter.emoji_reactions": "絵文字リアクション",
"notifications.filter.favourites": "お気に入り", "notifications.filter.favourites": "お気に入り",
"notifications.filter.follows": "フォロー", "notifications.filter.follows": "フォロー",
"notifications.filter.mentions": "返信", "notifications.filter.mentions": "返信",
@ -780,8 +780,8 @@
"status.edited": "{date}に編集", "status.edited": "{date}に編集",
"status.edited_x_times": "{count}回編集", "status.edited_x_times": "{count}回編集",
"status.embed": "埋め込み", "status.embed": "埋め込み",
"status.emoji_reaction": "スタンプ", "status.emoji_reaction": "絵文字リアクション",
"status.emoji_reaction.pick": "スタンプを押す", "status.emoji_reaction.pick": "絵文字を追加する",
"status.expiration.add": "時限投稿を設定", "status.expiration.add": "時限投稿を設定",
"status.favourite": "お気に入り", "status.favourite": "お気に入り",
"status.filter": "この投稿をフィルターする", "status.filter": "この投稿をフィルターする",

View file

@ -340,7 +340,7 @@ class SearchQueryTransformer < Parslet::Transform
@filter = :mentioned_by @filter = :mentioned_by
when 'referenced', 'ref' when 'referenced', 'ref'
@filter = :referenced_by @filter = :referenced_by
when 'emoji_reacted', 'stamped', 'stamp' when 'emoji_reacted', 'stamped', 'stamp', 'emoji'
@filter = :emoji_reacted_by @filter = :emoji_reacted_by
when 'bookmarked', 'bm' when 'bookmarked', 'bm'
@filter = :bookmarked_by @filter = :bookmarked_by

View file

@ -861,7 +861,7 @@ en:
desc_html: Affects all users who have not changed this setting themselves desc_html: Affects all users who have not changed this setting themselves
title: Opt users out of search engine indexing by default title: Opt users out of search engine indexing by default
discovery: discovery:
emoji_reactions: Stamp emoji_reactions: Emoji reaction
follow_recommendations: Follow recommendations follow_recommendations: Follow recommendations
friend_servers: Friend servers 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. 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 patch: Patch release — bugfixes and easy to apply changes
version: Version version: Version
special_instances: special_instances:
emoji_reaction_disallow_domains: Domains we are not permitted stamp 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 a stamp on a post from a set domain. 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 title: Special servers
statuses: statuses:
account: Author 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.' 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 animations_and_accessibility: Animations and accessibility
confirmation_dialogs: Confirmation dialogs 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 discovery: Discovery
localization: localization:
body: Mastodon is translated by volunteers. body: Mastodon is translated by volunteers.
@ -1654,9 +1654,9 @@ en:
subject: "%{name} favorited your post" subject: "%{name} favorited your post"
title: New favorite title: New favorite
emoji_reaction: emoji_reaction:
body: 'Your post was stamped by %{name}:' body: 'Your post was reacted with emoji by %{name}:'
subject: "%{name} stamped your post" subject: "%{name} reacted your post with emoji"
title: New stamp title: New emoji reaction
follow: follow:
body: "%{name} is now following you!" body: "%{name} is now following you!"
subject: "%{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. 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: Deep timeline
dtl_hint: "You can join deep timeline with #%{tag} tag. Following settings make convenient to use 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 other: Other
posting_defaults: Posting defaults posting_defaults: Posting defaults
public_timelines: Public timelines public_timelines: Public timelines
@ -1757,7 +1757,7 @@ en:
reactions: reactions:
errors: errors:
banned: Banned reaction from the user 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 duplication: Cannot react same things
limit_reached: Limit of different reactions reached limit_reached: Limit of different reactions reached
unrecognized_emoji: is not a recognized emoji 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 enabled_hint: Automatically deletes your posts once they reach a specified age threshold, unless they match one of the exceptions below
exceptions: Exceptions 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. 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_favs: Ignore favorites
ignore_reblogs: Ignore boosts ignore_reblogs: Ignore boosts
interaction_exceptions: Exceptions based on interactions interaction_exceptions: Exceptions based on interactions
@ -1966,8 +1966,8 @@ en:
'63113904': 2 years '63113904': 2 years
'7889238': 3 months '7889238': 3 months
min_age_label: Age threshold min_age_label: Age threshold
min_emojis: Keep posts stamped at least 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 stamps. Leave blank to delete posts regardless of their number of emojis 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: 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_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 min_reblogs: Keep posts boosted at least

View file

@ -435,8 +435,8 @@ ja:
private_comment_hint: このコメントは同じサーバーのモデレーターも閲覧できます。 private_comment_hint: このコメントは同じサーバーのモデレーターも閲覧できます。
public_comment: コメント (公開) public_comment: コメント (公開)
public_comment_hint: ドメインブロックの公開を有効にしている場合、このコメントも公開されます。 public_comment_hint: ドメインブロックの公開を有効にしている場合、このコメントも公開されます。
reject_favourite: お気に入り、スタンプを拒否 reject_favourite: お気に入り、絵文字リアクションを拒否
reject_favourite_hint: 今後のお気に入り、スタンプを拒否します。停止とは無関係です reject_favourite_hint: 今後のお気に入り、絵文字リアクションを拒否します。停止とは無関係です
reject_friend: フレンドサーバー申請を拒否 reject_friend: フレンドサーバー申請を拒否
reject_friend_hint: 今後のフレンドサーバー申請を全て拒否します。停止とは無関係です reject_friend_hint: 今後のフレンドサーバー申請を全て拒否します。停止とは無関係です
reject_hashtag: ハッシュタグを拒否 reject_hashtag: ハッシュタグを拒否
@ -852,7 +852,7 @@ ja:
desc_html: この設定を自分で変更していない全ユーザーに影響します desc_html: この設定を自分で変更していない全ユーザーに影響します
title: デフォルトで検索エンジンによるインデックスを拒否する title: デフォルトで検索エンジンによるインデックスを拒否する
discovery: discovery:
emoji_reactions: スタンプ emoji_reactions: 絵文字リアクション
follow_recommendations: おすすめフォロー follow_recommendations: おすすめフォロー
friend_servers: フレンドサーバー friend_servers: フレンドサーバー
preamble: Mastodon を知らないユーザーを取り込むには、興味深いコンテンツを浮上させることが重要です。サーバー上で様々なディスカバリー機能がどのように機能するかを制御します。 preamble: Mastodon を知らないユーザーを取り込むには、興味深いコンテンツを浮上させることが重要です。サーバー上で様々なディスカバリー機能がどのように機能するかを制御します。
@ -897,8 +897,8 @@ ja:
patch: パッチ (バグ修正のみ) patch: パッチ (バグ修正のみ)
version: バージョン version: バージョン
special_instances: special_instances:
emoji_reaction_disallow_domains: 自分がスタンプをつけることを許可しないドメイン emoji_reaction_disallow_domains: 自分のサーバーが絵文字リアクションをすることを許可しないドメイン
emoji_reaction_disallow_domains_hint: 連合先に配慮する必要がある場合、ドメインを改行区切りで設定します。設定されたドメインの投稿にスタンプを付けることはできません。 emoji_reaction_disallow_domains_hint: 連合先に配慮する必要がある場合、ドメインを改行区切りで設定します。設定されたドメインの投稿に絵文字リアクションを付けることはできません。
title: 特殊なサーバー title: 特殊なサーバー
statuses: statuses:
account: 作成者 account: 作成者
@ -1183,7 +1183,7 @@ ja:
advanced_web_interface_hint: 'ディスプレイを幅いっぱいまで活用したい場合、上級者向け UI をおすすめします。ホーム、通知、連合タイムライン、更にはリストやハッシュタグなど、様々な異なるカラムから望む限りの情報を一度に受け取れるような設定が可能になります。' advanced_web_interface_hint: 'ディスプレイを幅いっぱいまで活用したい場合、上級者向け UI をおすすめします。ホーム、通知、連合タイムライン、更にはリストやハッシュタグなど、様々な異なるカラムから望む限りの情報を一度に受け取れるような設定が可能になります。'
animations_and_accessibility: アニメーションとアクセシビリティー animations_and_accessibility: アニメーションとアクセシビリティー
confirmation_dialogs: 確認ダイアログ confirmation_dialogs: 確認ダイアログ
custom_emoji_and_emoji_reactions: カスタム絵文字とスタンプ custom_emoji_and_emoji_reactions: カスタム絵文字と絵文字リアクション
discovery: 見つける discovery: 見つける
localization: localization:
body: Mastodonは有志によって翻訳されています。 body: Mastodonは有志によって翻訳されています。
@ -1634,9 +1634,9 @@ ja:
subject: "%{name}さんにお気に入りに登録されました" subject: "%{name}さんにお気に入りに登録されました"
title: 新たなお気に入り登録 title: 新たなお気に入り登録
emoji_reaction: emoji_reaction:
body: "%{name}さんにスタンプをつけられた、あなたの投稿があります:" body: "%{name}さんに絵文字をつけられた、あなたの投稿があります:"
subject: "%{name}さんにスタンプをつけられました" subject: "%{name}さんに絵文字をつけられました"
title: 新たなスタンプ title: 新たな絵文字リアクション
follow: follow:
body: "%{name}さんにフォローされています!" body: "%{name}さんにフォローされています!"
subject: "%{name}さんにフォローされています" subject: "%{name}さんにフォローされています"
@ -1706,7 +1706,7 @@ ja:
does_not_search: このサーバーでは全文検索機能を利用できません。代わりに、他のkmyblueサーバーであなたの投稿がこの設定に従って検索されます。 does_not_search: このサーバーでは全文検索機能を利用できません。代わりに、他のkmyblueサーバーであなたの投稿がこの設定に従って検索されます。
dtl: ディープタイムライン dtl: ディープタイムライン
dtl_hint: "#%{tag} ハッシュタグに参加することで、ディープタイムラインに投稿できます。ここではディープタイムラインを利用しやすくするための設定ができます。" dtl_hint: "#%{tag} ハッシュタグに参加することで、ディープタイムラインに投稿できます。ここではディープタイムラインを利用しやすくするための設定ができます。"
emoji_reaction_permitting: スタンプの受け入れ emoji_reaction_permitting: 絵文字リアクションの受け入れ
other: その他 other: その他
posting_defaults: デフォルトの投稿設定 posting_defaults: デフォルトの投稿設定
public_timelines: 公開タイムライン public_timelines: 公開タイムライン
@ -1736,7 +1736,7 @@ ja:
reactions: reactions:
errors: errors:
banned: 指定ユーザーからのリアクションは禁止されています banned: 指定ユーザーからのリアクションは禁止されています
disabled: このサーバーではスタンプ機能は無効になっています disabled: このサーバーでは絵文字リアクション機能は無効になっています
duplication: 同じリアクションを複数行おうとしました duplication: 同じリアクションを複数行おうとしました
limit_reached: リアクションの種類が上限に達しました limit_reached: リアクションの種類が上限に達しました
unrecognized_emoji: は絵文字として認識されていません unrecognized_emoji: は絵文字として認識されていません
@ -1931,8 +1931,8 @@ ja:
keep_polls_hint: アンケート付きの投稿を削除せずに残します keep_polls_hint: アンケート付きの投稿を削除せずに残します
keep_self_bookmark: ブックマークした投稿を保持 keep_self_bookmark: ブックマークした投稿を保持
keep_self_bookmark_hint: 自分自身でブックマークした投稿を削除せずに残します keep_self_bookmark_hint: 自分自身でブックマークした投稿を削除せずに残します
keep_self_emoji: スタンプをつけた投稿を保持 keep_self_emoji: 絵文字をつけた投稿を保持
keep_self_emoji_hint: 自分自身でスタンプをつけた投稿を削除せずに残します keep_self_emoji_hint: 自分自身で絵文字をつけた投稿を削除せずに残します
keep_self_fav: お気に入りに登録した投稿を保持 keep_self_fav: お気に入りに登録した投稿を保持
keep_self_fav_hint: 自分自身でお気に入りに登録した投稿を削除せずに残します keep_self_fav_hint: 自分自身でお気に入りに登録した投稿を削除せずに残します
min_age: min_age:
@ -1945,8 +1945,8 @@ ja:
'63113904': 2年 '63113904': 2年
'7889238': 3ヶ月 '7889238': 3ヶ月
min_age_label: 投稿を保持する期間 min_age_label: 投稿を保持する期間
min_emojis: スタンプの基準値 min_emojis: 絵文字リアクションの基準値
min_emojis_hint: この数以上、スタンプをつけられた投稿を削除せずに残します。空白にしておくと、数に関わらず投稿を削除します。 min_emojis_hint: この数以上、絵文字をつけられた投稿を削除せずに残します。空白にしておくと、数に関わらず投稿を削除します。
min_favs: お気に入りの基準値 min_favs: お気に入りの基準値
min_favs_hint: この数以上、お気に入り登録された投稿を削除せずに残します。空白にしておくと、お気に入りの数に関わらず投稿を削除します。 min_favs_hint: この数以上、お気に入り登録された投稿を削除せずに残します。空白にしておくと、お気に入りの数に関わらず投稿を削除します。
min_reblogs: ブーストの基準値 min_reblogs: ブーストの基準値

View file

@ -70,7 +70,7 @@ en:
setting_dtl_force_searchability: "With using #%{tag} tag, your post settings will be changed forcibly" 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_force_visibility: "With using #%{tag} tag, your post settings will be changed forcibly"
setting_dtl_menu: Show DTL menu on web 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_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_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 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_subscribable: Ignore your subscribability setting when using the DTL tag
setting_dtl_force_searchability: Post searchability setting_dtl_force_searchability: Post searchability
setting_dtl_force_visibility: Post visibility setting_dtl_force_visibility: Post visibility
setting_emoji_reaction_streaming_notify_impl2: Enable stamp notification compat with Nyastodon, Catstodon, glitch-soc setting_emoji_reaction_streaming_notify_impl2: Enable emoji reaction notification compat with Nyastodon, Catstodon, glitch-soc
setting_enable_emoji_reaction: Use stamp function setting_enable_emoji_reaction: Use emoji reaction function
setting_enable_login_privacy: Enable login visibility 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: setting_emoji_reaction_policy_items:
allow: Allow all allow: Allow all
block: Block block: Block
@ -271,8 +271,8 @@ en:
outside_only: Followings or followers only outside_only: Followings or followers only
setting_expand_spoilers: Always expand posts marked with content warnings 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_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_count: Hide emoji reaction count
setting_hide_emoji_reaction_unavailable_server: Hide stamp button from unavailable server setting_hide_emoji_reaction_unavailable_server: Hide emoji reaction button from unavailable server
setting_hide_favourite_menu: Hide favourite menu setting_hide_favourite_menu: Hide favourite menu
setting_hide_followers_count: Hide followers count setting_hide_followers_count: Hide followers count
setting_hide_following_count: Hide following 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_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_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_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_home: Show quotes in home, list or antenna timelines
setting_show_quote_in_public: Show quotes in public timelines setting_show_quote_in_public: Show quotes in public timelines
setting_simple_timeline_menu: Reduce post menu on timeline setting_simple_timeline_menu: Reduce post menu on timeline
setting_single_ref_to_quote: Deliver single reference to other server as quote 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_slip_local_emoji_reaction: Allow bypassing emoji reaction from local users
setting_stay_privacy: Not change privacy after post 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_system_font_ui: Use system's default font
setting_theme: Site theme setting_theme: Site theme
setting_translatable_private: Allow other users translation of your private posts setting_translatable_private: Allow other users translation of your private posts
@ -322,9 +322,9 @@ en:
email_domain_block: email_domain_block:
with_dns_records: Include MX records and IPs of the domain with_dns_records: Include MX records and IPs of the domain
emoji_reactions: emoji_reactions:
deny_from_all: Block all stamps deny_from_all: Block all emoji reactions
must_be_follower: Block stamps from non-followers must_be_follower: Block emoji reactions from non-followers
must_be_following: Block stamps from people you don't follow must_be_following: Block emoji reactions from people you don't follow
featured_tag: featured_tag:
name: Hashtag name: Hashtag
filters: filters:
@ -344,14 +344,14 @@ en:
closed_registrations_message: Custom message when sign-ups are not available closed_registrations_message: Custom message when sign-ups are not available
content_cache_retention_period: Content cache retention period content_cache_retention_period: Content cache retention period
custom_css: Custom CSS custom_css: Custom CSS
enable_emoji_reaction: Enable stamp function enable_emoji_reaction: Enable emoji reaction function
enable_local_timeline: Enable local timeline enable_local_timeline: Enable local timeline
enable_public_unlisted_visibility: Enable public-unlisted visibility / public-unlisted searchability enable_public_unlisted_visibility: Enable public-unlisted visibility / public-unlisted searchability
mascot: Custom mascot (legacy) mascot: Custom mascot (legacy)
media_cache_retention_period: Media cache retention period media_cache_retention_period: Media cache retention period
peers_api_enabled: Publish list of discovered servers in the API peers_api_enabled: Publish list of discovered servers in the API
profile_directory: Enable profile directory 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 registration_button_message: Register button message
registrations_mode: Who can sign-up registrations_mode: Who can sign-up
require_invite_text: Require a reason to join require_invite_text: Require a reason to join
@ -364,8 +364,8 @@ en:
site_terms: Privacy Policy site_terms: Privacy Policy
site_title: Server name site_title: Server name
status_page_url: Status page URL status_page_url: Status page URL
streaming_local_emoji_reaction: Streaming stamp related to local users streaming_local_emoji_reaction: Streaming emoji reactions related to local users
streaming_other_servers_emoji_reaction: Streaming stamp between other server users streaming_other_servers_emoji_reaction: Streaming emoji reactions between other server users
theme: Default theme theme: Default theme
thumbnail: Server thumbnail thumbnail: Server thumbnail
timeline_preview: Allow unauthenticated access to public timelines timeline_preview: Allow unauthenticated access to public timelines

View file

@ -74,9 +74,9 @@ ja:
setting_dtl_force_subscribable: 購読拒否設定に関係なく、ディープタイムラインに向けた投稿はアンテナに掲載されます。ディープタイムラインをアンテナ経由で閲覧している人にあなたの発言が届きます setting_dtl_force_subscribable: 購読拒否設定に関係なく、ディープタイムラインに向けた投稿はアンテナに掲載されます。ディープタイムラインをアンテナ経由で閲覧している人にあなたの発言が届きます
setting_dtl_force_searchability: "ハッシュタグ #%{tag} をつけて投稿するとき、検索許可を強制的に置き換えるかを設定します" setting_dtl_force_searchability: "ハッシュタグ #%{tag} をつけて投稿するとき、検索許可を強制的に置き換えるかを設定します"
setting_dtl_force_visibility: "ハッシュタグ #%{tag} をつけて投稿するとき、公開範囲を強制的に置き換えるかを設定します" setting_dtl_force_visibility: "ハッシュタグ #%{tag} をつけて投稿するとき、公開範囲を強制的に置き換えるかを設定します"
setting_emoji_reaction_policy: この設定をしても他のサーバーのユーザーはその投稿に自由にスタンプをつけ、同じサーバーの中で共有できます。単にあなた自身の画面からスタンプを除去したいだけなら、外観設定からスタンプを無効にすることができます setting_emoji_reaction_policy: この設定をしても他のサーバーのユーザーはその投稿に自由に絵文字をつけ、同じサーバーの中で共有できます。単にあなた自身の画面から絵文字リアクションを除去したいだけなら、外観設定から絵文字リアクションを無効にすることができます
setting_emoji_reaction_streaming_notify_impl2: 当該サーバーの独自機能に対応したアプリを利用時に、スタンプ機能を利用できます。動作確認していないため(そもそもそのようなアプリ自体を確認できていないため)正しく動かない場合があります setting_emoji_reaction_streaming_notify_impl2: 当該サーバーの独自機能に対応したアプリを利用時に、絵文字リアクション機能を利用できます。動作確認していないため(そもそもそのようなアプリ自体を確認できていないため)正しく動かない場合があります
setting_enable_emoji_reaction: この機能を無効にしても、他の人はあなたの投稿にスタンプをつけられます setting_enable_emoji_reaction: この機能を無効にしても、他の人はあなたの投稿に絵文字をつけられます
setting_hide_network: フォローとフォロワーの情報がプロフィールページで見られないようにします setting_hide_network: フォローとフォロワーの情報がプロフィールページで見られないようにします
setting_public_post_to_unlisted: 未対応のサードパーティアプリからもローカル公開で投稿できますが、公開投稿はWeb以外できなくなります setting_public_post_to_unlisted: 未対応のサードパーティアプリからもローカル公開で投稿できますが、公開投稿はWeb以外できなくなります
setting_reject_unlisted_subscription: Misskeyやそのフォークは、フォローしていないアカウントの「非収載」投稿を **購読・検索** することができます。これはkmyblueの挙動と異なります。そのようなサーバーに、指定した公開範囲の投稿を「フォロワーのみ」として配送します。ただし構造上、完璧な対応は困難でたまに非収載として配信されること、ご理解ください setting_reject_unlisted_subscription: Misskeyやそのフォークは、フォローしていないアカウントの「非収載」投稿を **購読・検索** することができます。これはkmyblueの挙動と異なります。そのようなサーバーに、指定した公開範囲の投稿を「フォロワーのみ」として配送します。ただし構造上、完璧な対応は困難でたまに非収載として配信されること、ご理解ください
@ -266,7 +266,7 @@ ja:
setting_dtl_force_visibility: DTL投稿の公開範囲 setting_dtl_force_visibility: DTL投稿の公開範囲
setting_dtl_menu: Webクライアントのメニューにディープタイムラインを追加する setting_dtl_menu: Webクライアントのメニューにディープタイムラインを追加する
setting_enable_login_privacy: 公開範囲「ログインユーザーのみ」をWeb UIで選択可能にする setting_enable_login_privacy: 公開範囲「ログインユーザーのみ」をWeb UIで選択可能にする
setting_emoji_reaction_policy: スタンプ受け入れと表示設定 setting_emoji_reaction_policy: 絵文字リアクション受け入れと表示設定
setting_emoji_reaction_policy_items: setting_emoji_reaction_policy_items:
allow: 全員に許可 allow: 全員に許可
block: 全員禁止 block: 全員禁止
@ -274,12 +274,12 @@ ja:
following_only: フォロー中の相手のみ許可 following_only: フォロー中の相手のみ許可
mutuals_only: 相互のみ許可 mutuals_only: 相互のみ許可
outside_only: フォロー中、またはフォロワーのみに許可 outside_only: フォロー中、またはフォロワーのみに許可
setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換のスタンプ機能を有効にする setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換の絵文字リアクション機能を有効にする
setting_enable_emoji_reaction: スタンプ機能を使用する setting_enable_emoji_reaction: 絵文字リアクション機能を使用する
setting_expand_spoilers: 閲覧注意としてマークされた投稿を常に展開する setting_expand_spoilers: 閲覧注意としてマークされた投稿を常に展開する
setting_hide_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を隠す setting_hide_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を隠す
setting_hide_emoji_reaction_count: 各スタンプの数を隠す setting_hide_emoji_reaction_count: 投稿につけられた各絵文字の数を隠す
setting_hide_emoji_reaction_unavailable_server: スタンプに対応していないと思われるサーバーの投稿からスタンプボタンを隠す setting_hide_emoji_reaction_unavailable_server: 絵文字リアクションに対応していないと思われるサーバーの投稿から絵文字リアクション機能を隠す
setting_hide_favourite_menu: 右サイドメニューから「お気に入り」を隠す setting_hide_favourite_menu: 右サイドメニューから「お気に入り」を隠す
setting_hide_followers_count: フォロワー数を隠す setting_hide_followers_count: フォロワー数を隠す
setting_hide_following_count: フォロー数を隠す setting_hide_following_count: フォロー数を隠す
@ -296,12 +296,12 @@ ja:
setting_reject_unlisted_subscription: Misskey系サーバーに「非収載」かつ検索許可「誰でも以外」の投稿を「フォロワーのみ」に変換して配送する setting_reject_unlisted_subscription: Misskey系サーバーに「非収載」かつ検索許可「誰でも以外」の投稿を「フォロワーのみ」に変換して配送する
setting_reverse_search_quote: ダブルクオートで囲まず検索した時、単語単位で検索する setting_reverse_search_quote: ダブルクオートで囲まず検索した時、単語単位で検索する
setting_show_application: 送信したアプリを開示する setting_show_application: 送信したアプリを開示する
setting_show_emoji_reaction_on_timeline: タイムライン上に他の人のつけたスタンプを表示する setting_show_emoji_reaction_on_timeline: タイムライン上の投稿に他の人のつけた絵文字を表示する
setting_simple_timeline_menu: タイムライン上でメニューの項目を減らす setting_simple_timeline_menu: タイムライン上でメニューの項目を減らす
setting_single_ref_to_quote: 参照が1つしかない投稿は、他のサーバーには引用として配信する setting_single_ref_to_quote: 参照が1つしかない投稿は、他のサーバーには引用として配信する
setting_slip_local_emoji_reaction: ローカルユーザーに限って上記設定を無視してスタンプを許可する setting_slip_local_emoji_reaction: ローカルユーザーに限って上記設定を無視して絵文字リアクションを許可する
setting_stay_privacy: 投稿時に公開範囲を保存する setting_stay_privacy: 投稿時に公開範囲を保存する
setting_stop_emoji_reaction_streaming: スタンプのストリーミングを停止する setting_stop_emoji_reaction_streaming: 絵文字リアクションのストリーミングを停止する
setting_system_font_ui: システムのデフォルトフォントを使う setting_system_font_ui: システムのデフォルトフォントを使う
setting_theme: サイトテーマ setting_theme: サイトテーマ
setting_translatable_private: 非公開投稿の翻訳を許可する setting_translatable_private: 非公開投稿の翻訳を許可する
@ -330,9 +330,9 @@ ja:
email_domain_block: email_domain_block:
with_dns_records: ドメインのMXレコードとIPアドレスを含む with_dns_records: ドメインのMXレコードとIPアドレスを含む
emoji_reactions: emoji_reactions:
deny_from_all: 自分以外すべてのスタンプをブロック deny_from_all: 自分以外すべての絵文字リアクションをブロック
must_be_follower: フォロワー以外からのスタンプをブロック must_be_follower: フォロワー以外からの絵文字リアクションをブロック
must_be_following: フォローしていないユーザーからのスタンプをブロック must_be_following: フォローしていないユーザーからの絵文字リアクションをブロック
featured_tag: featured_tag:
name: ハッシュタグ name: ハッシュタグ
filters: filters:
@ -352,14 +352,14 @@ ja:
closed_registrations_message: アカウント作成を停止している時のカスタムメッセージ closed_registrations_message: アカウント作成を停止している時のカスタムメッセージ
content_cache_retention_period: コンテンツキャッシュの保持期間 content_cache_retention_period: コンテンツキャッシュの保持期間
custom_css: カスタムCSS custom_css: カスタムCSS
enable_emoji_reaction: スタンプ機能を有効にする enable_emoji_reaction: 絵文字リアクション機能を有効にする
enable_local_timeline: ローカルタイムラインを有効にする enable_local_timeline: ローカルタイムラインを有効にする
enable_public_unlisted_visibility: 公開範囲「ローカル公開」と検索許可「ローカルとフォロワー」を有効にする enable_public_unlisted_visibility: 公開範囲「ローカル公開」と検索許可「ローカルとフォロワー」を有効にする
mascot: カスタムマスコット(レガシー) mascot: カスタムマスコット(レガシー)
media_cache_retention_period: メディアキャッシュの保持期間 media_cache_retention_period: メディアキャッシュの保持期間
peers_api_enabled: 発見したサーバーのリストをAPIで公開する peers_api_enabled: 発見したサーバーのリストをAPIで公開する
profile_directory: プロフィール一覧を有効にする profile_directory: プロフィール一覧を有効にする
receive_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけたスタンプを受け入れる receive_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけた絵文字リアクションを受け入れる
registration_button_message: 新規登録ボタンの直上に表示するメッセージ registration_button_message: 新規登録ボタンの直上に表示するメッセージ
registrations_mode: 新規登録が可能な人 registrations_mode: 新規登録が可能な人
require_invite_text: 申請事由の入力を必須にする require_invite_text: 申請事由の入力を必須にする
@ -372,8 +372,8 @@ ja:
site_terms: プライバシーポリシー site_terms: プライバシーポリシー
site_title: サーバーの名前 site_title: サーバーの名前
status_page_url: サーバーの状態ページのURL status_page_url: サーバーの状態ページのURL
streaming_local_emoji_reaction: ローカルユーザーがつけた、またはローカル投稿についたスタンプをストリーミングする streaming_local_emoji_reaction: ローカルユーザーがつけた、またはローカル投稿についた絵文字リアクションをストリーミングする
streaming_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけたスタンプをストリーミングする streaming_other_servers_emoji_reaction: 他のサーバーのユーザーが他のサーバーの投稿につけた絵文字リアクションをストリーミングする
theme: デフォルトテーマ theme: デフォルトテーマ
thumbnail: サーバーのサムネイル thumbnail: サーバーのサムネイル
timeline_preview: 公開タイムラインへの未認証のアクセスを許可する timeline_preview: 公開タイムラインへの未認証のアクセスを許可する