Files
service-finder/frontend_admin/i18n/locales/en/point_rules.json
2026-07-01 02:27:38 +00:00

41 lines
1.3 KiB
JSON

{
"title": "Point Rules",
"subtitle": "Gamification point rules management — CRUD",
"loading": "Loading point rules...",
"error": "Failed to load point rules.",
"retry": "Retry",
"create": "New Point Rule",
"no_items": "No point rules yet. Create one with the button above!",
"id": "ID",
"action_key": "Action Key",
"points": "Points",
"description": "Description",
"status": "Status",
"actions": "Actions",
"active": "Active",
"inactive": "Inactive",
"edit": "Edit",
"delete": "Delete (soft-delete)",
"edit_title": "Edit Point Rule",
"create_title": "New Point Rule",
"action_key_label": "Action Key",
"action_key_placeholder": "e.g. service_submitted",
"points_label": "Point Value",
"points_placeholder": "0",
"description_label": "Description",
"description_placeholder": "Short description of the rule...",
"is_active": "Active",
"cancel": "Cancel",
"save": "Save",
"saving": "Saving...",
"updated": "Point rule updated!",
"created": "Point rule created!",
"deleted": "Point rule deactivated!",
"duplicate_key": "A rule with this action key already exists.",
"save_error": "Failed to save point rule.",
"delete_title": "Delete Point Rule",
"delete_confirm": "Are you sure you want to deactivate the rule",
"delete_btn": "Delete",
"deleting": "Deleting..."
}