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

33 lines
964 B
JSON

{
"title": "Levels",
"subtitle": "Level configuration management — CRUD",
"loading": "Loading levels...",
"error": "Failed to load level configurations.",
"retry": "Retry",
"create": "New Level",
"no_items": "No level configurations yet.",
"level": "Level",
"rank": "Rank",
"min_points": "Min Points",
"type": "Type",
"actions": "Actions",
"penalty": "Penalty",
"normal": "Normal",
"tree_diagram": "Level Tree Diagram",
"no_tree_data": "No levels to display.",
"points": "points",
"edit_title": "Edit Level",
"create_title": "Create Level",
"level_number": "Level Number",
"rank_name": "Rank Name",
"min_points_label": "Minimum Points",
"is_penalty": "Penalty Level",
"cancel": "Cancel",
"save": "Save",
"saving": "Saving...",
"updated": "Level updated!",
"created": "Level created!",
"duplicate_level": "A configuration with this level number already exists.",
"save_error": "Failed to save level."
}