mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
ミスったので戻す
This commit is contained in:
commit
00be7a748a
2 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ const ja = {
|
||||||
"account.posts": "投稿",
|
"account.posts": "投稿",
|
||||||
"account.follows": "フォロー",
|
"account.follows": "フォロー",
|
||||||
"account.followers": "フォロワー",
|
"account.followers": "フォロワー",
|
||||||
"account.follows_you": "フォロー中",
|
"account.follows_you": "フォローされています",
|
||||||
"account.requested": "承認待ち",
|
"account.requested": "承認待ち",
|
||||||
"getting_started.heading": "スタート",
|
"getting_started.heading": "スタート",
|
||||||
"getting_started.about_addressing": "ドメインとユーザー名を知っているなら検索フォームに入力すればフォローできます。",
|
"getting_started.about_addressing": "ドメインとユーザー名を知っているなら検索フォームに入力すればフォローできます。",
|
||||||
|
@ -62,11 +62,11 @@ const ja = {
|
||||||
"notification.reblog": "{name}さんがあなたのトゥートをブーストしました",
|
"notification.reblog": "{name}さんがあなたのトゥートをブーストしました",
|
||||||
"notification.mention": "{name}さんがあなたに返信しました",
|
"notification.mention": "{name}さんがあなたに返信しました",
|
||||||
"notifications.column_settings.alert": "デスクトップ通知",
|
"notifications.column_settings.alert": "デスクトップ通知",
|
||||||
"notifications.column_settings.show": "表示項目",
|
"notifications.column_settings.show": "カラムに表示",
|
||||||
"notifications.column_settings.follow": "新しいフォロワー:",
|
"notifications.column_settings.follow": "新しいフォロワー",
|
||||||
"notifications.column_settings.favourite": "いいね:",
|
"notifications.column_settings.favourite": "いいね",
|
||||||
"notifications.column_settings.mention": "返信:",
|
"notifications.column_settings.mention": "返信",
|
||||||
"notifications.column_settings.reblog": "ブースト:",
|
"notifications.column_settings.reblog": "ブースト",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ja;
|
export default ja;
|
||||||
|
|
|
@ -7,7 +7,7 @@ ja:
|
||||||
display_name: 名前は30文字まで設定することができます。
|
display_name: 名前は30文字まで設定することができます。
|
||||||
header: PNGやGIF、JPGは2MBまでです。 700x335pxまで縮小されます。
|
header: PNGやGIF、JPGは2MBまでです。 700x335pxまで縮小されます。
|
||||||
locked: フォロワーを手動で承認する必要があります。デフォルトでは投稿範囲はフォロワーまでです。
|
locked: フォロワーを手動で承認する必要があります。デフォルトでは投稿範囲はフォロワーまでです。
|
||||||
note: プロフィールは30文字まで設定することができます。
|
note: プロフィールは160文字まで設定することができます。
|
||||||
imports:
|
imports:
|
||||||
data: CSVファイルからデータをインポートしました。
|
data: CSVファイルからデータをインポートしました。
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue