mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ad4c03277
1) Downgrade numpy to avoid dependency conflict with numba 2) Move all non ldm/invoke files into `invokeai`. This includes assets, backend, frontend, and configs. 3) Fix up way that the backend finds the frontend and the generator finds the NSFW caution.png icon.
54 lines
2.0 KiB
JSON
54 lines
2.0 KiB
JSON
{
|
|
"modelManager": "Modelonderhoud",
|
|
"model": "Model",
|
|
"modelAdded": "Model toegevoegd",
|
|
"modelUpdated": "Model bijgewerkt",
|
|
"modelEntryDeleted": "Modelregel verwijderd",
|
|
"cannotUseSpaces": "Spaties zijn niet toegestaan",
|
|
"addNew": "Voeg nieuwe toe",
|
|
"addNewModel": "Voeg nieuw model toe",
|
|
"addManually": "Voeg handmatig toe",
|
|
"manual": "Handmatig",
|
|
"name": "Naam",
|
|
"nameValidationMsg": "Geef een naam voor je model",
|
|
"description": "Beschrijving",
|
|
"descriptionValidationMsg": "Voeg een beschrijving toe voor je model.",
|
|
"config": "Configuratie",
|
|
"configValidationMsg": "Pad naar het configuratiebestand van je model.",
|
|
"modelLocation": "Locatie model",
|
|
"modelLocationValidationMsg": "Pad naar waar je model zich bevindt.",
|
|
"vaeLocation": "Locatie VAE",
|
|
"vaeLocationValidationMsg": "Pad naar waar je VAE zich bevindt.",
|
|
"width": "Breedte",
|
|
"widthValidationMsg": "Standaardbreedte van je model.",
|
|
"height": "Hoogte",
|
|
"heightValidationMsg": "Standaardhoogte van je model.",
|
|
"addModel": "Voeg model toe",
|
|
"updateModel": "Werk model bij",
|
|
"availableModels": "Beschikbare modellen",
|
|
"search": "Zoek",
|
|
"load": "Laad",
|
|
"active": "actief",
|
|
"notLoaded": "niet geladen",
|
|
"cached": "gecachet",
|
|
"checkpointFolder": "Checkpointmap",
|
|
"clearCheckpointFolder": "Wis checkpointmap",
|
|
"findModels": "Zoek modellen",
|
|
"scanAgain": "Kijk opnieuw",
|
|
"modelsFound": "Gevonden modellen",
|
|
"selectFolder": "Kies map",
|
|
"selected": "Gekozen",
|
|
"selectAll": "Kies alles",
|
|
"deselectAll": "Kies niets",
|
|
"showExisting": "Toon bestaande",
|
|
"addSelected": "Voeg gekozen toe",
|
|
"modelExists": "Model bestaat",
|
|
"selectAndAdd": "Kies en voeg de hieronder opgesomde modellen toe",
|
|
"noModelsFound": "Geen modellen gevonden",
|
|
"delete": "Verwijder",
|
|
"deleteModel": "Verwijder model",
|
|
"deleteConfig": "Verwijder configuratie",
|
|
"deleteMsg1": "Weet je zeker dat je deze modelregel wilt verwijderen uit InvokeAI?",
|
|
"deleteMsg2": "Hiermee wordt het checkpointbestand niet van je schijf verwijderd. Je kunt deze opnieuw toevoegen als je dat wilt."
|
|
}
|