forked from AkkomaGang/akkoma-fe
Add missing Japanese translation and Update some Japanese translation
This commit is contained in:
parent
936ca1a38c
commit
01c56547d0
1 changed files with 37 additions and 14 deletions
|
@ -544,9 +544,13 @@ const ro = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const ja = {
|
const ja = {
|
||||||
|
chat: {
|
||||||
|
title: 'チャット'
|
||||||
|
},
|
||||||
nav: {
|
nav: {
|
||||||
|
chat: 'ローカルチャット',
|
||||||
timeline: 'タイムライン',
|
timeline: 'タイムライン',
|
||||||
mentions: '通知',
|
mentions: 'メンション',
|
||||||
public_tl: '公開タイムライン',
|
public_tl: '公開タイムライン',
|
||||||
twkn: '接続しているすべてのネットワーク'
|
twkn: '接続しているすべてのネットワーク'
|
||||||
},
|
},
|
||||||
|
@ -554,22 +558,26 @@ const ja = {
|
||||||
follows_you: 'フォローされました!',
|
follows_you: 'フォローされました!',
|
||||||
following: 'フォロー中!',
|
following: 'フォロー中!',
|
||||||
follow: 'フォロー',
|
follow: 'フォロー',
|
||||||
|
blocked: 'ブロック済み!',
|
||||||
|
block: 'ブロック',
|
||||||
statuses: 'ステータス',
|
statuses: 'ステータス',
|
||||||
mute: 'ミュート',
|
mute: 'ミュート',
|
||||||
muted: 'ミュート済み',
|
muted: 'ミュート済み',
|
||||||
followers: 'フォロワー',
|
followers: 'フォロワー',
|
||||||
followees: 'フォロー',
|
followees: 'フォロー',
|
||||||
per_day: '/日'
|
per_day: '/日',
|
||||||
|
remote_follow: 'リモートフォロー'
|
||||||
},
|
},
|
||||||
timeline: {
|
timeline: {
|
||||||
show_new: '新しいものを表示',
|
show_new: '新しいものを表示',
|
||||||
error_fetching: '更新の取得中にエラーが発生しました',
|
error_fetching: '更新の取得中にエラーが発生しました。',
|
||||||
up_to_date: '最新',
|
up_to_date: '最新',
|
||||||
load_older: '古いステータスを読み込む'
|
load_older: '古いステータスを読み込む',
|
||||||
|
conversation: '会話'
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
user_settings: 'ユーザー設定',
|
user_settings: 'ユーザー設定',
|
||||||
name_bio: '名前 & プロフィール',
|
name_bio: '名前とプロフィール',
|
||||||
name: '名前',
|
name: '名前',
|
||||||
bio: 'プロフィール',
|
bio: 'プロフィール',
|
||||||
avatar: 'アバター',
|
avatar: 'アバター',
|
||||||
|
@ -582,14 +590,25 @@ const ja = {
|
||||||
set_new_profile_background: '新しいプロフィールの背景を設定する',
|
set_new_profile_background: '新しいプロフィールの背景を設定する',
|
||||||
settings: '設定',
|
settings: '設定',
|
||||||
theme: 'テーマ',
|
theme: 'テーマ',
|
||||||
|
presets: 'プリセット',
|
||||||
|
theme_help: '16進数カラーコードを使用してカラーテーマをカスタマイズ出来ます。',
|
||||||
|
background: '背景',
|
||||||
|
foreground: '前景',
|
||||||
|
text: '文字',
|
||||||
|
links: 'リンク',
|
||||||
filtering: 'フィルタリング',
|
filtering: 'フィルタリング',
|
||||||
filtering_explanation: 'これらの単語を含むすべてのものはミュートされます、1行に1つのワードを入力してください',
|
filtering_explanation: 'これらの単語を含むすべてのものはミュートされます、1行に1つのワードを入力してください。',
|
||||||
attachments: '添付ファイル',
|
attachments: '添付ファイル',
|
||||||
hide_attachments_in_tl: 'タイムラインの添付ファイルを隠す',
|
hide_attachments_in_tl: 'タイムラインの添付ファイルを隠す。',
|
||||||
hide_attachments_in_convo: '会話の中の添付ファイルを隠す',
|
hide_attachments_in_convo: '会話の中の添付ファイルを隠す。',
|
||||||
nsfw_clickthrough: 'NSFWファイルの非表示を有効にする',
|
nsfw_clickthrough: 'NSFWファイルの非表示を有効にする。',
|
||||||
autoload: '下にスクロールした時に自動で読み込むようにする',
|
stop_gifs: 'カーソルを重ねた時にGIFを再生する。',
|
||||||
reply_link_preview: 'マウスカーソルを重ねたときに返信リンクプレビューを表示するようにする'
|
autoload: '下にスクロールした時に自動で読み込むようにする。',
|
||||||
|
streaming: '上までスクロールした時に自動でストリーミングされるようにする。',
|
||||||
|
reply_link_preview: 'マウスカーソルを重ねたときに返信リンクプレビューを表示するようにする。',
|
||||||
|
import_followers_from_a_csv_file: 'CSVファイルからフォローをインポートする。',
|
||||||
|
follows_imported: 'フォローがインポートされました!処理に少し時間がかかるかもしれません。',
|
||||||
|
follow_import_error: 'フォロワーのインポート中にエラーが発生しました。'
|
||||||
},
|
},
|
||||||
notifications: {
|
notifications: {
|
||||||
notifications: '通知',
|
notifications: '通知',
|
||||||
|
@ -598,7 +617,7 @@ const ja = {
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
login: 'ログイン',
|
login: 'ログイン',
|
||||||
username: 'ユーザーネーム',
|
username: 'ユーザー名',
|
||||||
password: 'パスワード',
|
password: 'パスワード',
|
||||||
register: '登録',
|
register: '登録',
|
||||||
logout: 'ログアウト'
|
logout: 'ログアウト'
|
||||||
|
@ -612,14 +631,18 @@ const ja = {
|
||||||
},
|
},
|
||||||
post_status: {
|
post_status: {
|
||||||
posting: '投稿',
|
posting: '投稿',
|
||||||
default: 'ちょうど羽田に着陸しました'
|
default: 'ちょうどL.A.に着陸しました'
|
||||||
},
|
},
|
||||||
finder: {
|
finder: {
|
||||||
find_user: 'ユーザー検索',
|
find_user: 'ユーザー検索',
|
||||||
error_fetching_user: 'ユーザー検索でエラーが発生しました'
|
error_fetching_user: 'ユーザー検索でエラーが発生しました'
|
||||||
},
|
},
|
||||||
general: {
|
general: {
|
||||||
submit: '送信'
|
submit: '送信',
|
||||||
|
apply: '適用'
|
||||||
|
},
|
||||||
|
user_profile: {
|
||||||
|
timeline_title: 'ユーザータイムライン'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue