-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Japanese Language * stylecl fix * removed unnecessary file * Changed based of feedback. --------- Co-authored-by: Nabeel S. <nabeelio@users.noreply.github.com>
- Loading branch information
Showing
21 changed files
with
773 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'status' => [ | ||
'active' => '使用可能', | ||
'maintenance' => 'メンテナンス中', | ||
'stored' => '倉庫にて管理中', | ||
'retired' => '引退機体', | ||
'scrapped' => '解体済み', | ||
'written' => '解約済み', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'ident' => 'ID', | ||
'home' => '拠点空港', | ||
'current' => '現在地', | ||
'departure' => '出発地', | ||
'arrival' => '目的地', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '登録がまだ終わっていません。Eメールを確認してください。', | ||
'registrationsubmitted' => '登録提出済み', | ||
'registrationconfirmation' => '登録の確認', | ||
'confirmationmessage' => '登録依頼完了しました。スタッフの認証が必要であるため、スタッフ一員が申請内容の確認後にEメールが送られてきます。', | ||
'registrationdenied' => '登録は拒否されました。', | ||
'deniedmessage' => '登録が拒否されました。管理員にお問い合わせください。', | ||
'accountsuspended' => 'アカウント停止状態です。', | ||
'suspendedmessage' => 'アカウント停止状態です。管理員にお問い合わせください。', | ||
'transferhours' => '転入時間', | ||
'loginwith' => ':provider でログイン', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'このドメインを信用する', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'totalhours' => '合計飛行時間', | ||
'yourbalance' => '残金', | ||
'yourlastreport' => '最終レポート', | ||
'noreportsyet' => '提出済みのレポートはありません。', | ||
'fileonenow' => '今すぐ提出。', | ||
'weatherat' => ':ICAO の天気', | ||
'recentreports' => '最近のレポート', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'none' => 'ダウンロードできるものはありません!', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'buttontroubles' => 'ボタンのことでお困りの方は ":actiontext", '. | ||
'下記のURLを貼り付けてください:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'エラーが発生しました', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'type' => [ | ||
'flight' => 'フライトごと', | ||
'daily' => '一日ごと', | ||
'monthly' => '月ごと', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'その他 (非標準)', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'welcome' => [ | ||
'title' => 'ようこそ!', | ||
'message' => 'ようこそ :appname へ', | ||
], | ||
]; |
Oops, something went wrong.