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

27 lines
784 B
JSON

{
"title": "System Parameters",
"subtitle": "Gamification category system parameters",
"loading": "Loading parameters...",
"error": "Failed to load system parameters.",
"retry": "Retry",
"no_items": "No gamification system parameters.",
"key": "Key",
"value": "Value",
"category": "Category",
"scope": "Scope",
"scope_id": "Scope ID",
"actions": "Actions",
"edit": "Edit",
"edit_title": "Edit Parameter",
"value_label": "Value",
"value_placeholder": "Parameter value (JSON or plain text)",
"json_detected": "🔹 JSON format detected",
"text_value": "🔸 Text value",
"cancel": "Cancel",
"save": "Save",
"saving": "Saving...",
"invalid_json": "Invalid JSON format: ",
"save_error": "Failed to save parameter.",
"updated": "updated!"
}