admin_szolgáltatók_
This commit is contained in:
32
frontend_admin/i18n/locales/en/levels.json
Normal file
32
frontend_admin/i18n/locales/en/levels.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user