mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 16:16:50 +00:00
Projects (#192)
* Add file save UI and drafts project * Fix build * Create SearchList component as abstraction * Add project page and file tree view * Create Locale context * Create Theme context * Create Version context * Create Title context * Create Project context * Store current file in project context * Fix issues when renaming file and implement deleting * Style improvements * Make all project strings translatable * Fix z-index
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
"title.generator": "%0% Generator",
|
||||
"title.generator_category": "%0% Generators",
|
||||
"title.home": "Data Pack Generators",
|
||||
"title.project": "%0% Project",
|
||||
"title.sounds": "Sound Explorer",
|
||||
"presets": "Presets",
|
||||
"preview": "Visualize",
|
||||
@@ -84,6 +85,13 @@
|
||||
"preview.offset": "Offset",
|
||||
"preview.peaks": "Peaks",
|
||||
"preview.width": "Width",
|
||||
"project.delete_file": "Delete file",
|
||||
"project.go_to": "Go to project",
|
||||
"project.new_file": "New file",
|
||||
"project.no_files": "No files",
|
||||
"project.search": "Search project",
|
||||
"project.search_drafts": "Search drafts",
|
||||
"project.unsaved_file": "Unsaved file",
|
||||
"remove": "Remove",
|
||||
"search": "Search",
|
||||
"show_output": "Show output",
|
||||
@@ -101,8 +109,9 @@
|
||||
"sounds.remove_sound": "Remove sound",
|
||||
"sounds.unknown_sound": "Unknown sound",
|
||||
"sounds.loading_sound": "Loading sound",
|
||||
"source_placeholder": "Paste raw content here",
|
||||
"source_placeholder": "Paste raw %0% content here",
|
||||
"switch_generator": "Switch generator",
|
||||
"switch_version": "Switch version",
|
||||
"terrain_settings": "Terrain settings",
|
||||
"undo": "Undo",
|
||||
"world": "World Settings",
|
||||
|
||||
Reference in New Issue
Block a user