Skip to content

Commit

Permalink
Fix: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
fs5m8 committed Jan 12, 2023
1 parent aae02be commit cd6f2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ admin/views/emoji.vue:
add-emoji:
title: "Add emoji"
name: "Emoji name"
name-desc: "You can use the characters a~z 0~9 _"
name-desc: "Able to use: a - z, A - Z, 0 - 9, +, -, _"
category: "Categories"
aliases: "Aliases"
aliases-desc: "You can add more than one, separated by spaces."
Expand Down
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ admin/views/emoji.vue:
add-emoji:
title: "絵文字の登録"
name: "絵文字名"
name-desc: "a - z, 0 - 9, _ の文字が使えます。"
name-desc: "文字: a - z, A - Z, 0 - 9, +, -, _"
category: "カテゴリ"
aliases: "エイリアス"
aliases-desc: "スペースで区切って複数設定できます。"
Expand Down

0 comments on commit cd6f2cc

Please sign in to comment.