@meith/i18n 0.33.0 → 0.33.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/package.json +1 -1
- package/src/catalogs/en.json +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.1",
|
|
4
4
|
"description": "The message catalog and the locale-aware formatters: ICU messages, plural categories, locale negotiation, and the registry themes and plugins add their own catalogs to.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -819,6 +819,9 @@
|
|
|
819
819
|
"adminSystem.environmentMailBefore": "Mail is configured from this deployment’s environment, so it has to be fixed there: complete the",
|
|
820
820
|
"adminSystem.environmentMailBetween": "variables and redeploy, or unset",
|
|
821
821
|
"adminSystem.environmentMailEnd": "to configure mail on the board instead.",
|
|
822
|
+
"adminSystem.legacyPasswords": "Imported passwords",
|
|
823
|
+
"adminSystem.legacyPasswordsCount": "{count, plural, one {# member is} other {# members are}} still signing in on a password hash carried over from the import.",
|
|
824
|
+
"adminSystem.legacyPasswordsHint": "Each one upgrades to the board’s own hash automatically the next time that member signs in successfully. Nothing to do here — this is a gauge of how much of the migration is left, not a problem to fix by hand.",
|
|
822
825
|
"adminSystem.mail": "Mail",
|
|
823
826
|
"adminSystem.mailDoesNotSend": "— nothing this board sends reaches anybody.",
|
|
824
827
|
"adminSystem.mailSchedule": "Notification and mass mail leave on the tick above, so a stopped scheduler is also a board that sends none of them. Verification and password-reset links are sent as the request happens and do not wait for it.",
|
|
@@ -1917,6 +1920,7 @@
|
|
|
1917
1920
|
"error.app.such-row": "No such row.",
|
|
1918
1921
|
"error.app.such-search": "No such search.",
|
|
1919
1922
|
"error.app.such-theme": "No such theme.",
|
|
1923
|
+
"error.app.svg-contains-external-reference": "That SVG references an external file, so it will not be stored. Inline the referenced content, or upload a PNG.",
|
|
1920
1924
|
"error.app.svg-contains-script-event-handler": "That SVG contains script or an event handler, so it will not be stored. Export it again without interactivity, or upload a PNG.",
|
|
1921
1925
|
"error.app.system-group-granted-by-plugins": "A system group cannot be granted by plugins. The board resolves it by key.",
|
|
1922
1926
|
"error.app.theme-board-built-with-so": "This is the theme the board is built with, so it always stays available. Change `defaultTheme` in meith.config.ts and redeploy to swap it.",
|
|
@@ -2887,6 +2891,10 @@
|
|
|
2887
2891
|
"profile.warnMember": "Warn this member",
|
|
2888
2892
|
"queue.newThread": "New thread",
|
|
2889
2893
|
"queue.reply": "Reply",
|
|
2894
|
+
"redirectNotice.continuing": "Continuing…",
|
|
2895
|
+
"redirectNotice.posted": "Posted.",
|
|
2896
|
+
"redirectNotice.saved": "Saved.",
|
|
2897
|
+
"redirectNotice.signedOut": "You have been signed out.",
|
|
2890
2898
|
"reputation.deletedMember": "A deleted member",
|
|
2891
2899
|
"reputation.negative": "{count, number} negative",
|
|
2892
2900
|
"reputation.neutral": "{count, number} neutral",
|