-
Notifications
You must be signed in to change notification settings - Fork 985
Expand file tree
/
Copy pathapp.php
More file actions
79 lines (73 loc) · 2.8 KB
/
app.php
File metadata and controls
79 lines (73 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?php
return [
/*
|--------------------------------------------------------------------------
| Label language files for All Module
|--------------------------------------------------------------------------
|
*/
'name' => 'Lavalite',
'name.html' => '<b>Lava</b>lite',
'name.short' => '<b>L</b>l',
'admin.panel' => '管理画面',
'dashboard' => 'ダッシュボード',
'rights' => '<a href="https://lavalite.org/" target="_blank">Lavalite</a> © 2018 All Rights Reserved,
Built with <a href="https://laravel.com" target="_blank"><i class="fab fa-laravel"></i></a>,
Created by <a href="http://renfos.com/" target="_blank">Renfos</a>.',
'version' => '<b>Version</b> Develop',
'add' => '追加',
'addnew' => '新規作成',
'actions' => 'アクション',
'approve' => '承認',
'archive' => 'アーカイブ',
'unarchive' => 'アーカイブ解除',
'back' => '戻る',
'cancel' => 'キャンセル',
'close' => '閉じる',
'copy' => 'コピー',
'complete' => '完了',
'create' => '作成',
'dashboard' => 'ダッシュボード',
'delete' => '削除',
'draft' => '草案',
'details' => '詳細',
'edit' => '編集',
'enterkeyword' => '検索キーワードを入力してください。',
'go' => '進む',
'help' => 'ヘルプ',
'home' => 'ホーム',
'list' => 'リスト',
'logout' => 'ログアウト',
'logs' => '履歴',
'manage' => '管理',
'more' => '続きを読む',
'new' => '新規',
'no' => 'いいえ',
'opt' => 'オプション(等)',
'option' => 'オプション',
'options' => 'オプション等',
'order' => '注文',
'password' => 'パスワード',
'profile' => 'プロフィール',
'publish' => '公開',
'request' => '要求',
'reports' => 'レポート',
'reset' => 'リセット',
'save' => '保存',
'search' => '検索',
'settings' => '設定',
'show' => '表示',
'status' => 'ステータス',
'update' => '更新',
'update_profile' => 'プロフ更新',
'unpublish' => '非公開',
'view' => 'デザイン',
'verify' => '確認済み',
'yes' => 'はい',
'flash' => [
'error' => '成功',
'error' => 'エラー',
'warning' => '注意',
'info' => '情報',
],
];