-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Japanese Language #1884
base: dev
Are you sure you want to change the base?
Added Japanese Language #1884
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'status' => [ | ||
'active' => '使用可能', | ||
'maintenance' => 'メンテナンス中', | ||
'stored' => '倉庫にて管理中', | ||
'retired' => '引退機体', | ||
'scrapped' => '解体済み', | ||
'written' => '解約済み', | ||
], | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'ident' => 'ID', | ||
'home' => '実家空港', | ||
'current' => '現在地', | ||
'departure' => '出発地', | ||
'arrival' => '目的地', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'failed' => '記録された情報に一致していません。', | ||
'throttle' => '多数のログイン、:seconds 秒後に再度ログインしてください。', | ||
'password' => 'パスワード', | ||
'createaccount' => 'アカウントの新規登録', | ||
'forgotpassword' => 'パスワード忘れ方はこちら', | ||
'fullname' => '氏名(フルネーム)', | ||
'emailaddress' => 'メールアドレス', | ||
'fillcaptcha' => 'Fill out the captcha', | ||
'tocaccept' => '登録することで, あなたは規約に同意する。', | ||
'register' => '新規登録', | ||
'registrationpending' => '登録待機中', | ||
'pendingmessage' => 'ANAバーチャルグループへの新規登録誠にありがとうございます。私たちの管理員がアカウントの確認をしています。少々お待ちください!(1300z ~ 2200zは管理員の休憩時間です。多少の遅れが生じます)', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is in reference to a specific VA. Please change this to something more generic, in line with the original |
||
'registrationsubmitted' => '登録提出済み', | ||
'registrationconfirmation' => '登録の確認', | ||
'confirmationmessage' => 'ANAバーチャルグループへの新規登録誠にありがとうございます。私たちの管理員がアカウントの確認をしています。少々お待ちください!(1300z ~ 2200zは管理員の休憩時間です。多少の遅れが生じます)', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is in reference to a specific VA. Please change this to something more generic, in line with the original |
||
'registrationdenied' => '登録は拒否されました。', | ||
'deniedmessage' => '登録が拒否されました。管理員にお問い合わせください。', | ||
'accountsuspended' => 'アカウント停止状態です。', | ||
'suspendedmessage' => 'アカウント停止状態です。管理員にお問い合わせください。', | ||
'transferhours' => '転入時間', | ||
'loginwith' => ':provider でログイン', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?php | ||
|
||
return [ | ||
'dashboard' => 'ホーム', | ||
'administration' => '管理員', | ||
'flight' => 'フライト', | ||
'livemap' => 'ライブマップ', | ||
'pilot' => 'パイロット', | ||
'pirep' => 'レポート', | ||
'newestpilots' => '最新パイロット', | ||
'profile' => 'プロフィール', | ||
'email' => 'メールアドレス', | ||
'pilot_id' => 'パイロットID', | ||
'register' => '新規登録', | ||
'login' => 'ログイン', | ||
'logout' => 'ログアウト', | ||
'timezone' => '時間帯', | ||
'country' => '国', | ||
'download' => 'ダウンロード', | ||
'from' => 'から', | ||
'to' => 'へ', | ||
'state' => '状態', | ||
'status' => '状態', | ||
'departure' => '出発地', | ||
'arrival' => '目的地', | ||
'aircraft' => '機体', | ||
'airline' => 'エアライン', | ||
'subfleet' => '機体種', | ||
'distance' => '距離', | ||
'fuel' => '燃料', | ||
'metar' => 'METAR', | ||
'hour' => '時間', | ||
'minute' => '分', | ||
'note' => '備考', | ||
'field' => '欄', | ||
'name' => '名前', | ||
'value' => '値', | ||
'remark' => '備考', | ||
'find' => '検索', | ||
'reset' => 'リセット', | ||
'submit' => '提出', | ||
'edit' => '編集', | ||
'close' => '閉じる', | ||
'whoops' => 'あら?', | ||
'hello' => 'こんにちは、', | ||
'regards' => 'よろしくお願いします。', | ||
'rightsreserved' => 'All Rights Reserved', | ||
'active' => 'アクティブ', | ||
'inactive' => '非アクティブ', | ||
'yes' => 'はい', | ||
'no' => 'いいえ', | ||
'or' => 'または', | ||
'days' => [ | ||
'mon' => '月', | ||
'tues' => '火', | ||
'wed' => '水', | ||
'thurs' => '木', | ||
'fri' => '金', | ||
'sat' => '土', | ||
'sun' => '日', | ||
], | ||
'external_redirection' => '外部ページへのリンク', | ||
'abouttoleave' => 'このページから離れます。', | ||
'wanttocontinue' => '続けますか?', | ||
'continue' => '続ける', | ||
'alwaystrustdomain' => 'このドメインを信用する', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'totalhours' => '合計飛行時間', | ||
'yourbalance' => '残金', | ||
'yourlastreport' => '最終レポート', | ||
'noreportsyet' => '提出済みのレポートはありません。', | ||
'fileonenow' => '今すぐ提出。', | ||
'weatherat' => ':ICAO の天気', | ||
'recentreports' => '最近のレポート', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?php | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file should NOT be included in this PR. It is being shipped by a 3rd party addon already. |
||
return [ | ||
// Common | ||
'actions' => '行動', | ||
'airport' => '空港', | ||
'all' => 'すべて表示', | ||
'altn' => '代替', | ||
'alternate' => '代替', | ||
'close' => '閉じる', | ||
'darkmode' => 'Dark Mode', | ||
'dest' => '目的地', | ||
'destination' => '目的地', | ||
'fuel_ob' => '燃料', | ||
'latest' => '最新', | ||
'map' => '地図', | ||
'notes' => '備考', | ||
'orig' => '出発地', | ||
'origin' => '出発地', | ||
'registered' => '申請済み', | ||
'show_hide' => '表示 / 非表示', | ||
'total' => '合計', | ||
'weather' => '天気', | ||
'pagination' => ':first から :last の合計で :total records 表示', | ||
// Flights | ||
'bid_add' => '予約', | ||
'bid_rem' => '予約取消', | ||
'load_acars' => 'vmsAcarsに導入', | ||
'new_pirep' => 'New Manual PIREP', | ||
'sb_generate' => 'SimBrief OFPを作成', | ||
'sb_view' => 'SimBrief OFPを表示', | ||
// Airport Details | ||
'100ll_cost' => '100LL料金', | ||
'avg_taxi_times' => 'タクシング平均時間', | ||
'gh_cost' => 'グラウンド整備料金', | ||
'icao_iata_code' => 'ICAO / IATA コード', | ||
'jeta1_cost' => 'JET-A1料金', | ||
'mogas_cost' => 'Mogas料金', | ||
// Roster | ||
'awards' => '賞', | ||
'only_active' => '活動あるメンバーのみ表示. 非表示までの期間は :days 日', | ||
'rank' => 'Rank', | ||
// Pireps | ||
'fused' => '消費燃料', | ||
'lpirep' => '前フライトの詳細', | ||
'lrate' => '着陸時の降下率', | ||
'score' => 'スコア', | ||
// Dashboard | ||
'avg_ftime' => '平均飛行時間', | ||
'avg_fused' => '平均消費燃料', | ||
'avg_lrate' => '平均着陸時の降下率', | ||
'avg_score' => '平均スコア', | ||
'user_on_leave' => 'You are on leave! File a PIREP to set your status to active!', | ||
// Menu Items | ||
'menu_roster' => 'メンバー', | ||
'menu_airlines' => 'エアラインリスト', | ||
'menu_ranks' => 'ランク', | ||
'menu_awards' => '賞', | ||
'menu_stats' => '成績', | ||
'menu_fltops' => 'フライト操作', | ||
'menu_flights' => 'フライト予約', | ||
'menu_tours' => 'Tours', | ||
'menu_fleet' => '航空機リスト', | ||
'menu_hubs' => 'ハブ', | ||
'menu_reports' => 'フライトレポート', | ||
'menu_mapflt' => 'ライブフライト', | ||
'menu_mapwx' => 'ライブウェザー', | ||
'menu_docs' => 'フライト資料', | ||
'menu_notams' => 'NOTAMs', | ||
'menu_news' => 'ニュース', | ||
'menu_opsman' => '操作手順', | ||
'menu_profile' => 'プロフィール', | ||
'menu_company' => 'エアライン', | ||
'menu_base' => 'ハブ', | ||
'menu_assign' => 'Assignments', | ||
'menu_myflight' => 'Free Flight', | ||
'menu_bids' => '予約', | ||
'menu_pireps' => 'フライトレポート', | ||
'menu_market' => 'Pilot Shop', | ||
'menu_mymarket' => 'Bought Items', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'none' => 'ダウンロードできるものはありません!', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'buttontroubles' => 'ボタンのことでお困りの方は ":actiontext", '. | ||
'下記のURLを貼り付けてください:', | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
401 => [ | ||
'title' => '不適切なアクセス', | ||
'message' => 'この操作を行う権限はありません。 '. | ||
'<a href=":link">ここ</a> をクリックしてホームに戻る。', | ||
], | ||
404 => [ | ||
'title' => 'ページが存在しません', | ||
'message' => 'このページは存在していないみたいです。'. | ||
'<a href=":link">ここ</a> をクリックしてホームに戻る。', | ||
], | ||
503 => [ | ||
'title' => 'サーバーエラー', | ||
'message' => 'エラーが発生しました', | ||
], | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'type' => [ | ||
'flight' => 'フライトごと', | ||
'daily' => '一日ごと', | ||
'monthly' => '月ごと', | ||
], | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?php | ||
|
||
return [ | ||
'flightnumber' => 'フライトナンバー', | ||
'flighttime' => '飛行時間', | ||
'flighttype' => 'フライト種類', | ||
'flighthours' => 'フライト時間', | ||
'code' => 'コード', | ||
'callsign' => 'コールサイン', | ||
'route' => '経路', | ||
'mybid' => '私の予約', | ||
'search' => '検索', | ||
'addremovebid' => '予約 追加/取消', | ||
'bidremoved' => '予約が取り消されました。', | ||
'bidadded' => '予約が追加されました。', | ||
'dep' => '出発地', | ||
'arr' => '目的地', | ||
'level' => '巡行高度', | ||
'alternateairport' => '代替空港', | ||
'inbound' => '到着機', | ||
'outbound' => '出発機', | ||
'none' => 'フライトが見つかりません。', | ||
'departuretime' => '出発時間', | ||
'arrivaltime' => '到着時間', | ||
'type' => [ | ||
'pass_scheduled' => '旅客機 (定期)', | ||
'pass_addtl' => '旅客機 (追加)', | ||
'charter_pass_only' => '旅客機 (自由)', | ||
'charter_special' => '旅客機 (特別自由)', | ||
'cargo_scheduled' => '貨物機 (定期)', | ||
'addtl_cargo_mail' => '貨物機 (増便)', | ||
'charter_cargo' => '貨物機 (自由)', | ||
'mail_service' => 'メールサービス', | ||
'special_vip' => 'VIPフライト', | ||
'ambulance' => '救急車', | ||
'training_flight' => '訓練機', | ||
'military' => '軍機', | ||
'positioning' => '配置', | ||
'technical_test' => '整備試行', | ||
'technical_stop' => '整備停止', | ||
'shuttle' => 'シャトル (定期)', | ||
'addtl_shuttle' => 'シャトル (増便)', | ||
'cargo_in_cabin' => '旅客/機内貨物 (定期)', | ||
'addtl_cargo_in_cabin' => '旅客/機内貨物 (増便)', | ||
'charter_cargo_in_cabin' => '旅客/機内貨物 (自由)', | ||
'general_aviation' => 'GA機', | ||
'air_taxi' => 'ビジネスタクシー', | ||
'company_specific' => '会社特別 (非標準)', | ||
'other' => 'その他 (非標準)', | ||
], | ||
]; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'welcome' => [ | ||
'title' => 'ようこそ!', | ||
'message' => 'ようこそ :appname へ', | ||
], | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
拠点空港(または拠点)