feat: Add Japanese language (#1064)
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
parent
662f6ac3eb
commit
a4fa490fb4
6 changed files with 259 additions and 0 deletions
|
@ -94,6 +94,7 @@ Currently added languages are
|
|||
- Greek
|
||||
- Hungarian
|
||||
- Italian
|
||||
- Japanese
|
||||
- Korean
|
||||
- Lombard
|
||||
- Norwegian
|
||||
|
|
109
resources/lang/jp/app.php
Normal file
109
resources/lang/jp/app.php
Normal file
|
@ -0,0 +1,109 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'settings.system' => 'システム',
|
||||
'settings.appearance' => '外観',
|
||||
'settings.miscellaneous' => 'その他',
|
||||
'settings.advanced' => '高度な設定',
|
||||
'settings.support' => 'サポート',
|
||||
'settings.donate' => '寄付',
|
||||
'settings.version' => 'バージョン',
|
||||
'settings.background_image' => '背景画像',
|
||||
'settings.window_target' => 'リンクを開く',
|
||||
'settings.window_target.current' => 'このタブで開く',
|
||||
'settings.window_target.one' => '同じタブで開く',
|
||||
'settings.window_target.new' => '新しいタブで開く',
|
||||
'settings.homepage_search' => 'ホームページ検索',
|
||||
'settings.search_provider' => 'デフォルトの検索プロバイダー',
|
||||
'settings.language' => '言語',
|
||||
'settings.reset' => 'デフォルトにリセット',
|
||||
'settings.remove' => '削除する',
|
||||
'settings.search' => '検索する',
|
||||
'settings.no_items' => '項目は見つかりませんでした',
|
||||
'settings.label' => 'ラベル',
|
||||
'settings.value' => '値',
|
||||
'settings.edit' => '編集',
|
||||
'settings.view' => '観る',
|
||||
'settings.custom_css' => 'カスタム CSS',
|
||||
'settings.custom_js' => 'カスタム JavaScript',
|
||||
'options.none' => '- 設定されていません -',
|
||||
'options.google' => 'Google',
|
||||
'options.ddg' => 'DuckDuckGo',
|
||||
'options.bing' => 'Bing',
|
||||
'options.qwant' => 'Qwant',
|
||||
'options.startpage' => 'スタートページ',
|
||||
'options.yes' => 'はい',
|
||||
'options.no' => 'いいえ',
|
||||
'options.nzbhydra' => 'NZBHydra',
|
||||
'options.jackett' => 'Jackett',
|
||||
'buttons.save' => '保存',
|
||||
'buttons.cancel' => 'キャンセル',
|
||||
'buttons.add' => '追加',
|
||||
'buttons.upload' => 'アイコンをアップロード',
|
||||
'buttons.downloadapps' => 'アプリ一覧の更新',
|
||||
'dash.pin_item' => 'アイテムをダッシュボードにピン留め',
|
||||
'dash.no_apps' => '現在、ピン留めされたアプリケーション (:link1 または :link2) はありません',
|
||||
'dash.link1' => 'ここにアプリケーションを追加',
|
||||
'dash.link2' => 'アイテムをダッシュに固定する',
|
||||
'dash.pinned_items' => 'ピン留めされたアイテム',
|
||||
'apps.app_list' => 'アプリケーション一覧',
|
||||
'apps.view_trash' => 'ゴミ箱を表示',
|
||||
'apps.add_application' => 'アプリケーションを追加',
|
||||
'apps.application_name' => 'アプリケーション名',
|
||||
'apps.colour' => '色',
|
||||
'apps.icon' => 'アイコン',
|
||||
'apps.pinned' => 'ピン留め',
|
||||
'apps.title' => 'タイトル',
|
||||
'apps.hex' => '16 進数の色',
|
||||
'apps.username' => 'ユーザー名',
|
||||
'apps.password' => 'パスワード',
|
||||
'apps.config' => '設定',
|
||||
'apps.apikey' => 'APIキー',
|
||||
'apps.enable' => '有効',
|
||||
'apps.tag_list' => 'タグ一覧',
|
||||
'apps.add_tag' => 'タグ付けする',
|
||||
'apps.tag_name' => 'タグ名',
|
||||
'apps.tags' => 'タグ',
|
||||
'apps.override' => 'メインURLと異なる場合',
|
||||
'apps.preview' => 'プレビュー',
|
||||
'apps.apptype' => 'アプリケーションタイプ',
|
||||
'apps.website' => 'Webサイト',
|
||||
'apps.description' => '説明',
|
||||
'apps.only_admin_account' => 'あなたが管理者アカウントを持っている場合のみ!',
|
||||
'apps.autologin_url' => '自動ログイン URL',
|
||||
'apps.show_deleted' => '削除されたアプリケーションの表示',
|
||||
'app.import' => '読み込む',
|
||||
'dashboard' => 'ホームダッシュボード',
|
||||
'user.user_list' => 'ユーザー一覧',
|
||||
'user.add_user' => 'ユーザーを追加',
|
||||
'user.username' => 'ユーザー名',
|
||||
'user.avatar' => 'アバター',
|
||||
'user.email' => 'メールアドレス',
|
||||
'user.password_confirm' => 'パスワードを確認',
|
||||
'user.secure_front' => 'フロントへのパブリック アクセスを許可する - パスワードが設定されている場合にのみ適用されます。',
|
||||
'user.autologin' => '特定の URL からのログインを許可します。リンクを知っている人は誰でもログインできます。',
|
||||
'url' => 'URL',
|
||||
'title' => 'タイトル',
|
||||
'delete' => '消去',
|
||||
'optional' => 'オプション',
|
||||
'restore' => '復元',
|
||||
'export' => '書き出す',
|
||||
'import' => '読み込む',
|
||||
'alert.success.item_created' => 'アイテムが正常に作成されました',
|
||||
'alert.success.item_updated' => 'アイテムは正常に更新されました',
|
||||
'alert.success.item_deleted' => 'アイテムは正常に削除されました',
|
||||
'alert.success.item_restored' => 'アイテムは正常に復元されました',
|
||||
'alert.success.updating' => 'アプリ リストを更新中',
|
||||
'alert.success.tag_created' => 'タグが正常に作成されました',
|
||||
'alert.success.tag_updated' => 'タグが正常に更新されました',
|
||||
'alert.success.tag_deleted' => 'タグが正常に削除されました',
|
||||
'alert.success.tag_restored' => 'タグが正常に復元されました',
|
||||
'alert.success.setting_updated' => 'この設定の編集に成功しました',
|
||||
'alert.error.not_exist' => 'この設定は存在しません',
|
||||
'alert.success.user_created' => 'ユーザーが正常に作成されました',
|
||||
'alert.success.user_updated' => 'ユーザーが正常に更新されました',
|
||||
'alert.success.user_deleted' => 'ユーザーは正常に削除されました',
|
||||
'alert.success.user_restored' => 'ユーザーは正常に復元されました',
|
||||
'dashboard.reorder' => '項目の並べ替えと固定',
|
||||
'dashboard.settings' => '設定',
|
||||
);
|
6
resources/lang/jp/auth.php
Normal file
6
resources/lang/jp/auth.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'failed' => 'これらの認証情報は弊社の記録と一致しません。',
|
||||
'throttle' => 'ログイン試行回数が多すぎます。 :seconds 秒後にもう一度お試しください。',
|
||||
);
|
6
resources/lang/jp/pagination.php
Normal file
6
resources/lang/jp/pagination.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'previous' => '« 前',
|
||||
'next' => '次 »',
|
||||
);
|
9
resources/lang/jp/passwords.php
Normal file
9
resources/lang/jp/passwords.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'password' => 'パスワードは 6 文字以上で、確認と一致する必要があります。',
|
||||
'reset' => 'パスワードがリセットされました!',
|
||||
'sent' => 'パスワードのリセット リンクをメールで送信しました。',
|
||||
'token' => 'このパスワード リセット トークンは無効です。',
|
||||
'user' => 'その電子メール アドレスを持つユーザーが見つかりません。',
|
||||
);
|
128
resources/lang/jp/validation.php
Normal file
128
resources/lang/jp/validation.php
Normal file
|
@ -0,0 +1,128 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute を受け入れる必要があります。',
|
||||
'active_url' => ':attribute は有効な URL ではありません。',
|
||||
'after' => ':attribute は :date より後の日付でなければなりません。',
|
||||
'after_or_equal' => ':attribute は :date 以降の日付でなければなりません。',
|
||||
'alpha' => ':attribute には文字のみを含めることができます。',
|
||||
'accepted' => ':attribute を受け入れる必要があります。',
|
||||
'active_url' => ':attribute は有効な URL ではありません。',
|
||||
'after' => ':attribute は :date より後の日付でなければなりません。',
|
||||
'after_or_equal' => ':attribute は :date 以降の日付でなければなりません。',
|
||||
'alpha' => ':attribute には文字のみを含めることができます。',
|
||||
'alpha_dash' => ':attribute には、文字、数字、およびダッシュのみを含めることができます。',
|
||||
'alpha_num' => ':attribute には、文字と数字のみを含めることができます。',
|
||||
'array' => ':attribute は配列でなければなりません。',
|
||||
'before' => ':attribute は :date より前の日付でなければなりません。',
|
||||
'before_or_equal' => ':attribute は :date より前または等しい日付でなければなりません。',
|
||||
'between' => [
|
||||
'numeric' => ':attribute は :min と :max の間でなければなりません。',
|
||||
'file' => ':attribute は :min から :max キロバイトの間でなければなりません。',
|
||||
'string' => ':attribute は :min から :max 文字の間でなければなりません.',
|
||||
'array' => ':attribute には :min と :max の項目が必要です。',
|
||||
],
|
||||
'boolean' => ':attribute フィールドは true または false でなければなりません。',
|
||||
'confirmed' => ':attribute の確認が一致しません。',
|
||||
'date' => ':attribute は有効な日付ではありません。',
|
||||
'date_format' => ':attribute がフォーマット :format と一致しません。',
|
||||
'different' => ':attribute と :other は異なる必要があります。',
|
||||
'digits' => ':attribute は :digits 桁でなければなりません。',
|
||||
'digits_between' => ':attribute は :min から :max 桁の間でなければなりません.',
|
||||
'dimensions' => ':attribute の画像サイズが無効です。',
|
||||
'distinct' => ':attribute フィールドの値が重複しています。',
|
||||
'email' => ':attribute は有効な電子メール アドレスでなければなりません。',
|
||||
'exists' => '選択された :attribute は無効です。',
|
||||
'file' => ':attribute はファイルでなければなりません。',
|
||||
'filled' => ':attribute フィールドには値が必要です。',
|
||||
'image' => ':attribute は画像でなければなりません。',
|
||||
'in' => '選択された :attribute は無効です。',
|
||||
'in_array' => ':attribute フィールドが :other に存在しません。',
|
||||
'integer' => ':attribute は整数でなければなりません。',
|
||||
'ip' => ':attribute は有効な IP アドレスでなければなりません。',
|
||||
'ipv4' => ':attribute は有効な IPv4 アドレスでなければなりません。',
|
||||
'ipv6' => ':attribute は有効な IPv6 アドレスでなければなりません。',
|
||||
'json' => ':attribute は有効な JSON 文字列でなければなりません。',
|
||||
'max' => [
|
||||
'numeric' => ':attribute は :max を超えることはできません。',
|
||||
'file' => ':attribute は :max キロバイトを超えることはできません。',
|
||||
'string' => ':attribute は :max 文字を超えることはできません.',
|
||||
'array' => ':attribute には :max 個を超えるアイテムを含めることはできません。',
|
||||
],
|
||||
'mimes' => ':attribute は、タイプ: :values のファイルでなければなりません。',
|
||||
'mimetypes' => ':attribute はタイプ: :values のファイルでなければなりません。',
|
||||
'min' => [
|
||||
'numeric' => ':attribute は少なくとも :min である必要があります。',
|
||||
'file' => ':attribute は、少なくとも :min キロバイトでなければなりません。',
|
||||
'string' => ':attribute は少なくとも :min 文字でなければなりません。',
|
||||
'array' => ':attribute には少なくとも :min 個のアイテムが必要です。',
|
||||
],
|
||||
'not_in' => '選択された :attribute は無効です。',
|
||||
'numeric' => ':attribute は数値でなければなりません。',
|
||||
'present' => ':attribute フィールドが存在する必要があります。',
|
||||
'regex' => ':attribute 形式が無効です。',
|
||||
'required' => ':attribute フィールドは必須です。',
|
||||
'required_if' => ':other が :value の場合、:attribute フィールドは必須です。',
|
||||
'required_unless' => ':values に :other がない限り、:attribute フィールドは必須です。',
|
||||
'required_with' => ':values が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_with_all' => ':values が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_without' => ':values が存在しない場合、:attribute フィールドは必須です。',
|
||||
'regex' => ':attribute 形式が無効です。',
|
||||
'required_without_all' => ':values が存在しない場合、:attribute フィールドは必須です。',
|
||||
'regex' => ':attribute 形式が無効です。',
|
||||
'same' => ':attribute と :other は一致する必要があります。',
|
||||
'size' => [
|
||||
'numeric' => ':attribute は :size でなければなりません。',
|
||||
'file' => ':attribute は :size キロバイトでなければなりません。',
|
||||
'string' => ':attribute は :size 文字でなければなりません。',
|
||||
'array' => ':attribute には :size 項目が含まれている必要があります。',
|
||||
],
|
||||
'string' => ':attribute は文字列でなければなりません。',
|
||||
'timezone' => ':attribute は有効なゾーンでなければなりません。',
|
||||
'unique' => ':attribute は既に取得されています。',
|
||||
'uploaded' => ':attribute のアップロードに失敗しました。',
|
||||
'url' => ':attribute 形式が無効です。'
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
Reference in a new issue