Browse Source

Add destroy_custom_emoji translation (#8997)

Includes Japanese and English
pull/4/head
Gomasy 5 years ago
committed by Eugen Rochko
parent
commit
7085b21f70
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      config/locales/en.yml
  2. +1
    -0
      config/locales/ja.yml

+ 1
- 0
config/locales/en.yml View File

@ -177,6 +177,7 @@ en:
create_domain_block: "%{name} blocked domain %{target}"
create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
demote_user: "%{name} demoted user %{target}"
destroy_custom_emoji: "%{name} destroyed emoji %{target}"
destroy_domain_block: "%{name} unblocked domain %{target}"
destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
destroy_status: "%{name} removed status by %{target}"

+ 1
- 0
config/locales/ja.yml View File

@ -177,6 +177,7 @@ ja:
create_domain_block: "%{name} さんがドメイン %{target} をブロックしました"
create_email_domain_block: "%{name} さんがドメイン %{target} をメールアドレス用ブラックリストに追加しました"
demote_user: "%{name} さんが %{target} さんを降格しました"
destroy_custom_emoji: "%{name} さんがカスタム絵文字 %{target} を削除しました"
destroy_domain_block: "%{name} さんがドメイン %{target} のブロックを外しました"
destroy_email_domain_block: "%{name} さんがドメイン %{target} をメールアドレス用ブラックリストから外しました"
destroy_status: "%{name} さんが %{target} さんの投稿を削除しました"

Loading…
Cancel
Save