1 | <?php
|
---|
2 |
|
---|
3 | /** This file is part of KCFinder project
|
---|
4 | *
|
---|
5 | * @desc Japanese localization
|
---|
6 | * @package KCFinder
|
---|
7 | * @version 2.2
|
---|
8 | * @author yama yamamoto@kyms.ne.jp
|
---|
9 | * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
|
---|
10 | * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
|
---|
11 | */
|
---|
12 |
|
---|
13 | $lang = array(
|
---|
14 | '_locale' => "ja_JP.UTF-8",
|
---|
15 | '_charset' => "utf-8",
|
---|
16 |
|
---|
17 | // Date time formats. See http://www.php.net/manual/en/function.strftime.php
|
---|
18 | '_dateTimeFull' => "%Y/%m/%d %H:%M",
|
---|
19 | '_dateTimeMid' => "%Y/%m/%d %H:%M",
|
---|
20 | '_dateTimeSmall' => "%Y/%m/%d %H:%M",
|
---|
21 |
|
---|
22 | "You don't have permissions to upload files." =>
|
---|
23 | "ã¢ããããŒãæš©éããããŸããã",
|
---|
24 |
|
---|
25 | "You don't have permissions to browse server." =>
|
---|
26 | "ãµãŒããŒãé²èŠ§ããæš©éããããŸãã",
|
---|
27 |
|
---|
28 | "Cannot move uploaded file to target folder." =>
|
---|
29 | "ãã¡ã€ã«ã移åã§ããŸããã",
|
---|
30 |
|
---|
31 | "Unknown error." =>
|
---|
32 | "åå äžæã®ãšã©ãŒã§ãã",
|
---|
33 |
|
---|
34 | "The uploaded file exceeds {size} bytes." =>
|
---|
35 | "ã¢ããããŒããããã¡ã€ã«ã¯ {size} ãã€ããè¶ããŸããã",
|
---|
36 |
|
---|
37 | "The uploaded file was only partially uploaded." =>
|
---|
38 | "ã¢ããããŒããããã¡ã€ã«ã¯ãäžéšã®ã¿åŠçãããŸããã",
|
---|
39 |
|
---|
40 | "No file was uploaded." =>
|
---|
41 | "ãã¡ã€ã«ã¯ãããŸããã",
|
---|
42 |
|
---|
43 | "Missing a temporary folder." =>
|
---|
44 | "äžæãã©ã«ããèŠä»ãããŸããã",
|
---|
45 |
|
---|
46 | "Failed to write file." =>
|
---|
47 | "ãã¡ã€ã«ã®æžã蟌ã¿ã«å€±æããŸããã",
|
---|
48 |
|
---|
49 | "Denied file extension." =>
|
---|
50 | "ãã®ãã¡ã€ã«ã¯æ±ããŸããã",
|
---|
51 |
|
---|
52 | "Unknown image format/encoding." =>
|
---|
53 | "ãã®ç»åãã¡ã€ã«ã®çš®å¥ãå€å®ã§ããŸããã",
|
---|
54 |
|
---|
55 | "The image is too big and/or cannot be resized." =>
|
---|
56 | "ç»åãã¡ã€ã«ã®ãµã€ãºã倧ãéããŸãã",
|
---|
57 |
|
---|
58 | "Cannot create {dir} folder." =>
|
---|
59 | "ã{dir}ããã©ã«ããäœæã§ããŸããã",
|
---|
60 |
|
---|
61 | "Cannot write to upload folder." =>
|
---|
62 | "ã¢ããããŒããã©ã«ãã«æžã蟌ã¿ã§ããŸããã",
|
---|
63 |
|
---|
64 | "Cannot read .htaccess" =>
|
---|
65 | ".htaccessãèªã¿èŸŒããŸããã",
|
---|
66 |
|
---|
67 | "Incorrect .htaccess file. Cannot rewrite it!" =>
|
---|
68 | "äžæ£ãª .htaccess ãã¡ã€ã«ã§ããåç·šéã§ããŸãã!",
|
---|
69 |
|
---|
70 | "Cannot fetch content of {dir} folder." =>
|
---|
71 | "{dir} ãã©ã«ãã®ã³ã³ãã³ããèªã¿èŸŒããŸããã",
|
---|
72 |
|
---|
73 | "Cannot read upload folder." =>
|
---|
74 | "ã¢ããããŒããã©ã«ããèªã¿åããŸããã",
|
---|
75 |
|
---|
76 | "Cannot access or create thumbnails folder." =>
|
---|
77 | "ãµã ãã€ã«ãã©ã«ãã«ã¢ã¯ã»ã¹ãåã¯ãµã ãã€ã«ãã©ã«ããäœæã§ããŸããã",
|
---|
78 |
|
---|
79 | "Cannot access or write to upload folder." =>
|
---|
80 | "ã¢ããããŒããã©ã«ãã«ã¢ã¯ã»ã¹ãåã¯æžã蟌ã¿ã§ããŸããã",
|
---|
81 |
|
---|
82 | "Please enter new folder name." =>
|
---|
83 | "æ°ãããã©ã«ãåãå
|
---|
84 | ¥åããŠäžããã",
|
---|
85 |
|
---|
86 | "Unallowed characters in folder name." =>
|
---|
87 | "ãã©ã«ãåã«ã¯å©çšã§ããªãæåã§ãã",
|
---|
88 |
|
---|
89 | "Folder name shouldn't begins with '.'" =>
|
---|
90 | "ãã©ã«ãåã¯ã'.'ã§éå§ããªãã§äžããã",
|
---|
91 |
|
---|
92 | "Please enter new file name." =>
|
---|
93 | "æ°ãããã¡ã€ã«åãå
|
---|
94 | ¥åããŠäžããã",
|
---|
95 |
|
---|
96 | "Unallowed characters in file name." =>
|
---|
97 | "ãã¡ã€ã«åã«ã¯å©çšã§ããªãæåã§ãã",
|
---|
98 |
|
---|
99 | "File name shouldn't begins with '.'" =>
|
---|
100 | "ãã¡ã€ã«åã¯ã'.'ã§éå§ããªãã§äžããã",
|
---|
101 |
|
---|
102 | "Are you sure you want to delete this file?" =>
|
---|
103 | "ãã®ãã¡ã€ã«ãæ¬åœã«åé€ããŠãããããã§ãã?",
|
---|
104 |
|
---|
105 | "Are you sure you want to delete this folder and all its content?" =>
|
---|
106 | "ãã®ãã©ã«ããšãã©ã«ãå
|
---|
107 | ã®å
|
---|
108 | šãŠã®ã³ã³ãã³ããæ¬åœã«åé€ããŠãããããã§ãã?",
|
---|
109 |
|
---|
110 | "Unexisting directory type." =>
|
---|
111 | "ååšããªããã£ã¬ã¯ããªã®çš®é¡ã§ãã",
|
---|
112 |
|
---|
113 | "Undefined MIME types." =>
|
---|
114 | "å®çŸ©ãããŠããªãMIMEã¿ã€ãã§ãã",
|
---|
115 |
|
---|
116 | "Fileinfo PECL extension is missing." =>
|
---|
117 | "Fileinfo PECL æ¡åŒµã¢ãžã¥ãŒã«ãèŠä»ãããŸããã",
|
---|
118 |
|
---|
119 | "Opening fileinfo database failed." =>
|
---|
120 | "fileinfo ããŒã¿ããŒã¹ãéãã®ã«å€±æããŸããã",
|
---|
121 |
|
---|
122 | "You can't upload such files." =>
|
---|
123 | "ãã®ãããªãã¡ã€ã«ãã¢ããããŒãã§ããŸããã",
|
---|
124 |
|
---|
125 | "The file '{file}' does not exist." =>
|
---|
126 | "ãã¡ã€ã«ã'{file}'ãã¯ååšããŸããã",
|
---|
127 |
|
---|
128 | "Cannot read '{file}'." =>
|
---|
129 | "ã'{file}'ããèªã¿åããŸããã",
|
---|
130 |
|
---|
131 | "Cannot copy '{file}'." =>
|
---|
132 | "ã{file}ããã³ããŒã§ããŸããã",
|
---|
133 |
|
---|
134 | "Cannot move '{file}'." =>
|
---|
135 | "ã{file}ãã移åã§ããŸããã",
|
---|
136 |
|
---|
137 | "Cannot delete '{file}'." =>
|
---|
138 | "ã'{file}'ããåé€ã§ããŸããã",
|
---|
139 |
|
---|
140 | "Click to remove from the Clipboard" =>
|
---|
141 | "ã¯ãªããããŒãããåé€ãã",
|
---|
142 |
|
---|
143 | "This file is already added to the Clipboard." =>
|
---|
144 | "ãã®ãã¡ã€ã«ã¯æ¢ã«ã¯ãªããããŒãã«è¿œå ãããŠããŸãã",
|
---|
145 |
|
---|
146 | "Copy files here" =>
|
---|
147 | "ããã«ã³ããŒ",
|
---|
148 |
|
---|
149 | "Move files here" =>
|
---|
150 | "ããã«ç§»å",
|
---|
151 |
|
---|
152 | "Delete files" =>
|
---|
153 | "ããããå
|
---|
154 | šãŠåé€",
|
---|
155 |
|
---|
156 | "Clear the Clipboard" => //
|
---|
157 | "ã¯ãªããããŒããåæå",
|
---|
158 |
|
---|
159 | "Are you sure you want to delete all files in the Clipboard?" =>
|
---|
160 | "ã¯ãªããããŒãã«èšæ¶ããå
|
---|
161 | šãŠã®ãã¡ã€ã«ãå®éã«åé€ããŸãã",
|
---|
162 |
|
---|
163 | "Copy {count} files" =>
|
---|
164 | "ãã¡ã€ã«({count}å)ãããã«è€å",
|
---|
165 |
|
---|
166 | "Move {count} files" =>
|
---|
167 | "ãã¡ã€ã«({count}å)ãããã«ç§»å",
|
---|
168 |
|
---|
169 | "Add to Clipboard" =>
|
---|
170 | "ã¯ãªããããŒãã«èšæ¶",
|
---|
171 | "New folder name:" => "ãã©ã«ãå(åè§è±æ°):",
|
---|
172 | "New file name:" => "ãã¡ã€ã«å(åè§è±æ°):",
|
---|
173 | "Folders" => "ãã©ã«ã",
|
---|
174 |
|
---|
175 | "Upload" => "ã¢ããããŒã",
|
---|
176 | "Refresh" => "å衚瀺",
|
---|
177 | "Settings" => "衚瀺èšå®",
|
---|
178 | "Maximize" => "æ倧å",
|
---|
179 | "About" => "About",
|
---|
180 | "files" => "ãã¡ã€ã«",
|
---|
181 | "View:" => "衚瀺ã¹ã¿ã€ã«:",
|
---|
182 | "Show:" => "衚瀺é
|
---|
183 | ç®:",
|
---|
184 | "Order by:" => "衚瀺é :",
|
---|
185 | "Thumbnails" => "ãµã ãã€ã«",
|
---|
186 | "List" => "ãªã¹ã",
|
---|
187 | "Name" => "ãã¡ã€ã«å",
|
---|
188 | "Size" => "ãµã€ãº",
|
---|
189 | "Date" => "æ¥ä»",
|
---|
190 | "Descending" => "é åºãå転",
|
---|
191 | "Uploading file..." => "ãã¡ã€ã«ãã¢ããããŒãäž...",
|
---|
192 | "Loading image..." => "ç»åãèªã¿èŸŒã¿äž...",
|
---|
193 | "Loading folders..." => "ãã©ã«ããèªã¿èŸŒã¿äž...",
|
---|
194 | "Loading files..." => "èªã¿èŸŒã¿äž...",
|
---|
195 | "New Subfolder..." => "ãã©ã«ããäœã",
|
---|
196 | "Rename..." => "ååã®å€æŽ",
|
---|
197 | "Delete" => "åé€",
|
---|
198 | "OK" => "OK",
|
---|
199 | "Cancel" => "ãã£ã³ã»ã«",
|
---|
200 | "Select" => "ãã®ãã¡ã€ã«ãéžæ",
|
---|
201 | "Select Thumbnail" => "ãµã ãã€ã«ãéžæ",
|
---|
202 | "View" => "ãã¬ãã¥ãŒ",
|
---|
203 | "Download" => "ããŠã³ããŒã",
|
---|
204 | 'Clipboard' => "ã¯ãªããããŒã",
|
---|
205 |
|
---|
206 | // VERSION 2 NEW LABELS
|
---|
207 |
|
---|
208 | "Cannot rename the folder." =>
|
---|
209 | "ãã£ã¬ã¯ããªãååãå€æŽã§ããŸãã",
|
---|
210 |
|
---|
211 | "Non-existing directory type." =>
|
---|
212 | "ååšããªããã£ã¬ã¯ããªã®çš®é¡ã§ãã",
|
---|
213 |
|
---|
214 | "Cannot delete the folder." =>
|
---|
215 | "ãã£ã¬ã¯ããªãåé€ã§ããŸãã",
|
---|
216 |
|
---|
217 | "The files in the Clipboard are not readable." =>
|
---|
218 | "ã¯ãªããããŒããããã¡ã€ã«ãèªã¿åããŸãã",
|
---|
219 |
|
---|
220 | "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
|
---|
221 | "ã¯ãªããããŒãå
|
---|
222 | ã® {count} åã®ãã¡ã€ã«ãèªã¿åããŸãããæ®ããã³ããŒããŠãããããã§ãã?",
|
---|
223 |
|
---|
224 | "The files in the Clipboard are not movable." =>
|
---|
225 | "ã¯ãªããããŒããããã¡ã€ã«ã移åã§ããŸãã",
|
---|
226 |
|
---|
227 | "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
|
---|
228 | "ã¯ãªããããŒãå
|
---|
229 | ã® {count} åã®ãã¡ã€ã«ã移åã§ããŸãããæ®ãã移åããŠãããããã§ãã?",
|
---|
230 |
|
---|
231 | "The files in the Clipboard are not removable." =>
|
---|
232 | "ã¯ãªããããŒããåæåã§ããŸãã",
|
---|
233 |
|
---|
234 | "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
|
---|
235 | "ã¯ãªããããŒãå
|
---|
236 | ã® {count} åã®ãã¡ã€ã«ãåé€åºæ¥ãŸãããæ®ããåé€ããŠãããããã§ãã?",
|
---|
237 |
|
---|
238 | "The selected files are not removable." =>
|
---|
239 | "éžæãããã¡ã€ã«ã¯åé€ã§ããŸããã",
|
---|
240 |
|
---|
241 | "{count} selected files are not removable. Do you want to delete the rest?" =>
|
---|
242 | "éžæããã {count} åã®ãã¡ã€ã«ã¯åé€ã§ããŸãããæ®ããåé€ããŠãããããã§ãã?",
|
---|
243 |
|
---|
244 | "Are you sure you want to delete all selected files?" =>
|
---|
245 | "éžæãããå
|
---|
246 | šãŠã®ãã¡ã€ã«ãæ¬åœã«åé€ããŠãããããã§ãã?",
|
---|
247 |
|
---|
248 | "Failed to delete {count} files/folders." =>
|
---|
249 | "{count} åã®ãã¡ã€ã« / ãã©ã«ãã®åé€ã«å€±æããŸããã",
|
---|
250 |
|
---|
251 | "A file or folder with that name already exists." =>
|
---|
252 | "ãã®ååã®ãã¡ã€ã«ãåã¯ãã©ã«ãã¯æ¢ã«ååšããŸãã",
|
---|
253 |
|
---|
254 | "Inexistant or inaccessible folder." =>
|
---|
255 | "ååšããªããåã¯ã¢ã¯ã»ã¹ã§ããªããã©ã«ãã§ãã",
|
---|
256 |
|
---|
257 | "selected files" => "éžæãããã¡ã€ã«",
|
---|
258 | "Type" => "ã¿ã€ã",
|
---|
259 | "Select Thumbnails" => "ãµã ãã€ã«ãéžæ",
|
---|
260 | "Download files" => "ãã¡ã€ã«ãããŠã³ããŒããã",
|
---|
261 | );
|
---|
262 |
|
---|
263 | ?>
|
---|