inlineEdit.json 960 B

123456789101112131415161718192021222324252627
  1. {
  2. "addGroup": "Add group",
  3. "cancel": "Cancel",
  4. "costMultiplierInvalid": "Please enter a non-negative number",
  5. "costMultiplierLabel": "Cost Multiplier",
  6. "createGroup": "Create \"{name}\"",
  7. "editGroups": "Edit Groups",
  8. "globalPriority": "Global Priority",
  9. "groupPriorityLabel": "Per-Group Priority",
  10. "groupPriorityPlaceholder": "Use global",
  11. "groupSaveError": "Failed to save group changes",
  12. "groupValidation": {
  13. "empty": "Group name cannot be empty",
  14. "noComma": "Group name cannot contain comma",
  15. "tooLong": "Group name cannot exceed 50 characters"
  16. },
  17. "noGroupsAvailable": "No groups available",
  18. "priorityInvalid": "Please enter an integer >= 0",
  19. "priorityLabel": "Priority",
  20. "save": "Save",
  21. "saving": "Saving...",
  22. "saveFailed": "Save failed",
  23. "saveSuccess": "Saved successfully",
  24. "searchGroups": "Search groups...",
  25. "weightInvalid": "Please enter an integer between 1 and 100",
  26. "weightLabel": "Weight"
  27. }