21 lines
554 B
JSON
21 lines
554 B
JSON
{
|
|
"no-projects-found": "No projects found",
|
|
"no-projects-subtitle": "No godot projects.cfg or empty file",
|
|
"settings": {
|
|
"godot_command": {
|
|
"description": "The shell command to open godot.",
|
|
"label": "Godot command"
|
|
},
|
|
"history": "History",
|
|
"projects_path": {
|
|
"description": "Path to Godot's projets.cfg file.",
|
|
"label": "Godot projets.cfg path"
|
|
},
|
|
"sort_by": {
|
|
"description": "Sort by last used or most opened projects.",
|
|
"label": "Sort by"
|
|
},
|
|
"usage_count": "Usage count"
|
|
}
|
|
}
|