emailengine-app 2.66.0 → 2.67.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deploy.yml +1 -1
- package/.github/workflows/release.yaml +2 -2
- package/.github/workflows/test.yml +2 -2
- package/.ncurc.js +4 -1
- package/CHANGELOG.md +25 -0
- package/data/google-crawlers.json +1 -1
- package/lib/consts.js +2 -0
- package/lib/email-client/imap/mailbox.js +10 -2
- package/lib/email-client/imap/sync-operations.js +31 -6
- package/lib/email-client/imap-client.js +19 -3
- package/lib/email-client/outlook-client.js +154 -0
- package/lib/passkeys.js +56 -15
- package/lib/routes-ui.js +34 -25
- package/package.json +21 -21
- package/sbom.json +1 -1
- package/static/licenses.html +85 -144
- package/translations/de.mo +0 -0
- package/translations/de.po +98 -106
- package/translations/en.mo +0 -0
- package/translations/en.po +50 -46
- package/translations/et.mo +0 -0
- package/translations/et.po +67 -64
- package/translations/fr.mo +0 -0
- package/translations/fr.po +74 -71
- package/translations/ja.mo +0 -0
- package/translations/ja.po +64 -60
- package/translations/messages.pot +55 -51
- package/translations/nl.mo +0 -0
- package/translations/nl.po +66 -62
- package/translations/pl.mo +0 -0
- package/translations/pl.po +74 -71
- package/views/oauth-scope-error.hbs +10 -1
- package/workers/api.js +28 -2
- package/workers/imap.js +4 -0
package/translations/ja.po
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: \n"
|
|
4
|
-
"POT-Creation-Date: 2026-03-
|
|
4
|
+
"POT-Creation-Date: 2026-03-31 08:47+0000\n"
|
|
5
5
|
"PO-Revision-Date: \n"
|
|
6
6
|
"Last-Translator: \n"
|
|
7
7
|
"Language-Team: \n"
|
|
@@ -10,9 +10,9 @@ msgstr ""
|
|
|
10
10
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
-
"X-Generator: Poedit 3.
|
|
13
|
+
"X-Generator: Poedit 3.9\n"
|
|
14
14
|
|
|
15
|
-
#: views/error.hbs:4 workers/api.js:
|
|
15
|
+
#: views/error.hbs:4 workers/api.js:7103
|
|
16
16
|
msgid "Something went wrong"
|
|
17
17
|
msgstr "問題がありました"
|
|
18
18
|
|
|
@@ -33,30 +33,6 @@ msgid "%d day"
|
|
|
33
33
|
msgid_plural "%d days"
|
|
34
34
|
msgstr[0] "%d日"
|
|
35
35
|
|
|
36
|
-
#: views/oauth-scope-error.hbs:2
|
|
37
|
-
msgid "Insufficient Permissions"
|
|
38
|
-
msgstr "権限不足"
|
|
39
|
-
|
|
40
|
-
#: views/oauth-scope-error.hbs:8
|
|
41
|
-
msgid ""
|
|
42
|
-
"EmailEngine requires all requested permissions to function properly. Some "
|
|
43
|
-
"required permissions were not granted during sign-in."
|
|
44
|
-
msgstr ""
|
|
45
|
-
"EmailEngineが正常に動作するには、要求されたすべての権限が必要です。サインイン"
|
|
46
|
-
"時に、必要な権限の一部が付与されませんでした。"
|
|
47
|
-
|
|
48
|
-
#: views/oauth-scope-error.hbs:12
|
|
49
|
-
msgid ""
|
|
50
|
-
"Please try again and make sure all permission checkboxes are selected on the "
|
|
51
|
-
"Google consent screen."
|
|
52
|
-
msgstr ""
|
|
53
|
-
"もう一度お試しいただき、Googleの同意画面で全ての権限のチェックボックスが選択"
|
|
54
|
-
"されていることをご確認ください。"
|
|
55
|
-
|
|
56
|
-
#: views/oauth-scope-error.hbs:18
|
|
57
|
-
msgid "Try Again"
|
|
58
|
-
msgstr "もう一度試してください"
|
|
59
|
-
|
|
60
36
|
#: views/redirect.hbs:1
|
|
61
37
|
msgid "Click <a href=\"%s\">here</a> to continue…"
|
|
62
38
|
msgstr "続けるには<a href=\"%s\">ここ</a>をクリックしてください。"
|
|
@@ -91,7 +67,7 @@ msgstr "購読する"
|
|
|
91
67
|
|
|
92
68
|
#: views/unsubscribe.hbs:56
|
|
93
69
|
msgid "Subscription resumed"
|
|
94
|
-
msgstr "
|
|
70
|
+
msgstr "購読が再開されました"
|
|
95
71
|
|
|
96
72
|
#: views/unsubscribe.hbs:58
|
|
97
73
|
msgid "Your email address <em>%s</em> was re-subscribed."
|
|
@@ -105,6 +81,34 @@ msgstr "メールアドレス"
|
|
|
105
81
|
msgid "Enter your email address"
|
|
106
82
|
msgstr "メールアドレスを入力してください"
|
|
107
83
|
|
|
84
|
+
#: views/oauth-scope-error.hbs:2
|
|
85
|
+
msgid "Insufficient Permissions"
|
|
86
|
+
msgstr "権限不足"
|
|
87
|
+
|
|
88
|
+
#: views/oauth-scope-error.hbs:8
|
|
89
|
+
msgid ""
|
|
90
|
+
"All requested permissions are required for this service to function properly. "
|
|
91
|
+
"Some required permissions were not granted during sign-in."
|
|
92
|
+
msgstr ""
|
|
93
|
+
"このサービスが正常に動作するには、要求されたすべての権限が必要です。サインイン"
|
|
94
|
+
"時に、必要な権限の一部が付与されませんでした。"
|
|
95
|
+
|
|
96
|
+
#: views/oauth-scope-error.hbs:12
|
|
97
|
+
msgid "The following permissions were not granted:"
|
|
98
|
+
msgstr "以下の権限は付与されませんでした:"
|
|
99
|
+
|
|
100
|
+
#: views/oauth-scope-error.hbs:21
|
|
101
|
+
msgid ""
|
|
102
|
+
"Please try again and make sure all permission checkboxes are selected on the "
|
|
103
|
+
"Google consent screen."
|
|
104
|
+
msgstr ""
|
|
105
|
+
"もう一度お試しいただき、Googleの同意画面で全ての権限のチェックボックスが選択さ"
|
|
106
|
+
"れていることをご確認ください。"
|
|
107
|
+
|
|
108
|
+
#: views/oauth-scope-error.hbs:27
|
|
109
|
+
msgid "Try Again"
|
|
110
|
+
msgstr "もう一度試してください"
|
|
111
|
+
|
|
108
112
|
#: views/accounts/register/imap.hbs:11
|
|
109
113
|
msgid "Your name"
|
|
110
114
|
msgstr "名前"
|
|
@@ -164,7 +168,7 @@ msgstr "%sのアカウントは%sのアプリケーションパスワードが
|
|
|
164
168
|
#: views/accounts/register/imap-server.hbs:55
|
|
165
169
|
#: views/accounts/register/imap-server.hbs:145
|
|
166
170
|
msgid "Instructions"
|
|
167
|
-
msgstr "
|
|
171
|
+
msgstr "手順"
|
|
168
172
|
|
|
169
173
|
#: views/accounts/register/imap-server.hbs:75
|
|
170
174
|
#: views/accounts/register/imap-server.hbs:166
|
|
@@ -182,8 +186,8 @@ msgstr "IMAPのTLS"
|
|
|
182
186
|
|
|
183
187
|
#: views/accounts/register/imap-server.hbs:100
|
|
184
188
|
msgid ""
|
|
185
|
-
"TLS (also known as SSL) is usually only needed when using port 993. For "
|
|
186
|
-
"
|
|
189
|
+
"TLS (also known as SSL) is usually only needed when using port 993. For other "
|
|
190
|
+
"ports EmailEngine falls back to using STARTTLS based encryption."
|
|
187
191
|
msgstr ""
|
|
188
192
|
"TLS(SSLとも呼ばれます)は、通常ポート993を使用する場合にのみ必要です。その他"
|
|
189
193
|
"のポートではEmailEngineがSTARTTLSベースの暗号化にフォールバックします。"
|
|
@@ -203,8 +207,8 @@ msgstr "SMTPのTLS"
|
|
|
203
207
|
|
|
204
208
|
#: views/accounts/register/imap-server.hbs:191
|
|
205
209
|
msgid ""
|
|
206
|
-
"TLS (also known as SSL) is usually only needed when using port 465. For "
|
|
207
|
-
"
|
|
210
|
+
"TLS (also known as SSL) is usually only needed when using port 465. For other "
|
|
211
|
+
"ports EmailEngine falls back to using STARTTLS based encryption."
|
|
208
212
|
msgstr ""
|
|
209
213
|
"TLS(SSLとも呼ばれます)は、通常ポート465を使用する場合にのみ必要です。その他"
|
|
210
214
|
"のポートではEmailEngineがSTARTTLSベースの暗号化にフォールバックします。"
|
|
@@ -223,7 +227,7 @@ msgstr "確認をスキップ"
|
|
|
223
227
|
|
|
224
228
|
#: views/accounts/register/imap-server.hbs:241
|
|
225
229
|
msgid "Connection test failed"
|
|
226
|
-
msgstr "
|
|
230
|
+
msgstr "接続テストに失敗しました"
|
|
227
231
|
|
|
228
232
|
#: views/accounts/register/imap-server.hbs:247
|
|
229
233
|
msgid "We couldn't connect with these settings. Check the errors below."
|
|
@@ -252,7 +256,7 @@ msgstr "SMTPサーバーに接続できませんでした"
|
|
|
252
256
|
|
|
253
257
|
#: views/accounts/register/imap-server.hbs:395
|
|
254
258
|
msgid "Request failed."
|
|
255
|
-
msgstr "
|
|
259
|
+
msgstr "リクエストに失敗しました。"
|
|
256
260
|
|
|
257
261
|
#: lib/routes-ui.js:384 lib/ui-routes/account-routes.js:60
|
|
258
262
|
msgid "Delegated"
|
|
@@ -260,15 +264,15 @@ msgstr "委任された"
|
|
|
260
264
|
|
|
261
265
|
#: lib/routes-ui.js:385 lib/ui-routes/account-routes.js:61
|
|
262
266
|
msgid "Using credentials from \"%s\""
|
|
263
|
-
msgstr "
|
|
267
|
+
msgstr "\"%s\"の認証情報を使用"
|
|
264
268
|
|
|
265
269
|
#: lib/routes-ui.js:435 lib/ui-routes/account-routes.js:111
|
|
266
270
|
msgid ""
|
|
267
271
|
"Connection timed out. This usually occurs if you are behind a firewall or "
|
|
268
272
|
"connecting to the wrong port."
|
|
269
273
|
msgstr ""
|
|
270
|
-
"
|
|
271
|
-
"
|
|
274
|
+
"接続がタイムアウトしました。これは通常、ファイアウォールの内側にいるか、間違っ"
|
|
275
|
+
"たポートに接続している場合に発生します。"
|
|
272
276
|
|
|
273
277
|
#: lib/routes-ui.js:438 lib/ui-routes/account-routes.js:114
|
|
274
278
|
msgid "The server unexpectedly closed the connection."
|
|
@@ -280,15 +284,15 @@ msgid ""
|
|
|
280
284
|
"attempting to connect to a TLS port without TLS enabled."
|
|
281
285
|
msgstr ""
|
|
282
286
|
"サーバーが予期せず接続を切断しました。これは通常、TLSが有効になっていないTLS"
|
|
283
|
-
"
|
|
287
|
+
"ポートに接続しようとしたときに発生します。"
|
|
284
288
|
|
|
285
289
|
#: lib/routes-ui.js:446 lib/ui-routes/account-routes.js:122
|
|
286
290
|
msgid ""
|
|
287
|
-
"The server refused the connection. This typically occurs if the server is "
|
|
288
|
-
"
|
|
291
|
+
"The server refused the connection. This typically occurs if the server is not "
|
|
292
|
+
"running, is overloaded, or you are connecting to the wrong host or port."
|
|
289
293
|
msgstr ""
|
|
290
|
-
"
|
|
291
|
-
"
|
|
294
|
+
"サーバーが接続を拒否しました。これは通常、サーバーが稼動していないか、過負荷に"
|
|
295
|
+
"なっているか、間違ったホストまたはポートに接続している場合に発生します。"
|
|
292
296
|
|
|
293
297
|
#: lib/routes-ui.js:573
|
|
294
298
|
msgid "Invalid API key for OpenAI"
|
|
@@ -302,74 +306,74 @@ msgstr "不明"
|
|
|
302
306
|
msgid "Indefinite"
|
|
303
307
|
msgstr "不定"
|
|
304
308
|
|
|
305
|
-
#: lib/routes-ui.js:
|
|
306
|
-
#: lib/routes-ui.js:
|
|
307
|
-
#: workers/api.js:
|
|
309
|
+
#: lib/routes-ui.js:5133 lib/routes-ui.js:5168 lib/routes-ui.js:5283
|
|
310
|
+
#: lib/routes-ui.js:5330 lib/routes-ui.js:5577 lib/routes-ui.js:5613
|
|
311
|
+
#: workers/api.js:2279 workers/api.js:2607 lib/ui-routes/account-routes.js:554
|
|
308
312
|
#: lib/ui-routes/account-routes.js:590 lib/ui-routes/account-routes.js:707
|
|
309
313
|
#: lib/ui-routes/account-routes.js:754 lib/ui-routes/account-routes.js:1003
|
|
310
314
|
#: lib/ui-routes/account-routes.js:1039
|
|
311
315
|
msgid "Email Account Setup"
|
|
312
316
|
msgstr "メールアカウント設定"
|
|
313
317
|
|
|
314
|
-
#: lib/routes-ui.js:
|
|
318
|
+
#: lib/routes-ui.js:5193 lib/routes-ui.js:5226 lib/routes-ui.js:8186
|
|
315
319
|
#: lib/ui-routes/account-routes.js:615 lib/ui-routes/account-routes.js:649
|
|
316
320
|
msgid "Invalid request. Check your input and try again."
|
|
317
|
-
msgstr "
|
|
321
|
+
msgstr "無効なリクエストです。入力内容を確認して、もう一度お試しください。"
|
|
318
322
|
|
|
319
|
-
#: lib/routes-ui.js:
|
|
323
|
+
#: lib/routes-ui.js:5386 lib/routes-ui.js:5397
|
|
320
324
|
#: lib/ui-routes/account-routes.js:811 lib/ui-routes/account-routes.js:822
|
|
321
325
|
#: lib/ui-routes/admin-entities-routes.js:2020
|
|
322
326
|
msgid "Server hostname was not found"
|
|
323
327
|
msgstr "サーバーホスト名が見つかりませんでした"
|
|
324
328
|
|
|
325
|
-
#: lib/routes-ui.js:
|
|
329
|
+
#: lib/routes-ui.js:5389 lib/routes-ui.js:5400
|
|
326
330
|
#: lib/ui-routes/account-routes.js:814 lib/ui-routes/account-routes.js:825
|
|
327
331
|
#: lib/ui-routes/admin-entities-routes.js:2023
|
|
328
332
|
msgid "Invalid username or password"
|
|
329
333
|
msgstr "無効なユーザー名またはパスワード"
|
|
330
334
|
|
|
331
|
-
#: lib/routes-ui.js:
|
|
335
|
+
#: lib/routes-ui.js:5403 lib/ui-routes/account-routes.js:828
|
|
332
336
|
#: lib/ui-routes/admin-entities-routes.js:2026
|
|
333
337
|
msgid "Authentication credentials were not provided"
|
|
334
338
|
msgstr "認証情報が提供されませんでした"
|
|
335
339
|
|
|
336
|
-
#: lib/routes-ui.js:
|
|
340
|
+
#: lib/routes-ui.js:5406 lib/ui-routes/account-routes.js:831
|
|
337
341
|
#: lib/ui-routes/admin-entities-routes.js:2029
|
|
338
342
|
msgid "OAuth2 authentication failed"
|
|
339
343
|
msgstr "OAuth2認証に失敗しました"
|
|
340
344
|
|
|
341
|
-
#: lib/routes-ui.js:
|
|
345
|
+
#: lib/routes-ui.js:5409 lib/routes-ui.js:5413
|
|
342
346
|
#: lib/ui-routes/account-routes.js:834 lib/ui-routes/account-routes.js:838
|
|
343
347
|
#: lib/ui-routes/admin-entities-routes.js:2032
|
|
344
348
|
#: lib/ui-routes/admin-entities-routes.js:2036
|
|
345
349
|
msgid "TLS protocol error"
|
|
346
350
|
msgstr "TLSプロトコルエラー"
|
|
347
351
|
|
|
348
|
-
#: lib/routes-ui.js:
|
|
352
|
+
#: lib/routes-ui.js:5417 lib/ui-routes/account-routes.js:842
|
|
349
353
|
#: lib/ui-routes/admin-entities-routes.js:2040
|
|
350
354
|
msgid "Connection timed out"
|
|
351
355
|
msgstr "接続タイムアウト"
|
|
352
356
|
|
|
353
|
-
#: lib/routes-ui.js:
|
|
357
|
+
#: lib/routes-ui.js:5420 lib/ui-routes/account-routes.js:845
|
|
354
358
|
#: lib/ui-routes/admin-entities-routes.js:2043
|
|
355
359
|
msgid "Could not connect to server"
|
|
356
360
|
msgstr "サーバーに接続できませんでした"
|
|
357
361
|
|
|
358
|
-
#: lib/routes-ui.js:
|
|
362
|
+
#: lib/routes-ui.js:5423 lib/ui-routes/account-routes.js:848
|
|
359
363
|
#: lib/ui-routes/admin-entities-routes.js:2046
|
|
360
364
|
msgid "Unexpected server response"
|
|
361
365
|
msgstr "予期しないサーバー応答"
|
|
362
366
|
|
|
363
|
-
#: lib/routes-ui.js:
|
|
367
|
+
#: lib/routes-ui.js:8149 lib/tools.js:950
|
|
364
368
|
msgid "Invalid input"
|
|
365
369
|
msgstr "無効な入力"
|
|
366
370
|
|
|
367
|
-
#: lib/routes-ui.js:
|
|
368
|
-
#: lib/routes-ui.js:
|
|
371
|
+
#: lib/routes-ui.js:8159 lib/routes-ui.js:8277 lib/routes-ui.js:8294
|
|
372
|
+
#: lib/routes-ui.js:8330
|
|
369
373
|
msgid "Subscription Management"
|
|
370
374
|
msgstr "サブスクリプション管理"
|
|
371
375
|
|
|
372
|
-
#: workers/api.js:
|
|
376
|
+
#: workers/api.js:7102 workers/api.js:7219
|
|
373
377
|
msgid "Requested page not found"
|
|
374
378
|
msgstr "リクエストされたページが見つかりません"
|
|
375
379
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Content-Type: text/plain; charset=ascii\n"
|
|
4
|
-
"POT-Creation-Date: 2026-
|
|
4
|
+
"POT-Creation-Date: 2026-04-17 08:51+0000\n"
|
|
5
5
|
|
|
6
6
|
#: views/error.hbs:4
|
|
7
|
-
#: workers/api.js:
|
|
7
|
+
#: workers/api.js:7103
|
|
8
8
|
msgid "Something went wrong"
|
|
9
9
|
msgstr ""
|
|
10
10
|
|
|
@@ -31,6 +31,30 @@ msgstr[1] ""
|
|
|
31
31
|
msgid "Click <a href=\"%s\">here</a> to continue…"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
+
#: views/oauth-scope-error.hbs:2
|
|
35
|
+
msgid "Insufficient Permissions"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: views/oauth-scope-error.hbs:8
|
|
39
|
+
msgid ""
|
|
40
|
+
"All requested permissions are required for this service to function "
|
|
41
|
+
"properly. Some required permissions were not granted during sign-in."
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#: views/oauth-scope-error.hbs:12
|
|
45
|
+
msgid "The following permissions were not granted:"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
#: views/oauth-scope-error.hbs:21
|
|
49
|
+
msgid ""
|
|
50
|
+
"Please try again and make sure all permission checkboxes are selected on "
|
|
51
|
+
"the Google consent screen."
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
54
|
+
#: views/oauth-scope-error.hbs:27
|
|
55
|
+
msgid "Try Again"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
34
58
|
#: views/unsubscribe.hbs:3
|
|
35
59
|
#: views/unsubscribe.hbs:62
|
|
36
60
|
#: views/unsubscribe.hbs:85
|
|
@@ -80,26 +104,6 @@ msgstr ""
|
|
|
80
104
|
msgid "Enter your email address"
|
|
81
105
|
msgstr ""
|
|
82
106
|
|
|
83
|
-
#: views/oauth-scope-error.hbs:2
|
|
84
|
-
msgid "Insufficient Permissions"
|
|
85
|
-
msgstr ""
|
|
86
|
-
|
|
87
|
-
#: views/oauth-scope-error.hbs:8
|
|
88
|
-
msgid ""
|
|
89
|
-
"EmailEngine requires all requested permissions to function properly. Some "
|
|
90
|
-
"required permissions were not granted during sign-in."
|
|
91
|
-
msgstr ""
|
|
92
|
-
|
|
93
|
-
#: views/oauth-scope-error.hbs:12
|
|
94
|
-
msgid ""
|
|
95
|
-
"Please try again and make sure all permission checkboxes are selected on "
|
|
96
|
-
"the Google consent screen."
|
|
97
|
-
msgstr ""
|
|
98
|
-
|
|
99
|
-
#: views/oauth-scope-error.hbs:18
|
|
100
|
-
msgid "Try Again"
|
|
101
|
-
msgstr ""
|
|
102
|
-
|
|
103
107
|
#: views/accounts/register/index.hbs:2
|
|
104
108
|
msgid "Choose your email account provider"
|
|
105
109
|
msgstr ""
|
|
@@ -293,14 +297,14 @@ msgstr ""
|
|
|
293
297
|
msgid "Indefinite"
|
|
294
298
|
msgstr ""
|
|
295
299
|
|
|
296
|
-
#: lib/routes-ui.js:
|
|
297
|
-
#: lib/routes-ui.js:
|
|
298
|
-
#: lib/routes-ui.js:
|
|
299
|
-
#: lib/routes-ui.js:
|
|
300
|
-
#: lib/routes-ui.js:
|
|
301
|
-
#: lib/routes-ui.js:
|
|
302
|
-
#: workers/api.js:
|
|
303
|
-
#: workers/api.js:
|
|
300
|
+
#: lib/routes-ui.js:5133
|
|
301
|
+
#: lib/routes-ui.js:5168
|
|
302
|
+
#: lib/routes-ui.js:5283
|
|
303
|
+
#: lib/routes-ui.js:5330
|
|
304
|
+
#: lib/routes-ui.js:5577
|
|
305
|
+
#: lib/routes-ui.js:5613
|
|
306
|
+
#: workers/api.js:2279
|
|
307
|
+
#: workers/api.js:2607
|
|
304
308
|
#: lib/ui-routes/account-routes.js:554
|
|
305
309
|
#: lib/ui-routes/account-routes.js:590
|
|
306
310
|
#: lib/ui-routes/account-routes.js:707
|
|
@@ -310,44 +314,44 @@ msgstr ""
|
|
|
310
314
|
msgid "Email Account Setup"
|
|
311
315
|
msgstr ""
|
|
312
316
|
|
|
313
|
-
#: lib/routes-ui.js:
|
|
314
|
-
#: lib/routes-ui.js:
|
|
315
|
-
#: lib/routes-ui.js:
|
|
317
|
+
#: lib/routes-ui.js:5193
|
|
318
|
+
#: lib/routes-ui.js:5226
|
|
319
|
+
#: lib/routes-ui.js:8186
|
|
316
320
|
#: lib/ui-routes/account-routes.js:615
|
|
317
321
|
#: lib/ui-routes/account-routes.js:649
|
|
318
322
|
msgid "Invalid request. Check your input and try again."
|
|
319
323
|
msgstr ""
|
|
320
324
|
|
|
321
|
-
#: lib/routes-ui.js:
|
|
322
|
-
#: lib/routes-ui.js:
|
|
325
|
+
#: lib/routes-ui.js:5386
|
|
326
|
+
#: lib/routes-ui.js:5397
|
|
323
327
|
#: lib/ui-routes/account-routes.js:811
|
|
324
328
|
#: lib/ui-routes/account-routes.js:822
|
|
325
329
|
#: lib/ui-routes/admin-entities-routes.js:2020
|
|
326
330
|
msgid "Server hostname was not found"
|
|
327
331
|
msgstr ""
|
|
328
332
|
|
|
329
|
-
#: lib/routes-ui.js:
|
|
330
|
-
#: lib/routes-ui.js:
|
|
333
|
+
#: lib/routes-ui.js:5389
|
|
334
|
+
#: lib/routes-ui.js:5400
|
|
331
335
|
#: lib/ui-routes/account-routes.js:814
|
|
332
336
|
#: lib/ui-routes/account-routes.js:825
|
|
333
337
|
#: lib/ui-routes/admin-entities-routes.js:2023
|
|
334
338
|
msgid "Invalid username or password"
|
|
335
339
|
msgstr ""
|
|
336
340
|
|
|
337
|
-
#: lib/routes-ui.js:
|
|
341
|
+
#: lib/routes-ui.js:5403
|
|
338
342
|
#: lib/ui-routes/account-routes.js:828
|
|
339
343
|
#: lib/ui-routes/admin-entities-routes.js:2026
|
|
340
344
|
msgid "Authentication credentials were not provided"
|
|
341
345
|
msgstr ""
|
|
342
346
|
|
|
343
|
-
#: lib/routes-ui.js:
|
|
347
|
+
#: lib/routes-ui.js:5406
|
|
344
348
|
#: lib/ui-routes/account-routes.js:831
|
|
345
349
|
#: lib/ui-routes/admin-entities-routes.js:2029
|
|
346
350
|
msgid "OAuth2 authentication failed"
|
|
347
351
|
msgstr ""
|
|
348
352
|
|
|
349
|
-
#: lib/routes-ui.js:
|
|
350
|
-
#: lib/routes-ui.js:
|
|
353
|
+
#: lib/routes-ui.js:5409
|
|
354
|
+
#: lib/routes-ui.js:5413
|
|
351
355
|
#: lib/ui-routes/account-routes.js:834
|
|
352
356
|
#: lib/ui-routes/account-routes.js:838
|
|
353
357
|
#: lib/ui-routes/admin-entities-routes.js:2032
|
|
@@ -355,38 +359,38 @@ msgstr ""
|
|
|
355
359
|
msgid "TLS protocol error"
|
|
356
360
|
msgstr ""
|
|
357
361
|
|
|
358
|
-
#: lib/routes-ui.js:
|
|
362
|
+
#: lib/routes-ui.js:5417
|
|
359
363
|
#: lib/ui-routes/account-routes.js:842
|
|
360
364
|
#: lib/ui-routes/admin-entities-routes.js:2040
|
|
361
365
|
msgid "Connection timed out"
|
|
362
366
|
msgstr ""
|
|
363
367
|
|
|
364
|
-
#: lib/routes-ui.js:
|
|
368
|
+
#: lib/routes-ui.js:5420
|
|
365
369
|
#: lib/ui-routes/account-routes.js:845
|
|
366
370
|
#: lib/ui-routes/admin-entities-routes.js:2043
|
|
367
371
|
msgid "Could not connect to server"
|
|
368
372
|
msgstr ""
|
|
369
373
|
|
|
370
|
-
#: lib/routes-ui.js:
|
|
374
|
+
#: lib/routes-ui.js:5423
|
|
371
375
|
#: lib/ui-routes/account-routes.js:848
|
|
372
376
|
#: lib/ui-routes/admin-entities-routes.js:2046
|
|
373
377
|
msgid "Unexpected server response"
|
|
374
378
|
msgstr ""
|
|
375
379
|
|
|
376
|
-
#: lib/routes-ui.js:
|
|
380
|
+
#: lib/routes-ui.js:8149
|
|
377
381
|
#: lib/tools.js:950
|
|
378
382
|
msgid "Invalid input"
|
|
379
383
|
msgstr ""
|
|
380
384
|
|
|
381
|
-
#: lib/routes-ui.js:
|
|
382
|
-
#: lib/routes-ui.js:
|
|
383
|
-
#: lib/routes-ui.js:
|
|
384
|
-
#: lib/routes-ui.js:
|
|
385
|
+
#: lib/routes-ui.js:8159
|
|
386
|
+
#: lib/routes-ui.js:8277
|
|
387
|
+
#: lib/routes-ui.js:8294
|
|
388
|
+
#: lib/routes-ui.js:8330
|
|
385
389
|
msgid "Subscription Management"
|
|
386
390
|
msgstr ""
|
|
387
391
|
|
|
388
|
-
#: workers/api.js:
|
|
389
|
-
#: workers/api.js:
|
|
392
|
+
#: workers/api.js:7102
|
|
393
|
+
#: workers/api.js:7219
|
|
390
394
|
msgid "Requested page not found"
|
|
391
395
|
msgstr ""
|
|
392
396
|
|
package/translations/nl.mo
CHANGED
|
Binary file
|