blob: 131bcc7532183c1e97de6ae4509c8e14a25da751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
|
msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
"PO-Revision-Date: 2020-06-27 14:41+0000\n"
"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:996
msgid "\"../\" not allowed in path for Security Reason."
msgstr "セキュリティ上の理由でパスで「../」を使用できません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:297
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:326
msgid "Add new services..."
msgstr "新規サービスを追加..."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:446
msgid "Advanced Settings"
msgstr "詳細設定"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:965
msgid "Allow non-public IP's"
msgstr "非公開の IP を許可"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445
msgid "Basic Settings"
msgstr "基本設定"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:742
msgid "Bind Network"
msgstr "ネットワークをバインド"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:226
msgid "Binding to a specific network not supported"
msgstr "特定のネットワークへのバインドはサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:253
msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
msgstr ""
"BusyBox の nslookup と wget は、DDNS プロバイダーとの通信に使用する IP のバージョン指定をサポートしていません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264
msgid ""
"BusyBox's nslookup and hostip do not support to specify to use TCP instead "
"of default UDP when requesting DNS server!"
msgstr ""
"BusyBox の nslookup と hostip は、DNSサーバーをリクエストする際にデフォルトの UDP の代わりに TCP "
"を使用する指定をサポートしていません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
msgid ""
"BusyBox's nslookup in the current compiled version does not handle given DNS "
"Servers correctly!"
msgstr "現在のコンパイル済バージョンの BusyBox の nslookup は、指定された DNS サーバーを正しく処理しません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:332
msgid "Cancel"
msgstr "キャンセル"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:826
msgid "Check Interval"
msgstr "チェック間隔"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:27
msgid "Configuration"
msgstr "設定"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:91
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:401
msgid "Configuration Error"
msgstr "構成エラー"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:956
msgid ""
"Configure here the details for all Dynamic DNS services including this LuCI "
"application."
msgstr "ここでは、この LuCI アプリケーションを含むすべての DDNS サービスの詳細を構成します。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:345
msgid "Create service"
msgstr "サービスを作成"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:978
msgid "Current setting:"
msgstr "現在の設定 :"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:75
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:166
msgid "Currently DDNS updates are not started at boot or on interface events."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:557
msgid "Custom update script to be used for updating your DDNS Provider."
msgstr "DDNS プロバイダーの更新に使用するカスタム更新スクリプトです。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:535
msgid "Custom update-URL"
msgstr "手動アップデート-URL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:556
msgid "Custom update-script"
msgstr "カスタム更新スクリプト"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:73
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:169
msgid "DDNS Autostart disabled"
msgstr "DDNS 自動開始が無効"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:72
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:169
msgid "DDNS Autostart enabled"
msgstr "DDNS 自動開始が有効"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:482
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:504
msgid "DDNS Service provider"
msgstr "DDNS サービス・プロバイダー"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:185
msgid "DDns"
msgstr "DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:430
msgid "DDns Service"
msgstr "DDNS サービス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:263
msgid "DNS requests via TCP not supported"
msgstr "TCP 経由の DNS リクエストはサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:765
msgid "DNS-Server"
msgstr "DNS サーバー"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:974
msgid "Date format"
msgstr "日付形式"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:685
msgid "Defines the Web page to read systems IP-Address from<br />"
msgstr "システムの IP アドレス読み取り元の Webページ を定義<br />"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:695
msgid "Defines the interface to read systems IP-Address from"
msgstr "システムの IP アドレス読み取り元のインターフェースを定義 :"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:676
msgid "Defines the network to read systems IP-Address from"
msgstr "システムの IP アドレス読み取り元のネットワークを定義 :"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:635
msgid ""
"Defines the source to read systems IP-Address from, that will be send to the "
"DDNS provider"
msgstr "システムの IP アドレス読み取り元を定義します。それは、DDNS プロバイダーに送信されます。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:471
msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider"
msgstr "DDNS プロバイダーに送信される IP アドレス「IPv4/IPv6」を定義"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:990
msgid "Directory contains Log files for each running section."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:984
msgid ""
"Directory contains PID and other status information for each running section."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:18
msgid "Disabled"
msgstr "無効"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:576
msgid "Domain"
msgstr "ドメイン"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:151
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:7
#: applications/luci-app-ddns/root/usr/share/luci/menu.d/luci-app-ddns.json:3
msgid "Dynamic DNS"
msgstr "ダイナミックDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:157
msgid "Dynamic DNS Version"
msgstr "DDNS のバージョン"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:354
msgid "Edit"
msgstr "編集"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:615
msgid "Enable secure communication with DDNS provider"
msgstr "DDNS プロバイダーとの安全な通信を有効にする"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:409
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:453
msgid "Enabled"
msgstr "有効"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:809
msgid "Error"
msgstr "エラー"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:891
msgid "Error Retry Counter"
msgstr "エラー再試行カウンター"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:902
msgid "Error Retry Interval"
msgstr "エラー再試行間隔"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:713
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:724
msgid "Event Network"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:686
msgid "Example for IPv4: http://checkip.dyndns.com"
msgstr "IPv4 の例: http://checkip.dyndns.com"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:687
msgid "Example for IPv6: http://checkipv6.dyndns.com"
msgstr "IPv6 の例: http://checkipv6.dyndns.com"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:819
msgid "File"
msgstr "ファイル"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:961
msgid "For detailed information about parameter settings look here."
msgstr "パラメーター設定について詳しくはこちらをご覧ください。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:976
msgid "For supported codes look here"
msgstr "サポートされているコードについては、こちらをご覧ください"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:754
msgid "Force IP Version"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:252
msgid "Force IP Version not supported"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:853
msgid "Force Interval"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
msgid "Force TCP on DNS"
msgstr "DNS で TCP を強制"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:790
msgid "Format"
msgstr "形式"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:767
msgid "Format: IP or FQDN"
msgstr "形式: IP または FQDN"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:231
msgid ""
"GNU Wget will use the IP of given network, cURL will use the physical "
"interface."
msgstr "GNU wget は指定されたネットワークの IP を使用し、cURL は物理インターフェースを使用します。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:955
msgid "Global Configuration"
msgstr "グローバル構成"
#: applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json:3
msgid "Grant access to ddns procedures"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:214
msgid "HTTPS not supported"
msgstr "HTTPS はサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:462
msgid "Hostname/FQDN to validate, if IP update happen or necessary"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:634
msgid "IP address source"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:470
msgid "IP address version"
msgstr "IP アドレスのバージョン"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:476
msgid "IPv4-Address"
msgstr "IPv4 アドレス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:791
msgid "IPv6 address must be given in square brackets"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:205
msgid "IPv6 is currently not (fully) supported by this system"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:204
msgid "IPv6 not supported"
msgstr "IPv6 はサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:478
msgid "IPv6-Address"
msgstr "IPv6 アドレス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1009
msgid ""
"If Wget and cURL package are installed, Wget is used for communication by "
"default."
msgstr "wget および cURL パッケージがインストールされている場合、通信にはデフォルトで wget が使用されます。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:453
msgid ""
"If this service section is disabled it could not be started.<br />Neither "
"from LuCI interface nor from console"
msgstr "このサービス・セクションが無効の場合、<br />LuCI インターフェースおよびコンソールのどちらからも開始できません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:287
msgid "If using secure communication you should verify server certificates!"
msgstr "安全な通信を使用する場合は、サーバー証明書を検証する必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:219
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:233
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:245
msgid ""
"In some versions cURL/libcurl in OpenWrt is compiled without proxy support."
msgstr "一部のバージョンでは、OpenWrt の cURL/libcurl は、プロキシ・サポートなしでコンパイルされます。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:806
msgid "Info"
msgstr "情報"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:153
msgid "Information"
msgstr "情報"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:548
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:568
msgid "Insert a Update Script OR a Update URL"
msgstr "更新スクリプトを挿入または URL を更新"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:289
msgid ""
"Install 'ca-certificates' package or needed certificates by hand into /etc/"
"ssl/certs default directory"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:641
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:694
msgid "Interface"
msgstr "インターフェース"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:854
msgid ""
"Interval to force updates send to DDNS Provider<br />Setting this parameter "
"to 0 will force the script to only run once"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:844
msgid "Interval unit to check for changed IP"
msgstr "変更された IP のチェック間隔の単位"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:881
msgid "Interval unit to force updates send to DDNS Provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958
msgid "It is NOT recommended for casual users to change settings on this page."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:414
msgid "Last Update"
msgstr "最終更新"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:448
msgid "Log File Viewer"
msgstr "ログファイル・ビューア"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:989
msgid "Log directory"
msgstr "ログ・ディレクトリ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1001
msgid "Log length"
msgstr "ログの長さ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:813
msgid "Log to file"
msgstr "ファイルへログを記録"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:800
msgid "Log to syslog"
msgstr "syslog へログを記録"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:397
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:461
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "ホスト名をルックアップ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:314
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:391
msgid "Name"
msgstr "名前"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:227
msgid ""
"Neither GNU Wget with SSL nor cURL installed to select a network to use for "
"communication."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:215
msgid ""
"Neither GNU Wget with SSL nor cURL installed to support secure updates via "
"HTTPS protocol."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:639
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:675
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:31
msgid "Network"
msgstr "ネットワーク"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:714
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:725
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:744
msgid "Network on which the ddns-updater scripts will be started"
msgstr "ddns-updater スクリプトが開始されるネットワーク"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:93
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:418
msgid "Never"
msgstr "無し"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:317
msgid "New DDns Service…"
msgstr "新規 DDNS サービス…"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:414
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "次の更新"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:92
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:402
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "データがありません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:286
msgid "No certificates found"
msgstr "証明書が見つかりません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:805
msgid "No logging"
msgstr "ログを記録しない"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:966
msgid "Non-public and by default blocked IP's"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:95
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:436
msgid "Not Running"
msgstr "実行されていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:807
msgid "Notice"
msgstr "注意"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1002
msgid "Number of last lines stored in log files"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:755
msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:779
msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:743
msgid "OPTIONAL: Network to use for communication"
msgstr "オプション : 通信に使用するネットワーク"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:789
msgid "OPTIONAL: Proxy-Server for detection and updates."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:766
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:914
msgid "On Error the script will retry the failed action after given time"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:892
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:903
msgid "On Error the script will stop execution after given number of retrys"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:599
msgid "Optional Encoded Parameter"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:606
msgid "Optional Parameter"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:600
msgid "Optional: Replaces [PARAMENC] in Update-URL (URL-encoded)"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:607
msgid "Optional: Replaces [PARAMOPT] in Update-URL (NOT URL-encoded)"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:788
msgid "PROXY-Server"
msgstr "プロキシ・サーバー"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:591
msgid "Password"
msgstr "パスワード"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:620
msgid "Path to CA-Certificate"
msgstr "CA 証明書へのパス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:206
msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr "IPv6 サポートを有効にするには、OpenWrt のホームページの指示に従ってください"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:948
msgid "Please press [Read] button"
msgstr "[読込] ボタンを押してください"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:934
msgid "Read / Reread log file"
msgstr "ログファイルの読み込み/再読み込み"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:397
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "登録済み IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:382
msgid "Reload"
msgstr "リロード"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:362
msgid "Reload this service"
msgstr "このサービスをリロード"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:592
msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:577
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:584
msgid "Replaces [USERNAME] in Update-URL (URL-encoded)"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:196
msgid "Restart DDns"
msgstr "DDNS を再起動"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:17
msgid "Run once"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:106
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:439
msgid "Running"
msgstr "実行中"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:642
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:704
msgid "Script"
msgstr "スクリプト"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:294
msgid "Services"
msgstr "サービス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:68
msgid "Start DDNS"
msgstr "DDNS を開始"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:162
msgid "State"
msgstr "状態"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:433
msgid "Status"
msgstr "ステータス"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:983
msgid "Status directory"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:381
msgid "Stop"
msgstr "停止"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:68
msgid "Stop DDNS"
msgstr "DDNS を停止"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:370
msgid "Stop this service"
msgstr "このサービスを停止"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:19
msgid "Stopped"
msgstr "停止済"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:894
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:905
msgid "The default setting of '0' will retry infinite."
msgstr "デフォルトのゼロを設定すると、無限に再試行します。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:320
msgid "The service name is already used"
msgstr "サービス名はすでに使用されています"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:43
msgid "There is no service configured."
msgstr "構成済のサービスはありません。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:947
msgid "This is the current content of the log file in"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:76
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:167
msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:731
msgid "This will be autoset to the selected interface"
msgstr "これは選択したインターフェースに自動設定されます"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:447
msgid "Timer Settings"
msgstr "タイマー設定"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:640
msgid "URL"
msgstr "URL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:684
msgid "URL to detect"
msgstr "検出する URL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:94
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:418
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "不明"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:536
msgid ""
"Update URL to be used for updating your DDNS Provider.<br />Follow "
"instructions you will find on their WEB page."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
msgid "Use HTTP Secure"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1008
msgid "Use cURL"
msgstr "cURL を使用"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:705
msgid "User defined script to read systems IP-Address"
msgstr "システムの IP アドレスを読み取るユーザー定義スクリプト"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:583
msgid "Username"
msgstr "ユーザー名"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:274
msgid "Using specific DNS Server not supported"
msgstr "特定の DNS サーバーの使用はサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:836
msgid "Values below 5 minutes == 300 seconds are not supported"
msgstr "5分 (300秒) 未満の値はサポートされていません"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:873
msgid "Values lower 'Check Interval' except '0' are not supported"
msgstr "チェック間隔より小さい値はサポートされていません(ゼロを除く)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:16
msgid "Verify"
msgstr "検証"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:808
msgid "Warning"
msgstr "警告"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:818
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
msgstr "詳細メッセージをログファイルに書き込みます。 ファイルは自動的に切り捨てられます。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:801
msgid ""
"Writes log messages to syslog. Critical Errors will always be written to "
"syslog."
msgstr "ログメッセージを syslog に書き込みます。 重大なエラーは常に syslog に書き込まれます。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:278
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
"package, if you need to specify a DNS server to detect your registered IP."
msgstr ""
"登録済 IP を検出するため DNS サーバーを指定する必要がある場合は、bind-host、knot-host、drill または hostip "
"パッケージをインストールする必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:267
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' package for DNS "
"requests."
msgstr "DNS リクエストするには、bind-host、knot-host または drill パッケージをインストールする必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:255
msgid "You should install 'wget' or 'curl' or 'uclient-fetch' package."
msgstr "wget、curl または uclient-fetch パッケージをインストールする必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:217
msgid ""
"You should install 'wget' or 'curl' or 'uclient-fetch' with 'libustream-"
"*ssl' package."
msgstr ""
"libustream-*ssl パッケージとともに wget、curl または uclient-fetch パッケージをインストールする必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:229
msgid "You should install 'wget' or 'curl' package."
msgstr "wget または curl パッケージをインストールする必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:243
msgid ""
"You should install 'wget' or 'uclient-fetch' package or replace libcurl."
msgstr "wget または uclient-fetch パッケージをインストールするか、または libcurl を置き換える必要があります。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:241
msgid "cURL is installed, but libcurl was compiled without proxy support."
msgstr "cURL はインストール済ですが、libcurl はプロキシ・サポートなしでコンパイルされています。"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:240
msgid "cURL without Proxy Support"
msgstr "プロキシ・サポートなしの cURL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:489
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:511
msgid "custom"
msgstr "カスタム"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:887
msgid "days"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:621
msgid "directory or path/file"
msgstr "ディレクトリまたはパス/ファイル"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:849
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:886
msgid "hours"
msgstr "時間"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:848
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:885
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:919
msgid "minutes"
msgstr "分"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:622
msgid "or"
msgstr "または"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:207
msgid "or update your system to the latest OpenWrt Release"
msgstr "またはシステムを最新の OpenWrt リリースに更新します"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:847
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:918
msgid "seconds"
msgstr "秒"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
#~ msgid ""
#~ "Dynamic DNS allows that your router can be reached with a fixed hostname "
#~ "while having a dynamically changing IP address."
#~ msgstr ""
#~ "ダイナミックDNSを使用することで、IPアドレスが変更されても固定のホスト名を"
#~ "使ってルーターにアクセスすることができます。"
|