Merge branch 'easy-japanese' into 'develop'

Easy Japanese translation

See merge request pleroma/pleroma-fe!305
This commit is contained in:
kaniini 2018-08-24 18:45:22 +00:00
commit 0429963e63
2 changed files with 97 additions and 61 deletions

View file

@ -3,7 +3,7 @@
<div class="panel panel-default base01-background"> <div class="panel panel-default base01-background">
<div class="panel-heading timeline-heading base02-background base04"> <div class="panel-heading timeline-heading base02-background base04">
<div class="title"> <div class="title">
Who to follow {{$t('who_to_follow.who_to_follow')}}
</div> </div>
</div> </div>
<div class="panel-body who-to-follow"> <div class="panel-body who-to-follow">
@ -11,7 +11,7 @@
<img v-bind:src="img1"/> <router-link :to="{ name: 'user-profile', params: { id: id1 } }">{{ name1 }}</router-link><br> <img v-bind:src="img1"/> <router-link :to="{ name: 'user-profile', params: { id: id1 } }">{{ name1 }}</router-link><br>
<img v-bind:src="img2"/> <router-link :to="{ name: 'user-profile', params: { id: id2 } }">{{ name2 }}</router-link><br> <img v-bind:src="img2"/> <router-link :to="{ name: 'user-profile', params: { id: id2 } }">{{ name2 }}</router-link><br>
<img v-bind:src="img3"/> <router-link :to="{ name: 'user-profile', params: { id: id3 } }">{{ name3 }}</router-link><br> <img v-bind:src="img3"/> <router-link :to="{ name: 'user-profile', params: { id: id3 } }">{{ name3 }}</router-link><br>
<img v-bind:src="$store.state.config.logo"> <a v-bind:href="moreUrl" target="_blank">More</a> <img v-bind:src="$store.state.config.logo"> <a v-bind:href="moreUrl" target="_blank">{{$t('who_to_follow.more')}}</a>
</p> </p>
</div> </div>
</div> </div>

View file

