emailengine-app 2.67.0 → 2.67.2
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 +6 -2
- package/.ncurc.js +4 -1
- package/CHANGELOG.md +16 -0
- package/data/google-crawlers.json +1 -1
- package/lib/email-client/imap/mailbox.js +10 -2
- package/lib/email-client/imap/sync-operations.js +10 -5
- package/lib/oauth2-apps.js +2 -5
- package/package.json +21 -21
- package/sbom.json +1 -1
- package/static/licenses.html +84 -143
- package/translations/de.mo +0 -0
- package/translations/de.po +56 -68
- package/translations/en.mo +0 -0
- package/translations/en.po +1 -1
- package/translations/et.mo +0 -0
- package/translations/et.po +10 -10
- package/translations/fr.mo +0 -0
- package/translations/fr.po +8 -9
- package/translations/ja.mo +0 -0
- package/translations/ja.po +6 -6
- package/translations/messages.pot +31 -31
- package/translations/nl.mo +0 -0
- package/translations/nl.po +9 -9
- package/translations/pl.mo +0 -0
- package/translations/pl.po +3 -3
package/translations/pl.po
CHANGED
|
@@ -46,7 +46,7 @@ msgstr "Wypisz się"
|
|
|
46
46
|
|
|
47
47
|
#: views/unsubscribe.hbs:5
|
|
48
48
|
msgid "Your email address was unsubscribed."
|
|
49
|
-
msgstr "Twój adres e-mail został
|
|
49
|
+
msgstr "Twój adres e-mail został wypisany z listy."
|
|
50
50
|
|
|
51
51
|
#: views/unsubscribe.hbs:7
|
|
52
52
|
msgid "Was this a mistake? Click <a%s>here</a> to re-subscribe."
|
|
@@ -167,7 +167,7 @@ msgstr "Hasło aplikacji"
|
|
|
167
167
|
#: views/accounts/register/imap-server.hbs:54
|
|
168
168
|
#: views/accounts/register/imap-server.hbs:145
|
|
169
169
|
msgid "%s accounts require an application password for %s."
|
|
170
|
-
msgstr "
|
|
170
|
+
msgstr "Konta %s wymagają hasła aplikacji dla %s."
|
|
171
171
|
|
|
172
172
|
#: views/accounts/register/imap-server.hbs:55
|
|
173
173
|
#: views/accounts/register/imap-server.hbs:145
|
|
@@ -324,7 +324,7 @@ msgstr "Konfiguracja konta e-mail"
|
|
|
324
324
|
#: lib/routes-ui.js:5193 lib/routes-ui.js:5226 lib/routes-ui.js:8186
|
|
325
325
|
#: lib/ui-routes/account-routes.js:615 lib/ui-routes/account-routes.js:649
|
|
326
326
|
msgid "Invalid request. Check your input and try again."
|
|
327
|
-
msgstr "
|
|
327
|
+
msgstr "Nieprawidłowe żądanie. Sprawdź wprowadzone dane i spróbuj ponownie."
|
|
328
328
|
|
|
329
329
|
#: lib/routes-ui.js:5386 lib/routes-ui.js:5397
|
|
330
330
|
#: lib/ui-routes/account-routes.js:811 lib/ui-routes/account-routes.js:822
|