forked from gbonanome/cockpit-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.php
152 lines (138 loc) · 6.77 KB
/
ja.php
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?php
return [
'@meta' => [
'language' => '日本語',
'author' => 'yktyshr',
'date' => [
'shortdays' => ['(月)', '(火)', '(水)', '(木)', '(金)', '(土)', '(日)'],
'longdays' => ['月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日', '日曜日'],
'shortmonths' => ['1月', '2月', '3月', '4月', '5日', '6日', '7月', '8月', '9月', '10月', '11月', '12月'],
'longmonths' => ['1月', '2月', '3月', '4月', '5日', '6日', '7月', '8月', '9月', '10月', '11月', '12月']
]
],
// Common
'Dashboard' => 'ダッシュボード',
'General' => '一般',
'Settings' => '設定',
'Logout' => 'ログアウト',
'Info' => '情報',
'Filter by name...' => '検索',
'Save' => '保存',
'Cancel' => 'キャンセル',
'Entry' => '記事',
'Entries' => '記事',
'Field' => 'フィールド',
'Fields' => 'フィールド',
'Latest' => '最新記事',
'Modified' => '編集済み',
'Today' => '今日',
'Info' => '情報',
'Language' => '言語',
'System' => 'システム',
'Are you sure?' => '正しく入力してください。',
// Login
'Authenticate Please!' => 'ログインしてください。',
'Welcome back!' => 'おかえりなさい。',
'Please login by using your auth credentials.' => 'IDとパスワードでログインしてください。',
'Authenticate' => 'ログイン',
'Login failed' => 'ログインに失敗しました。',
// Accounts
'Account' => 'アカウント',
'Accounts' => 'アカウント一覧',
'Name' => '名前',
'Username' => 'ユーザーネーム',
'Email' => 'メールアドレス',
'Password' => 'パスワード',
'New Password' => '新しいパスワード',
'Create account' => 'アカウントを新規作成',
'Leave the password field empty to keep your current password.' => 'パスワードを変更しないなら空欄のままにしてください。',
'Edit account' => 'アカウントを編集',
'Edit account settings' => 'アカウントの設定を変更',
'Delete account' => 'アカウントを削除',
'Account saved!' => 'アカウントが保存されました。',
// Addons
'Addons' => 'アドオン',
'No additional addons installed.' => 'アドオンがインストールされていません。',
// Collections
'Collections' => 'コレクション一覧',
'Collection' => 'コレクション',
'Show entries' => '記事を表示',
'Create new entry' => '記事を新規作成',
'Add collection' => 'コレクションを追加',
'Edit collection' => 'コレクションを編集',
'Delete collection' => 'コレクションを削除',
'You don\'t have any collections created.' => 'コレクションがありません。',
'Save Collection' => 'コレクションを保存',
'Add entry' => '記事を追加',
'Edit entry' => '記事を編集',
'Delete entry' => '記事を削除',
'It seems you don\'t have any fields created.' => 'フィールドがありません。',
'Goto entries' => '記事一覧を表示',
'Fields on entries list page' => '記事一覧で表示するフォールド',
'Order entries on list page' => '記事一覧の順番',
'created' => '作成日時',
'modified' => '更新日時',
'descending' => '降順',
'ascending' => '昇順',
'Collection removed' => 'コレクションを削除しました。',
'Collection saved!' => 'コレクションを保存しました。',
'Entry removed' => '記事を削除しました。',
'Entry saved!' => '記事を保存しました。',
// Mediamanager
'Mediamanager' => 'メディアマネージャー',
'Bookmarks' => 'ブックマーク',
'Folders' => 'フォルダ一覧',
'Folder' => 'フォルダ',
'Files' => 'ファイル一覧',
'File' => 'ファイル',
'You have nothing bookmarked.' => 'ブックマークがありません。',
'Table mode' => 'テーブル表示',
'List mode' => 'リスト表示',
'Folders hidden via filter' => '非表示のフォルダ',
'Files hidden via filter' => '非表示のファイル',
'All' => '全表示',
'Show files + directories' => 'フォルダとファイルを全て表示',
'Show only directories' => 'フォルダのみ表示',
'Show only files' => 'ファイルのみ表示',
'Bookmark folder' => 'フォルダをブックマーク',
'Rename folder' => 'フォルダの名前を変更',
'Delete folder' => 'フォルダを削除',
'Bookmark file' => 'ファイルをブックマーク',
'Rename file' => 'ファイルの名前を変更',
'Delete file' => 'ファイルを削除',
'Download file' => 'ファイルをダウンロード',
'Size' => 'サイズ',
'Last modified' => '更新日時',
'This folder is empty.' => 'このフォルダは空です。',
'Save file' => 'ファイルを保存',
'Close file' => 'ファイルを閉じる',
'Do you really want to remove %s ?' => '%sを削除しますか?',
'This file is not writable!' => 'このファイルは編集できません。',
'Please enter new name:' => '新しい名前を入力してください。',
'Please enter name:' => '名前を入力してください。',
'%s is already bookmarked.' => '%sはすでにブックマークされています。',
'%s bookmarked.' => '%sをブックマークしました。',
'Do you really want to remove %s ?' => '%sを削除しますか?',
// Regions
'Regions' => 'リージョン一覧',
'Region' => 'リージョン',
'Add region' => 'リージョンを追加',
'Create a region' => 'リージョンを新規作成',
'Edit region' => 'リージョンを編集',
'Delete region' => 'リージョンを削除',
'You don\'t have any regions created.' => 'リージョンが作成されていません。',
'Form' => 'フォーム',
'Template' => 'テンプレート',
'Region fields' => 'リジョンフィールド',
'Form fields' => 'フォーム',
'Manage form' => 'フォームを管理',
'Done' => '完了',
'This region has no fields yet.' => 'リージョンにフィールドがありません。',
'Add field' => 'フィールドを追加',
'Insert form field' => 'フィールドから挿入',
'You have no fields added.' => 'フィールドがありません。',
'Embed region snippet' => '表示用スニペット:サイト内に挿入してください。',
'Save Region' => 'リージョンを保存',
'Region removed' => 'リージョンを削除しました。',
'Region saved!' => 'リージョンを保存しました。',
];