@chuzi/shared 1.3.51 → 1.3.53

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/dist/index.js CHANGED
@@ -384,6 +384,7 @@ var REALMS = {
384
384
  tags_placeholder: "Search signal tags\u2026",
385
385
  tags_empty: "No signal tags yet",
386
386
  tags_required: "At least one signal tag is required.",
387
+ error_rate_limited: "Signal congestion. Wait a moment and try again.",
387
388
  story_picker_label: "Constellations",
388
389
  created_by: "Directed by",
389
390
  chosen_by: "Chosen by",
@@ -766,6 +767,7 @@ var REALMS = {
766
767
  tags_placeholder: "Search root tags\u2026",
767
768
  tags_empty: "No root tags yet",
768
769
  tags_required: "At least one root tag is required.",
770
+ error_rate_limited: "The grove needs a breath. Wait a moment and try again.",
769
771
  story_picker_label: "Groves",
770
772
  created_by: "Tended by",
771
773
  chosen_by: "Chosen by",
@@ -1146,6 +1148,7 @@ var FALLBACK_LEXICON = {
1146
1148
  tags_placeholder: "Search tags\u2026",
1147
1149
  tags_empty: "No tags yet",
1148
1150
  tags_required: "At least one tag is required.",
1151
+ error_rate_limited: "Too many requests. Wait a moment and try again.",
1149
1152
  story_picker_label: "Stories",
1150
1153
  created_by: "Created by",
1151
1154
  chosen_by: "Chosen by",