Rename emoji reactions to stamp
This commit is contained in:
parent
9429f5b60c
commit
c841756be0
9 changed files with 27 additions and 21 deletions
|
@ -1465,9 +1465,9 @@ en:
|
|||
subject: "%{name} favorited your post"
|
||||
title: New favorite
|
||||
emoji_reaction:
|
||||
body: 'Your post was reacted with emoji by %{name}:'
|
||||
subject: "%{name} reacted your post with emoji"
|
||||
title: New emoji reaction
|
||||
body: 'Your post was stamped by %{name}:'
|
||||
subject: "%{name} stamped your post"
|
||||
title: New stamp
|
||||
follow:
|
||||
body: "%{name} is now following you!"
|
||||
subject: "%{name} is now following you"
|
||||
|
@ -1711,7 +1711,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 emoji reactions
|
||||
ignore_emojis: Ignore stamps
|
||||
ignore_favs: Ignore favorites
|
||||
ignore_reblogs: Ignore boosts
|
||||
interaction_exceptions: Exceptions based on interactions
|
||||
|
@ -1738,8 +1738,8 @@ en:
|
|||
'63113904': 2 years
|
||||
'7889238': 3 months
|
||||
min_age_label: Age threshold
|
||||
min_emojis: Keep posts emoji-reacted 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_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_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
|
||||
|
|
|
@ -411,8 +411,8 @@ ja:
|
|||
private_comment_hint: このコメントは同じサーバーのモデレーターも閲覧できます。
|
||||
public_comment: コメント (公開)
|
||||
public_comment_hint: ドメインブロックの公開を有効にしている場合、このコメントも公開されます。
|
||||
reject_favourite: お気に入り、絵文字リアクションを拒否
|
||||
reject_favourite_hint: 今後のお気に入り、絵文字リアクションを拒否します。停止とは無関係です
|
||||
reject_favourite: お気に入り、スタンプを拒否
|
||||
reject_favourite_hint: 今後のお気に入り、スタンプを拒否します。停止とは無関係です
|
||||
reject_hashtag: ハッシュタグを拒否
|
||||
reject_hashtag_hint: ハッシュタグで検索できなくなり、トレンドにも影響しなくなります。停止とは無関係です
|
||||
reject_media: メディアファイルを拒否
|
||||
|
@ -1418,9 +1418,9 @@ ja:
|
|||
subject: "%{name}さんにお気に入りに登録されました"
|
||||
title: 新たなお気に入り登録
|
||||
emoji_reaction:
|
||||
body: "%{name}さんに絵文字リアクションされた、あなたの投稿があります:"
|
||||
subject: "%{name}さんに絵文字リアクションされました"
|
||||
title: 新たな絵文字リアクション
|
||||
body: "%{name}さんにスタンプをつけられた、あなたの投稿があります:"
|
||||
subject: "%{name}さんにスタンプをつけられました"
|
||||
title: 新たなスタンプ
|
||||
follow:
|
||||
body: "%{name}さんにフォローされています!"
|
||||
subject: "%{name}さんにフォローされています"
|
||||
|
@ -1674,8 +1674,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:
|
||||
|
@ -1688,8 +1688,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: ブーストの基準値
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue