· 4 years ago · Mar 28, 2021, 06:26 AM
1[
2	{
3		"name": "General Button",
4		"path": "^/.*",
5		"selector": "button > span",
6		"rules": [
7			{
8				"properties": [],
9				"equals": "Login",
10				"replace": "Login",
11				"translate": "ログイン"
12			},
13			{
14				"properties": [],
15				"equals": "Update Password",
16				"replace": "Update Password",
17				"translate": "パスワードを更新"
18			},
19			{
20				"properties": [],
21				"equals": "Update Email",
22				"replace": "Update Email",
23				"translate": "メールアドレスを更新"
24			},
25			{
26				"properties": [],
27				"equals": "Begin Setup",
28				"replace": "Begin Setup",
29				"translate": "設定を開始"
30			},
31			{
32				"properties": [],
33				"equals": "Disable",
34				"replace": "Disable",
35				"translate": "無効にする"
36			},
37			{
38				"properties": [],
39				"equals": "Setup",
40				"replace": "Setup",
41				"translate": "セットアップ"
42			},
43			{
44				"properties": [],
45				"equals": "Close",
46				"replace": "Close",
47				"translate": "閉じる"
48			},
49			{
50				"properties": [],
51				"equals": "Create",
52				"replace": "Create",
53				"translate": "作成する"
54			},
55			{
56				"properties": [],
57				"equals": "Close",
58				"replace": "Close",
59				"translate": "閉じる"
60			},
61			{
62				"properties": [],
63				"equals": "Cancel",
64				"replace": "Cancel",
65				"translate": "キャンセル"
66			},
67			{
68				"properties": [],
69				"euals": "Move",
70				"replace": "Move",
71				"translate": "移動"
72			},
73			{
74				"properties": [],
75				"euals": "Update",
76				"replace": "Update",
77				"translate": "更新"
78			},
79			{
80				"properties": [],
81				"euals": "Edit",
82				"replace": "Edit",
83				"translate": "編集"
84			},
85			{
86				"properties": [],
87				"equals": "Save changes",
88				"replace": "Save changes",
89				"translate": "変更の保存"
90			},
91			{
92				"properties": [],
93				"equals": "Save Changes",
94				"replace": "Save Changes",
95				"translate": "変更の保存"
96			},
97			{
98				"properties": [],
99				"selectors": [
100					"#app > div > div > section > div > div > div > div > div > div > form > div > button > span"
101				],
102				"replace": "Save",
103				"translate": "保存"
104			}
105		]
106	},
107	{
108		"name": "Alert > Body",
109		"path": "^/.*",
110		"selector": "div[role=alert] > span:nth-child(2)",
111		"rules": [
112			{
113				"properties": [],
114				"replace": "We have e-mailed your password reset link!",
115				"translate": "パスワードリセットリンクをメールで送信しました!"
116			},
117			{
118				"properties": [],
119				"replace": "The password provided was invalid for this account.",
120				"translate": "入力されたパスワードが一致しません。"
121			},
122			{
123				"properties": [],
124				"replace": "The authentication code must be a number.",
125				"translate": "認証コードは数字である必要があります。"
126			},
127			{
128				"properties": [],
129				"replace": "The authentication code field is required.",
130				"translate": "認証コードを入力する必要があります。"
131			},
132			{
133				"properties": [],
134				"replace": "The password provided was not valid.",
135				"translate": "入力されたパスワードが一致しません。"
136			},
137			{
138				"properties": [],
139				"replace": "Your primary email has been updated.",
140				"translate": "メールアドレスが更新されました。"
141			},
142			{
143				"properties": [],
144				"replace": "The files.0.to field is required.",
145				"translate": "ファイル名を指定してください。"
146			},
147			{
148				"properties": [],
149				"replace": "The authentication token provided has expired, please refresh the page and try again.",
150				"translate": "提供された認証トークンの有効期限が切れています。ページを更新して、再試行してください。"
151			},
152			{
153				"properties": [],
154				"replace": "The files.0.mode must be a number.",
155				"translate": "権限は数字である必要があります。"
156			}
157		]
158	},
159	{
160		"name": "Alert > Label",
161		"path": "^/.*",
162		"selector": "div[role=alert] > span:nth-child(1)",
163		"rules": [
164			{
165				"properties": [],
166				"replace": "Success",
167				"translate": "成功"
168			},
169			{
170				"properties": [],
171				"replace": "Error",
172				"translate": "エラー"
173			}
174		]
175	},
176	{
177		"name": "Login",
178		"path": "^/auth/login",
179		"rules": [
180			{
181				"properties": [],
182				"selectors": [
183					"#app > div > div > div > h2"
184				],
185				"replace": "Login to Continue",
186				"translate": "ログインして続ける"
187			},
188			{
189				"properties": [],
190				"selectors": [
191					"#app > div > div > div > h2"
192				],
193				"replace": "Device Checkpoint",
194				"translate": "デバイスチェック"
195			},
196			{
197				"properties": [],
198				"selectors": [
199					"#app > div > div > div > form > div > div > label"
200				],
201				"replace": "Username or Email",
202				"translate": "ユーザ名またはメールアドレス"
203			},
204			{
205				"properties": [],
206				"selectors": [
207					"#app > div > div > div > form > div > div > div > label"
208				],
209				"replace": "Password",
210				"translate": "パスワード"
211			},
212			{
213				"properties": [],
214				"selectors": [
215					"#app > div > div > div > form > div > div > div > p"
216				],
217				"replace": "Enter the two-factor token generated by your device.",
218				"translate": "デバイスによって生成された二段階認証コードを入力します。"
219			},
220			{
221				"properties": [],
222				"selectors": [
223					"#app > div > div > div > form > div > div > div > button > span"
224				],
225				"replace": "Continue",
226				"translate": "続ける"
227			},
228			{
229				"properties": [],
230				"selectors": [
231					"#app > div > div > div > form > div > div > div > a"
232				],
233				"replace": "Forgot password?",
234				"translate": "パスワードを紛失しましたか?"
235			},
236			{
237				"properties": [],
238				"selectors": [
239					"#app > div > div > div > form > div > div > div > span"
240				],
241				"replace": "I've Lost My Device",
242				"translate": "デバイスを紛失しましたか?"
243			},
244			{
245				"properties": [],
246				"selectors": [
247					"#app > div > div > div > form > div > div > div > a"
248				],
249				"replace": "Return to Login",
250				"translate": "ログインに戻る"
251			}
252		]
253	},
254	{
255		"name": "Forgot password",
256		"path": "^/auth/password$",
257		"rules": [
258			{
259				"properties": [],
260				"selectors": [
261					"#app > div > div > div > h2"
262				],
263				"replace": "Request Password Reset",
264				"translate": "パスワードを再設定する"
265			},
266			{
267				"properties": [],
268				"selectors": [
269					"#app > div > div > div > form > div > div > label"
270				],
271				"replace": "Email",
272				"translate": "メールアドレス"
273			},
274			{
275				"properties": [],
276				"selectors": [
277					"#app > div > div > div > form > div > div > p"
278				],
279				"replace": "Enter your account email address to receive instructions on resetting your password.",
280				"translate": "アカウントのメールアドレスを入力し、パスワードをリセットする手順を受け取ります。"
281			},
282			{
283				"properties": [],
284				"selectors": [
285					"#app > div > div > div > form > div > div > p"
286				],
287				"replace": "A valid email address must be provided to continue.",
288				"translate": "続行するには、有効なメールアドレスを入力する必要があります。"
289			},
290			{
291				"properties": [],
292				"selectors": [
293					"#app > div > div > div > form > div > div > div > button > span"
294				],
295				"replace": "Send Email",
296				"translate": "メールを送信"
297			},
298			{
299				"properties": [],
300				"selectors": [
301					"#app > div > div > div > form > div > div > div > a"
302				],
303				"replace": "Return to Login",
304				"translate": "ログインに戻る"
305			}
306		]
307	},
308	{
309		"name": "Header",
310		"path": "^/(|account.*|server.*)$",
311		"rules": [
312			{
313				"properties": [],
314				"selectors": [
315					"#modal-portal > div > div > div > div > form > div > label"
316				],
317				"replace": "Search term",
318				"translate": "検索"
319			},
320			{
321				"properties": [],
322				"selectors": [
323					"#modal-portal > div > div > div > div > form > div > p"
324				],
325				"replace": "Enter a server name, uuid, or allocation to begin searching.",
326				"translate": "サーバ名、UUID、割り当てを入力して検索"
327			},
328			{
329				"properties": [],
330				"selectors": [
331					"#modal-portal > div > div > div > div > form > div > p"
332				],
333				"replace": "Please enter at least three characters to begin searching.",
334				"translate": "検索をするには、3文字以上入力する必要があります。"
335			}
336		]
337	},
338	{
339		"name": "Main page",
340		"path": "^/$",
341		"rules": [
342			{
343				"properties": [],
344				"selectors": [
345					"title"
346				],
347				"replace": "Dashboard",
348				"translate": "ダッシュボード"
349			},
350			{
351				"properties": [],
352				"selectors": [
353					"#app > div > div > section > div > div > p"
354				],
355				"replace": "Showing your servers",
356				"translate": "あなたのサーバのみを表示"
357			},
358			{
359				"properties": [],
360				"selectors": [
361					"#app > div > div > section > div > div > p"
362				],
363				"replace": "Showing other's servers",
364				"translate": "他の人のサーバを表示"
365			}
366		]
367	},
368	{
369		"name": "Account",
370		"path": "^/account$",
371		"rules": [
372			{
373				"properties": [],
374				"selectors": [
375					"title"
376				],
377				"replace": "Account Overview",
378				"translate": "アカウント概要"
379			},
380			{
381				"properties": [],
382				"selectors": [
383					"#app > div > div > div > a"
384				],
385				"replace": "Settings",
386				"translate": "設定"
387			},
388			{
389				"properties": [],
390				"selectors": [
391					"#app > div > div > div > a"
392				],
393				"replace": "API Credentials",
394				"translate": "API"
395			},
396			{
397				"properties": [],
398				"selectors": [
399					"#app > div > div > section > div > div > div > h2"
400				],
401				"replace": "Update Password",
402				"translate": "パスワードを更新"
403			},
404			{
405				"properties": [],
406				"selectors": [
407					"#app > div > div > section > div > div > div > div > form > label",
408					"#modal-portal > div > div > div > div > form > label"
409				],
410				"replace": "Current Password",
411				"translate": "現在のパスワード"
412			},
413			{
414				"properties": [],
415				"selectors": [
416					"#app > div > div > section > div > div > div > div > form > div > label"
417				],
418				"replace": "Confirm New Password",
419				"translate": "新しいパスワードの確認"
420			},
421			{
422				"properties": [],
423				"selectors": [
424					"#app > div > div > section > div > div > div > div > form > div > label"
425				],
426				"replace": "New Password",
427				"translate": "新しいパスワード"
428			},
429			{
430				"properties": [],
431				"selectors": [
432					"p.input-help"
433				],
434				"replace": "Your new password should be at least 8 characters in length and unique to this website.",
435				"translate": "新しいパスワードは、長さが8文字以上で、このWebサイトに固有のものである必要があります。"
436			},
437			{
438				"properties": [],
439				"selectors": [
440					"p.input-help"
441				],
442				"replace": "You must provide your current password.",
443				"translate": "現在のパスワードを入力する必要があります。"
444			},
445			{
446				"properties": [],
447				"selectors": [
448					"p.input-help"
449				],
450				"replace": "Password is a required field",
451				"translate": "新しいパスワードを入力してください。"
452			},
453			{
454				"properties": [],
455				"selectors": [
456					"p.input-help"
457				],
458				"replace": "Password confirmation does not match the password you entered.",
459				"translate": "パスワードの確認が、入力したパスワードと一致していません。"
460			},
461			{
462				"properties": [],
463				"selectors": [
464					"#app > div > div > section > div > div > div > h2"
465				],
466				"replace": "Update Email Address",
467				"translate": "パスワードを更新"
468			},
469			{
470				"properties": [],
471				"selectors": [
472					"#app > div > div > section > div > div > div > div > form > label"
473				],
474				"replace": "Email",
475				"translate": "メールアドレス"
476			},
477			{
478				"properties": [],
479				"selectors": [
480					"p.input-help"
481				],
482				"replace": "Email must be a valid email",
483				"translate": "メールアドレスは有効なアドレスである必要があります"
484			},
485			{
486				"properties": [],
487				"selectors": [
488					"#app > div > div > section > div > div > div > div > form > div > label"
489				],
490				"replace": "Confirm Password",
491				"translate": "パスワードを確認"
492			},
493			{
494				"properties": [],
495				"selectors": [
496					"p.input-help"
497				],
498				"replace": "You must provide your current account password.",
499				"translate": "現在のアカウントのパスワードを入力する必要があります。"
500			},
501			{
502				"properties": [],
503				"selectors": [
504					"#app > div > div > section > div > div > div > h2"
505				],
506				"replace": "Configure Two Factor",
507				"translate": "二段階認証を設定"
508			},
509			{
510				"properties": [],
511				"selectors": [
512					"#app > div > div > section > div > div > div > div > div > p"
513				],
514				"replace": "You do not currently have two-factor authentication enabled on your account. Click the button below to begin configuring it.",
515				"translate": "現在、このアカウントで二段階認証を有効にしていません。下のボタンをクリックして、設定を開始してください。"
516			},
517			{
518				"properties": [],
519				"selectors": [
520					"#app > div > div > section > div > div > div > div > div > p"
521				],
522				"replace": "Two-factor authentication is currently enabled on your account.",
523				"translate": "二段階認証がこのアカウントでは有効になっています。"
524			},
525			{
526				"properties": [],
527				"selectors": [
528					"p.input-help"
529				],
530				"replace": "You must provider your current password in order to continue.",
531				"translate": "続行するには、現在のパスワードを入力する必要があります。"
532			},
533			{
534				"properties": [],
535				"selectors": [
536					"p.input-help"
537				],
538				"replace": "In order to disable two-factor authentication you will need to provide your account password.",
539				"translate": "二段階認証を無効にするには、アカウントのパスワードを入力する必要があります"
540			},
541			{
542				"properties": [],
543				"selectors": [
544					"#modal-portal > div > div > div > div > form > div > button > span"
545				],
546				"replace": "Disable Two-Factor",
547				"translate": "二段階認証を無効にする"
548			},
549			{
550				"properties": [],
551				"selectors": [
552					"#app > div > div > section > div > div > div > h2"
553				],
554				"replace": "Configure Two Factor",
555				"translate": "二段階認証を設定"
556			},
557			{
558				"properties": [],
559				"selectors": [
560					"p.input-help"
561				],
562				"replace": "Enter the code from your authenticator device after scanning the QR image.",
563				"translate": "QRコードをスキャンした後、認証システムからのコードを入力します。"
564			},
565			{
566				"properties": [],
567				"selectors": [
568					"p.input-help"
569				],
570				"replace": "You must provide an authentication code to continue.",
571				"translate": "続行するには、認証コードを入力する必要があります。"
572			},
573			{
574				"properties": [],
575				"selectors": [
576					"p.input-help"
577				],
578				"replace": "Authenticator code must be 6 digits.",
579				"translate": "認証コードは6文字の数字である必要があります。"
580			},
581			{
582				"properties": [],
583				"selectors": [
584					"#modal-portal > div > div > div > div > h2"
585				],
586				"replace": "Two-factor authentication enabled",
587				"translate": "二段階認証が有効化されました"
588			},
589			{
590				"properties": [],
591				"selectors": [
592					"#modal-portal > div > div > div > div > p"
593				],
594				"replace": "Two-factor authentication has been enabled on your account. Should you loose access to this device you'll need to use on of the codes displayed below in order to access your account.",
595				"translate": "アカウントで二段階認証が有効になりました。このデバイスにアクセスできなくなった場合は、アカウントにアクセスするために、以下に表示されているコードを使用する必要があります。"
596			},
597			{
598				"properties": [],
599				"selectors": [
600					"#modal-portal > div > div > div > div > p"
601				],
602				"replace": "<strong>These codes will not be displayed again.</strong> Please take note of them now by storing them in a secure repository such as a password manager.",
603				"translate": "<strong>このコードは二度と表示されません。</strong>パスワードマネージャなどの安全なリポジトリに保存して、今すぐメモしてください。"
604			}
605		]
606	},
607	{
608		"name": "Account > API Key",
609		"path": "^/account/api$",
610		"rules": [
611			{
612				"properties": [],
613				"selectors": [
614					"title"
615				],
616				"replace": "Account API",
617				"translate": "アカウントのAPI"
618			},
619			{
620				"properties": [],
621				"selectors": [
622					"#app > div > div > div > a"
623				],
624				"replace": "Settings",
625				"translate": "設定"
626			},
627			{
628				"properties": [],
629				"selectors": [
630					"#app > div > div > div > a"
631				],
632				"replace": "API Credentials",
633				"translate": "API"
634			},
635			{
636				"properties": [],
637				"selectors": [
638					"#app > div > div > section > div > div > div > h2"
639				],
640				"replace": "Create API Key",
641				"translate": "APIキーを作成する"
642			},
643			{
644				"properties": [],
645				"selectors": [
646					"#app > div > div > section > div > div > div > div > form > div > label"
647				],
648				"replace": "Description",
649				"translate": "説明"
650			},
651			{
652				"properties": [],
653				"selectors": [
654					"#app > div > div > section > div > div > div > div > form > div > p"
655				],
656				"replace": "A description of this API key.",
657				"translate": "このAPIキーの説明。"
658			},
659			{
660				"properties": [],
661				"selectors": [
662					"#app > div > div > section > div > div > div > div > form > div > p"
663				],
664				"replace": "Description is a required field",
665				"translate": "説明は必ず入力する必要があります"
666			},
667			{
668				"properties": [],
669				"selectors": [
670					"#app > div > div > section > div > div > div > div > form > div > p"
671				],
672				"replace": "Description must be at least 4 characters",
673				"translate": "説明は4文字以上である必要があります"
674			},
675			{
676				"properties": [],
677				"selectors": [
678					"#app > div > div > section > div > div > div > div > form > div > label"
679				],
680				"replace": "Allowed IPs",
681				"translate": "許可するIPアドレス"
682			},
683			{
684				"properties": [],
685				"selectors": [
686					"#app > div > div > section > div > div > div > div > form > div > p"
687				],
688				"replace": "Leave blank to allow any IP address to use this API key, otherwise provide each IP address on a new line.",
689				"translate": "空白にした場合、全てのIPアドレスからこのAPIキーを使用できるようにします。それ以外の場合は、行ごとにIPアドレスを指定します。"
690			},
691			{
692				"properties": [],
693				"selectors": [
694					"#modal-portal > div > div > div > div > h3"
695				],
696				"replace": "Your API Key",
697				"translate": "あなたのAPIキー"
698			},
699			{
700				"properties": [],
701				"selectors": [
702					"#app > div  div > section > div > div > div > div > p"
703				],
704				"replace": "No API keys exist for this account.",
705				"translate": "このアカウントにAPIキーは有りません。"
706			},
707			{
708				"properties": [],
709				"selectors": [
710					"#modal-portal > div > div > div > div > p"
711				],
712				"replace": "The API key you have requested is shown below. Please store this in a safe location, it will not be shown again.",
713				"translate": "リクエストしたAPIキーを以下に表示します。<strong>二度と表示されないため</strong>、必ず安全な場所に保管してください。"
714			},
715			{
716				"properties": [],
717				"selectors": [
718					"#app > div > div > section > div > div > div > h2"
719				],
720				"replace": "API Keys",
721				"translate": "作成したAPIキー"
722			},
723			{
724				"properties": [],
725				"selectors": [
726					"#modal-portal > div > div > div > div > h2"
727				],
728				"replace": "Confirm key deletion",
729				"translate": "APIキーの削除"
730			},
731			{
732				"properties": [],
733				"selectors": [
734					"#modal-portal > div > div > div > div > p"
735				],
736				"replace": "Are you sure you wish to delete this API key? All requests using it will immediately be invalidated and will fail.",
737				"translate": "本当にこのAPIキーを削除しますか?これを使用している全てのリクエストは無効になり、失敗するようになります。"
738			},
739			{
740				"properties": [],
741				"selectors": [
742					"#modal-portal > div > div > div > div > div > button > span"
743				],
744				"replace": "Yes, delete key",
745				"translate": "削除する"
746			}
747		]
748	},
749	{
750		"name": "Server > Header",
751		"path": "^/server/.*$",
752		"selectors": [
753			"#app > div > div > div > a",
754			"title"
755		],
756		"rules": [
757			{
758				"properties": [],
759				"replace": "Console",
760				"translate": "コンソール"
761			},
762			{
763				"properties": [],
764				"replace": "File Manager",
765				"translate": "ファイル管理"
766			},
767			{
768				"properties": [],
769				"replace": "Databases",
770				"translate": "データベース"
771			},
772			{
773				"properties": [],
774				"replace": "Schedules",
775				"translate": "スケジュール"
776			},
777			{
778				"properties": [],
779				"replace": "Users",
780				"translate": "ユーザ"
781			},
782			{
783				"properties": [],
784				"replace": "Backups",
785				"translate": "バックアップ"
786			},
787			{
788				"properties": [],
789				"replace": "Network",
790				"translate": "ネットワーク"
791			},
792			{
793				"properties": [],
794				"replace": "Startup",
795				"translate": "スタートアップ"
796			},
797			{
798				"properties": [],
799				"replace": "Settings",
800				"translate": "設定"
801			}
802		]
803	},
804	{
805		"name": "Server > Main",
806		"path": "^/server/[a-z0-9]+$",
807		"rules": [
808			{
809				"properties": [],
810				"selectors": [
811					"#app > div > div > section > div > div > div > button > span"
812				],
813				"replace": "Start",
814				"translate": "起動"
815			},
816			{
817				"properties": [],
818				"selectors": [
819					"#app > div > div > section > div > div > div > button > span"
820				],
821				"replace": "Restart",
822				"translate": "再起動"
823			},
824			{
825				"properties": [],
826				"selectors": [
827					"#app > div > div > section > div > div > div > button > span"
828				],
829				"replace": "Stop",
830				"translate": "停止"
831			},
832			{
833				"properties": [],
834				"selectors": [
835					"#app > div > div > section > div > div > div > button > span"
836				],
837				"replace": "Kill",
838				"translate": "強制停止"
839			},
840			{
841				"properties": [
842					"placeholder"
843				],
844				"selectors": [
845					"#app > div > div > section > div > div > div > div > div > input"
846				],
847				"replace": "Type a command...",
848				"translate": "コマンドを入力..."
849			},
850			{
851				"properties": [],
852				"selectors": [
853					"#app > div > div > section > div > div > div > div > div > div > p"
854				],
855				"replace": "Memory usage",
856				"translate": "メモリ使用率"
857			},
858			{
859				"properties": [],
860				"selectors": [
861					"#app > div > div > section > div > div > div > div > div > div > p"
862				],
863				"replace": "CPU usage",
864				"translate": "CPU使用率"
865			},
866			{
867				"properties": [],
868				"selectors": [
869					"#app > div > div > section > div > div > div > div > div > div > p"
870				],
871				"replace": "Server is offline.",
872				"translate": "サーバはオフラインです。"
873			}
874		]
875	},
876	{
877		"name": "Server > File Manager",
878		"path": "^/server/[a-z0-9]+/files(/new|/edit(#.*)?|#.*)?$",
879		"rules": [
880			{
881				"properties": [],
882				"selectors": [
883					"#app > div > div > section > div > div > div > div > div > div > div > p"
884				],
885				"replace": "Drag and drop files to upload.",
886				"translate": "ファイルをドラッグ&ドロップしてアップロードします。"
887			},
888			{
889				"properties": [],
890				"selectors": [
891					"#app > div > div > section > div > div > div > button > span",
892					"#modal-portal > div > div > div > div > form > div > button > span"
893				],
894				"replace": "Create Directory",
895				"translate": "ディレクトリを作成"
896			},
897			{
898				"properties": [],
899				"selectors": [
900					"#modal-portal > div > div > div > div > form > label"
901				],
902				"replace": "Directory Name",
903				"translate": "ディレクトリ名"
904			},
905			{
906				"properties": [],
907				"selectors": [
908					"p.input-help"
909				],
910				"replace": "A valid directory name must be provided.",
911				"translate": "正しいディレクトリ名を入力する必要があります。"
912			},
913			{
914				"properties": [],
915				"selectors": [
916					"#app > div > div > section > div > div > div > button > span"
917				],
918				"replace": "Upload",
919				"translate": "アップロード"
920			},
921			{
922				"properties": [],
923				"selectors": [
924					"#app > div > div > section > div > div > div > a > button > span"
925				],
926				"replace": "New File",
927				"translate": "新しいファイル"
928			},
929			{
930				"properties": [],
931				"selectors": [
932					"#app > div > div > section > div > div > button > span",
933					"#modal-portal > div > div > div > div > form > div > button > span"
934				],
935				"replace": "Create File",
936				"translate": "ファイルを作成"
937			},
938			{
939				"properties": [],
940				"selectors": [
941					"#modal-portal > div > div > div > div > form > label"
942				],
943				"replace": "File Name",
944				"translate": "ファイル名"
945			},
946			{
947				"properties": [],
948				"selectors": [
949					"#modal-portal > div > div > div > div > form > p"
950				],
951				"replace": "Enter the name that this file should be saved as.",
952				"translate": "保存するファイルの名前を入力します。"
953			},
954			{
955				"properties": [],
956				"selectors": [
957					"p.input-help"
958				],
959				"replace": "FileName is a required field",
960				"translate": "ファイル名を入力してください。"
961			},
962			{
963				"properties": [],
964				"selectors": [
965					"#app > div > div > section > div > div > div > div > div > button > span",
966					"#app > div > div > section > div > div > div > div > div > div > div > span"
967				],
968				"replace": "Archive",
969				"translate": "アーカイブ化"
970			},
971			{
972				"properties": [],
973				"selectors": [
974					"#app > div > div > section > div > div > div > div > div > button > span",
975					"#app > div > div > section > div > div > div > div > div > div > div > span"
976				],
977				"replace": "Delete",
978				"translate": "削除"
979			},
980			{
981				"properties": [],
982				"selectors": [
983					"#modal-portal > div > div > div > div > form > div > div > label"
984				],
985				"replace": "File Name",
986				"translate": "ファイル名"
987			},
988			{
989				"properties": [],
990				"selectors": [
991					"p.input-help"
992				],
993				"replace": "Enter the new name and directory of this file or folder, relative to the current directory.",
994				"translate": "現在のディレクトリを基準にして、このファイルまたはフォルダの新しい名前とディレクトリを入力します。"
995			},
996			{
997				"properties": [],
998				"selectors": [
999					"#modal-portal > div > div > div > div > form > p > strong"
1000				],
1001				"replace": "New location",
1002				"translate": "新しい場所"
1003			},
1004			{
1005				"properties": [],
1006				"selectors": [
1007					"#modal-portal > div > div > div > div > h2"
1008				],
1009				"replace": "Delete these files?",
1010				"translate": "本当にこのファイルを削除しますか?"
1011			},
1012			{
1013				"properties": [],
1014				"selectors": [
1015					"#modal-portal > div > div > div > div > h2"
1016				],
1017				"replace": "Delete this file?",
1018				"translate": "本当にこのファイルを削除しますか?"
1019			},
1020			{
1021				"properties": [],
1022				"selectors": [
1023					"#modal-portal > div > div > div > div > h2"
1024				],
1025				"replace": "Delete this File?",
1026				"translate": "本当にこのファイルを削除しますか?"
1027			},
1028			{
1029				"properties": [],
1030				"selectors": [
1031					"#modal-portal > div > div > div > div > h2"
1032				],
1033				"replace": "Delete this Directory?",
1034				"translate": "本当にこのディレクトリを削除しますか?"
1035			},
1036			{
1037				"properties": [],
1038				"selectors": [
1039					"#modal-portal > div > div > div > div > h2"
1040				],
1041				"replace": "Delete theese Directories?",
1042				"translate": "本当にこのディレクトリを削除しますか?"
1043			},
1044			{
1045				"properties": [],
1046				"selectors": [
1047					"#modal-portal > div > div > div > div > p"
1048				],
1049				"replace": "Deleting files is a permanent operation, you cannot undo this action.",
1050				"translate": "ファイルの削除は永続的な操作であり、この操作を元に戻すことはできません。"
1051			},
1052			{
1053				"properties": [],
1054				"selectors": [
1055					"#modal-portal > div > div > div > div > div > button > span"
1056				],
1057				"replace": "Yes, Delete Files",
1058				"translate": "削除する"
1059			},
1060			{
1061				"properties": [],
1062				"selectors": [
1063					"#modal-portal > div > div > div > div > div > button > span"
1064				],
1065				"replace": "Yes, Delete File",
1066				"translate": "削除する"
1067			},
1068			{
1069				"properties": [],
1070				"selectors": [
1071					"#modal-portal > div > div > div > div > div > button > span"
1072				],
1073				"replace": "Yes, Delete Directory",
1074				"translate": "削除する"
1075			},
1076			{
1077				"properties": [],
1078				"selectors": [
1079					"#app > div > div > section > div > div > div > a > div",
1080					"#app > div > div > section > div > div > div > div > div"
1081				],
1082				"replace": "Bytes",
1083				"translate": "バイト"
1084			},
1085			{
1086				"properties": [],
1087				"selectors": [
1088					"#app > div > div > section > div > div > div > a > div",
1089					"#app > div > div > section > div > div > div > div > div"
1090				],
1091				"replace": "kB",
1092				"translate": "キロバイト"
1093			},
1094			{
1095				"properties": [],
1096				"selectors": [
1097					"#app > div > div > section > div > div > div > a > div",
1098					"#app > div > div > section > div > div > div > div > div"
1099				],
1100				"replace": "MB",
1101				"translate": "メガバイト"
1102			},
1103			{
1104				"properties": [],
1105				"selectors": [
1106					"#app > div > div > section > div > div > div > a > div",
1107					"#app > div > div > section > div > div > div > div > div"
1108				],
1109				"replace": "GB",
1110				"translate": "ギガバイト"
1111			},
1112			{
1113				"properties": [],
1114				"selectors": [
1115					"#app > div > div > section > div > div > div > a > div",
1116					"#app > div > div > section > div > div > div > div > div"
1117				],
1118				"replace": "TB",
1119				"translate": "テラバイト"
1120			},
1121			{
1122				"properties": [],
1123				"selectors": [
1124					"#app > div > div > section > div > div > div > a > div",
1125					"#app > div > div > section > div > div > div > div > div"
1126				],
1127				"replace": "PB",
1128				"translate": "ペタバイト"
1129			},
1130			{
1131				"properties": [],
1132				"selectors": [
1133					"#app > div > div > section > div > div > div > a > div",
1134					"#app > div > div > section > div > div > div > div > div"
1135				],
1136				"replace": "EB",
1137				"translate": "エクサバイト"
1138			},
1139			{
1140				"properties": [],
1141				"selectors": [
1142					"#app > div > div > section > div > div > div > a > div",
1143					"#app > div > div > section > div > div > div > div > div"
1144				],
1145				"replace": "ZB",
1146				"translate": "ゼタバイト"
1147			},
1148			{
1149				"properties": [],
1150				"selectors": [
1151					"#app > div > div > section > div > div > div > a > div",
1152					"#app > div > div > section > div > div > div > div > div"
1153				],
1154				"replace": "YB",
1155				"translate": "ヨタバイト"
1156			},
1157			{
1158				"properties": [],
1159				"selectors": [
1160					"#app > div > div > section > div > div > div > a > div",
1161					"#app > div > div > section > div > div > div > div > div"
1162				],
1163				"replace": "about ",
1164				"translate": "約"
1165			},
1166			{
1167				"properties": [],
1168				"selectors": [
1169					"#app > div > div > section > div > div > div > a > div",
1170					"#app > div > div > section > div > div > div > div > div"
1171				],
1172				"replace": "ago",
1173				"translate": "前"
1174			},
1175			{
1176				"properties": [],
1177				"selectors": [
1178					"#app > div > div > section > div > div > div > a > div",
1179					"#app > div > div > section > div > div > div > div > div"
1180				],
1181				"replace": " minute ",
1182				"translate": "分"
1183			},
1184			{
1185				"properties": [],
1186				"selectors": [
1187					"#app > div > div > section > div > div > div > a > div",
1188					"#app > div > div > section > div > div > div > div > div"
1189				],
1190				"replace": " hour ",
1191				"translate": "時間"
1192			},
1193			{
1194				"properties": [],
1195				"selectors": [
1196					"#app > div > div > section > div > div > div > a > div",
1197					"#app > div > div > section > div > div > div > div > div"
1198				],
1199				"replace": " day ",
1200				"translate": "日"
1201			},
1202			{
1203				"properties": [],
1204				"selectors": [
1205					"#app > div > div > section > div > div > div > a > div",
1206					"#app > div > div > section > div > div > div > div > div"
1207				],
1208				"replace": " minutes ",
1209				"translate": "分"
1210			},
1211			{
1212				"properties": [],
1213				"selectors": [
1214					"#app > div > div > section > div > div > div > a > div",
1215					"#app > div > div > section > div > div > div > div > div"
1216				],
1217				"replace": " hours ",
1218				"translate": "時間"
1219			},
1220			{
1221				"properties": [],
1222				"selectors": [
1223					"#app > div > div > section > div > div > div > a > div",
1224					"#app > div > div > section > div > div > div > div > div"
1225				],
1226				"replace": " days ",
1227				"translate": "日"
1228			},
1229			{
1230				"properties": [],
1231				"selectors": [
1232					"#app > div > div > section > div > div > div > a > div",
1233					"#app > div > div > section > div > div > div > div > div"
1234				],
1235				"replace": "Jan ",
1236				"translate": "1月"
1237			},
1238			{
1239				"properties": [],
1240				"selectors": [
1241					"#app > div > div > section > div > div > div > a > div",
1242					"#app > div > div > section > div > div > div > div > div"
1243				],
1244				"replace": "Feb ",
1245				"translate": "2月"
1246			},
1247			{
1248				"properties": [],
1249				"selectors": [
1250					"#app > div > div > section > div > div > div > a > div",
1251					"#app > div > div > section > div > div > div > div > div"
1252				],
1253				"replace": "Mar ",
1254				"translate": "3月"
1255			},
1256			{
1257				"properties": [],
1258				"selectors": [
1259					"#app > div > div > section > div > div > div > a > div",
1260					"#app > div > div > section > div > div > div > div > div"
1261				],
1262				"replace": "Apr ",
1263				"translate": "4月"
1264			},
1265			{
1266				"properties": [],
1267				"selectors": [
1268					"#app > div > div > section > div > div > div > a > div",
1269					"#app > div > div > section > div > div > div > div > div"
1270				],
1271				"replace": "May ",
1272				"translate": "5月"
1273			},
1274			{
1275				"properties": [],
1276				"selectors": [
1277					"#app > div > div > section > div > div > div > a > div",
1278					"#app > div > div > section > div > div > div > div > div"
1279				],
1280				"replace": "June ",
1281				"translate": "6月"
1282			},
1283			{
1284				"properties": [],
1285				"selectors": [
1286					"#app > div > div > section > div > div > div > a > div",
1287					"#app > div > div > section > div > div > div > div > div"
1288				],
1289				"replace": "July ",
1290				"translate": "7月"
1291			},
1292			{
1293				"properties": [],
1294				"selectors": [
1295					"#app > div > div > section > div > div > div > a > div",
1296					"#app > div > div > section > div > div > div > div > div"
1297				],
1298				"replace": "Aug ",
1299				"translate": "8月"
1300			},
1301			{
1302				"properties": [],
1303				"selectors": [
1304					"#app > div > div > section > div > div > div > a > div",
1305					"#app > div > div > section > div > div > div > div > div"
1306				],
1307				"replace": "Sept ",
1308				"translate": "9月"
1309			},
1310			{
1311				"properties": [],
1312				"selectors": [
1313					"#app > div > div > section > div > div > div > a > div",
1314					"#app > div > div > section > div > div > div > div > div"
1315				],
1316				"replace": "Oct ",
1317				"translate": "10月"
1318			},
1319			{
1320				"properties": [],
1321				"selectors": [
1322					"#app > div > div > section > div > div > div > a > div",
1323					"#app > div > div > section > div > div > div > div > div"
1324				],
1325				"replace": "Nov ",
1326				"translate": "11月"
1327			},
1328			{
1329				"properties": [],
1330				"selectors": [
1331					"#app > div > div > section > div > div > div > a > div",
1332					"#app > div > div > section > div > div > div > div > div"
1333				],
1334				"replace": "Dec ",
1335				"translate": "12月"
1336			},
1337			{
1338				"properties": [],
1339				"selectors": [
1340					"#app > div > div > section > div > div > div > a > div",
1341					"#app > div > div > section > div > div > div > div > div"
1342				],
1343				"replace": "in less than a minute",
1344				"translate": "たった今"
1345			},
1346			{
1347				"properties": [],
1348				"selectors": [
1349					"#app > div > div > section > div > div > div > a > div",
1350					"#app > div > div > section > div > div > div > div > div"
1351				],
1352				"replace": "th, ",
1353				"translate": "日"
1354			},
1355			{
1356				"properties": [],
1357				"selectors": [
1358					"#app > div > div > section > div > div > div > div > div > div > div > span",
1359					"#modal-portal > div > div > div > div > form > div > div > button > span"
1360				],
1361				"replace": "Rename",
1362				"translate": "名前変更"
1363			},
1364			{
1365				"properties": [],
1366				"selectors": [
1367					"#app > div > div > section > div > div > div > div > div > div > div > span"
1368				],
1369				"replace": "Move",
1370				"translate": "移動"
1371			},
1372			{
1373				"properties": [],
1374				"selectors": [
1375					"#app > div > div > section > div > div > div > div > div > div > div > span"
1376				],
1377				"replace": "Download",
1378				"translate": "ダウンロード"
1379			},
1380			{
1381				"properties": [],
1382				"selectors": [
1383					"#app > div > div > section > div > div > div > div > div > div > div > span"
1384				],
1385				"replace": "Permissions",
1386				"translate": "権限"
1387			},
1388			{
1389				"properties": [],
1390				"selectors": [
1391					"#app > div > div > section > div > div > div > div > div > div > div > span"
1392				],
1393				"replace": "Copy",
1394				"translate": "コピー"
1395			},
1396			{
1397				"properties": [],
1398				"selectors": [
1399					"#app > div > div > section > div > div > div > div > div > div > div > span"
1400				],
1401				"replace": "Unarchive",
1402				"translate": "解凍"
1403			},
1404			{
1405				"properties": [],
1406				"selectors": [
1407					"#modal-portal > div > div > div > div > form > div > div > label"
1408				],
1409				"replace": "File Mode",
1410				"translate": "権限"
1411			},
1412			{
1413				"properties": [],
1414				"selectors": [
1415					"#app > div > div > section > div > div > button > span"
1416				],
1417				"replace": "Save Content",
1418				"translate": "内容を保存"
1419			}
1420		]
1421	},
1422	{
1423		"name": "Server > Databases",
1424		"path": "^/server/[a-z0-9]+/databases",
1425		"rules": [
1426			{
1427				"properties": [],
1428				"selectors": [
1429					"#app > div > div > section > div > div > p"
1430				],
1431				"replace": "Databases cannot be created for this server.",
1432				"translate": "データベースはこのサーバでは利用できません。"
1433			}
1434		]
1435	},
1436	{
1437		"name": "Server > Schedules",
1438		"path": "^/server/[a-z0-9]+/schedules(/d+)?",
1439		"rules": [
1440			{
1441				"properties": [],
1442				"selectors": [
1443					"#app > div > div > section > div > p"
1444				],
1445				"replace": "There are no schedules configured for this server.",
1446				"translate": "このサーバではスケジュールが設定されていません。"
1447			},
1448			{
1449				"properties": [],
1450				"selectors": [
1451					"#app > div > div > section > div > div > button > span",
1452					"#modal-portal > div > div > div > div > form > div > button > span"
1453				],
1454				"replace": "Create schedule",
1455				"translate": "スケジュールを作成"
1456			},
1457			{
1458				"properties": [],
1459				"selectors": [
1460					"#modal-portal > div > div > div > div > h3"
1461				],
1462				"replace": "Create new schedule",
1463				"translate": "新しいスケジュールを作成"
1464			},
1465			{
1466				"properties": [],
1467				"selectors": [
1468					"#modal-portal > div > div > div > div > form > label"
1469				],
1470				"replace": "Schedule name",
1471				"translate": "スケジュール名"
1472			},
1473			{
1474				"properties": [],
1475				"selectors": [
1476					"#modal-portal > div > div > div > div > form > p.input-help"
1477				],
1478				"replace": "A human readable identifer for this schedule",
1479				"translate": "人間が理解できるスケジュールの名前"
1480			},
1481			{
1482				"properties": [],
1483				"selectors": [
1484					"#modal-portal > div > div > div > div > form > div > div",
1485					"#app > div > div > section > div > a > div > div > p",
1486					"#app > div > div > section > div > div > div > p"
1487				],
1488				"replace": "Minute",
1489				"translate": "分"
1490			},
1491			{
1492				"properties": [],
1493				"selectors": [
1494					"#modal-portal > div > div > div > div > form > div > div",
1495					"#app > div > div > section > div > a > div > div > p",
1496					"#app > div > div > section > div > div > div > p"
1497				],
1498				"replace": "Hour",
1499				"translate": "時間"
1500			},
1501			{
1502				"properties": [],
1503				"selectors": [
1504					"#modal-portal > div > div > div > div > form > div > div"
1505				],
1506				"replace": "Day of month",
1507				"translate": "一ヶ月に"
1508			},
1509			{
1510				"properties": [],
1511				"selectors": [
1512					"#modal-portal > div > div > div > div > form > div > div"
1513				],
1514				"replace": "Day of week",
1515				"translate": "一週間に"
1516			},
1517			{
1518				"properties": [],
1519				"selectors": [
1520					"#modal-portal > div > div > div > div > form > p"
1521				],
1522				"replace": "The schedule system supports the use of Cronjob syntax when defining when tasks should begin running. Use the fields above to specify when these tasks should begin running.",
1523				"translate": "スケジュールシステムは、タスクの実行を開始するタイミングを定義するときに、Cronjob構文の使用をサポートします。上記のフィールドを使用して、これらのタスクの実行を開始するタイミングを指定します。"
1524			},
1525			{
1526				"properties": [],
1527				"selectors": [
1528					"#modal-portal > div > div > div > div > form > div > div > div > div > label"
1529				],
1530				"replace": "Enabled",
1531				"translate": "有効化"
1532			},
1533			{
1534				"properties": [],
1535				"selectors": [
1536					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
1537				],
1538				"replace": "If disabled, this schedule and it's associated tasks will not run.",
1539				"translate": "無効にした場合このスケジュールまたはタスクは実行されません。"
1540			},
1541			{
1542				"properties": [],
1543				"selectors": [
1544					"#app > div > div > section > div > a > div > p",
1545					"#app > div > div > section > div > div > div > div > p"
1546				],
1547				"replace": "Last run at:",
1548				"translate": "最終実行:"
1549			},
1550			{
1551				"properties": [],
1552				"selectors": [
1553					"#app > div > div > section > div > a > div > div > p",
1554					"#app > div > div > section > div > div > div > p"
1555				],
1556				"replace": "Month",
1557				"translate": "月"
1558			},
1559			{
1560				"properties": [],
1561				"selectors": [
1562					"#app > div > div > section > div > a > div > div > p",
1563					"#app > div > div > section > div > div > div > p"
1564				],
1565				"replace": "Day ",
1566				"translate": "日 "
1567			},
1568			{
1569				"properties": [],
1570				"selectors": [
1571					"#app > div > div > section > div > a > div > div > p",
1572					"#app > div > div > section > div > div > div > p"
1573				],
1574				"replace": "(Week)",
1575				"translate": "(週)"
1576			},
1577			{
1578				"properties": [],
1579				"selectors": [
1580					"#app > div > div > section > div > a > div > p",
1581					"#app > div > div > section > div > div > div > div > h3 > span"
1582				],
1583				"replace": "Active",
1584				"translate": "アクティブ"
1585			},
1586			{
1587				"properties": [],
1588				"selectors": [
1589					"#app > div > div > section > div > a > div > p",
1590					"#app > div > div > section > div > div > div > div > h3 > span"
1591				],
1592				"replace": "Inactive",
1593				"translate": "無効"
1594			},
1595			{
1596				"properties": [],
1597				"selectors": [
1598					"#app > div > div > section > div > div > div > div > p"
1599				],
1600				"replace": "Next run at:",
1601				"translate": "次の実行:"
1602			},
1603			{
1604				"properties": [],
1605				"selectors": [
1606					"#modal-portal > div > div > div > div > h3"
1607				],
1608				"replace": "Edit schedule",
1609				"translate": "スケジュールの編集"
1610			},
1611			{
1612				"properties": [],
1613				"selectors": [
1614					"#app > div > div > section > div > div > div > div > button > span"
1615				],
1616				"replace": "New Task",
1617				"translate": "新しいタスク"
1618			},
1619			{
1620				"properties": [],
1621				"selectors": [
1622					"#modal-portal > div > div > div > div > form > h2"
1623				],
1624				"replace": "Create Task",
1625				"translate": "タスクを作成"
1626			},
1627			{
1628				"properties": [],
1629				"selectors": [
1630					"#modal-portal > div > div > div > div > form > h2"
1631				],
1632				"replace": "Edit Task",
1633				"translate": "タスクを編集"
1634			},
1635			{
1636				"properties": [],
1637				"selectors": [
1638					"#modal-portal > div > div > div > div > form > div > div > label"
1639				],
1640				"replace": "Action",
1641				"translate": "動作"
1642			},
1643			{
1644				"properties": [],
1645				"selectors": [
1646					"#modal-portal > div > div > div > div > form > div > div > div > select"
1647				],
1648				"replace": "Send command",
1649				"translate": "コマンド送信"
1650			},
1651			{
1652				"properties": [],
1653				"selectors": [
1654					"#modal-portal > div > div > div > div > form > div > div > div > select"
1655				],
1656				"replace": "Send power action",
1657				"translate": "起動モードを送信"
1658			},
1659			{
1660				"properties": [],
1661				"selectors": [
1662					"#modal-portal > div > div > div > div > form > div > div > div > select"
1663				],
1664				"replace": "Create backup",
1665				"translate": "バックアップを作成"
1666			},
1667			{
1668				"properties": [],
1669				"selectors": [
1670					"#app > div > div > section > div > div > div > div > div > p"
1671				],
1672				"replace": "Send Command",
1673				"translate": "コマンド送信"
1674			},
1675			{
1676				"properties": [],
1677				"selectors": [
1678					"#app > div > div > section > div > div > div > div > div > p"
1679				],
1680				"replace": "Send Power Action",
1681				"translate": "起動モードを送信"
1682			},
1683			{
1684				"properties": [],
1685				"selectors": [
1686					"#app > div > div > section > div > div > div > div > div > p"
1687				],
1688				"replace": "Create Backup",
1689				"translate": "バックアップを作成"
1690			},
1691			{
1692				"properties": [],
1693				"selectors": [
1694					"#modal-portal > div > div > div > div > form > div > div > label"
1695				],
1696				"replace": "Time offset (in seconds)",
1697				"translate": "実行間隔(秒数)"
1698			},
1699			{
1700				"properties": [],
1701				"selectors": [
1702					"#modal-portal > div > div > div > div > form > div > div > p"
1703				],
1704				"replace": "The amount of time to wait after the previous task executes before running this one. If this is the first task on a schedule this will not be applied.",
1705				"translate": "前のタスクが実行されてから、このタスクを実行するまでの感覚です。このタスクがスケジュールの最初のタスクである場合、これは適用されません。"
1706			},
1707			{
1708				"properties": [],
1709				"selectors": [
1710					"#modal-portal > div > div > div > div > form > div > div > p"
1711				],
1712				"replace": "The time offset must be a valid number between 0 and 900.",
1713				"translate": "時間は有効な数字であり、0から900までの整数である必要があります。"
1714			},
1715			{
1716				"properties": [],
1717				"selectors": [
1718					"#modal-portal > div > div > div > div > form > div > div > label"
1719				],
1720				"replace": "Payload",
1721				"translate": "送信するペイロード"
1722			},
1723			{
1724				"properties": [],
1725				"selectors": [
1726					"#modal-portal > div > div > div > div > form > div > div > div > p"
1727				],
1728				"replace": "A task payload must be provided.",
1729				"translate": "ペイロードは必ず指定する必要があります。"
1730			},
1731			{
1732				"properties": [],
1733				"selectors": [
1734					"#modal-portal > div > div > div > div > form > div > div > div > select"
1735				],
1736				"replace": "Start the server",
1737				"translate": "サーバを起動"
1738			},
1739			{
1740				"properties": [],
1741				"selectors": [
1742					"#modal-portal > div > div > div > div > form > div > div > div > select"
1743				],
1744				"replace": "Restart the server",
1745				"translate": "サーバを再起動"
1746			},
1747			{
1748				"properties": [],
1749				"selectors": [
1750					"#modal-portal > div > div > div > div > form > div > div > div > select"
1751				],
1752				"replace": "Stop the server",
1753				"translate": "サーバを停止"
1754			},
1755			{
1756				"properties": [],
1757				"selectors": [
1758					"#modal-portal > div > div > div > div > form > div > div > div > select"
1759				],
1760				"replace": "Terminate the server",
1761				"translate": "サーバを強制起動"
1762			},
1763			{
1764				"properties": [],
1765				"selectors": [
1766					"#modal-portal > div > div > div > div > form > div > div > label"
1767				],
1768				"replace": "Ignored Files",
1769				"translate": "除外するファイル"
1770			},
1771			{
1772				"properties": [],
1773				"selectors": [
1774					"#modal-portal > div > div > div > div > form > div > div > div > p"
1775				],
1776				"replace": "Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used. If you have reached your backup limit, the oldest backup will be rotated.",
1777				"translate": "オプションです。このバックアップで除外するファイルとフォルダを記述します。デフォルトでは、.pteroignoreファイルの内容が適用されます。また、バックアップのファイル数が制限に達した場合、古いバックアップから順番に置換されます。"
1778			},
1779			{
1780				"properties": [],
1781				"selectors": [
1782					"#modal-portal > div > div > div > div > form > div > button > span"
1783				],
1784				"replace": "Create Task",
1785				"translate": "タスクを作成"
1786			},
1787			{
1788				"properties": [],
1789				"selectors": [
1790					"#modal-portal > div > div > div > div > h2"
1791				],
1792				"replace": "Confirm task deletion",
1793				"translate": "タスクの削除"
1794			},
1795			{
1796				"properties": [],
1797				"selectors": [
1798					"#modal-portal > div > div > div > div > p"
1799				],
1800				"replace": "Are you sure you want to delete this task? This action cannot be undone.",
1801				"translate": "本当にこのタスクを削除しますか?この操作を戻すことはできません。"
1802			},
1803			{
1804				"properties": [],
1805				"selectors": [
1806					"#modal-portal > div > div > div > div > div > button > span"
1807				],
1808				"replace": "Delete Task",
1809				"translate": "タスクを削除"
1810			},
1811			{
1812				"properties": [],
1813				"selectors": [
1814					"#app > div > div > section > div > div > button > span"
1815				],
1816				"replace": "Delete",
1817				"translate": "削除"
1818			},
1819			{
1820				"properties": [],
1821				"selectors": [
1822					"#modal-portal > div > div > div > div > h2"
1823				],
1824				"replace": "Delete schedule?",
1825				"translate": "本当にこのスケジュールを削除しますか?"
1826			},
1827			{
1828				"properties": [],
1829				"selectors": [
1830					"#modal-portal > div > div > div > div > p"
1831				],
1832				"replace": "Are you sure you want to delete this schedule? All tasks will be removed and any running processes will be terminated.",
1833				"translate": "本当にこのスケジュールを削除しますか?このスケジュールに関連するタスクも削除され、実行中のタスクは強制終了します。この操作を戻すことはできません。"
1834			},
1835			{
1836				"properties": [],
1837				"selectors": [
1838					"#modal-portal > div > div > div > div > div > button > span"
1839				],
1840				"replace": "Yes, delete schedule",
1841				"translate": "スケジュールを削除"
1842			}
1843		]
1844	},
1845	{
1846		"name": "Server > Users",
1847		"path": "^/server/[a-z0-9]+/users",
1848		"rules": [
1849			{
1850				"properties": [],
1851				"selectors": [
1852					"#app > div > div > section > div > p"
1853				],
1854				"replace": "It looks like you don't have any subusers.",
1855				"translate": "サブユーザがいないようです。"
1856			},
1857			{
1858				"properties": [],
1859				"selectors": [
1860					"#app > div > div > section > div > div > button > span"
1861				],
1862				"replace": "New User",
1863				"translate": "ユーザを追加"
1864			},
1865			{
1866				"properties": [],
1867				"selectors": [
1868					"#modal-portal > div > div > div > div > form > div > h2"
1869				],
1870				"replace": "Create new subuser",
1871				"translate": "新しいサブユーザを追加"
1872			},
1873			{
1874				"properties": [],
1875				"selectors": [
1876					"#modal-portal > div > div > div > div > form > div > div > button > span",
1877					"#modal-portal > div > div > div > div > form > div > button > span"
1878				],
1879				"replace": "Invite User",
1880				"translate": "ユーザを招待"
1881			},
1882			{
1883				"properties": [],
1884				"selectors": [
1885					"#modal-portal > div > div > div > div > form > div > label"
1886				],
1887				"replace": "User Email",
1888				"translate": "ユーザのメールアドレス"
1889			},
1890			{
1891				"properties": [],
1892				"selectors": [
1893					"#modal-portal > div > div > div > div > form > div > p"
1894				],
1895				"replace": "Enter the email address of the user you wish to invite as a subuser for this server.",
1896				"translate": "このサーバのサブユーザとして追加するサブユーザのメールアドレスです。"
1897			},
1898			{
1899				"properties": [],
1900				"selectors": [
1901					"#modal-portal > div > div > div > div > form > div > p"
1902				],
1903				"replace": "A valid email address must be provided.",
1904				"translate": "ユーザの正しいメールアドレスを指定する必要があります。"
1905			},
1906			{
1907				"properties": [],
1908				"selectors": [
1909					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
1910				],
1911				"replace": "control",
1912				"translate": "操作"
1913			},
1914			{
1915				"properties": [],
1916				"selectors": [
1917					"#modal-portal > div > div > div > div > form > div > div > div > p"
1918				],
1919				"replace": "Permissions that control a user's ability to control the power state of a server, or send commands.",
1920				"translate": "サーバの動作状態を制御したり、コマンドを送信したりするユーザーの機能を制御する権限です。"
1921			},
1922			{
1923				"properties": [],
1924				"selectors": [
1925					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1926				],
1927				"replace": "Allows a user to send commands to the server instance via the console.",
1928				"translate": "ユーザがコンソールを介してサーバにコマンドを送信できるようにします。"
1929			},
1930			{
1931				"properties": [],
1932				"selectors": [
1933					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1934				],
1935				"replace": "console",
1936				"translate": "コンソール"
1937			},
1938			{
1939				"properties": [],
1940				"selectors": [
1941					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1942				],
1943				"replace": "Allows a user to start the server if it is stopped.",
1944				"translate": "サーバが停止していた際にサーバを起動することができるようになります。"
1945			},
1946			{
1947				"properties": [],
1948				"selectors": [
1949					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1950				],
1951				"replace": "Allows a user to perform a server restart. This allows them to start the server if it is offline, but not put the server in a completely stopped state.",
1952				"translate": "ユーザがサーバの再起動を実行できるようにします。これにより、サーバがオフラインの場合はサーバを起動できますが、サーバを完全に停止した状態にすることはできません。"
1953			},
1954			{
1955				"properties": [],
1956				"selectors": [
1957					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1958				],
1959				"replace": "restart",
1960				"translate": "再起動"
1961			},
1962			{
1963				"properties": [],
1964				"selectors": [
1965					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1966				],
1967				"equals": "start",
1968				"replace": "start",
1969				"translate": "起動"
1970			},
1971			{
1972				"properties": [],
1973				"selectors": [
1974					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1975				],
1976				"replace": "Allows a user to stop a server if it is running.",
1977				"translate": "サーバが起動している時に、サーバを停止することができるようになります。"
1978			},
1979			{
1980				"properties": [],
1981				"selectors": [
1982					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
1983				],
1984				"replace": "stop",
1985				"translate": "停止"
1986			},
1987			{
1988				"properties": [],
1989				"selectors": [
1990					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
1991				],
1992				"equals": "user",
1993				"replace": "user",
1994				"translate": "ユーザ"
1995			},
1996			{
1997				"properties": [],
1998				"selectors": [
1999					"#modal-portal > div > div > div > div > form > div > div > div > p"
2000				],
2001				"replace": "Permissions that allow a user to manage other subusers on a server. They will never be able to edit their own account, or assign permissions they do not have themselves.",
2002				"translate": "ユーザがサーバの他のサブユーザーを管理できるようにする権限です。自分のアカウントを編集したり、自分にない権限を割り当てたりすることはできません。"
2003			},
2004			{
2005				"properties": [],
2006				"selectors": [
2007					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2008				],
2009				"equals": "create",
2010				"replace": "create",
2011				"translate": "作成"
2012			},
2013			{
2014				"properties": [],
2015				"selectors": [
2016					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2017				],
2018				"replace": "Allows a user to create new subusers for the server.",
2019				"translate": "ユーザがサーバの新しいサブユーザーを作成できるようにします。"
2020			},
2021			{
2022				"properties": [],
2023				"selectors": [
2024					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2025				],
2026				"equals": "read",
2027				"replace": "read",
2028				"translate": "閲覧"
2029			},
2030			{
2031				"properties": [],
2032				"selectors": [
2033					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2034				],
2035				"replace": "Allows the user to view subusers and their permissions for the server.",
2036				"translate": "ユーザがサーバのサブユーザとその権限を表示できるようにします。"
2037			},
2038			{
2039				"properties": [],
2040				"selectors": [
2041					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2042				],
2043				"equals": "update",
2044				"replace": "update",
2045				"translate": "更新"
2046			},
2047			{
2048				"properties": [],
2049				"selectors": [
2050					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2051				],
2052				"replace": "Allows a user to modify other subusers.",
2053				"translate": "ユーザが他のサブユーザを変更できるようにします。"
2054			},
2055			{
2056				"properties": [],
2057				"selectors": [
2058					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2059				],
2060				"equals": "delete",
2061				"replace": "delete",
2062				"translate": "削除"
2063			},
2064			{
2065				"properties": [],
2066				"selectors": [
2067					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2068				],
2069				"replace": "Allows a user to delete a subuser from the server.",
2070				"translate": "ユーザがサーバからサブユーザを削除できるようにします。"
2071			},
2072			{
2073				"properties": [],
2074				"selectors": [
2075					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2076				],
2077				"equals": "file",
2078				"replace": "file",
2079				"translate": "ファイル"
2080			},
2081			{
2082				"properties": [],
2083				"selectors": [
2084					"#modal-portal > div > div > div > div > form > div > div > div > p"
2085				],
2086				"replace": "Permissions that control a user's ability to modify the filesystem for this server.",
2087				"translate": "ユーザがサーバのファイルを変更できるようにする権限です。"
2088			},
2089			{
2090				"properties": [],
2091				"selectors": [
2092					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2093				],
2094				"equals": "delete",
2095				"replace": "delete",
2096				"translate": "削除"
2097			},
2098			{
2099				"properties": [],
2100				"selectors": [
2101					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2102				],
2103				"replace": "Allows a user to create additional files and folders via the Panel or direct upload.",
2104				"translate": "ユーザがパネルまたは直接アップロードを介して追加のファイルおよびフォルダを作成できるようにします。"
2105			},
2106			{
2107				"properties": [],
2108				"selectors": [
2109					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2110				],
2111				"replace": "Allows a user to view the contents of a directory, but not view the contents of or download files.",
2112				"translate": "ユーザがディレクトリの内容を表示できるようにしますが、ファイルの内容を表示したりダウンロードしたりすることはできません。"
2113			},
2114			{
2115				"properties": [],
2116				"selectors": [
2117					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2118				],
2119				"replace": "read-content",
2120				"translate": "内容を閲覧"
2121			},
2122			{
2123				"properties": [],
2124				"selectors": [
2125					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2126				],
2127				"replace": "Allows a user to view the contents of a given file. This will also allow the user to download files.",
2128				"translate": "ユーザが特定のファイルの内容を表示できるようにします。これにより、ユーザはファイルをダウンロードすることもできます。"
2129			},
2130			{
2131				"properties": [],
2132				"selectors": [
2133					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2134				],
2135				"replace": "Allows a user to update the contents of an existing file or directory.",
2136				"translate": "ユーザーが既存のファイルまたはディレクトリの内容を更新できるようにします。"
2137			},
2138			{
2139				"properties": [],
2140				"selectors": [
2141					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2142				],
2143				"replace": "Allows a user to delete files or directories.",
2144				"translate": "ユーザがファイルまたはディレクトリを削除できるようにします。"
2145			},
2146			{
2147				"properties": [],
2148				"selectors": [
2149					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2150				],
2151				"equals": "archive",
2152				"replace": "archive",
2153				"translate": "アーカイブ"
2154			},
2155			{
2156				"properties": [],
2157				"selectors": [
2158					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2159				],
2160				"replace": "Allows a user to archive the contents of a directory as well as decompress existing archives on the system.",
2161				"translate": "ユーザがディレクトリの内容をアーカイブしたり、システム上の既存のアーカイブを解凍したりできるようにします。"
2162			},
2163			{
2164				"properties": [],
2165				"selectors": [
2166					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2167				],
2168				"replace": "Allows a user to connect to SFTP and manage server files using the other assigned file permissions.",
2169				"translate": "ユーザがSFTPに接続し、他の割り当てられたファイル権限を使用してサーバーファイルを管理できるようにします。"
2170			},
2171			{
2172				"properties": [],
2173				"selectors": [
2174					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2175				],
2176				"equals": "backup",
2177				"replace": "backup",
2178				"translate": "バックアップ"
2179			},
2180			{
2181				"properties": [],
2182				"selectors": [
2183					"#modal-portal > div > div > div > div > form > div > div > div > p"
2184				],
2185				"replace": "Permissions that control a user's ability to generate and manage server backups.",
2186				"translate": "サーバのバックアップを作成および管理するユーザの機能を制御するアクセス許可。"
2187			},
2188			{
2189				"properties": [],
2190				"selectors": [
2191					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2192				],
2193				"replace": "Allows a user to create new backups for this server.",
2194				"translate": "ユーザがこのサーバの新しいバックアップを作成できるようにします。"
2195			},
2196			{
2197				"properties": [],
2198				"selectors": [
2199					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2200				],
2201				"replace": "Allows a user to view all backups that exist for this server.",
2202				"translate": "ユーザーがこのサーバーに存在するすべてのバックアップを表示できるようにします。"
2203			},
2204			{
2205				"properties": [],
2206				"selectors": [
2207					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2208				],
2209				"replace": "Allows a user to remove backups from the system.",
2210				"translate": "ユーザがシステムからバックアップを削除できるようにします。"
2211			},
2212			{
2213				"properties": [],
2214				"selectors": [
2215					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2216				],
2217				"equals": "download",
2218				"replace": "download",
2219				"translate": "ダウンロード"
2220			},
2221			{
2222				"properties": [],
2223				"selectors": [
2224					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2225				],
2226				"replace": "Allows a user to download backups.",
2227				"translate": "ユーザがバックアップをダウンロードできるようにします。"
2228			},
2229			{
2230				"properties": [],
2231				"selectors": [
2232					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2233				],
2234				"replace": "allocation",
2235				"translate": "割り当て"
2236			},
2237			{
2238				"properties": [],
2239				"selectors": [
2240					"#modal-portal > div > div > div > div > form > div > div > div > p"
2241				],
2242				"replace": "Permissions that control a user's ability to modify the port allocations for this server.",
2243				"translate": "このサーバーのポート割り当てを変更するユーザーの機能を制御するアクセス許可。"
2244			},
2245			{
2246				"properties": [],
2247				"selectors": [
2248					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2249				],
2250				"replace": "Allows a user to view all allocations currently assigned to this server. Users with any level of access to this server can always view the primary allocation.",
2251				"translate": "ユーザがこのサーバに現在割り当てられているすべての割り当てを表示できるようにします。このサーバへの任意のレベルのアクセス権を持つユーザは、いつでもプライマリ割り当てを表示できます。"
2252			},
2253			{
2254				"properties": [],
2255				"selectors": [
2256					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2257				],
2258				"replace": "Allows a user to assign additional allocations to the server.",
2259				"translate": "ユーザがサーバに追加の割り当てをすることができるようにします。"
2260			},
2261			{
2262				"properties": [],
2263				"selectors": [
2264					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2265				],
2266				"replace": "Allows a user to change the primary server allocation and attach notes to each allocation.",
2267				"translate": "ユーザがプライマリサーバの割り当てを変更し、各割り当てにメモを添付できるようにします。"
2268			},
2269			{
2270				"properties": [],
2271				"selectors": [
2272					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2273				],
2274				"replace": "Allows a user to delete an allocation from the server.",
2275				"translate": "ユーザーがサーバーから割り当てを削除できるようにします。"
2276			},
2277			{
2278				"properties": [],
2279				"selectors": [
2280					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2281				],
2282				"replace": "Allows a user to assign additional allocations to the server.",
2283				"translate": "ユーザがサーバに追加の割り当てを割り当てることができるようにします。"
2284			},
2285			{
2286				"properties": [],
2287				"selectors": [
2288					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2289				],
2290				"replace": "Allows a user to change the primary server allocation and attach notes to each allocation.",
2291				"translate": "ユーザがプライマリサーバの割り当てを変更し、各割り当てにメモを添付できるようにします。"
2292			},
2293			{
2294				"properties": [],
2295				"selectors": [
2296					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2297				],
2298				"replace": "Allows a user to delete an allocation from the server.",
2299				"translate": "ユーザがサーバから割り当てを削除できるようにします。"
2300			},
2301			{
2302				"properties": [],
2303				"selectors": [
2304					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2305				],
2306				"replace": "startup",
2307				"translate": "スタートアップ"
2308			},
2309			{
2310				"properties": [],
2311				"selectors": [
2312					"#modal-portal > div > div > div > div > form > div > div > div > p"
2313				],
2314				"replace": "Permissions that control a user's ability to view this server's startup parameters.",
2315				"translate": "このサーバの起動パラメータを表示するユーザの機能を制御するアクセス許可。"
2316			},
2317			{
2318				"properties": [],
2319				"selectors": [
2320					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2321				],
2322				"replace": "Allows a user to view the startup variables for a server.",
2323				"translate": "ユーザがサーバの起動変数を表示できるようにします。"
2324			},
2325			{
2326				"properties": [],
2327				"selectors": [
2328					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2329				],
2330				"replace": "Allows a user to modify the startup variables for the server.",
2331				"translate": "ユーザがサーバの起動変数を変更できるようにします。"
2332			},
2333			{
2334				"properties": [],
2335				"selectors": [
2336					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2337				],
2338				"replace": "docker-image",
2339				"translate": "Dockerイメージ"
2340			},
2341			{
2342				"properties": [],
2343				"selectors": [
2344					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2345				],
2346				"replace": "Allows a user to modify the Docker image used when running the server.",
2347				"translate": "サーバの実行時に使用されるDockerイメージをユーザが変更できるようにします。"
2348			},
2349			{
2350				"properties": [],
2351				"selectors": [
2352					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2353				],
2354				"replace": "database",
2355				"translate": "データベース"
2356			},
2357			{
2358				"properties": [],
2359				"selectors": [
2360					"#modal-portal > div > div > div > div > form > div > div > div > p"
2361				],
2362				"replace": "Permissions that control a user's access to the database management for this server.",
2363				"translate": "このサーバのデータベース管理へのユーザのアクセスを制御する権限です。"
2364			},
2365			{
2366				"properties": [],
2367				"selectors": [
2368					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2369				],
2370				"replace": "Allows a user to create a new database for this server.",
2371				"translate": "ユーザがこのサーバの新しいデータベースを作成できるようにします。"
2372			},
2373			{
2374				"properties": [],
2375				"selectors": [
2376					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2377				],
2378				"replace": "Allows a user to view the database associated with this server.",
2379				"translate": "ユーザがこのサーバに関連付けられているデータベースを表示できるようにします。"
2380			},
2381			{
2382				"properties": [],
2383				"selectors": [
2384					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2385				],
2386				"replace": "Allows a user to create a new database for this server.",
2387				"translate": "ユーザがこのサーバの新しいデータベースを作成できるようにします。"
2388			},
2389			{
2390				"properties": [],
2391				"selectors": [
2392					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2393				],
2394				"replace": "Allows a user to rotate the password on a database instance. If the user does not have the view_password permission they will not see the updated password.",
2395				"translate": "ユーザがデータベースのパスワードを変更できるようにします。ユーザーにview_password権限がない場合、更新されたパスワードは表示されません。"
2396			},
2397			{
2398				"properties": [],
2399				"selectors": [
2400					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2401				],
2402				"replace": "Allows a user to remove a database instance from this server.",
2403				"translate": "ユーザがこのサーバからデータベースを削除できるようにします。"
2404			},
2405			{
2406				"properties": [],
2407				"selectors": [
2408					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2409				],
2410				"replace": "Allows a user to view the password associated with a database instance for this server.",
2411				"translate": "ユーザがこのサーバのデータベースに関連付けられたパスワードを表示できるようにします。"
2412			},
2413			{
2414				"properties": [],
2415				"selectors": [
2416					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2417				],
2418				"replace": "schedule",
2419				"translate": "スケジュール"
2420			},
2421			{
2422				"properties": [],
2423				"selectors": [
2424					"#modal-portal > div > div > div > div > form > div > div > div > p"
2425				],
2426				"replace": "Permissions that control a user's access to the schedule management for this server.",
2427				"translate": "このサーバのデータベース管理へのユーザのアクセスを制御する権限です。"
2428			},
2429			{
2430				"properties": [],
2431				"selectors": [
2432					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2433				],
2434				"replace": "Allows a user to create new schedules for this server.",
2435				"translate": "ユーザがこのサーバーの新しいスケジュールを作成できるようにします。"
2436			},
2437			{
2438				"properties": [],
2439				"selectors": [
2440					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2441				],
2442				"replace": "Allows a user to view schedules and the tasks associated with them for this server.",
2443				"translate": "ユーザがこのサーバのスケジュールとそれに関連付けられているタスクを表示できるようにします。"
2444			},
2445			{
2446				"properties": [],
2447				"selectors": [
2448					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2449				],
2450				"replace": "Allows a user to update schedules and schedule tasks for this server.",
2451				"translate": "ユーザがこのサーバのスケジュールを更新し、タスクをスケジュールできるようにします。"
2452			},
2453			{
2454				"properties": [],
2455				"selectors": [
2456					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2457				],
2458				"replace": "Allows a user to delete schedules for this server.",
2459				"translate": "ユーザーがこのサーバーのスケジュールを削除できるようにします。"
2460			},
2461			{
2462				"properties": [],
2463				"selectors": [
2464					"#modal-portal > div > div > div > div > form > div > div > div > div > p"
2465				],
2466				"replace": "settings",
2467				"translate": "設定"
2468			},
2469			{
2470				"properties": [],
2471				"selectors": [
2472					"#modal-portal > div > div > div > div > form > div > div > div > p"
2473				],
2474				"replace": "Permissions that control a user's access to the settings for this server.",
2475				"translate": "このサーバーの設定へのユーザーのアクセスを制御する権限です。"
2476			},
2477			{
2478				"properties": [],
2479				"selectors": [
2480					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2481				],
2482				"replace": "Allows a user to rename this server.",
2483				"translate": "ユーザがこのサーバの名前を変更できるようにします。"
2484			},
2485			{
2486				"properties": [],
2487				"selectors": [
2488					"#modal-portal > div > div > div > div > form > div > div > div > label > div > p"
2489				],
2490				"replace": "Allows a user to trigger a reinstall of this server.",
2491				"translate": "ユーザがこのサーバの再インストールをトリガーできるようにします。"
2492			}
2493		]
2494	},
2495	{
2496		"name": "Server > Backups",
2497		"path": "^/server/[a-z0-9]+/backups",
2498		"rules": [
2499			{
2500				"properties": [],
2501				"selectors": [
2502					"#app > div > div > section > div > p"
2503				],
2504				"replace": "Backups cannot be created for this server.",
2505				"translate": "バックアップはこのサーバでは利用できません。"
2506			}
2507		]
2508	},
2509	{
2510		"name": "Server > Network",
2511		"path": "^/server/[a-z0-9]+/network",
2512		"rules": [
2513			{
2514				"properties": [],
2515				"selectors": [
2516					"#app > div > div > section > div > div > div > div > label"
2517				],
2518				"replace": "Hostname",
2519				"translate": "ホスト名"
2520			},
2521			{
2522				"properties": [],
2523				"selectors": [
2524					"#app > div > div > section > div > div > div > div > label"
2525				],
2526				"replace": "Port",
2527				"translate": "ポート"
2528			},
2529			{
2530				"properties": [
2531					"placeholder"
2532				],
2533				"selectors": [
2534					"#app > div > div > section > div > div > div > div > textarea"
2535				],
2536				"replace": "Notes",
2537				"translate": "ノート"
2538			},
2539			{
2540				"properties": [],
2541				"selectors": [
2542					"#app > div > div > section > div > div > div > span"
2543				],
2544				"replace": "Primary",
2545				"translate": "主要"
2546			},
2547			{
2548				"properties": [],
2549				"selectors": [
2550					"#app > div > div > section > div > div > p"
2551				],
2552				"contains": [
2553					"You are currently using "
2554				],
2555				"replace": "of",
2556				"translate": "つのネットワークを使用しており、このサーバでは"
2557			},
2558			{
2559				"properties": [],
2560				"selectors": [
2561					"#app > div > div > section > div > div > p"
2562				],
2563				"replace": "You are currently using ",
2564				"translate": "現在、"
2565			},
2566			{
2567				"properties": [],
2568				"selectors": [
2569					"#app > div > div > section > div > div > p"
2570				],
2571				"replace": " allowed allocations for this server.",
2572				"translate": "つがこのサーバでは利用可能です。"
2573			}
2574		]
2575	},
2576	{
2577		"name": "Server > Startup",
2578		"path": "^/server/[a-z0-9]+/startup",
2579		"rules": [
2580			{
2581				"properties": [],
2582				"selectors": [
2583					"#app > div > div > section > div > div > div > div > p"
2584				],
2585				"replace": "Startup Command",
2586				"translate": "起動コマンド"
2587			},
2588			{
2589				"properties": [],
2590				"selectors": [
2591					"#app > div > div > section > div > div > div > div > p"
2592				],
2593				"replace": "Docker Image",
2594				"translate": "Dockerイメージ"
2595			},
2596			{
2597				"properties": [],
2598				"selectors": [
2599					"#app > div > div > section > div > div > div > div > p"
2600				],
2601				"replace": "This is an advanced feature allowing you to select a Docker image to use when running this server instance.",
2602				"translate": "これは高度な機能であり、このサーバインスタンスの実行時に使用するDockerイメージを選択できます。"
2603			},
2604			{
2605				"properties": [],
2606				"selectors": [
2607					"#app > div > div > section > div > div > div > div > p"
2608				],
2609				"replace": "Variables",
2610				"translate": "変数"
2611			},
2612			{
2613				"properties": [],
2614				"selectors": [
2615					"#app > div > div > section > div > div > div > div > p > span"
2616				],
2617				"replace": "Read Only",
2618				"translate": "閲覧のみ"
2619			},
2620			{
2621				"properties": [],
2622				"selectors": [
2623					"#app > div > div > section > div > div > div > div > p"
2624				],
2625				"replace": "Minecraft Version",
2626				"translate": "マインクラフトバージョン"
2627			},
2628			{
2629				"properties": [],
2630				"selectors": [
2631					"#app > div > div > section > div > div > div > div > p"
2632				],
2633				"replace": "The version of minecraft to download.",
2634				"translate": "ダウンロードするminecraftのバージョンです。"
2635			},
2636			{
2637				"properties": [],
2638				"selectors": [
2639					"#app > div > div > section > div > div > div > div > p"
2640				],
2641				"replace": "Leave at latest to always get the latest version. Invalid versions will default to latest.",
2642				"translate": "常に最新バージョンを入手するには、latestを使用してください。無効なバージョンはデフォルトで最新になります。"
2643			},
2644			{
2645				"properties": [],
2646				"selectors": [
2647					"#app > div > div > section > div > div > div > div > p > span"
2648				],
2649				"replace": "Server Jar File",
2650				"translate": "サーバのJarファイル"
2651			},
2652			{
2653				"properties": [],
2654				"selectors": [
2655					"#app > div > div > section > div > div > div > div > p"
2656				],
2657				"replace": "The name of the server jarfile to run the server with.",
2658				"translate": "サーバを実行するサーバのjarファイルの名前です。"
2659			},
2660			{
2661				"properties": [],
2662				"selectors": [
2663					"#app > div > div > section > div > div > div > div > p"
2664				],
2665				"replace": "Build Number",
2666				"translate": "ビルド番号"
2667			},
2668			{
2669				"properties": [],
2670				"selectors": [
2671					"#app > div > div > section > div > div > div > div > p"
2672				],
2673				"replace": "The build number for the paper release.",
2674				"translate": "Paperのビルド番号です。"
2675			}
2676		]
2677	},
2678	{
2679		"name": "Server > Settings",
2680		"path": "^/server/[a-z0-9]+/settings$",
2681		"rules": [
2682			{
2683				"properties": [],
2684				"selectors": [
2685					"#app > div > div > section > div > div > div > div > div > p"
2686				],
2687				"replace": "SFTP Details",
2688				"translate": "SFTP情報"
2689			},
2690			{
2691				"properties": [],
2692				"selectors": [
2693					"#app > div > div > section > div > div > div > div > div > div > label"
2694				],
2695				"replace": "Server Address",
2696				"translate": "サーバアドレス"
2697			},
2698			{
2699				"properties": [],
2700				"selectors": [
2701					"#app > div > div > section > div > div > div > div > div > div > label"
2702				],
2703				"replace": "Username",
2704				"translate": "ユーザ名"
2705			},
2706			{
2707				"properties": [],
2708				"selectors": [
2709					"#app > div > div > section > div > div > div > div > div > div > div > div > p"
2710				],
2711				"replace": "Your SFTP password is the same as the password you use to access this panel.",
2712				"translate": "SFTPパスワードは、このパネルへのアクセスに使用するパスワードと同じです"
2713			},
2714			{
2715				"properties": [],
2716				"selectors": [
2717					"#app > div > div > section > div > div > div > div > div > div > div > a"
2718				],
2719				"replace": "Launch SFTP",
2720				"translate": "SFTPを起動"
2721			},
2722			{
2723				"properties": [],
2724				"selectors": [
2725					"#app > div > div > section > div > div > div > div > div > div > p"
2726				],
2727				"replace": "Change Server Name",
2728				"translate": "サーバ名を変更"
2729			},
2730			{
2731				"properties": [],
2732				"selectors": [
2733					"#app > div > div > section > div > div > div > div > div > div > form > label"
2734				],
2735				"replace": "Server Name",
2736				"translate": "サーバ名"
2737			},
2738			{
2739				"properties": [],
2740				"selectors": [
2741					"#app > div > div > section > div > div > div > div > div > div > form > p"
2742				],
2743				"replace": "Name is a required field",
2744				"translate": "名前は必ず指定する必要があります。"
2745			},
2746			{
2747				"properties": [],
2748				"selectors": [
2749					"#app > div > div > section > div > div > div > div > div > p"
2750				],
2751				"replace": "Debug Information",
2752				"translate": "デバッグ情報"
2753			},
2754			{
2755				"properties": [],
2756				"selectors": [
2757					"#app > div > div > section > div > div > div > div > div > div > p"
2758				],
2759				"replace": "Node",
2760				"translate": "ノード"
2761			},
2762			{
2763				"properties": [],
2764				"selectors": [
2765					"#app > div > div > section > div > div > div > div > div > div > p"
2766				],
2767				"replace": "Server ID",
2768				"translate": "サーバID"
2769			},
2770			{
2771				"properties": [],
2772				"selectors": [
2773					"#app > div > div > section > div > div > div > div > div > p"
2774				],
2775				"replace": "Reinstall Server",
2776				"translate": "サーバを再インストール"
2777			},
2778			{
2779				"properties": [],
2780				"selectors": [
2781					"#app > div > div > section > div > div > div > div > div > p"
2782				],
2783				"replace": "Reinstalling your server will stop it, and then re-run the installation script that initially set it up.",
2784				"translate": "サーバを再インストールするとサーバが停止し、最初に設定したインストールスクリプトを再実行します。"
2785			},
2786			{
2787				"properties": [],
2788				"selectors": [
2789					"#app > div > div > section > div > div > div > div > div > p > strong"
2790				],
2791				"replace": "Some files may be deleted or modified during this process, please back up your data before continuing.",
2792				"translate": "このプロセス中に一部のファイルが削除または変更される可能性があります。続行する前にデータをバックアップしてください。"
2793			},
2794			{
2795				"properties": [],
2796				"selectors": [
2797					"#app > div > div > section > div > div > div > div > div > div > button > span"
2798				],
2799				"replace": "Reinstall Server",
2800				"translate": "サーバを再インストール"
2801			},
2802			{
2803				"properties": [],
2804				"selectors": [
2805					"#modal-portal > div > div > div > div > h2"
2806				],
2807				"replace": "Confirm server reinstallation",
2808				"translate": "本当にサーバを再インストールしますか?"
2809			},
2810			{
2811				"properties": [],
2812				"selectors": [
2813					"#modal-portal > div > div > div > div > p"
2814				],
2815				"replace": "Your server will be stopped and some files may be deleted or modified during this process, are you sure you wish to continue?",
2816				"translate": "このプロセス中にサーバが停止し、一部のファイルが削除または変更される可能性があります。続行しますか?"
2817			},
2818			{
2819				"properties": [],
2820				"selectors": [
2821					"#modal-portal > div > div > div > div > div > button"
2822				],
2823				"replace": "Yes, reinstall server",
2824				"translate": "サーバを再インストールする"
2825			},
2826			{
2827				"properties": [],
2828				"selectors": [
2829					"#app > div > div > section > div > div > div > div > div > div > div > div > p"
2830				],
2831				"replace": "Copied",
2832				"translate": ""
2833			},
2834			{
2835				"properties": [],
2836				"selectors": [
2837					"#app > div > div > section > div > div > div > div > div > div > div > div > p"
2838				],
2839				"replace": "to clipboard.",
2840				"translate": "をクリップボードにコピーしました。"
2841			}
2842		]
2843	},
2844	{
2845		"name": "Admin > header",
2846		"path": "^/admin",
2847		"rules": [
2848			{
2849				"properties": [],
2850				"selectors": [
2851					"body > div > aside > div > section > ul > li"
2852				],
2853				"replace": "BASIC ADMINISTRATION",
2854				"translate": "通常の管理"
2855			},
2856			{
2857				"properties": [],
2858				"selectors": [
2859					"body > div > aside > div > section > ul > li > a > span"
2860				],
2861				"replace": "Overview",
2862				"translate": "概要"
2863			},
2864			{
2865				"properties": [],
2866				"selectors": [
2867					"body > div > aside > div > section > ul > li > a > span"
2868				],
2869				"replace": "Settings",
2870				"translate": "設定"
2871			},
2872			{
2873				"properties": [],
2874				"selectors": [
2875					"body > div > aside > div > section > ul > li > a > span"
2876				],
2877				"replace": "Application API",
2878				"translate": "API"
2879			},
2880			{
2881				"properties": [],
2882				"selectors": [
2883					"body > div > aside > div > section > ul > li"
2884				],
2885				"equals": "MANAGEMENT",
2886				"replace": "MANAGEMENT",
2887				"translate": "高度な管理"
2888			},
2889			{
2890				"properties": [],
2891				"selectors": [
2892					"body > div > aside > div > section > ul > li > a > span"
2893				],
2894				"replace": "Databases",
2895				"translate": "データベース"
2896			},
2897			{
2898				"properties": [],
2899				"selectors": [
2900					"body > div > aside > div > section > ul > li > a > span"
2901				],
2902				"replace": "Locations",
2903				"translate": "場所"
2904			},
2905			{
2906				"properties": [],
2907				"selectors": [
2908					"body > div > aside > div > section > ul > li > a > span"
2909				],
2910				"replace": "Nodes",
2911				"translate": "ノード"
2912			},
2913			{
2914				"properties": [],
2915				"selectors": [
2916					"body > div > aside > div > section > ul > li > a > span"
2917				],
2918				"replace": "Servers",
2919				"translate": "サーバ"
2920			},
2921			{
2922				"properties": [],
2923				"selectors": [
2924					"body > div > aside > div > section > ul > li > a > span"
2925				],
2926				"replace": "Users",
2927				"translate": "ユーザ"
2928			},
2929			{
2930				"properties": [],
2931				"selectors": [
2932					"body > div > aside > div > section > ul > li"
2933				],
2934				"replace": "SERVICE MANAGEMENT",
2935				"translate": "サービスの管理"
2936			},
2937			{
2938				"properties": [],
2939				"selectors": [
2940					"body > div > aside > div > section > ul > li > a > span"
2941				],
2942				"replace": "Mounts",
2943				"translate": "マウント"
2944			},
2945			{
2946				"properties": [],
2947				"selectors": [
2948					"body > div > aside > div > section > ul > li > a > span"
2949				],
2950				"replace": "Nests",
2951				"translate": "ネスト"
2952			}
2953		]
2954	},
2955	{
2956		"name": "Admin > header",
2957		"path": "^/admin$",
2958		"rules": [
2959			{
2960				"properties": [],
2961				"selectors": [
2962					"body > div > div > section > h1"
2963				],
2964				"replace": "Administrative Overview",
2965				"translate": "管理概要"
2966			},
2967			{
2968				"properties": [],
2969				"selectors": [
2970					"body > div > div > section > h1 > small"
2971				],
2972				"replace": "A quick glance at your system.",
2973				"translate": "システムをひと目で閲覧できます。"
2974			},
2975			{
2976				"properties": [],
2977				"selectors": [
2978					"body > div > div > section > div > div > div > div > h3"
2979				],
2980				"replace": "System Information",
2981				"translate": "システム情報"
2982			},
2983			{
2984				"properties": [],
2985				"selectors": [
2986					"body > div > div > section > div > div > div > div"
2987				],
2988				"replace": "Your panel is",
2989				"translate": "あなたのパネルは"
2990			},
2991			{
2992				"properties": [],
2993				"selectors": [
2994					"body > div > div > section > div > div > div > div > strong"
2995				],
2996				"replace": "not up-to-date!",
2997				"translate": "アップデートされていません!"
2998			},
2999			{
3000				"properties": [],
3001				"selectors": [
3002					"body > div > div > section > div > div > div > div"
3003				],
3004				"replace": "The latest version is",
3005				"translate": "最新バージョンは"
3006			},
3007			{
3008				"properties": [],
3009				"selectors": [
3010					"body > div > div > section > div > div > div > div"
3011				],
3012				"replace": " and you are currently running version ",
3013				"translate": "ですが、現在実行中のバージョンは"
3014			},
3015			{
3016				"properties": [],
3017				"selectors": [
3018					"body > div > div > section > div > div > a > button"
3019				],
3020				"replace": "Get Help",
3021				"translate": "助けを得る"
3022			},
3023			{
3024				"properties": [],
3025				"selectors": [
3026					"body > div > div > section > div > div > a > button"
3027				],
3028				"replace": "Documentation",
3029				"translate": "ドキュメント"
3030			},
3031			{
3032				"properties": [],
3033				"selectors": [
3034					"body > div > div > section > div > div > a > button"
3035				],
3036				"replace": "Github",
3037				"translate": "GitHub"
3038			},
3039			{
3040				"properties": [],
3041				"selectors": [
3042					"body > div > div > section > div > div > a > button"
3043				],
3044				"replace": "Support the Project",
3045				"translate": "プロジェクトをサポート"
3046			}
3047		]
3048	},
3049	{
3050		"name": "Admin > Settings > General",
3051		"path": "^/admin/settings",
3052		"rules": [
3053			{
3054				"properties": [],
3055				"selectors": [
3056					"body > div > div > section > div > div > div > ul > li > a"
3057				],
3058				"replace": "General",
3059				"translate": "一般"
3060			},
3061			{
3062				"properties": [],
3063				"selectors": [
3064					"body > div > div > section > div > div > div > ul > li > a"
3065				],
3066				"replace": "Mail",
3067				"translate": "メール"
3068			},
3069			{
3070				"properties": [],
3071				"selectors": [
3072					"body > div > div > section > div > div > div > ul > li > a"
3073				],
3074				"replace": "Advanced",
3075				"translate": "高度"
3076			}
3077		]
3078	},
3079	{
3080		"name": "Admin > Settings > Panel Settings",
3081		"path": "^/admin/settings$",
3082		"rules": [
3083			{
3084				"properties": [],
3085				"selectors": [
3086					"body > div > div > section > h1",
3087					"body > div > div > section > div > div > div > div > h3"
3088				],
3089				"replace": "Panel Settings",
3090				"translate": "パネル設定"
3091			},
3092			{
3093				"properties": [],
3094				"selectors": [
3095					"body > div > div > section > h1 > small"
3096				],
3097				"replace": "Configure Pterodactyl to your liking.",
3098				"translate": "好みに合わせてPterodactylを設定します。"
3099			},
3100			{
3101				"properties": [],
3102				"selectors": [
3103					"body > div > div > section > div > div > div > form > div > div > div > label"
3104				],
3105				"replace": "Company Name",
3106				"translate": "会社名"
3107			},
3108			{
3109				"properties": [],
3110				"selectors": [
3111					"body > div > div > section > div > div > div > form > div > div > div > div > p > small"
3112				],
3113				"replace": "This is the name that is used throughout the panel and in emails sent to clients.",
3114				"translate": "これは、パネル全体およびクライアントに送信される電子メールで使用される名前です。"
3115			},
3116			{
3117				"properties": [],
3118				"selectors": [
3119					"body > div > div > section > div > div > div > form > div > div > div > label"
3120				],
3121				"replace": "Google Analytics",
3122				"translate": "Googleアナリティクス"
3123			},
3124			{
3125				"properties": [],
3126				"selectors": [
3127					"body > div > div > section > div > div > div > form > div > div > div > div > p > small"
3128				],
3129				"replace": "This is your Google Analytics Tracking ID, Ex. UA-123723645-2",
3130				"translate": "これはあなたのGoogleアナリティクス トラッキングIDです。 例:UA-123723645-2"
3131			},
3132			{
3133				"properties": [],
3134				"selectors": [
3135					"body > div > div > section > div > div > div > form > div > div > div > label"
3136				],
3137				"replace": "Require 2-Factor Authentication",
3138				"translate": "二段階認証の要求"
3139			},
3140			{
3141				"properties": [],
3142				"selectors": [
3143					"body > div > div > section > div > div > div > form > div > div > div > div > div > label"
3144				],
3145				"replace": "Not Required",
3146				"translate": "要求しない"
3147			},
3148			{
3149				"properties": [],
3150				"selectors": [
3151					"body > div > div > section > div > div > div > form > div > div > div > div > div > label"
3152				],
3153				"replace": "Admin Only",
3154				"translate": "管理者のみ"
3155			},
3156			{
3157				"properties": [],
3158				"selectors": [
3159					"body > div > div > section > div > div > div > form > div > div > div > div > div > label"
3160				],
3161				"replace": "All Users",
3162				"translate": "すべてのユーザ"
3163			},
3164			{
3165				"properties": [],
3166				"selectors": [
3167					"body > div > div > section > div > div > div > form > div > div > div > div > p > small"
3168				],
3169				"replace": "If enabled, any account falling into the selected grouping will be required to have 2-Factor authentication enabled to use the Panel.",
3170				"translate": "有効にした場合、選択したグループに分類されるアカウントでは、パネルを使用するために二段階認証を有効にする必要があります。"
3171			},
3172			{
3173				"properties": [],
3174				"selectors": [
3175					"body > div > div > section > div > div > div > form > div > div > div > label"
3176				],
3177				"replace": "Default Language",
3178				"translate": "既定の言語"
3179			},
3180			{
3181				"properties": [],
3182				"selectors": [
3183					"body > div > div > section > div > div > div > form > div > div > div > div > p > small"
3184				],
3185				"replace": "The default language to use when rendering UI components.",
3186				"translate": "UIに使用される言語です。"
3187			}
3188		]
3189	},
3190	{
3191		"name": "Admin > Settings > Email",
3192		"path": "^/admin/settings/mail$",
3193		"rules": [
3194			{
3195				"properties": [],
3196				"selectors": [
3197					"body > div > div > section > h1",
3198					"body > div > div > section > div > div > div > div > h3"
3199				],
3200				"replace": "Mail Settings",
3201				"translate": "メール設定"
3202			},
3203			{
3204				"properties": [],
3205				"selectors": [
3206					"body > div > div > section > h1 > small"
3207				],
3208				"replace": "Configure how Pterodactyl should handle sending emails.",
3209				"translate": "Pterodactylが電子メールの送信を処理する方法を構成します。"
3210			},
3211			{
3212				"properties": [],
3213				"selectors": [
3214					"body > div > div > section > div > div > div > div > h3"
3215				],
3216				"replace": "Email Settings",
3217				"translate": "メール設定"
3218			},
3219			{
3220				"properties": [],
3221				"selectors": [
3222					"body > div > div > section > div > div > div > form > div > div > div > label"
3223				],
3224				"replace": "SMTP Host",
3225				"translate": "SMTPホスト"
3226			},
3227			{
3228				"properties": [],
3229				"selectors": [
3230					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3231				],
3232				"replace": "Enter the SMTP server address that mail should be sent through.",
3233				"translate": "メールを送信するSMTPサーバアドレスを入力します。"
3234			},
3235			{
3236				"properties": [],
3237				"selectors": [
3238					"body > div > div > section > div > div > div > form > div > div > div > label"
3239				],
3240				"replace": "SMTP Port",
3241				"translate": "SMTPポート"
3242			},
3243			{
3244				"properties": [],
3245				"selectors": [
3246					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3247				],
3248				"replace": "Enter the SMTP server port that mail should be sent through.",
3249				"translate": "メールの送信元となるSMTPサーバのポートを入力します。"
3250			},
3251			{
3252				"properties": [],
3253				"selectors": [
3254					"body > div > div > section > div > div > div > form > div > div > div > label"
3255				],
3256				"replace": "Encryption",
3257				"translate": "暗号化"
3258			},
3259			{
3260				"properties": [],
3261				"selectors": [
3262					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3263				],
3264				"replace": "Select the type of encryption to use when sending mail.",
3265				"translate": "メールを送信するときに使用する暗号化のタイプを選択します。"
3266			},
3267			{
3268				"properties": [],
3269				"selectors": [
3270					"body > div > div > section > div > div > div > form > div > div > div > label"
3271				],
3272				"replace": "Username",
3273				"translate": "ユーザ名"
3274			},
3275			{
3276				"properties": [],
3277				"selectors": [
3278					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3279				],
3280				"replace": "The username to use when connecting to the SMTP server.",
3281				"translate": "SMTPサーバに接続するときに使用するユーザー名です。"
3282			},
3283			{
3284				"properties": [],
3285				"selectors": [
3286					"body > div > div > section > div > div > div > form > div > div > div > label"
3287				],
3288				"replace": "Password",
3289				"translate": "パスワード"
3290			},
3291			{
3292				"properties": [],
3293				"selectors": [
3294					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3295				],
3296				"replace": "The password to use in conjunction with the SMTP username. Leave blank to continue using the existing password. To set the password to an empty value enter ",
3297				"translate": "SMTPユーザー名と組み合わせて使用するパスワードです。既存のパスワードを引き続き使用するには、空白のままにします。パスワードを空の値に設定するには、"
3298			},
3299			{
3300				"properties": [],
3301				"selectors": [
3302					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3303				],
3304				"replace": "into the field",
3305				"translate": "と入力してください。"
3306			},
3307			{
3308				"properties": [],
3309				"selectors": [
3310					"body > div > div > section > div > div > div > form > div > div > div > label"
3311				],
3312				"replace": "Mail From Name",
3313				"translate": "メール送信元名"
3314			},
3315			{
3316				"properties": [],
3317				"selectors": [
3318					"body > div > div > section > div > div > div > form > div > div > div > label"
3319				],
3320				"replace": "Mail From",
3321				"translate": "メール送信元アドレス"
3322			},
3323			{
3324				"properties": [],
3325				"selectors": [
3326					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3327				],
3328				"replace": "Enter an email address that all outgoing emails will originate from.",
3329				"translate": "メールの発信元となるメールアドレスを入力します。"
3330			},
3331			{
3332				"properties": [],
3333				"selectors": [
3334					"body > div > div > section > div > div > div > form > div > div > div > div > p"
3335				],
3336				"replace": "The name that emails should appear to come from.",
3337				"translate": "メールの送信元の名前です。"
3338			},
3339			{
3340				"properties": [],
3341				"selectors": [
3342					"#testButton"
3343				],
3344				"replace": "Test",
3345				"translate": "テスト"
3346			},
3347			{
3348				"properties": [],
3349				"selectors": [
3350					"#saveButton"
3351				],
3352				"replace": "Save",
3353				"translate": "保存"
3354			}
3355		]
3356	},
3357	{
3358		"name": "Admin > Settings > Advanced",
3359		"path": "^/admin/settings/advanced$",
3360		"rules": [
3361			{
3362				"properties": [],
3363				"selectors": [
3364					"body > div > div > section > h1",
3365					"body > div > div > section > div > div > div > div > h3"
3366				],
3367				"replace": "Advanced Settings",
3368				"translate": "高度な設定"
3369			},
3370			{
3371				"properties": [],
3372				"selectors": [
3373					"body > div > div > section > h1 > small"
3374				],
3375				"replace": "Configure advanced settings for Pterodactyl.",
3376				"translate": "Pterodactylの詳細設定を構成します。"
3377			},
3378			{
3379				"properties": [],
3380				"selectors": [
3381					"body > div > div > section > div > div > form > div > div > div > div > label"
3382				],
3383				"replace": "Status",
3384				"translate": "ステータス"
3385			},
3386			{
3387				"properties": [],
3388				"selectors": [
3389					"body > div > div > section > div > div > form > div > div > div > div > div > select"
3390				],
3391				"replace": "Enabled",
3392				"translate": "有効"
3393			},
3394			{
3395				"properties": [],
3396				"selectors": [
3397					"body > div > div > section > div > div > form > div > div > div > div > div > select"
3398				],
3399				"replace": "Disabled",
3400				"translate": "無効"
3401			},
3402			{
3403				"properties": [],
3404				"selectors": [
3405					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3406				],
3407				"replace": "If enabled, login forms and password reset forms will do a silent captcha check and display a visible captcha if needed.",
3408				"translate": "有効にすると、ログインフォームとパスワードリセットフォームがサイレントキャプチャチェックを実行し、必要に応じて表示されたキャプチャを表示します。"
3409			},
3410			{
3411				"properties": [],
3412				"selectors": [
3413					"body > div > div > section > div > div > form > div > div > div > div > label"
3414				],
3415				"replace": "Site Key",
3416				"translate": "サイトキー"
3417			},
3418			{
3419				"properties": [],
3420				"selectors": [
3421					"body > div > div > section > div > div > form > div > div > div > div > label"
3422				],
3423				"replace": "Secret Key",
3424				"translate": "シークレットキー"
3425			},
3426			{
3427				"properties": [],
3428				"selectors": [
3429					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3430				],
3431				"replace": "Used for communication between your site and Google. Be sure to keep it a secret.",
3432				"translate": "PterodactylとGoogle間の通信に使用されます。必ず秘密にしてください。"
3433			},
3434			{
3435				"properties": [],
3436				"selectors": [
3437					"body > div > div > section > div > div > form > div > div > div > div > div"
3438				],
3439				"replace": "You are currently using reCAPTCHA keys that were shipped with this Panel. For improved security it is recommended to ",
3440				"translate": "現在、このパネルに付属のreCAPTCHAキーを使用しています。セキュリティを向上させるために、"
3441			},
3442			{
3443				"properties": [],
3444				"selectors": [
3445					"body > div > div > section > div > div > form > div > div > div > div > div > a"
3446				],
3447				"replace": "generate new invisible reCAPTCHA keys",
3448				"translate": "ここ"
3449			},
3450			{
3451				"properties": [],
3452				"selectors": [
3453					"body > div > div > section > div > div > form > div > div > div > div > div"
3454				],
3455				"replace": "that tied specifically to your website.",
3456				"translate": "からキーを生成してください。"
3457			},
3458			{
3459				"properties": [],
3460				"selectors": [
3461					"body > div > div > section > div > div > form > div > div > h3"
3462				],
3463				"replace": "HTTP Connections",
3464				"translate": "HTTP接続"
3465			},
3466			{
3467				"properties": [],
3468				"selectors": [
3469					"body > div > div > section > div > div > form > div > div > div > div > label"
3470				],
3471				"replace": "Connection Timeout",
3472				"translate": "接続タイムアウト"
3473			},
3474			{
3475				"properties": [],
3476				"selectors": [
3477					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3478				],
3479				"replace": "The amount of time in seconds to wait for a connection to be opened before throwing an error.",
3480				"translate": "エラーをスローする前に接続を待機する時間(秒)。"
3481			},
3482			{
3483				"properties": [],
3484				"selectors": [
3485					"body > div > div > section > div > div > form > div > div > div > div > label"
3486				],
3487				"replace": "Request Timeout",
3488				"translate": "リクエストタイムアウト"
3489			},
3490			{
3491				"properties": [],
3492				"selectors": [
3493					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3494				],
3495				"replace": "The amount of time in seconds to wait for a request to be completed before throwing an error.",
3496				"translate": "エラーをスローする前にリクエストを待機する時間(秒)。"
3497			},
3498			{
3499				"properties": [],
3500				"selectors": [
3501					"body > div > div > section > div > div > form > div > div > h3"
3502				],
3503				"replace": "Automatic Allocation Creation",
3504				"translate": "自動割り当ての作成"
3505			},
3506			{
3507				"properties": [],
3508				"selectors": [
3509					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3510				],
3511				"replace": "If enabled users will have the option to automatically create new allocations for their server via the frontend.",
3512				"translate": "有効になっている場合、ユーザはフロントエンドを介してサーバの新しい割り当てを自動的に作成するオプションがあります。"
3513			},
3514			{
3515				"properties": [],
3516				"selectors": [
3517					"body > div > div > section > div > div > form > div > div > div > div > label"
3518				],
3519				"replace": "Starting Port",
3520				"translate": "開始ポート"
3521			},
3522			{
3523				"properties": [],
3524				"selectors": [
3525					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3526				],
3527				"replace": "The starting port in the range that can be automatically allocated.",
3528				"translate": "自動的に割り当てることができる範囲の開始ポートです。"
3529			},
3530			{
3531				"properties": [],
3532				"selectors": [
3533					"body > div > div > section > div > div > form > div > div > div > div > label"
3534				],
3535				"replace": "Ending Port",
3536				"translate": "終了ポート"
3537			},
3538			{
3539				"properties": [],
3540				"selectors": [
3541					"body > div > div > section > div > div > form > div > div > div > div > div > p"
3542				],
3543				"replace": "The ending port in the range that can be automatically allocated.",
3544				"translate": "自動的に割り当てることができる範囲の開始ポートです。"
3545			},
3546			{
3547				"properties": [],
3548				"selectors": [
3549					"body > div > div > section > div > div > form > div > div > button"
3550				],
3551				"replace": "Save",
3552				"translate": "保存"
3553			}
3554		]
3555	},
3556	{
3557		"name": "Admin > Settings > API",
3558		"path": "^/admin/api(/new)?$",
3559		"rules": [
3560			{
3561				"properties": [],
3562				"selectors": [
3563					"body > div > div > section > h1",
3564					"body > div > div > section > div > div > div > div > h3"
3565				],
3566				"replace": "Application API",
3567				"translate": "API設定"
3568			},
3569			{
3570				"properties": [],
3571				"selectors": [
3572					"body > div > div > section > h1 > small"
3573				],
3574				"replace": "Control access credentials for managing this Panel via the API.",
3575				"translate": "APIを介してこのパネルを管理するためのアクセス資格情報を制御します。"
3576			},
3577			{
3578				"properties": [],
3579				"selectors": [
3580					"body > div > div > section > h1 > small"
3581				],
3582				"replace": "Create a new application API key.",
3583				"translate": "新しくAPIキーを作成"
3584			},
3585			{
3586				"properties": [],
3587				"selectors": [
3588					"body > div > div > section > div > div > div > div > h3"
3589				],
3590				"replace": "Credentials List",
3591				"translate": "資格リスト"
3592			},
3593			{
3594				"properties": [],
3595				"selectors": [
3596					"body > div > div > section > div > div > div > div > div > a"
3597				],
3598				"replace": "Create New",
3599				"translate": "新しく作成"
3600			},
3601			{
3602				"properties": [],
3603				"selectors": [
3604					"body > div > div > section > div > form > div > div > div > h3"
3605				],
3606				"replace": "Select Permissions",
3607				"translate": "権限を設定"
3608			},
3609			{
3610				"properties": [],
3611				"selectors": [
3612					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3613				],
3614				"replace": "Allocations",
3615				"translate": "割り当て"
3616			},
3617			{
3618				"properties": [],
3619				"selectors": [
3620					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3621				],
3622				"replace": "Database Hosts",
3623				"translate": "データベースホスト"
3624			},
3625			{
3626				"properties": [],
3627				"selectors": [
3628					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3629				],
3630				"replace": "Eggs",
3631				"translate": "卵(Egg<font>s</font>)"
3632			},
3633			{
3634				"properties": [],
3635				"selectors": [
3636					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3637				],
3638				"replace": "Locations",
3639				"translate": "ロケーション"
3640			},
3641			{
3642				"properties": [],
3643				"selectors": [
3644					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3645				],
3646				"replace": "Nests",
3647				"translate": "ネスト"
3648			},
3649			{
3650				"properties": [],
3651				"selectors": [
3652					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3653				],
3654				"replace": "Nodes",
3655				"translate": "ノード"
3656			},
3657			{
3658				"properties": [],
3659				"selectors": [
3660					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3661				],
3662				"replace": "Server Databases",
3663				"translate": "割り当て"
3664			},
3665			{
3666				"properties": [],
3667				"selectors": [
3668					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3669				],
3670				"replace": "Servers",
3671				"translate": "サーバ"
3672			},
3673			{
3674				"properties": [],
3675				"selectors": [
3676					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td"
3677				],
3678				"replace": "Users",
3679				"translate": "ユーザ"
3680			},
3681			{
3682				"properties": [],
3683				"selectors": [
3684					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td > label"
3685				],
3686				"replace": "Write",
3687				"translate": "書き込み"
3688			},
3689			{
3690				"properties": [],
3691				"selectors": [
3692					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td > label"
3693				],
3694				"replace": "Read",
3695				"translate": "読み込み"
3696			},
3697			{
3698				"properties": [],
3699				"selectors": [
3700					"body > div > div > section > div > form > div > div > div > table > tbody > tr > td > label"
3701				],
3702				"replace": "None",
3703				"translate": "なし"
3704			},
3705			{
3706				"properties": [],
3707				"selectors": [
3708					"body > div > div > section > div > form > div > div > div > div > label"
3709				],
3710				"replace": "Description",
3711				"translate": "概要"
3712			},
3713			{
3714				"properties": [],
3715				"selectors": [
3716					"body > div > div > section > div > form > div > div > div > p"
3717				],
3718				"replace": "Once you have assigned permissions and created this set of credentials you will be unable to come back and edit it. If you need to make changes down the road you will need to create a new set of credentials.",
3719				"translate": "権限を割り当ててこの資格情報のセットを作成すると、戻って編集することはできなくなります。将来的に変更を加える必要がある場合は、新しい資格情報のセットを作成する必要があります。"
3720			},
3721			{
3722				"properties": [],
3723				"selectors": [
3724					"body > div > div > section > div > form > div > div > div > button"
3725				],
3726				"replace": "Create Credentials",
3727				"translate": "資格情報を作成"
3728			},
3729			{
3730				"properties": [],
3731				"selectors": [
3732					"body > div > div > section > div > div > div"
3733				],
3734				"replace": "There was an error validating the data provided.",
3735				"translate": "提供されたデータの検証中にエラーが発生しました。"
3736			},
3737			{
3738				"properties": [],
3739				"selectors": [
3740					"body > div > div > section > div > div > div"
3741				],
3742				"replace": "The Description field is required.",
3743				"translate": "説明は必須です。"
3744			},
3745			{
3746				"properties": [],
3747				"selectors": [
3748					"body > div > div > section > div > div > div"
3749				],
3750				"replace": "A new application API key has been generated for your account.",
3751				"translate": "アカウント用に新しいアプリケーションAPIキーが生成されました。"
3752			},
3753			{
3754				"properties": [],
3755				"selectors": [
3756					"body > div > div > section > div > div > div > div > table > tbody > tr > th"
3757				],
3758				"replace": "Key",
3759				"translate": "キー"
3760			},
3761			{
3762				"properties": [],
3763				"selectors": [
3764					"body > div > div > section > div > div > div > div > table > tbody > tr > th"
3765				],
3766				"replace": "Memo",
3767				"translate": "メモ"
3768			},
3769			{
3770				"properties": [],
3771				"selectors": [
3772					"body > div > div > section > div > div > div > div > table > tbody > tr > th"
3773				],
3774				"replace": "Last Used",
3775				"translate": "最終使用"
3776			},
3777			{
3778				"properties": [],
3779				"selectors": [
3780					"body > div > div > section > div > div > div > div > table > tbody > tr > th"
3781				],
3782				"replace": "Created",
3783				"translate": "作成日"
3784			},
3785			{
3786				"properties": [],
3787				"selectors": [
3788					"body > div > h2"
3789				],
3790				"replace": "Revoke API Key",
3791				"translate": "APIキーを取り消す"
3792			},
3793			{
3794				"properties": [],
3795				"selectors": [
3796					"body > div > p"
3797				],
3798				"replace": "Once this API key is revoked any applications currently using it will stop working.",
3799				"translate": "このAPIキーが取り消されると、現在それを使用しているアプリケーションは機能しなくなります。"
3800			},
3801			{
3802				"properties": [],
3803				"selectors": [
3804					"body > div > div > button"
3805				],
3806				"replace": "Cancel",
3807				"translate": "キャンセル"
3808			},
3809			{
3810				"properties": [],
3811				"selectors": [
3812					"body > div > div > div > button"
3813				],
3814				"replace": "Revoke",
3815				"translate": "取り消す"
3816			},
3817			{
3818				"properties": [],
3819				"selectors": [
3820					"body > div > p"
3821				],
3822				"replace": "API Key has been revoked.",
3823				"translate": "APIキーは正常に取り消されました。"
3824			}
3825		]
3826	}
3827]