Skip to content
Snippets Groups Projects
Unverified Commit 01c56547 authored by imncls's avatar imncls
Browse files

Add missing Japanese translation and Update some Japanese translation

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