Add Japanese translations for multiple themes, custom emoji (#5026)
* Add Japanese translations for multiple themes * Change Japanese translation for custom emoji's created_msg.
This commit is contained in:
parent
8cb4561145
commit
7b8ecde32d
|
@ -109,7 +109,7 @@ ja:
|
||||||
username: ユーザー名
|
username: ユーザー名
|
||||||
web: Web
|
web: Web
|
||||||
custom_emojis:
|
custom_emojis:
|
||||||
created_msg: 絵文字の作成に成功しました
|
created_msg: 絵文字の追加に成功しました
|
||||||
delete: 削除
|
delete: 削除
|
||||||
destroyed_msg: 絵文字の削除に成功しました
|
destroyed_msg: 絵文字の削除に成功しました
|
||||||
emoji: 絵文字
|
emoji: 絵文字
|
||||||
|
@ -460,6 +460,8 @@ ja:
|
||||||
settings: 設定
|
settings: 設定
|
||||||
two_factor_authentication: 二段階認証
|
two_factor_authentication: 二段階認証
|
||||||
your_apps: アプリ
|
your_apps: アプリ
|
||||||
|
themes:
|
||||||
|
default: Mastodon
|
||||||
statuses:
|
statuses:
|
||||||
open_in_web: Webで開く
|
open_in_web: Webで開く
|
||||||
over_character_limit: 上限は %{max}文字までです
|
over_character_limit: 上限は %{max}文字までです
|
||||||
|
|
|
@ -9,6 +9,7 @@ ja:
|
||||||
locked: フォロワーを手動で承認する必要があります。
|
locked: フォロワーを手動で承認する必要があります。
|
||||||
note: あと<span class="note-counter">%{count}</span>文字入力できます。
|
note: あと<span class="note-counter">%{count}</span>文字入力できます。
|
||||||
setting_noindex: 公開プロフィールおよび各投稿ページに影響します
|
setting_noindex: 公開プロフィールおよび各投稿ページに影響します
|
||||||
|
setting_theme: 任意のデバイスからログインしている時の外観に影響します。
|
||||||
imports:
|
imports:
|
||||||
data: 他の Mastodon インスタンスからエクスポートしたCSVファイルを選択して下さい
|
data: 他の Mastodon インスタンスからエクスポートしたCSVファイルを選択して下さい
|
||||||
sessions:
|
sessions:
|
||||||
|
@ -40,6 +41,7 @@ ja:
|
||||||
setting_noindex: 検索エンジンによるインデックスを拒否する
|
setting_noindex: 検索エンジンによるインデックスを拒否する
|
||||||
setting_system_font_ui: システムのデフォルトフォントを使う
|
setting_system_font_ui: システムのデフォルトフォントを使う
|
||||||
setting_unfollow_modal: フォロー解除する前に確認ダイアログを表示する
|
setting_unfollow_modal: フォロー解除する前に確認ダイアログを表示する
|
||||||
|
setting_theme: サイトテーマ
|
||||||
severity: 重大性
|
severity: 重大性
|
||||||
type: インポートする項目
|
type: インポートする項目
|
||||||
username: ユーザー名
|
username: ユーザー名
|
||||||
|
|
Loading…
Reference in New Issue