chore: format

This commit is contained in:
Timothy Jaeryang Baek 2025-02-03 21:56:35 -08:00
parent a38ce75eda
commit 3adfa29f7d
56 changed files with 141 additions and 216 deletions

View File

@ -927,6 +927,12 @@ USER_PERMISSIONS_FEATURES_IMAGE_GENERATION = (
== "true" == "true"
) )
USER_PERMISSIONS_FEATURES_CODE_INTERPRETER = (
os.environ.get("USER_PERMISSIONS_FEATURES_CODE_INTERPRETER", "True").lower()
== "true"
)
DEFAULT_USER_PERMISSIONS = { DEFAULT_USER_PERMISSIONS = {
"workspace": { "workspace": {
"models": USER_PERMISSIONS_WORKSPACE_MODELS_ACCESS, "models": USER_PERMISSIONS_WORKSPACE_MODELS_ACCESS,
@ -944,6 +950,7 @@ DEFAULT_USER_PERMISSIONS = {
"features": { "features": {
"web_search": USER_PERMISSIONS_FEATURES_WEB_SEARCH, "web_search": USER_PERMISSIONS_FEATURES_WEB_SEARCH,
"image_generation": USER_PERMISSIONS_FEATURES_IMAGE_GENERATION, "image_generation": USER_PERMISSIONS_FEATURES_IMAGE_GENERATION,
"code_interpreter": USER_PERMISSIONS_FEATURES_CODE_INTERPRETER,
}, },
} }

View File

@ -42,6 +42,7 @@ def validate_url(url: Union[str, Sequence[str]]):
else: else:
return False return False
def safe_validate_urls(url: Sequence[str]) -> Sequence[str]: def safe_validate_urls(url: Sequence[str]) -> Sequence[str]:
valid_urls = [] valid_urls = []
for u in url: for u in url:
@ -52,6 +53,7 @@ def safe_validate_urls(url: Sequence[str]) -> Sequence[str]:
continue continue
return valid_urls return valid_urls
def resolve_hostname(hostname): def resolve_hostname(hostname):
# Get address information # Get address information
addr_info = socket.getaddrinfo(hostname, None) addr_info = socket.getaddrinfo(hostname, None)

View File

@ -79,6 +79,7 @@ class ChatPermissions(BaseModel):
class FeaturesPermissions(BaseModel): class FeaturesPermissions(BaseModel):
web_search: bool = True web_search: bool = True
image_generation: bool = True image_generation: bool = True
code_interpreter: bool = True
class UserPermissions(BaseModel): class UserPermissions(BaseModel):

View File

@ -61,7 +61,8 @@
}, },
features: { features: {
web_search: true, web_search: true,
image_generation: true image_generation: true,
code_interpreter: true
} }
}; };

View File

@ -45,7 +45,8 @@
}, },
features: { features: {
web_search: true, web_search: true,
image_generation: true image_generation: true,
code_interpreter: true
} }
}; };
export let userIds = []; export let userIds = [];

View File

@ -22,7 +22,8 @@
}, },
features: { features: {
web_search: true, web_search: true,
image_generation: true image_generation: true,
code_interpreter: true
} }
}; };
@ -257,5 +258,13 @@
<Switch bind:state={permissions.features.image_generation} /> <Switch bind:state={permissions.features.image_generation} />
</div> </div>
<div class=" flex w-full justify-between my-2 pr-2">
<div class=" self-center text-xs font-medium">
{$i18n.t('Code Interpreter')}
</div>
<Switch bind:state={permissions.features.code_interpreter} />
</div>
</div> </div>
</div> </div>

View File

