Create locales/en.json
Browse files- frontend/locales/en.json +33 -0
frontend/locales/en.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "Evolutionary Model Merger",
|
| 3 |
+
"model_a": "Model A",
|
| 4 |
+
"model_b": "Model B",
|
| 5 |
+
"repo_id_or_url": "Repo ID or URL",
|
| 6 |
+
"method": "Merge Method",
|
| 7 |
+
"linear": "Linear",
|
| 8 |
+
"evolutionary": "Evolutionary",
|
| 9 |
+
"alpha": "Alpha",
|
| 10 |
+
"calibration_dataset": "Calibration Dataset",
|
| 11 |
+
"optional": "optional",
|
| 12 |
+
"output_repo_name": "Output Repo Name",
|
| 13 |
+
"start_merge": "Start Merge",
|
| 14 |
+
"submitting": "Submitting...",
|
| 15 |
+
"job_submitted": "Job submitted!",
|
| 16 |
+
"queue_status": "Queue Status",
|
| 17 |
+
"queued": "Queued",
|
| 18 |
+
"running": "Running",
|
| 19 |
+
"leave_blank_for_oauth": "Leave blank to use OAuth",
|
| 20 |
+
"hf_token": "HF Token",
|
| 21 |
+
"civitai_key": "Civitai API Key",
|
| 22 |
+
"evolutionary_params": "Evolutionary Parameters",
|
| 23 |
+
"population_size": "Population Size",
|
| 24 |
+
"mutation_rate": "Mutation Rate",
|
| 25 |
+
"crossover": "Crossover",
|
| 26 |
+
"selection": "Selection",
|
| 27 |
+
"generations": "Generations",
|
| 28 |
+
"uniform": "Uniform",
|
| 29 |
+
"arithmetic": "Arithmetic",
|
| 30 |
+
"tournament": "Tournament",
|
| 31 |
+
"random": "Random",
|
| 32 |
+
"custom_fitness_script": "Custom Fitness Script"
|
| 33 |
+
}
|