@ -396,6 +396,10 @@ const en = {
}, },
user_profile: { user_profile: {
timeline_title: 'User Timeline' timeline_title: 'User Timeline'
},
who_to_follow: {
who_to_follow: 'Who to follow',
more: 'More'
} }
} }
@ -779,115 +783,147 @@ const ja = {
chat: 'ローカルチャット', chat: 'ローカルチャット',
timeline: 'タイムライン', timeline: 'タイムライン',
mentions: 'メンション', mentions: 'メンション',
public_tl: '公開タイムライン', public_tl: 'パブリックタイムライン',
twkn: '接続しているすべてのネットワーク' twkn: 'つながっているすべてのネットワーク',
friend_requests: 'Follow Requests'
}, },
user_card: { user_card: {
follows_you: 'フォローされました!', follows_you: 'フォローされました!',
following: 'フォロー', following: 'フォローしています',
follow: 'フォロー', follow: 'フォロー',
blocked: 'ブロック済み', blocked: 'ブロックしています',
block: 'ブロック', block: 'ブロック',
statuses: '投稿', statuses: 'ステータス',
mute: 'ミュート', mute: 'ミュート',
muted: 'ミュート済み', muted: 'ミュートしています!',
followers: 'フォロワー', followers: 'フォロワー',
followees: 'フォロー', followees: 'フォロー',
per_day: '/日', per_day: '/日',
remote_follow: 'リモートフォロー' remote_follow: 'リモートフォロー',
approve: 'Approve',
deny: 'Deny'
}, },
timeline: { timeline: {
show_new: '更新', show_new: 'よみこみ',
error_fetching: '更新の取得中にエラーが発生しました。', error_fetching: 'よみこみがエラーになりました。',
up_to_date: '最新', up_to_date: 'さいしん',
load_older: '古い投稿を読み込む', load_older: 'ふるいステータス',
conversation: '会話', conversation: 'スレッド',
collapse: '折り畳む', collapse: 'たたむ',
repeated: 'リピート' repeated: 'リピート'
}, },
settings: { settings: {
user_settings: 'ユーザー設定', user_settings: 'ユーザーせってい',
name_bio: '名前とプロフィール', name_bio: 'なまえとプロフィール',
name: '名前', name: 'なまえ',
bio: 'プロフィール', bio: 'プロフィール',
avatar: 'アバター', avatar: 'アバター',
current_avatar: 'あなたの現在のアバター', current_avatar: 'いまのアバター',
set_new_avatar: '新しいアバターを設定する', set_new_avatar: 'あたらしいアバターをせっていする',
profile_banner: 'プロフィールバナー', profile_banner: 'プロフィールバナー',
current_profile_banner: '現在のプロフィールバナー', current_profile_banner: 'いまのプロフィールバナー',
set_new_profile_banner: 'しいプロフィールバナーを設定する', set_new_profile_banner: 'あたらしいプロフィールバナーを設定する',
profile_background: 'プロフィールの背景', profile_background: 'プロフィールのバックグラウンド',
set_new_profile_background: '新しいプロフィールの背景を設定する', set_new_profile_background: 'あたらしいプロフィールのバックグラウンドをせっていする',
settings: '設定', settings: 'せってい',
theme: 'テーマ', theme: 'テーマ',
presets: 'プリセット', presets: 'プリセット',
theme_help: '16進数カラーコード (#aabbcc) を使用してカラーテーマをカスタマイズ出来ます。', theme_help: 'カラーテーマをカスタマイズできます。',
radii_help: 'インターフェースの縁の丸さを設定する。', radii_help: 'インターフェースのまるさをせっていする。',
background: '背景', background: 'バックグラウンド',
foreground: '前景', foreground: 'フォアグラウンド',
text: '文字', text: 'もじ',
links: 'リンク', links: 'リンク',
cBlue: '青 (返信, フォロー)', cBlue: 'あお (リプライ, フォロー)',
cRed: ' (キャンセル)', cRed: 'あか (キャンセル)',
cOrange: 'オレンジ (お気に入り)', cOrange: 'オレンジ (おきにいり)',
cGreen: '緑 (リツイート)', cGreen: 'みどり (リピート)',
btnRadius: 'ボタン', btnRadius: 'ボタン',
inputRadius: 'Input fields',
panelRadius: 'パネル', panelRadius: 'パネル',
avatarRadius: 'アバター', avatarRadius: 'アバター',
avatarAltRadius: 'アバター (通知)', avatarAltRadius: 'アバター (つうち)',
tooltipRadius: 'ツールチップ/アラート', tooltipRadius: 'ツールチップ/アラート',
attachmentRadius: 'ファイル', attachmentRadius: 'ファイル',
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なファイルをかくす。',
stop_gifs: 'カーソルを重ねた時にGIFを再生する。', stop_gifs: 'カーソルをかさねたとき、GIFをうごかす。',
autoload: '下にスクロールした時に自動で読み込むようにする。', autoload: 'したにスクロールしたとき、じどうてきによみこむ。',
streaming: '上までスクロールした時に自動でストリーミングされるようにする。', streaming: 'うえまでスクロールしたとき、じどうてきにストリーミングする。',
reply_link_preview: 'マウスカーソルを重ねた時に返信のプレビューを表示するようにする。', reply_link_preview: 'カーソルをかさねたとき、リプライのプレビューをみる。',
follow_import: 'フォローインポート', follow_import: 'フォローインポート',
import_followers_from_a_csv_file: 'CSVファイルからフォローをインポートする。', import_followers_from_a_csv_file: 'CSVファイルからフォローをインポートする。',
follows_imported: 'フォローがインポートされました!処理に少し時間がかかるかもしれません。', follows_imported: 'フォローがインポートされました! すこしじかんがかかるかもしれません。',
follow_import_error: 'フォロワーのインポート中にエラーが発生しました。' follow_import_error: 'フォローのインポートがエラーになりました。',
delete_account: 'アカウントをけす',
delete_account_description: 'あなたのアカウントとメッセージが、きえます。',
delete_account_instructions: 'ほんとうにアカウントをけしてもいいなら、パスワードをかいてください。',
delete_account_error: 'アカウントをけすことが、できなかったかもしれません。インスタンスのかんりしゃに、れんらくしてください。',
follow_export: 'フォローのエクスポート',
follow_export_processing: 'おまちください。まもなくファイルをダウンロードできます。',
follow_export_button: 'エクスポート',
change_password: 'パスワードをかえる',
current_password: 'いまのパスワード',
new_password: 'あたらしいパスワード',
confirm_new_password: 'あたらしいパスワードのかくにん',
changed_password: 'パスワードが、かわりました!',
change_password_error: 'パスワードをかえることが、できなかったかもしれません。',
lock_account_description: 'あなたがみとめたひとだけ、あなたのアカウントをフォローできます。'
}, },
notifications: { notifications: {
notifications: '通知', notifications: 'つうち',
read: '読んだ!', read: 'んだ!',
followed_you: 'フォローされました', followed_you: 'フォローされました',
favorited_you: 'あなたの投稿がお気に入りされました', favorited_you: 'あなたのステータスがおきにいりされました',
repeated_you: 'あなたの投稿がリピートされました' repeated_you: 'あなたのステータスがリピートされました'
}, },
login: { login: {
login: 'ログイン', login: 'ログイン',
username: 'ユーザー名', username: 'ユーザーめい',
placeholder: '例えば lain', placeholder: 'れい: lain',
password: 'パスワード', password: 'パスワード',
register: '登録', register: 'はじめる',
logout: 'ログアウト' logout: 'ログアウト'
}, },
registration: { registration: {
registration: '登録', registration: 'はじめる',
fullname: '表示名', fullname: 'スクリーンネーム',
email: 'Eメール', email: 'Eメール',
bio: 'プロフィール', bio: 'プロフィール',
password_confirm: 'パスワードの確認' password_confirm: 'パスワードのかくにん'
}, },
post_status: { post_status: {
posting: '投稿', posting: 'とうこう',
default: 'ちょうどL.A.に着陸しました。' content_warning: 'せつめい (かかなくてもよい)',
default: 'はねだくうこうに、つきました。',
account_not_locked_warning: 'あなたのアカウントは {0} ではありません。あなたをフォローすれば、だれでも、フォロワーげんていのステータスをよむことができます。',
account_not_locked_warning_link: 'ロックされたアカウント',
direct_warning: 'このステータスは、メンションされたユーザーだけが、よむことができます。',
scope: {
public: 'パブリック - パブリックタイムラインにとどきます。',
unlisted: 'アンリステッド - パブリックタイムラインにとどきません。',
private: 'フォロワーげんてい - フォロワーのみにとどきます。',
direct: 'ダイレクト - メンションされたユーザーのみにとどきます。'
}
}, },
finder: { finder: {
find_user: 'ユーザー検索', find_user: 'ユーザーをさがす',
error_fetching_user: 'ユーザー検索でエラーが発生しました' error_fetching_user: 'ユーザーけんさくがエラーになりました。'
}, },
general: { general: {
submit: '送信', submit: 'そうしん',
apply: '適用' apply: 'てきよう'
}, },
user_profile: { user_profile: {
timeline_title: 'ユーザータイムライン' timeline_title: 'ユーザータイムライン'
},
who_to_follow: {
who_to_follow: 'おすすめユーザー',
more: 'くわしく'
} }
} }