@ -453,7 +453,7 @@
<span class="relative inline-flex rounded-full size-2 bg-teal-500" /> <span class="relative inline-flex rounded-full size-2 bg-teal-500" />
</span> </span>
</div> </div>
<div class=" translate-y-[0.5px]">{$i18n.t('Image generation')}</div> <div class=" translate-y-[0.5px]">{$i18n.t('Generate an image')}</div>
</div> </div>
</div> </div>
{/if} {/if}
@ -469,7 +469,7 @@
<span class="relative inline-flex rounded-full size-2 bg-green-500" /> <span class="relative inline-flex rounded-full size-2 bg-green-500" />
</span> </span>
</div> </div>
<div class=" translate-y-[0.5px]">{$i18n.t('Code interpreter')}</div> <div class=" translate-y-[0.5px]">{$i18n.t('Execute code for analysis')}</div>
</div> </div>
</div> </div>
{/if} {/if}
@ -1167,7 +1167,8 @@
</Tooltip> </Tooltip>
{/if} {/if}
<Tooltip content={$i18n.t('Executes code for analysis')} placement="top"> {#if $_user.role === 'admin' || $_user?.permissions?.features?.code_interpreter}
<Tooltip content={$i18n.t('Execute code for analysis')} placement="top">
<button <button
on:click|preventDefault={() => on:click|preventDefault={() =>
(codeInterpreterEnabled = !codeInterpreterEnabled)} (codeInterpreterEnabled = !codeInterpreterEnabled)}
@ -1179,11 +1180,12 @@
<CommandLine className="size-5" strokeWidth="1.75" /> <CommandLine className="size-5" strokeWidth="1.75" />
<span <span
class="hidden sm:block whitespace-nowrap overflow-hidden text-ellipsis translate-y-[0.5px] mr-0.5" class="hidden sm:block whitespace-nowrap overflow-hidden text-ellipsis translate-y-[0.5px] mr-0.5"
>{$i18n.t('Code Intepreter')}</span >{$i18n.t('Code Interpreter')}</span
> >
</button> </button>
</Tooltip> </Tooltip>
{/if} {/if}
{/if}
</div> </div>
<div class="self-end flex space-x-1 mr-1"> <div class="self-end flex space-x-1 mr-1">

View File

@ -175,8 +175,7 @@
"Close": "أغلق", "Close": "أغلق",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "مجموعة", "Collection": "مجموعة",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "تجريبي", "Experimental": "تجريبي",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "تصدير", "Export": "تصدير",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "توليد الصور (تجريبي)", "Image Generation (Experimental)": "توليد الصور (تجريبي)",
"Image Generation Engine": "محرك توليد الصور", "Image Generation Engine": "محرك توليد الصور",

View File

@ -175,8 +175,7 @@
"Close": "Затвори", "Close": "Затвори",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Колекция", "Collection": "Колекция",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Експериментално", "Experimental": "Експериментално",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Износ", "Export": "Износ",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Генерация на изображения (Експериментално)", "Image Generation (Experimental)": "Генерация на изображения (Експериментално)",
"Image Generation Engine": "Двигател за генериране на изображения", "Image Generation Engine": "Двигател за генериране на изображения",

View File

@ -175,8 +175,7 @@
"Close": "বন্ধ", "Close": "বন্ধ",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "সংগ্রহ", "Collection": "সংগ্রহ",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "পরিক্ষামূলক", "Experimental": "পরিক্ষামূলক",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "রপ্তানি", "Export": "রপ্তানি",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "ইমেজ জেনারেশন (পরিক্ষামূলক)", "Image Generation (Experimental)": "ইমেজ জেনারেশন (পরিক্ষামূলক)",
"Image Generation Engine": "ইমেজ জেনারেশন ইঞ্জিন", "Image Generation Engine": "ইমেজ জেনারেশন ইঞ্জিন",

View File

@ -175,8 +175,7 @@
"Close": "Tancar", "Close": "Tancar",
"Code execution": "Execució de codi", "Code execution": "Execució de codi",
"Code formatted successfully": "Codi formatat correctament", "Code formatted successfully": "Codi formatat correctament",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Col·lecció", "Collection": "Col·lecció",
"Color": "Color", "Color": "Color",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Exemple: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Exemple: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName o uid o userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName o uid o userPrincipalName",
"Exclude": "Excloure", "Exclude": "Excloure",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimental", "Experimental": "Experimental",
"Explore the cosmos": "Explorar el cosmos", "Explore the cosmos": "Explorar el cosmos",
"Export": "Exportar", "Export": "Exportar",
@ -502,7 +501,6 @@
"Ignite curiosity": "Despertar la curiositat", "Ignite curiosity": "Despertar la curiositat",
"Image": "Imatge", "Image": "Imatge",
"Image Compression": "Compressió d'imatges", "Image Compression": "Compressió d'imatges",
"Image generation": "Generació d'imatges",
"Image Generation": "Generació d'imatges", "Image Generation": "Generació d'imatges",
"Image Generation (Experimental)": "Generació d'imatges (Experimental)", "Image Generation (Experimental)": "Generació d'imatges (Experimental)",
"Image Generation Engine": "Motor de generació d'imatges", "Image Generation Engine": "Motor de generació d'imatges",

View File

@ -175,8 +175,7 @@
"Close": "Suod nga", "Close": "Suod nga",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Koleksyon", "Collection": "Koleksyon",
"Color": "", "Color": "",
"ComfyUI": "", "ComfyUI": "",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperimento", "Experimental": "Eksperimento",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "", "Export": "",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Pagmugna og hulagway (Eksperimento)", "Image Generation (Experimental)": "Pagmugna og hulagway (Eksperimento)",
"Image Generation Engine": "Makina sa paghimo og imahe", "Image Generation Engine": "Makina sa paghimo og imahe",

View File

@ -175,8 +175,7 @@
"Close": "Zavřít", "Close": "Zavřít",
"Code execution": "Provádění kódu", "Code execution": "Provádění kódu",
"Code formatted successfully": "Kód byl úspěšně naformátován.", "Code formatted successfully": "Kód byl úspěšně naformátován.",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "", "Collection": "",
"Color": "Barva", "Color": "Barva",
"ComfyUI": "ComfyUI.", "ComfyUI": "ComfyUI.",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "Vyloučit", "Exclude": "Vyloučit",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimentální", "Experimental": "Experimentální",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportovat", "Export": "Exportovat",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generování obrázků (experimentální)", "Image Generation (Experimental)": "Generování obrázků (experimentální)",
"Image Generation Engine": "Engine pro generování obrázků", "Image Generation Engine": "Engine pro generování obrázků",

View File

@ -175,8 +175,7 @@
"Close": "Luk", "Close": "Luk",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Kode formateret korrekt", "Code formatted successfully": "Kode formateret korrekt",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Samling", "Collection": "Samling",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperimentel", "Experimental": "Eksperimentel",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Eksportér", "Export": "Eksportér",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Billedgenerering (eksperimentel)", "Image Generation (Experimental)": "Billedgenerering (eksperimentel)",
"Image Generation Engine": "Billedgenereringsengine", "Image Generation Engine": "Billedgenereringsengine",

View File

@ -175,8 +175,7 @@
"Close": "Schließen", "Close": "Schließen",
"Code execution": "Codeausführung", "Code execution": "Codeausführung",
"Code formatted successfully": "Code erfolgreich formatiert", "Code formatted successfully": "Code erfolgreich formatiert",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Kollektion", "Collection": "Kollektion",
"Color": "Farbe", "Color": "Farbe",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Beispiel: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Beispiel: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Beispiel: sAMAccountName or uid or userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Beispiel: sAMAccountName or uid or userPrincipalName",
"Exclude": "Ausschließen", "Exclude": "Ausschließen",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimentell", "Experimental": "Experimentell",
"Explore the cosmos": "Erforschen Sie das Universum", "Explore the cosmos": "Erforschen Sie das Universum",
"Export": "Exportieren", "Export": "Exportieren",
@ -502,7 +501,6 @@
"Ignite curiosity": "Neugier entfachen", "Ignite curiosity": "Neugier entfachen",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Bildgenerierung (experimentell)", "Image Generation (Experimental)": "Bildgenerierung (experimentell)",
"Image Generation Engine": "Bildgenerierungs-Engine", "Image Generation Engine": "Bildgenerierungs-Engine",

View File

@ -175,8 +175,7 @@
"Close": "Close", "Close": "Close",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Collection", "Collection": "Collection",
"Color": "", "Color": "",
"ComfyUI": "", "ComfyUI": "",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Much Experiment", "Experimental": "Much Experiment",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "", "Export": "",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Image Wow (Much Experiment)", "Image Generation (Experimental)": "Image Wow (Much Experiment)",
"Image Generation Engine": "Image Engine", "Image Generation Engine": "Image Engine",

View File

@ -175,8 +175,7 @@
"Close": "Κλείσιμο", "Close": "Κλείσιμο",
"Code execution": "Εκτέλεση κώδικα", "Code execution": "Εκτέλεση κώδικα",
"Code formatted successfully": "Ο κώδικας μορφοποιήθηκε επιτυχώς", "Code formatted successfully": "Ο κώδικας μορφοποιήθηκε επιτυχώς",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Συλλογή", "Collection": "Συλλογή",
"Color": "Χρώμα", "Color": "Χρώμα",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Παράδειγμα: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Παράδειγμα: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Παράδειγμα: sAMAccountName ή uid ή userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Παράδειγμα: sAMAccountName ή uid ή userPrincipalName",
"Exclude": "Εξαίρεση", "Exclude": "Εξαίρεση",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Πειραματικό", "Experimental": "Πειραματικό",
"Explore the cosmos": "Εξερευνήστε το σύμπαν", "Explore the cosmos": "Εξερευνήστε το σύμπαν",
"Export": "Εξαγωγή", "Export": "Εξαγωγή",
@ -502,7 +501,6 @@
"Ignite curiosity": "Ξύπνημα της περιέργειας", "Ignite curiosity": "Ξύπνημα της περιέργειας",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Δημιουργία Εικόνας (Πειραματικό)", "Image Generation (Experimental)": "Δημιουργία Εικόνας (Πειραματικό)",
"Image Generation Engine": "Μηχανή Δημιουργίας Εικόνας", "Image Generation Engine": "Μηχανή Δημιουργίας Εικόνας",

View File

@ -175,8 +175,7 @@
"Close": "", "Close": "",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "", "Collection": "",
"Color": "", "Color": "",
"ComfyUI": "", "ComfyUI": "",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "", "Experimental": "",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "", "Export": "",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "", "Image Generation (Experimental)": "",
"Image Generation Engine": "", "Image Generation Engine": "",

View File

@ -175,8 +175,7 @@
"Close": "", "Close": "",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "", "Collection": "",
"Color": "", "Color": "",
"ComfyUI": "", "ComfyUI": "",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "", "Experimental": "",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "", "Export": "",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "", "Image Generation (Experimental)": "",
"Image Generation Engine": "", "Image Generation Engine": "",

View File

@ -175,8 +175,7 @@
"Close": "Cerrar", "Close": "Cerrar",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Se ha formateado correctamente el código.", "Code formatted successfully": "Se ha formateado correctamente el código.",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Colección", "Collection": "Colección",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimental", "Experimental": "Experimental",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportar", "Export": "Exportar",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generación de imágenes (experimental)", "Image Generation (Experimental)": "Generación de imágenes (experimental)",
"Image Generation Engine": "Motor de generación de imágenes", "Image Generation Engine": "Motor de generación de imágenes",

View File

@ -175,8 +175,7 @@
"Close": "Itxi", "Close": "Itxi",
"Code execution": "Kodearen exekuzioa", "Code execution": "Kodearen exekuzioa",
"Code formatted successfully": "Kodea ongi formateatu da", "Code formatted successfully": "Kodea ongi formateatu da",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Bilduma", "Collection": "Bilduma",
"Color": "Kolorea", "Color": "Kolorea",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Adibidea: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Adibidea: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Adibidea: sAMAccountName edo uid edo userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Adibidea: sAMAccountName edo uid edo userPrincipalName",
"Exclude": "Baztertu", "Exclude": "Baztertu",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Esperimentala", "Experimental": "Esperimentala",
"Explore the cosmos": "Esploratu kosmosa", "Explore the cosmos": "Esploratu kosmosa",
"Export": "Esportatu", "Export": "Esportatu",
@ -502,7 +501,6 @@
"Ignite curiosity": "Piztu jakin-mina", "Ignite curiosity": "Piztu jakin-mina",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Irudi Sorkuntza (Esperimentala)", "Image Generation (Experimental)": "Irudi Sorkuntza (Esperimentala)",
"Image Generation Engine": "Irudi Sorkuntza Motorea", "Image Generation Engine": "Irudi Sorkuntza Motorea",

View File

@ -175,8 +175,7 @@
"Close": "بسته", "Close": "بسته",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "مجموعه", "Collection": "مجموعه",
"Color": "", "Color": "",
"ComfyUI": "کومیوآی", "ComfyUI": "کومیوآی",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "آزمایشی", "Experimental": "آزمایشی",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "برون\u200cریزی", "Export": "برون\u200cریزی",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "تولید تصویر (آزمایشی)", "Image Generation (Experimental)": "تولید تصویر (آزمایشی)",
"Image Generation Engine": "موتور تولید تصویر", "Image Generation Engine": "موتور تولید تصویر",

View File

@ -175,8 +175,7 @@
"Close": "Sulje", "Close": "Sulje",
"Code execution": "Koodin suorittaminen", "Code execution": "Koodin suorittaminen",
"Code formatted successfully": "Koodin muotoilu onnistui", "Code formatted successfully": "Koodin muotoilu onnistui",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Kokoelma", "Collection": "Kokoelma",
"Color": "Väri", "Color": "Väri",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Esimerkki: ou=käyttäjät,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Esimerkki: ou=käyttäjät,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Esimerkki: sAMAccountName tai uid tai userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Esimerkki: sAMAccountName tai uid tai userPrincipalName",
"Exclude": "Jätä pois", "Exclude": "Jätä pois",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Kokeellinen", "Experimental": "Kokeellinen",
"Explore the cosmos": "Tutki avaruutta", "Explore the cosmos": "Tutki avaruutta",
"Export": "Vie", "Export": "Vie",
@ -502,7 +501,6 @@
"Ignite curiosity": "Sytytä uteliaisuus", "Ignite curiosity": "Sytytä uteliaisuus",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Kuvagenerointi (kokeellinen)", "Image Generation (Experimental)": "Kuvagenerointi (kokeellinen)",
"Image Generation Engine": "Kuvagenerointimoottori", "Image Generation Engine": "Kuvagenerointimoottori",

View File

@ -175,8 +175,7 @@
"Close": "Fermer", "Close": "Fermer",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Le code a été formaté avec succès", "Code formatted successfully": "Le code a été formaté avec succès",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Collection", "Collection": "Collection",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Expérimental", "Experimental": "Expérimental",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportation", "Export": "Exportation",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Génération d'images (expérimental)", "Image Generation (Experimental)": "Génération d'images (expérimental)",
"Image Generation Engine": "Moteur de génération d'images", "Image Generation Engine": "Moteur de génération d'images",

View File

@ -175,8 +175,7 @@
"Close": "Fermer", "Close": "Fermer",
"Code execution": "Exécution de code", "Code execution": "Exécution de code",
"Code formatted successfully": "Le code a été formaté avec succès", "Code formatted successfully": "Le code a été formaté avec succès",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Collection", "Collection": "Collection",
"Color": "Couleur", "Color": "Couleur",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Exemple: ou=utilisateurs,dc=foo,dc=exemple", "Example: ou=users,dc=foo,dc=example": "Exemple: ou=utilisateurs,dc=foo,dc=exemple",
"Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName ou uid ou userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName ou uid ou userPrincipalName",
"Exclude": "Exclure", "Exclude": "Exclure",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Expérimental", "Experimental": "Expérimental",
"Explore the cosmos": "Explorer le cosmos", "Explore the cosmos": "Explorer le cosmos",
"Export": "Exportation", "Export": "Exportation",
@ -502,7 +501,6 @@
"Ignite curiosity": "Éveiller la curiosité", "Ignite curiosity": "Éveiller la curiosité",
"Image": "Image", "Image": "Image",
"Image Compression": "Compression d'image", "Image Compression": "Compression d'image",
"Image generation": "Génération d'images",
"Image Generation": "Génération d'images", "Image Generation": "Génération d'images",
"Image Generation (Experimental)": "Génération d'images (expérimental)", "Image Generation (Experimental)": "Génération d'images (expérimental)",
"Image Generation Engine": "Moteur de génération d'images", "Image Generation Engine": "Moteur de génération d'images",

View File

@ -175,8 +175,7 @@
"Close": "סגור", "Close": "סגור",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "אוסף", "Collection": "אוסף",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "ניסיוני", "Experimental": "ניסיוני",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "ייצא", "Export": "ייצא",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "יצירת תמונות (ניסיוני)", "Image Generation (Experimental)": "יצירת תמונות (ניסיוני)",
"Image Generation Engine": "מנוע יצירת תמונות", "Image Generation Engine": "מנוע יצירת תמונות",

View File

@ -175,8 +175,7 @@
"Close": "बंद करना", "Close": "बंद करना",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "संग्रह", "Collection": "संग्रह",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "प्रयोगात्मक", "Experimental": "प्रयोगात्मक",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "निर्यातित माल", "Export": "निर्यातित माल",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "छवि निर्माण (प्रायोगिक)", "Image Generation (Experimental)": "छवि निर्माण (प्रायोगिक)",
"Image Generation Engine": "छवि निर्माण इंजन", "Image Generation Engine": "छवि निर्माण इंजन",

View File

@ -175,8 +175,7 @@
"Close": "Zatvori", "Close": "Zatvori",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Kolekcija", "Collection": "Kolekcija",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperimentalno", "Experimental": "Eksperimentalno",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Izvoz", "Export": "Izvoz",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generiranje slika (eksperimentalno)", "Image Generation (Experimental)": "Generiranje slika (eksperimentalno)",
"Image Generation Engine": "Stroj za generiranje slika", "Image Generation Engine": "Stroj za generiranje slika",

View File

@ -175,8 +175,7 @@
"Close": "Bezárás", "Close": "Bezárás",
"Code execution": "Kód végrehajtás", "Code execution": "Kód végrehajtás",
"Code formatted successfully": "Kód sikeresen formázva", "Code formatted successfully": "Kód sikeresen formázva",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Gyűjtemény", "Collection": "Gyűjtemény",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "Kizárás", "Exclude": "Kizárás",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Kísérleti", "Experimental": "Kísérleti",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportálás", "Export": "Exportálás",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Képgenerálás (kísérleti)", "Image Generation (Experimental)": "Képgenerálás (kísérleti)",
"Image Generation Engine": "Képgenerálási motor", "Image Generation Engine": "Képgenerálási motor",

View File

@ -175,8 +175,7 @@
"Close": "Tutup", "Close": "Tutup",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Kode berhasil diformat", "Code formatted successfully": "Kode berhasil diformat",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Koleksi", "Collection": "Koleksi",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Percobaan", "Experimental": "Percobaan",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Ekspor", "Export": "Ekspor",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Pembuatan Gambar (Eksperimental)", "Image Generation (Experimental)": "Pembuatan Gambar (Eksperimental)",
"Image Generation Engine": "Mesin Pembuat Gambar", "Image Generation Engine": "Mesin Pembuat Gambar",

View File

@ -175,8 +175,7 @@
"Close": "Dún", "Close": "Dún",
"Code execution": "Cód a fhorghníomhú", "Code execution": "Cód a fhorghníomhú",
"Code formatted successfully": "Cód formáidithe go rathúil", "Code formatted successfully": "Cód formáidithe go rathúil",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Bailiúchán", "Collection": "Bailiúchán",
"Color": "Dath", "Color": "Dath",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Sampla: ou=úsáideoirí,dc=foo,dc=sampla", "Example: ou=users,dc=foo,dc=example": "Sampla: ou=úsáideoirí,dc=foo,dc=sampla",
"Example: sAMAccountName or uid or userPrincipalName": "Sampla: sAMAaccountName nó uid nó userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Sampla: sAMAaccountName nó uid nó userPrincipalName",
"Exclude": "Eisigh", "Exclude": "Eisigh",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Turgnamhach", "Experimental": "Turgnamhach",
"Explore the cosmos": "Déan iniúchadh ar an cosmos", "Explore the cosmos": "Déan iniúchadh ar an cosmos",
"Export": "Easpórtáil", "Export": "Easpórtáil",
@ -502,7 +501,6 @@
"Ignite curiosity": "Las fiosracht", "Ignite curiosity": "Las fiosracht",
"Image": "", "Image": "",
"Image Compression": "Comhbhrú Íomhá", "Image Compression": "Comhbhrú Íomhá",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Giniúint Íomhá (Turgnaimh)", "Image Generation (Experimental)": "Giniúint Íomhá (Turgnaimh)",
"Image Generation Engine": "Inneall Giniúna Íomh", "Image Generation Engine": "Inneall Giniúna Íomh",

View File

@ -175,8 +175,7 @@
"Close": "Chiudi", "Close": "Chiudi",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Collezione", "Collection": "Collezione",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Sperimentale", "Experimental": "Sperimentale",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Esportazione", "Export": "Esportazione",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generazione di immagini (sperimentale)", "Image Generation (Experimental)": "Generazione di immagini (sperimentale)",
"Image Generation Engine": "Motore di generazione immagini", "Image Generation Engine": "Motore di generazione immagini",

View File

@ -175,8 +175,7 @@
"Close": "閉じる", "Close": "閉じる",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "コードフォーマットに成功しました", "Code formatted successfully": "コードフォーマットに成功しました",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "コレクション", "Collection": "コレクション",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "実験的", "Experimental": "実験的",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "エクスポート", "Export": "エクスポート",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "画像生成 (実験的)", "Image Generation (Experimental)": "画像生成 (実験的)",
"Image Generation Engine": "画像生成エンジン", "Image Generation Engine": "画像生成エンジン",

View File

@ -175,8 +175,7 @@
"Close": "დახურვა", "Close": "დახურვა",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "ნაკრები", "Collection": "ნაკრები",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "ექსპერიმენტალური", "Experimental": "ექსპერიმენტალური",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "ექსპორტი", "Export": "ექსპორტი",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "სურათების გენერაცია (ექსპერიმენტული)", "Image Generation (Experimental)": "სურათების გენერაცია (ექსპერიმენტული)",
"Image Generation Engine": "სურათის გენერაციის ძრავა", "Image Generation Engine": "სურათის გენერაციის ძრავა",

View File

@ -175,8 +175,7 @@
"Close": "닫기", "Close": "닫기",
"Code execution": "코드 실행", "Code execution": "코드 실행",
"Code formatted successfully": "성공적으로 코드가 생성되었습니다", "Code formatted successfully": "성공적으로 코드가 생성되었습니다",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "컬렉션", "Collection": "컬렉션",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "미포함", "Exclude": "미포함",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "실험적", "Experimental": "실험적",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "내보내기", "Export": "내보내기",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "이미지", "Image": "이미지",
"Image Compression": "이미지 압축", "Image Compression": "이미지 압축",
"Image generation": "이미지 생성",
"Image Generation": "이미지 생성", "Image Generation": "이미지 생성",
"Image Generation (Experimental)": "이미지 생성(실험적)", "Image Generation (Experimental)": "이미지 생성(실험적)",
"Image Generation Engine": "이미지 생성 엔진", "Image Generation Engine": "이미지 생성 엔진",

View File

@ -175,8 +175,7 @@
"Close": "Uždaryti", "Close": "Uždaryti",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Kodas suformatuotas sėkmingai", "Code formatted successfully": "Kodas suformatuotas sėkmingai",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Kolekcija", "Collection": "Kolekcija",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperimentinis", "Experimental": "Eksperimentinis",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Eksportuoti", "Export": "Eksportuoti",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Vaizdų generavimas (eksperimentinis)", "Image Generation (Experimental)": "Vaizdų generavimas (eksperimentinis)",
"Image Generation Engine": "Vaizdų generavimo variklis", "Image Generation Engine": "Vaizdų generavimo variklis",

View File

@ -175,8 +175,7 @@
"Close": "Tutup", "Close": "Tutup",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Kod berjaya diformatkan", "Code formatted successfully": "Kod berjaya diformatkan",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Koleksi", "Collection": "Koleksi",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Percubaan", "Experimental": "Percubaan",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Eksport", "Export": "Eksport",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Penjanaan Imej (Percubaan)", "Image Generation (Experimental)": "Penjanaan Imej (Percubaan)",
"Image Generation Engine": "Enjin Penjanaan Imej", "Image Generation Engine": "Enjin Penjanaan Imej",

View File

@ -175,8 +175,7 @@
"Close": "Lukk", "Close": "Lukk",
"Code execution": "Kodekjøring", "Code execution": "Kodekjøring",
"Code formatted successfully": "Koden er formatert", "Code formatted successfully": "Koden er formatert",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Samling", "Collection": "Samling",
"Color": "Farge", "Color": "Farge",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Eksempel: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Eksempel: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Eksempel: sAMAccountName eller uid eller userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Eksempel: sAMAccountName eller uid eller userPrincipalName",
"Exclude": "Utelukk", "Exclude": "Utelukk",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperimentell", "Experimental": "Eksperimentell",
"Explore the cosmos": "Utforsk verdensrommet", "Explore the cosmos": "Utforsk verdensrommet",
"Export": "Eksporter", "Export": "Eksporter",
@ -502,7 +501,6 @@
"Ignite curiosity": "Vekk nysgjerrigheten", "Ignite curiosity": "Vekk nysgjerrigheten",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Bildegenerering (eksperimentell)", "Image Generation (Experimental)": "Bildegenerering (eksperimentell)",
"Image Generation Engine": "Bildegenereringsmotor", "Image Generation Engine": "Bildegenereringsmotor",

View File

@ -175,8 +175,7 @@
"Close": "Sluiten", "Close": "Sluiten",
"Code execution": "Code uitvoeren", "Code execution": "Code uitvoeren",
"Code formatted successfully": "Code succesvol geformateerd", "Code formatted successfully": "Code succesvol geformateerd",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Verzameling", "Collection": "Verzameling",
"Color": "Kleur", "Color": "Kleur",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Voorbeeld: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Voorbeeld: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Voorbeeld: sAMAccountName or uid or userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Voorbeeld: sAMAccountName or uid or userPrincipalName",
"Exclude": "Sluit uit", "Exclude": "Sluit uit",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimenteel", "Experimental": "Experimenteel",
"Explore the cosmos": "Ontdek de kosmos", "Explore the cosmos": "Ontdek de kosmos",
"Export": "Exporteren", "Export": "Exporteren",
@ -502,7 +501,6 @@
"Ignite curiosity": "Wakker nieuwsgierigheid aan", "Ignite curiosity": "Wakker nieuwsgierigheid aan",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Afbeeldingsgeneratie (Experimenteel)", "Image Generation (Experimental)": "Afbeeldingsgeneratie (Experimenteel)",
"Image Generation Engine": "Afbeeldingsgeneratie Engine", "Image Generation Engine": "Afbeeldingsgeneratie Engine",

View File

@ -175,8 +175,7 @@
"Close": "ਬੰਦ ਕਰੋ", "Close": "ਬੰਦ ਕਰੋ",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "ਸੰਗ੍ਰਹਿ", "Collection": "ਸੰਗ੍ਰਹਿ",
"Color": "", "Color": "",
"ComfyUI": "ਕੰਫੀਯੂਆਈ", "ComfyUI": "ਕੰਫੀਯੂਆਈ",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ", "Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "ਨਿਰਯਾਤ", "Export": "ਨਿਰਯਾਤ",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ (ਪਰਮਾਣੂਕ੍ਰਿਤ)", "Image Generation (Experimental)": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ (ਪਰਮਾਣੂਕ੍ਰਿਤ)",
"Image Generation Engine": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ ਇੰਜਣ", "Image Generation Engine": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ ਇੰਜਣ",

View File

@ -175,8 +175,7 @@
"Close": "Zamknij", "Close": "Zamknij",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Kolekcja", "Collection": "Kolekcja",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Eksperymentalne", "Experimental": "Eksperymentalne",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Eksport", "Export": "Eksport",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generowanie obrazu (eksperymentalne)", "Image Generation (Experimental)": "Generowanie obrazu (eksperymentalne)",
"Image Generation Engine": "Silnik generowania obrazu", "Image Generation Engine": "Silnik generowania obrazu",

View File

@ -175,8 +175,7 @@
"Close": "Fechar", "Close": "Fechar",
"Code execution": "Execução de código", "Code execution": "Execução de código",
"Code formatted successfully": "Código formatado com sucesso", "Code formatted successfully": "Código formatado com sucesso",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Coleção", "Collection": "Coleção",
"Color": "Cor", "Color": "Cor",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Exemplo: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Exemplo: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Exemplo: sAMAccountName ou uid ou userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Exemplo: sAMAccountName ou uid ou userPrincipalName",
"Exclude": "Excluir", "Exclude": "Excluir",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimental", "Experimental": "Experimental",
"Explore the cosmos": "Explorar o cosmos", "Explore the cosmos": "Explorar o cosmos",
"Export": "Exportar", "Export": "Exportar",
@ -502,7 +501,6 @@
"Ignite curiosity": "Desperte a curiosidade", "Ignite curiosity": "Desperte a curiosidade",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Geração de Imagem (Experimental)", "Image Generation (Experimental)": "Geração de Imagem (Experimental)",
"Image Generation Engine": "Motor de Geração de Imagem", "Image Generation Engine": "Motor de Geração de Imagem",

View File

@ -175,8 +175,7 @@
"Close": "Fechar", "Close": "Fechar",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Coleção", "Collection": "Coleção",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimental", "Experimental": "Experimental",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportar", "Export": "Exportar",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Geração de Imagens (Experimental)", "Image Generation (Experimental)": "Geração de Imagens (Experimental)",
"Image Generation Engine": "Mecanismo de Geração de Imagens", "Image Generation Engine": "Mecanismo de Geração de Imagens",

View File

@ -175,8 +175,7 @@
"Close": "Închide", "Close": "Închide",
"Code execution": "Executarea codului", "Code execution": "Executarea codului",
"Code formatted successfully": "Cod formatat cu succes", "Code formatted successfully": "Cod formatat cu succes",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Colecție", "Collection": "Colecție",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "Exclude", "Exclude": "Exclude",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimental", "Experimental": "Experimental",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportă", "Export": "Exportă",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generare Imagine (Experimental)", "Image Generation (Experimental)": "Generare Imagine (Experimental)",
"Image Generation Engine": "Motor de Generare a Imaginilor", "Image Generation Engine": "Motor de Generare a Imaginilor",

View File

@ -175,8 +175,7 @@
"Close": "Закрыть", "Close": "Закрыть",
"Code execution": "Выполнение кода", "Code execution": "Выполнение кода",
"Code formatted successfully": "Код успешно отформатирован", "Code formatted successfully": "Код успешно отформатирован",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Коллекция", "Collection": "Коллекция",
"Color": "Цвет", "Color": "Цвет",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "Исключать", "Exclude": "Исключать",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Экспериментальное", "Experimental": "Экспериментальное",
"Explore the cosmos": "Исследуйте космос", "Explore the cosmos": "Исследуйте космос",
"Export": "Экспорт", "Export": "Экспорт",
@ -502,7 +501,6 @@
"Ignite curiosity": "Разожгите любопытство", "Ignite curiosity": "Разожгите любопытство",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Генерация изображений (Экспериментально)", "Image Generation (Experimental)": "Генерация изображений (Экспериментально)",
"Image Generation Engine": "Механизм генерации изображений", "Image Generation Engine": "Механизм генерации изображений",

View File

@ -175,8 +175,7 @@
"Close": "Zavrieť", "Close": "Zavrieť",
"Code execution": "Vykonávanie kódu", "Code execution": "Vykonávanie kódu",
"Code formatted successfully": "Kód bol úspešne naformátovaný.", "Code formatted successfully": "Kód bol úspešne naformátovaný.",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "", "Collection": "",
"Color": "Farba", "Color": "Farba",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "Vylúčiť", "Exclude": "Vylúčiť",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimentálne", "Experimental": "Experimentálne",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Exportovať", "Export": "Exportovať",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Generovanie obrázkov (experimentálne)", "Image Generation (Experimental)": "Generovanie obrázkov (experimentálne)",
"Image Generation Engine": "Engine na generovanie obrázkov", "Image Generation Engine": "Engine na generovanie obrázkov",

View File

@ -175,8 +175,7 @@
"Close": "Затвори", "Close": "Затвори",
"Code execution": "Извршавање кода", "Code execution": "Извршавање кода",
"Code formatted successfully": "Код форматиран успешно", "Code formatted successfully": "Код форматиран успешно",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Колекција", "Collection": "Колекција",
"Color": "Боја", "Color": "Боја",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Експериментално", "Experimental": "Експериментално",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Извоз", "Export": "Извоз",
@ -502,7 +501,6 @@
"Ignite curiosity": "Покрени знатижељу", "Ignite curiosity": "Покрени знатижељу",
"Image": "Слика", "Image": "Слика",
"Image Compression": "Компресија слике", "Image Compression": "Компресија слике",
"Image generation": "Стварање слике",
"Image Generation": "Стварање слике", "Image Generation": "Стварање слике",
"Image Generation (Experimental)": "Стварање слика (експериментално)", "Image Generation (Experimental)": "Стварање слика (експериментално)",
"Image Generation Engine": "Мотор за стварање слика", "Image Generation Engine": "Мотор за стварање слика",

View File

@ -175,8 +175,7 @@
"Close": "Stäng", "Close": "Stäng",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Samling", "Collection": "Samling",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Experimentell", "Experimental": "Experimentell",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Export", "Export": "Export",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Bildgenerering (experimentell)", "Image Generation (Experimental)": "Bildgenerering (experimentell)",
"Image Generation Engine": "Bildgenereringsmotor", "Image Generation Engine": "Bildgenereringsmotor",

View File

@ -175,8 +175,7 @@
"Close": "ปิด", "Close": "ปิด",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "จัดรูปแบบโค้ดสำเร็จแล้ว", "Code formatted successfully": "จัดรูปแบบโค้ดสำเร็จแล้ว",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "คอลเลคชัน", "Collection": "คอลเลคชัน",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "การทดลอง", "Experimental": "การทดลอง",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "ส่งออก", "Export": "ส่งออก",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "การสร้างภาพ (การทดลอง)", "Image Generation (Experimental)": "การสร้างภาพ (การทดลอง)",
"Image Generation Engine": "เครื่องยนต์การสร้างภาพ", "Image Generation Engine": "เครื่องยนต์การสร้างภาพ",

View File

@ -175,8 +175,7 @@
"Close": "", "Close": "",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "", "Code formatted successfully": "",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "", "Collection": "",
"Color": "", "Color": "",
"ComfyUI": "", "ComfyUI": "",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "", "Experimental": "",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "", "Export": "",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "", "Image Generation (Experimental)": "",
"Image Generation Engine": "", "Image Generation Engine": "",

View File

@ -175,8 +175,7 @@
"Close": "Kapat", "Close": "Kapat",
"Code execution": "Kod yürütme", "Code execution": "Kod yürütme",
"Code formatted successfully": "Kod başarıyla biçimlendirildi", "Code formatted successfully": "Kod başarıyla biçimlendirildi",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Koleksiyon", "Collection": "Koleksiyon",
"Color": "Renk", "Color": "Renk",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Örnek: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Örnek: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Örnek: sAMAccountName or uid or userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Örnek: sAMAccountName or uid or userPrincipalName",
"Exclude": "Hariç tut", "Exclude": "Hariç tut",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Deneysel", "Experimental": "Deneysel",
"Explore the cosmos": "Evreni keşfet", "Explore the cosmos": "Evreni keşfet",
"Export": "Dışa Aktar", "Export": "Dışa Aktar",
@ -502,7 +501,6 @@
"Ignite curiosity": "Merak uyandırın", "Ignite curiosity": "Merak uyandırın",
"Image": "", "Image": "",
"Image Compression": "Görüntü Sıkıştırma", "Image Compression": "Görüntü Sıkıştırma",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Görüntü Oluşturma (Deneysel)", "Image Generation (Experimental)": "Görüntü Oluşturma (Deneysel)",
"Image Generation Engine": "Görüntü Oluşturma Motoru", "Image Generation Engine": "Görüntü Oluşturma Motoru",

View File

@ -175,8 +175,7 @@
"Close": "Закрити", "Close": "Закрити",
"Code execution": "Виконання коду", "Code execution": "Виконання коду",
"Code formatted successfully": "Код успішно відформатовано", "Code formatted successfully": "Код успішно відформатовано",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Колекція", "Collection": "Колекція",
"Color": "Колір", "Color": "Колір",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "Приклад: ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "Приклад: ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "Приклад: sAMAccountName або uid або userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "Приклад: sAMAccountName або uid або userPrincipalName",
"Exclude": "Виключити", "Exclude": "Виключити",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Експериментальне", "Experimental": "Експериментальне",
"Explore the cosmos": "Досліджуйте космос", "Explore the cosmos": "Досліджуйте космос",
"Export": "Експорт", "Export": "Експорт",
@ -502,7 +501,6 @@
"Ignite curiosity": "Запаліть цікавість", "Ignite curiosity": "Запаліть цікавість",
"Image": "Зображення", "Image": "Зображення",
"Image Compression": "Стиснення зображень", "Image Compression": "Стиснення зображень",
"Image generation": "Генерація зображень",
"Image Generation": "Генерація зображень", "Image Generation": "Генерація зображень",
"Image Generation (Experimental)": "Генерування зображень (експериментально)", "Image Generation (Experimental)": "Генерування зображень (експериментально)",
"Image Generation Engine": "Механізм генерації зображень", "Image Generation Engine": "Механізм генерації зображень",

View File

@ -175,8 +175,7 @@
"Close": "بند کریں", "Close": "بند کریں",
"Code execution": "کوڈ کا نفاذ", "Code execution": "کوڈ کا نفاذ",
"Code formatted successfully": "کوڈ کامیابی سے فارمیٹ ہو گیا", "Code formatted successfully": "کوڈ کامیابی سے فارمیٹ ہو گیا",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "کلیکشن", "Collection": "کلیکشن",
"Color": "", "Color": "",
"ComfyUI": "کومفی یو آئی", "ComfyUI": "کومفی یو آئی",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "خارج کریں", "Exclude": "خارج کریں",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "تجرباتی", "Experimental": "تجرباتی",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "برآمد کریں", "Export": "برآمد کریں",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "تصویر کی تخلیق (تجرباتی)", "Image Generation (Experimental)": "تصویر کی تخلیق (تجرباتی)",
"Image Generation Engine": "امیج جنریشن انجن", "Image Generation Engine": "امیج جنریشن انجن",

View File

@ -175,8 +175,7 @@
"Close": "Đóng", "Close": "Đóng",
"Code execution": "", "Code execution": "",
"Code formatted successfully": "Mã được định dạng thành công", "Code formatted successfully": "Mã được định dạng thành công",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "Tổng hợp mọi tài liệu", "Collection": "Tổng hợp mọi tài liệu",
"Color": "", "Color": "",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "", "Example: ou=users,dc=foo,dc=example": "",
"Example: sAMAccountName or uid or userPrincipalName": "", "Example: sAMAccountName or uid or userPrincipalName": "",
"Exclude": "", "Exclude": "",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "Thử nghiệm", "Experimental": "Thử nghiệm",
"Explore the cosmos": "", "Explore the cosmos": "",
"Export": "Xuất khẩu", "Export": "Xuất khẩu",
@ -502,7 +501,6 @@
"Ignite curiosity": "", "Ignite curiosity": "",
"Image": "", "Image": "",
"Image Compression": "", "Image Compression": "",
"Image generation": "",
"Image Generation": "", "Image Generation": "",
"Image Generation (Experimental)": "Tạo ảnh (thử nghiệm)", "Image Generation (Experimental)": "Tạo ảnh (thử nghiệm)",
"Image Generation Engine": "Công cụ tạo ảnh", "Image Generation Engine": "Công cụ tạo ảnh",

View File

@ -175,8 +175,7 @@
"Close": "关闭", "Close": "关闭",
"Code execution": "代码执行", "Code execution": "代码执行",
"Code formatted successfully": "代码格式化成功", "Code formatted successfully": "代码格式化成功",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "文件集", "Collection": "文件集",
"Color": "颜色", "Color": "颜色",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "例如ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "例如ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "例如sAMAccountName 或 uid 或 userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "例如sAMAccountName 或 uid 或 userPrincipalName",
"Exclude": "排除", "Exclude": "排除",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "实验性", "Experimental": "实验性",
"Explore the cosmos": "探索宇宙", "Explore the cosmos": "探索宇宙",
"Export": "导出", "Export": "导出",
@ -502,7 +501,6 @@
"Ignite curiosity": "点燃好奇心", "Ignite curiosity": "点燃好奇心",
"Image": "图像生成", "Image": "图像生成",
"Image Compression": "图像压缩", "Image Compression": "图像压缩",
"Image generation": "图像生成",
"Image Generation": "图像生成", "Image Generation": "图像生成",
"Image Generation (Experimental)": "图像生成(实验性)", "Image Generation (Experimental)": "图像生成(实验性)",
"Image Generation Engine": "图像生成引擎", "Image Generation Engine": "图像生成引擎",

View File

@ -175,8 +175,7 @@
"Close": "關閉", "Close": "關閉",
"Code execution": "程式碼執行", "Code execution": "程式碼執行",
"Code formatted successfully": "程式碼格式化成功", "Code formatted successfully": "程式碼格式化成功",
"Code Intepreter": "", "Code Interpreter": "",
"Code interpreter": "",
"Collection": "收藏", "Collection": "收藏",
"Color": "顏色", "Color": "顏色",
"ComfyUI": "ComfyUI", "ComfyUI": "ComfyUI",
@ -402,7 +401,7 @@
"Example: ou=users,dc=foo,dc=example": "範例ou=users,dc=foo,dc=example", "Example: ou=users,dc=foo,dc=example": "範例ou=users,dc=foo,dc=example",
"Example: sAMAccountName or uid or userPrincipalName": "範例sAMAccountName 或 uid 或 userPrincipalName", "Example: sAMAccountName or uid or userPrincipalName": "範例sAMAccountName 或 uid 或 userPrincipalName",
"Exclude": "排除", "Exclude": "排除",
"Executes code for analysis": "", "Execute code for analysis": "",
"Experimental": "實驗性功能", "Experimental": "實驗性功能",
"Explore the cosmos": "探索宇宙", "Explore the cosmos": "探索宇宙",
"Export": "匯出", "Export": "匯出",
@ -502,7 +501,6 @@
"Ignite curiosity": "點燃好奇心", "Ignite curiosity": "點燃好奇心",
"Image": "圖片", "Image": "圖片",
"Image Compression": "圖片壓縮", "Image Compression": "圖片壓縮",
"Image generation": "圖片生成",
"Image Generation": "圖片生成", "Image Generation": "圖片生成",
"Image Generation (Experimental)": "圖片生成(實驗性功能)", "Image Generation (Experimental)": "圖片生成(實驗性功能)",
"Image Generation Engine": "圖片生成引擎", "Image Generation Engine": "圖片生成引擎",