@chuzi/shared 1.3.51 → 1.3.52

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/ui/index.js CHANGED
@@ -237,6 +237,7 @@ var REALMS = {
237
237
  tags_placeholder: "Search signal tags\u2026",
238
238
  tags_empty: "No signal tags yet",
239
239
  tags_required: "At least one signal tag is required.",
240
+ error_rate_limited: "Signal congestion. Wait a moment and try again.",
240
241
  story_picker_label: "Constellations",
241
242
  created_by: "Directed by",
242
243
  chosen_by: "Chosen by",
@@ -619,6 +620,7 @@ var REALMS = {
619
620
  tags_placeholder: "Search root tags\u2026",
620
621
  tags_empty: "No root tags yet",
621
622
  tags_required: "At least one root tag is required.",
623
+ error_rate_limited: "The grove needs a breath. Wait a moment and try again.",
622
624
  story_picker_label: "Groves",
623
625
  created_by: "Tended by",
624
626
  chosen_by: "Chosen by",
@@ -999,6 +1001,7 @@ var FALLBACK_LEXICON = {
999
1001
  tags_placeholder: "Search tags\u2026",
1000
1002
  tags_empty: "No tags yet",
1001
1003
  tags_required: "At least one tag is required.",
1004
+ error_rate_limited: "Too many requests. Wait a moment and try again.",
1002
1005
  story_picker_label: "Stories",
1003
1006
  created_by: "Created by",
1004
1007
  chosen_by: "Chosen by",