Translated using Weblate (Japanese)
[oweals/luci.git] / applications / luci-app-acme / po / ja / acme.po
1 msgid ""
2 msgstr ""
3 "PO-Revision-Date: 2020-06-13 22:13+0000\n"
4 "Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n"
5 "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
6 "luciapplicationsacme/ja/>\n"
7 "Language: ja\n"
8 "Content-Type: text/plain; charset=UTF-8\n"
9 "Content-Transfer-Encoding: 8bit\n"
10 "Plural-Forms: nplurals=1; plural=0;\n"
11 "X-Generator: Weblate 4.1-dev\n"
12
13 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:18
14 msgid "ACME certificates"
15 msgstr ""
16
17 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
18 msgid "ACME certs"
19 msgstr ""
20
21 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:27
22 msgid "ACME global config"
23 msgstr ""
24
25 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:35
26 msgid "Account email"
27 msgstr ""
28
29 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:43
30 msgid "Certificate config"
31 msgstr ""
32
33 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:107
34 msgid "Challenge Alias"
35 msgstr ""
36
37 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:94
38 msgid "DNS API"
39 msgstr ""
40
41 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:101
42 msgid "DNS API credentials"
43 msgstr ""
44
45 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:112
46 msgid "Domain Alias"
47 msgstr ""
48
49 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:88
50 msgid "Domain names"
51 msgstr ""
52
53 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:89
54 msgid ""
55 "Domain names to include in the certificate. The first name will be the "
56 "subject name, subsequent names will be alt names. Note that all domain names "
57 "must point at the router in the global DNS."
58 msgstr ""
59
60 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:36
61 msgid "Email address to associate with account key."
62 msgstr ""
63
64 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:40
65 msgid "Enable debug logging"
66 msgstr ""
67
68 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:47
69 msgid "Enabled"
70 msgstr "有効"
71
72 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:51
73 msgid ""
74 "Get certificate from the Letsencrypt staging server (use for testing; the "
75 "certificate won't be valid)."
76 msgstr ""
77
78 #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
79 msgid "Grant UCI access for luci-app-acme"
80 msgstr ""
81
82 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:55
83 msgid "Key size"
84 msgstr ""
85
86 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:56
87 msgid "Key size (and type) for the generated certificate."
88 msgstr ""
89
90 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:30
91 msgid "State directory"
92 msgstr ""
93
94 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:108
95 msgid ""
96 "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
97 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
98 "only supports one challenge alias per certificate."
99 msgstr ""
100
101 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102
102 msgid ""
103 "The credentials for the DNS API mode selected above. See https://github.com/"
104 "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
105 "by each API. Add multiple entries here in KEY=VAL shell variable format to "
106 "supply multiple credential variables."
107 msgstr ""
108
109 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:113
110 msgid ""
111 "The domain alias to use for ALL domains. See https://github.com/acmesh-"
112 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
113 "only supports one challenge domain per certificate."
114 msgstr ""
115
116 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:19
117 msgid ""
118 "This configures ACME (Letsencrypt) automatic certificate installation. "
119 "Simply fill out this to have the router configured with Letsencrypt-issued "
120 "certificates for the web interface. Note that the domain names in the "
121 "certificate must already be configured to point at the router's public IP "
122 "address. Once configured, issuing certificates can take a while. Check the "
123 "logs for progress and any errors."
124 msgstr ""
125
126 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:95
127 msgid ""
128 "To use DNS mode to issue certificates, set this to the name of a DNS API "
129 "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
130 "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
131 "have to resolve to the router IP. DNS mode is also the only mode that "
132 "supports wildcard certificates. Using this mode requires the acme-dnsapi "
133 "package to be installed."
134 msgstr ""
135
136 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:75
137 msgid ""
138 "Update the nginx config with this certificate once issued (only select this "
139 "for one certificate).Nginx must support ssl, if not it won't start as it "
140 "needs to be compiled with ssl support to use cert options"
141 msgstr ""
142
143 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:67
144 msgid ""
145 "Update the uhttpd config with this certificate once issued (only select this "
146 "for one certificate).Is also available luci-app-uhttpd to configure uhttpd "
147 "form the LuCI interface."
148 msgstr ""
149
150 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:74
151 msgid "Use for nginx"
152 msgstr ""
153
154 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:66
155 msgid "Use for uhttpd"
156 msgstr ""
157
158 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:50
159 msgid "Use staging server"
160 msgstr ""
161
162 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:82
163 msgid "Webroot directory"
164 msgstr ""
165
166 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:83
167 msgid ""
168 "Webserver root directory. Set this to the webserver document root to run "
169 "Acme in webroot mode. The web server must be accessible from the internet on "
170 "port 80."
171 msgstr ""
172
173 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:31
174 msgid "Where certs and other state files are kept."
175 msgstr ""