fix: some GitHub run action problem (#13991)
parent
19d413ac1e
commit
66747a8eef
@ -1,10 +0,0 @@
|
||||
import formatToTracingNodeList from '.'
|
||||
import { simpleIterationData } from './iteration/data'
|
||||
import { simpleRetryData } from './retry/data'
|
||||
|
||||
describe('format api data to tracing panel data', () => {
|
||||
test('integration', () => {
|
||||
expect(formatToTracingNodeList(simpleIterationData.in.reverse() as any)).toEqual(simpleIterationData.expect)
|
||||
expect(formatToTracingNodeList(simpleRetryData.in.reverse() as any)).toEqual(simpleRetryData.expect)
|
||||
})
|
||||
})
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
weather: 'Wetter',
|
||||
social: 'Sozial',
|
||||
image: 'Bild',
|
||||
education: 'Bildung',
|
||||
travel: 'Reise',
|
||||
agent: 'Agent',
|
||||
design: 'Entwurf',
|
||||
finance: 'Finanzieren',
|
||||
search: 'Suchen',
|
||||
medical: 'Medizinisch',
|
||||
business: 'Geschäft',
|
||||
news: 'Nachrichten',
|
||||
videos: 'Videos',
|
||||
other: 'Andere',
|
||||
entertainment: 'Unterhaltung',
|
||||
utilities: 'Versorgungswirtschaft',
|
||||
productivity: 'Produktivität',
|
||||
},
|
||||
searchTags: 'Such-Tags',
|
||||
allTags: 'Alle Schlagwörter',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
extensions: 'Erweiterungen',
|
||||
bundles: 'Bündel',
|
||||
agents: 'Agenten-Strategien',
|
||||
models: 'Modelle',
|
||||
all: 'Alle',
|
||||
tools: 'Werkzeuge',
|
||||
},
|
||||
categorySingle: {
|
||||
extension: 'Erweiterung',
|
||||
agent: 'Agenten-Strategie',
|
||||
bundle: 'Bündel',
|
||||
model: 'Modell',
|
||||
tool: 'Werkzeug',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'Installation aus dem Marketplace',
|
||||
github: 'Installation von GitHub',
|
||||
local: 'Installation aus lokaler Paketdatei',
|
||||
},
|
||||
notFound: 'Keine Plugins gefunden',
|
||||
noInstalled: 'Keine Plugins installiert',
|
||||
},
|
||||
source: {
|
||||
github: 'GitHub (Englisch)',
|
||||
marketplace: 'Marktplatz',
|
||||
local: 'Lokale Paketdatei',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
local: 'Lokales Plugin',
|
||||
github: 'Installiert von Github',
|
||||
marketplace: 'Installiert aus dem Marketplace',
|
||||
debugging: 'Debuggen-Plugin',
|
||||
},
|
||||
operation: {
|
||||
remove: 'Entfernen',
|
||||
detail: 'Einzelheiten',
|
||||
install: 'Installieren',
|
||||
info: 'Plugin-Informationen',
|
||||
checkUpdate: 'Update prüfen',
|
||||
update: 'Aktualisieren',
|
||||
viewDetail: 'Im Detail sehen',
|
||||
},
|
||||
toolSelector: {
|
||||
paramsTip1: 'Steuert LLM-Inferenzparameter.',
|
||||
settings: 'BENUTZEREINSTELLUNGEN',
|
||||
uninstalledLink: 'In Plugins verwalten',
|
||||
descriptionLabel: 'Beschreibung des Werkzeugs',
|
||||
empty: 'Klicken Sie auf die Schaltfläche "+", um Werkzeuge hinzuzufügen. Sie können mehrere Werkzeuge hinzufügen.',
|
||||
title: 'Werkzeug "Hinzufügen"',
|
||||
paramsTip2: 'Wenn "Automatisch" ausgeschaltet ist, wird der Standardwert verwendet.',
|
||||
unsupportedContent: 'Die installierte Plug-in-Version bietet diese Aktion nicht.',
|
||||
unsupportedTitle: 'Nicht unterstützte Aktion',
|
||||
descriptionPlaceholder: 'Kurze Beschreibung des Zwecks des Werkzeugs, z. B. um die Temperatur für einen bestimmten Ort zu ermitteln.',
|
||||
auto: 'Automatisch',
|
||||
params: 'KONFIGURATION DER ARGUMENTATION',
|
||||
unsupportedContent2: 'Klicken Sie hier, um die Version zu wechseln.',
|
||||
placeholder: 'Wählen Sie ein Werkzeug aus...',
|
||||
uninstalledTitle: 'Tool nicht installiert',
|
||||
toolLabel: 'Werkzeug',
|
||||
uninstalledContent: 'Dieses Plugin wird aus dem lokalen/GitHub-Repository installiert. Bitte nach der Installation verwenden.',
|
||||
},
|
||||
strategyNum: '{{num}} {{Strategie}} IINKLUSIVE',
|
||||
configureApp: 'App konfigurieren',
|
||||
endpointDeleteContent: 'Möchten Sie {{name}} entfernen?',
|
||||
endpointsEmpty: 'Klicken Sie auf die Schaltfläche "+", um einen Endpunkt hinzuzufügen',
|
||||
disabled: 'Arbeitsunfähig',
|
||||
endpointsDocLink: 'Dokument anzeigen',
|
||||
endpointDisableTip: 'Endpunkt deaktivieren',
|
||||
endpoints: 'Endpunkte',
|
||||
actionNum: '{{num}} {{Aktion}} IINKLUSIVE',
|
||||
endpointModalTitle: 'Endpunkt einrichten',
|
||||
endpointModalDesc: 'Nach der Konfiguration können die Funktionen, die das Plugin über API-Endpunkte bereitstellt, verwendet werden.',
|
||||
configureTool: 'Werkzeug konfigurieren',
|
||||
endpointsTip: 'Dieses Plugin bietet bestimmte Funktionen über Endpunkte, und Sie können mehrere Endpunktsätze für den aktuellen Arbeitsbereich konfigurieren.',
|
||||
modelNum: '{{num}} ENTHALTENE MODELLE',
|
||||
configureModel: 'Modell konfigurieren',
|
||||
endpointDisableContent: 'Möchten Sie {{name}} deaktivieren?',
|
||||
endpointDeleteTip: 'Endpunkt entfernen',
|
||||
serviceOk: 'Service in Ordnung',
|
||||
switchVersion: 'Version wechseln',
|
||||
},
|
||||
debugInfo: {
|
||||
title: 'Debuggen',
|
||||
viewDocs: 'Dokumente anzeigen',
|
||||
},
|
||||
privilege: {
|
||||
everyone: 'Jeder',
|
||||
title: 'Plugin-Einstellungen',
|
||||
noone: 'Niemand',
|
||||
admins: 'Administratoren',
|
||||
whoCanDebug: 'Wer kann Plugins debuggen?',
|
||||
whoCanInstall: 'Wer kann Plugins installieren und verwalten?',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
repository: 'Aufbewahrungsort',
|
||||
title: 'Plugin-Info',
|
||||
packageName: 'Paket',
|
||||
release: 'Loslassen',
|
||||
},
|
||||
action: {
|
||||
checkForUpdates: 'Nach Updates suchen',
|
||||
pluginInfo: 'Plugin-Info',
|
||||
usedInApps: 'Dieses Plugin wird in {{num}} Apps verwendet.',
|
||||
delete: 'Plugin entfernen',
|
||||
deleteContentRight: 'Plugin?',
|
||||
deleteContentLeft: 'Möchten Sie',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
repository: 'Aufbewahrungsort',
|
||||
package: 'Paket',
|
||||
version: 'Version',
|
||||
},
|
||||
installFailed: 'Installation fehlgeschlagen',
|
||||
installPlugin: 'Plugin installieren',
|
||||
uploadFailed: 'Upload fehlgeschlagen',
|
||||
install: 'Installieren',
|
||||
installComplete: 'Installation abgeschlossen',
|
||||
installing: 'Installation...',
|
||||
installedSuccessfullyDesc: 'Das Plugin wurde erfolgreich installiert.',
|
||||
installedSuccessfully: 'Installation erfolgreich',
|
||||
installFailedDesc: 'Die Installation des Plugins ist fehlgeschlagen.',
|
||||
pluginLoadError: 'Fehler beim Laden des Plugins',
|
||||
close: 'Schließen',
|
||||
pluginLoadErrorDesc: 'Dieses Plugin wird nicht installiert',
|
||||
cancel: 'Abbrechen',
|
||||
back: 'Zurück',
|
||||
uploadingPackage: 'Das Hochladen von {{packageName}}...',
|
||||
readyToInstallPackage: 'Über die Installation des folgenden Plugins',
|
||||
readyToInstallPackages: 'Über die Installation der folgenden {{num}} Plugins',
|
||||
fromTrustSource: 'Bitte stellen Sie sicher, dass Sie nur Plugins aus einer <trustSource>vertrauenswürdigen Quelle</trustSource> installieren.',
|
||||
readyToInstall: 'Über die Installation des folgenden Plugins',
|
||||
dropPluginToInstall: 'Legen Sie das Plugin-Paket hier ab, um es zu installieren',
|
||||
next: 'Nächster',
|
||||
},
|
||||
installFromGitHub: {
|
||||
selectPackagePlaceholder: 'Bitte wählen Sie ein Paket aus',
|
||||
gitHubRepo: 'GitHub-Repository',
|
||||
uploadFailed: 'Upload fehlgeschlagen',
|
||||
selectPackage: 'Paket auswählen',
|
||||
installFailed: 'Installation fehlgeschlagen',
|
||||
installNote: 'Bitte stellen Sie sicher, dass Sie nur Plugins aus einer vertrauenswürdigen Quelle installieren.',
|
||||
selectVersionPlaceholder: 'Bitte wählen Sie eine Version aus',
|
||||
updatePlugin: 'Update-Plugin von GitHub',
|
||||
installPlugin: 'Plugin von GitHub installieren',
|
||||
installedSuccessfully: 'Installation erfolgreich',
|
||||
selectVersion: 'Ausführung wählen',
|
||||
},
|
||||
upgrade: {
|
||||
usedInApps: 'Wird in {{num}} Apps verwendet',
|
||||
description: 'Über die Installation des folgenden Plugins',
|
||||
upgrading: 'Installation...',
|
||||
successfulTitle: 'Installation erfolgreich',
|
||||
upgrade: 'Installieren',
|
||||
title: 'Plugin installieren',
|
||||
close: 'Schließen',
|
||||
},
|
||||
error: {
|
||||
inValidGitHubUrl: 'Ungültige GitHub-URL. Bitte geben Sie eine gültige URL im Format ein: https://github.com/owner/repo',
|
||||
noReleasesFound: 'Keine Veröffentlichungen gefunden. Bitte überprüfen Sie das GitHub-Repository oder die Eingabe-URL.',
|
||||
fetchReleasesError: 'Freigaben können nicht abgerufen werden. Bitte versuchen Sie es später erneut.',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
newlyReleased: 'Neu veröffentlicht',
|
||||
mostPopular: 'Beliebteste',
|
||||
firstReleased: 'Zuerst veröffentlicht',
|
||||
recentlyUpdated: 'Kürzlich aktualisiert',
|
||||
},
|
||||
viewMore: 'Mehr anzeigen',
|
||||
sortBy: 'Schwarze Stadt',
|
||||
discover: 'Entdecken',
|
||||
noPluginFound: 'Kein Plugin gefunden',
|
||||
difyMarketplace: 'Dify Marktplatz',
|
||||
moreFrom: 'Mehr aus dem Marketplace',
|
||||
pluginsResult: '{{num}} Ergebnisse',
|
||||
empower: 'Unterstützen Sie Ihre KI-Entwicklung',
|
||||
and: 'und',
|
||||
},
|
||||
task: {
|
||||
clearAll: 'Alle löschen',
|
||||
installingWithError: 'Installation von {{installingLength}} Plugins, {{successLength}} erfolgreich, {{errorLength}} fehlgeschlagen',
|
||||
installingWithSuccess: 'Installation von {{installingLength}} Plugins, {{successLength}} erfolgreich.',
|
||||
installedError: '{{errorLength}} Plugins konnten nicht installiert werden',
|
||||
installing: 'Installation von {{installingLength}} Plugins, 0 erledigt.',
|
||||
installError: '{{errorLength}} Plugins konnten nicht installiert werden, klicken Sie hier, um sie anzusehen',
|
||||
},
|
||||
allCategories: 'Alle Kategorien',
|
||||
install: '{{num}} Installationen',
|
||||
installAction: 'Installieren',
|
||||
submitPlugin: 'Plugin einreichen',
|
||||
from: 'Von',
|
||||
fromMarketplace: 'Aus dem Marketplace',
|
||||
search: 'Suchen',
|
||||
searchCategories: 'Kategorien durchsuchen',
|
||||
searchPlugins: 'Plugins suchen',
|
||||
endpointsEnabled: '{{num}} Gruppen von Endpunkten aktiviert',
|
||||
searchInMarketplace: 'Suche im Marketplace',
|
||||
searchTools: 'Suchwerkzeuge...',
|
||||
findMoreInMarketplace: 'Weitere Informationen finden Sie im Marketplace',
|
||||
installPlugin: 'Plugin installieren',
|
||||
installFrom: 'INSTALLIEREN VON',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
image: 'Imagen',
|
||||
agent: 'Agente',
|
||||
medical: 'Médico',
|
||||
weather: 'Tiempo',
|
||||
design: 'Diseño',
|
||||
videos: 'Vídeos',
|
||||
education: 'Educación',
|
||||
finance: 'Finanzas',
|
||||
entertainment: 'Diversión',
|
||||
social: 'Social',
|
||||
travel: 'Viajar',
|
||||
utilities: 'Utilidades',
|
||||
search: 'Buscar',
|
||||
news: 'Noticia',
|
||||
business: 'Negocio',
|
||||
other: 'Otro',
|
||||
productivity: 'Productividad',
|
||||
},
|
||||
allTags: 'Todas las etiquetas',
|
||||
searchTags: 'Etiquetas de búsqueda',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
bundles: 'Paquetes',
|
||||
all: 'Todo',
|
||||
extensions: 'Extensiones',
|
||||
tools: 'Herramientas',
|
||||
agents: 'Estrategias de los agentes',
|
||||
models: 'Modelos',
|
||||
},
|
||||
categorySingle: {
|
||||
bundle: 'Haz',
|
||||
extension: 'Extensión',
|
||||
tool: 'Herramienta',
|
||||
model: 'Modelo',
|
||||
agent: 'Estrategia del agente',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'Instalar desde Marketplace',
|
||||
github: 'Instalar desde GitHub',
|
||||
local: 'Instalar desde el archivo de paquete local',
|
||||
},
|
||||
noInstalled: 'No hay plugins instalados',
|
||||
notFound: 'No se han encontrado plugins',
|
||||
},
|
||||
source: {
|
||||
marketplace: 'Mercado',
|
||||
local: 'Archivo de paquete local',
|
||||
github: 'GitHub (en inglés)',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
local: 'Plugin Local',
|
||||
marketplace: 'Instalado desde Marketplace',
|
||||
github: 'Instalado desde Github',
|
||||
debugging: 'Complemento de depuración',
|
||||
},
|
||||
operation: {
|
||||
viewDetail: 'Ver Detalle',
|
||||
detail: 'Detalles',
|
||||
checkUpdate: 'Comprobar actualización',
|
||||
install: 'Instalar',
|
||||
remove: 'Eliminar',
|
||||
info: 'Información del plugin',
|
||||
update: 'Actualizar',
|
||||
},
|
||||
toolSelector: {
|
||||
toolLabel: 'Herramienta',
|
||||
paramsTip1: 'Controla los parámetros de inferencia de LLM.',
|
||||
settings: 'CONFIGURACIÓN DEL USUARIO',
|
||||
unsupportedContent2: 'Haga clic para cambiar de versión.',
|
||||
descriptionPlaceholder: 'Breve descripción del propósito de la herramienta, por ejemplo, obtener la temperatura para una ubicación específica.',
|
||||
empty: 'Haga clic en el botón \'+\' para agregar herramientas. Puede agregar varias herramientas.',
|
||||
paramsTip2: 'Cuando \'Automático\' está desactivado, se utiliza el valor predeterminado.',
|
||||
uninstalledTitle: 'Herramienta no instalada',
|
||||
descriptionLabel: 'Descripción de la herramienta',
|
||||
unsupportedContent: 'La versión del plugin instalado no proporciona esta acción.',
|
||||
auto: 'Automático',
|
||||
title: 'Agregar herramienta',
|
||||
placeholder: 'Seleccione una herramienta...',
|
||||
uninstalledContent: 'Este plugin se instala desde el repositorio local/GitHub. Úselo después de la instalación.',
|
||||
unsupportedTitle: 'Acción no admitida',
|
||||
params: 'CONFIGURACIÓN DE RAZONAMIENTO',
|
||||
uninstalledLink: 'Administrar en Plugins',
|
||||
},
|
||||
endpointDeleteContent: '¿Te gustaría eliminar {{nombre}}?',
|
||||
endpointDisableTip: 'Deshabilitar punto de conexión',
|
||||
endpointDeleteTip: 'Eliminar punto de conexión',
|
||||
strategyNum: '{{num}} {{estrategia}} INCLUIDO',
|
||||
disabled: 'Deshabilitado',
|
||||
serviceOk: 'Servicio OK',
|
||||
endpointDisableContent: '¿Te gustaría desactivar {{name}}?',
|
||||
switchVersion: 'Versión del interruptor',
|
||||
endpointsTip: 'Este complemento proporciona funcionalidades específicas a través de puntos finales, y puede configurar varios conjuntos de puntos finales para el espacio de trabajo actual.',
|
||||
configureModel: 'Configurar modelo',
|
||||
actionNum: '{{num}} {{acción}} INCLUIDO',
|
||||
configureTool: 'Herramienta de configuración',
|
||||
endpointModalDesc: 'Una vez configurado, se pueden utilizar las funciones proporcionadas por el complemento a través de los puntos finales de la API.',
|
||||
modelNum: '{{num}} MODELOS INCLUIDOS',
|
||||
endpoints: 'Extremos',
|
||||
endpointModalTitle: 'Punto de conexión de configuración',
|
||||
endpointsDocLink: 'Ver el documento',
|
||||
endpointsEmpty: 'Haga clic en el botón \'+\' para agregar un punto de conexión',
|
||||
configureApp: 'Configurar la aplicación',
|
||||
},
|
||||
debugInfo: {
|
||||
title: 'Depuración',
|
||||
viewDocs: 'Ver documentos',
|
||||
},
|
||||
privilege: {
|
||||
everyone: 'Todos',
|
||||
title: 'Preferencias del plugin',
|
||||
whoCanDebug: '¿Quién puede depurar plugins?',
|
||||
admins: 'Administradores',
|
||||
whoCanInstall: '¿Quién puede instalar y administrar complementos?',
|
||||
noone: 'Nadie',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
repository: 'Depósito',
|
||||
title: 'Información del plugin',
|
||||
packageName: 'Paquete',
|
||||
release: 'Lanzamiento',
|
||||
},
|
||||
action: {
|
||||
checkForUpdates: 'Buscar actualizaciones',
|
||||
deleteContentLeft: '¿Le gustaría eliminar',
|
||||
deleteContentRight: '¿Complemento?',
|
||||
usedInApps: 'Este plugin se está utilizando en las aplicaciones {{num}}.',
|
||||
delete: 'Eliminar plugin',
|
||||
pluginInfo: 'Información del plugin',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
repository: 'Depósito',
|
||||
version: 'Versión',
|
||||
package: 'Paquete',
|
||||
},
|
||||
installPlugin: 'Instalar plugin',
|
||||
close: 'Cerrar',
|
||||
uploadingPackage: 'Subiendo {{packageName}}...',
|
||||
installComplete: 'Instalación completa',
|
||||
installFailed: 'Error de instalación',
|
||||
fromTrustSource: 'Por favor, asegúrate de que sólo instalas plugins de una <trustSource>fuente de confianza</trustSource>.',
|
||||
installedSuccessfullyDesc: 'El plugin se ha instalado correctamente.',
|
||||
back: 'Atrás',
|
||||
installFailedDesc: 'El plugin ha fallado en la instalación.',
|
||||
installing: 'Instalar...',
|
||||
next: 'Próximo',
|
||||
readyToInstallPackages: 'A punto de instalar los siguientes plugins {{num}}',
|
||||
cancel: 'Cancelar',
|
||||
uploadFailed: 'Error de carga',
|
||||
install: 'Instalar',
|
||||
pluginLoadError: 'Error de carga del plugin',
|
||||
pluginLoadErrorDesc: 'Este plugin no se instalará',
|
||||
readyToInstall: 'A punto de instalar el siguiente plugin',
|
||||
dropPluginToInstall: 'Suelte el paquete del complemento aquí para instalarlo',
|
||||
readyToInstallPackage: 'A punto de instalar el siguiente plugin',
|
||||
installedSuccessfully: 'Instalación exitosa',
|
||||
},
|
||||
installFromGitHub: {
|
||||
uploadFailed: 'Error de carga',
|
||||
updatePlugin: 'Actualizar plugin desde GitHub',
|
||||
selectPackagePlaceholder: 'Por favor, seleccione un paquete',
|
||||
installedSuccessfully: 'Instalación exitosa',
|
||||
installNote: 'Por favor, asegúrate de que sólo instalas plugins de una fuente de confianza.',
|
||||
gitHubRepo: 'Repositorio de GitHub',
|
||||
selectPackage: 'Seleccionar paquete',
|
||||
selectVersion: 'Seleccionar versión',
|
||||
selectVersionPlaceholder: 'Por favor, seleccione una versión',
|
||||
installPlugin: 'Instalar plugin desde GitHub',
|
||||
installFailed: 'Error de instalación',
|
||||
},
|
||||
upgrade: {
|
||||
upgrading: 'Instalar...',
|
||||
close: 'Cerrar',
|
||||
description: 'A punto de instalar el siguiente plugin',
|
||||
upgrade: 'Instalar',
|
||||
title: 'Instalar plugin',
|
||||
successfulTitle: 'Instalación correcta',
|
||||
usedInApps: 'Usado en aplicaciones {{num}}',
|
||||
},
|
||||
error: {
|
||||
fetchReleasesError: 'No se pueden recuperar las versiones. Por favor, inténtelo de nuevo más tarde.',
|
||||
noReleasesFound: 'No se han encontrado versiones. Compruebe el repositorio de GitHub o la URL de entrada.',
|
||||
inValidGitHubUrl: 'URL de GitHub no válida. Introduzca una URL válida en el formato: https://github.com/owner/repo',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
recentlyUpdated: 'Actualizado recientemente',
|
||||
newlyReleased: 'Recién estrenado',
|
||||
firstReleased: 'Lanzado por primera vez',
|
||||
mostPopular: 'Lo más popular',
|
||||
},
|
||||
empower: 'Potencie su desarrollo de IA',
|
||||
moreFrom: 'Más de Marketplace',
|
||||
viewMore: 'Ver más',
|
||||
sortBy: 'Ciudad negra',
|
||||
noPluginFound: 'No se ha encontrado ningún plugin',
|
||||
pluginsResult: '{{num}} resultados',
|
||||
discover: 'Descubrir',
|
||||
and: 'y',
|
||||
difyMarketplace: 'Mercado de Dify',
|
||||
},
|
||||
task: {
|
||||
installing: 'Instalando plugins {{installingLength}}, 0 hecho.',
|
||||
clearAll: 'Borrar todo',
|
||||
installingWithSuccess: 'Instalando plugins {{installingLength}}, {{successLength}} éxito.',
|
||||
installedError: 'Los complementos {{errorLength}} no se pudieron instalar',
|
||||
installError: 'Los complementos {{errorLength}} no se pudieron instalar, haga clic para ver',
|
||||
installingWithError: 'Instalando plugins {{installingLength}}, {{successLength}} éxito, {{errorLength}} fallido',
|
||||
},
|
||||
fromMarketplace: 'De Marketplace',
|
||||
endpointsEnabled: '{{num}} conjuntos de puntos finales habilitados',
|
||||
from: 'De',
|
||||
submitPlugin: 'Enviar plugin',
|
||||
installAction: 'Instalar',
|
||||
install: '{{num}} instalaciones',
|
||||
allCategories: 'Todas las categorías',
|
||||
searchCategories: 'Categorías de búsqueda',
|
||||
installFrom: 'INSTALAR DESDE',
|
||||
search: 'Buscar',
|
||||
searchInMarketplace: 'Buscar en Marketplace',
|
||||
searchTools: 'Herramientas de búsqueda...',
|
||||
findMoreInMarketplace: 'Más información en Marketplace',
|
||||
installPlugin: 'Instalar plugin',
|
||||
searchPlugins: 'Plugins de búsqueda',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
news: 'Nouvelles',
|
||||
design: 'Concevoir',
|
||||
videos: 'Vidéos',
|
||||
agent: 'Agent',
|
||||
finance: 'Finance',
|
||||
entertainment: 'Divertissement',
|
||||
travel: 'Voyager',
|
||||
productivity: 'Productivité',
|
||||
search: 'Rechercher',
|
||||
education: 'Éducation',
|
||||
business: 'Affaire',
|
||||
weather: 'Temps',
|
||||
image: 'Image',
|
||||
social: 'Social',
|
||||
medical: 'Médical',
|
||||
other: 'Autre',
|
||||
utilities: 'Utilitaires',
|
||||
},
|
||||
searchTags: 'Mots-clés de recherche',
|
||||
allTags: 'Tous les mots-clés',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
social: 'सामाजिक',
|
||||
business: 'व्यवसाय',
|
||||
agent: 'एजेंट',
|
||||
design: 'डिज़ाइन',
|
||||
education: 'शिक्षा',
|
||||
news: 'समाचार',
|
||||
productivity: 'उत्पादकता',
|
||||
weather: 'मौसम',
|
||||
utilities: 'यूटिलिटीज',
|
||||
image: 'छवि',
|
||||
search: 'खोज',
|
||||
videos: 'वीडियो',
|
||||
travel: 'यात्रा',
|
||||
entertainment: 'मनोरंजन',
|
||||
other: 'अन्य',
|
||||
medical: 'चिकित्सा',
|
||||
finance: 'वित्त',
|
||||
},
|
||||
searchTags: 'खोज टैग',
|
||||
allTags: 'सभी टैग',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
models: 'मॉडल्स',
|
||||
all: 'सभी',
|
||||
bundles: 'बंडल',
|
||||
extensions: 'एक्सटेंशन्स',
|
||||
tools: 'उपकरण',
|
||||
agents: 'एजेंट रणनीतियाँ',
|
||||
},
|
||||
categorySingle: {
|
||||
extension: 'विस्तार',
|
||||
bundle: 'बंडल',
|
||||
tool: 'उपकरण',
|
||||
agent: 'एजेंट रणनीति',
|
||||
model: 'मॉडल',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'मार्केटप्लेस से इंस्टॉल करें',
|
||||
github: 'गिटहब से इंस्टॉल करें',
|
||||
local: 'स्थानीय पैकेज फ़ाइल से स्थापित करें',
|
||||
},
|
||||
notFound: 'कोई प्लगइन नहीं मिला',
|
||||
noInstalled: 'कोई प्लगइन स्थापित नहीं हैं',
|
||||
},
|
||||
source: {
|
||||
github: 'गिटहब',
|
||||
local: 'स्थानीय पैकेज फ़ाइल',
|
||||
marketplace: 'बाजार',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
github: 'गिटहब से स्थापित किया गया',
|
||||
local: 'स्थानीय प्लगइन',
|
||||
marketplace: 'मार्केटप्लेस से स्थापित किया गया',
|
||||
debugging: 'डिबगिंग प्लगइन',
|
||||
},
|
||||
operation: {
|
||||
info: 'प्लगइन जानकारी',
|
||||
remove: 'हटाएं',
|
||||
checkUpdate: 'अपडेट जांचें',
|
||||
viewDetail: 'विवरण देखें',
|
||||
install: 'स्थापित करें',
|
||||
detail: 'विवरण',
|
||||
update: 'अपडेट',
|
||||
},
|
||||
toolSelector: {
|
||||
uninstalledTitle: 'उपकरण स्थापित नहीं है',
|
||||
auto: 'स्वचालित',
|
||||
uninstalledLink: 'प्लगइन्स में प्रबंधित करें',
|
||||
unsupportedTitle: 'असमर्थित क्रिया',
|
||||
unsupportedContent: 'स्थापित प्लगइन संस्करण यह क्रिया प्रदान नहीं करता है।',
|
||||
descriptionLabel: 'उपकरण का विवरण',
|
||||
unsupportedContent2: 'संस्करण बदलने के लिए क्लिक करें।',
|
||||
placeholder: 'एक उपकरण चुनें...',
|
||||
title: 'उपकरण जोड़ें',
|
||||
toolLabel: 'उपकरण',
|
||||
params: 'कारण निर्धारण कॉन्फ़िग',
|
||||
empty: 'उपकरण जोड़ने के लिए \'+\' बटन पर क्लिक करें। आप कई उपकरण जोड़ सकते हैं।',
|
||||
settings: 'उपयोगकर्ता सेटिंग्स',
|
||||
uninstalledContent: 'यह प्लगइन स्थानीय/गिटहब रिपॉजिटरी से स्थापित किया गया है। कृपया स्थापना के बाद उपयोग करें।',
|
||||
paramsTip2: 'जब \'स्वचालित\' बंद होता है, तो डिफ़ॉल्ट मान का उपयोग किया जाता है।',
|
||||
descriptionPlaceholder: 'उपकरण के उद्देश्य का संक्षिप्त विवरण, जैसे, किसी विशेष स्थान के लिए तापमान प्राप्त करना।',
|
||||
paramsTip1: 'एलएलएम अनुमान पैरामीटर को नियंत्रित करता है।',
|
||||
},
|
||||
switchVersion: 'स्विच संस्करण',
|
||||
endpointModalDesc: 'एक बार कॉन्फ़िगर होने के बाद, प्लगइन द्वारा API एंडपॉइंट्स के माध्यम से प्रदान की गई सुविधाओं का उपयोग किया जा सकता है।',
|
||||
actionNum: '{{num}} {{action}} शामिल है',
|
||||
endpointDeleteTip: 'एंडपॉइंट हटाएं',
|
||||
endpointsDocLink: 'दस्तावेज़ देखें',
|
||||
disabled: 'अक्षम',
|
||||
modelNum: '{{num}} मॉडल शामिल हैं',
|
||||
endpoints: 'एंडपॉइंट्स',
|
||||
endpointDeleteContent: 'क्या आप {{name}} को हटाना चाहेंगे?',
|
||||
serviceOk: 'सेवा ठीक है',
|
||||
configureTool: 'उपकरण कॉन्फ़िगर करें',
|
||||
configureApp: 'ऐप कॉन्फ़िगर करें',
|
||||
endpointDisableContent: 'क्या आप {{name}} को अक्षम करना चाहेंगे?',
|
||||
endpointDisableTip: 'एंडपॉइंट अक्षम करें',
|
||||
configureModel: 'मॉडल कॉन्फ़िगर करें',
|
||||
endpointsEmpty: 'एक एंडपॉइंट जोड़ने के लिए \'+\' बटन पर क्लिक करें',
|
||||
endpointModalTitle: 'एंडपॉइंट सेटअप करें',
|
||||
strategyNum: '{{num}} {{रणनीति}} शामिल',
|
||||
endpointsTip: 'यह प्लगइन एंडपॉइंट्स के माध्यम से विशिष्ट कार्यक्षमताएँ प्रदान करता है, और आप वर्तमान कार्यक्षेत्र के लिए कई एंडपॉइंट सेट कॉन्फ़िगर कर सकते हैं।',
|
||||
},
|
||||
debugInfo: {
|
||||
viewDocs: 'दस्तावेज़ देखें',
|
||||
title: 'डिबगिंग',
|
||||
},
|
||||
privilege: {
|
||||
whoCanDebug: 'कौन प्लगइन्स को डिबग कर सकता है?',
|
||||
whoCanInstall: 'कौन प्लगइन्स को स्थापित और प्रबंधित कर सकता है?',
|
||||
noone: 'कोई नहीं',
|
||||
everyone: 'सभी',
|
||||
title: 'प्लगइन प्राथमिकताएँ',
|
||||
admins: 'व्यवस्थापक',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
repository: 'भंडार',
|
||||
packageName: 'पैकेज',
|
||||
release: 'रिहाई',
|
||||
title: 'प्लगइन जानकारी',
|
||||
},
|
||||
action: {
|
||||
pluginInfo: 'प्लगइन जानकारी',
|
||||
checkForUpdates: 'अपडेट के लिए जांचें',
|
||||
deleteContentLeft: 'क्या आप हटाना चाहेंगे',
|
||||
deleteContentRight: 'प्लगइन?',
|
||||
usedInApps: 'यह प्लगइन {{num}} ऐप्स में उपयोग किया जा रहा है।',
|
||||
delete: 'प्लगइन हटाएं',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
repository: 'भंडार',
|
||||
package: 'पैकेज',
|
||||
version: 'संस्करण',
|
||||
},
|
||||
uploadFailed: 'अपलोड विफल',
|
||||
next: 'अगला',
|
||||
cancel: 'रद्द करें',
|
||||
pluginLoadErrorDesc: 'यह प्लगइन स्थापित नहीं किया जाएगा',
|
||||
back: 'पीछे',
|
||||
installComplete: 'स्थापना पूर्ण',
|
||||
installPlugin: 'प्लगइन स्थापित करें',
|
||||
readyToInstallPackages: 'निम्नलिखित {{num}} प्लगइन्स स्थापित करने वाले हैं',
|
||||
install: 'स्थापित करें',
|
||||
close: 'करीब',
|
||||
uploadingPackage: '{{packageName}} अपलोड हो रहा है...',
|
||||
installing: 'स्थापित कर रहा है...',
|
||||
installedSuccessfully: 'स्थापना सफल',
|
||||
dropPluginToInstall: 'यहां प्लगइन पैकेज ड्रॉप करें ताकि इसे स्थापित किया जा सके',
|
||||
readyToInstallPackage: 'निम्नलिखित प्लगइन स्थापित करने वाले हैं',
|
||||
pluginLoadError: 'प्लगइन लोड त्रुटि',
|
||||
installFailed: 'स्थापना विफल हो गई',
|
||||
readyToInstall: 'निम्नलिखित प्लगइन स्थापित करने वाले हैं',
|
||||
installFailedDesc: 'प्लगइन स्थापित करने में विफल रहा।',
|
||||
installedSuccessfullyDesc: 'प्लगइन सफलतापूर्वक स्थापित किया गया है।',
|
||||
fromTrustSource: 'कृपया सुनिश्चित करें कि आप केवल एक <trustSource>विश्वसनीय स्रोत</trustSource> से प्लगइन्स स्थापित करें।',
|
||||
},
|
||||
installFromGitHub: {
|
||||
gitHubRepo: 'गिटहब रिपॉजिटरी',
|
||||
selectPackage: 'पैकेज चुनें',
|
||||
selectVersionPlaceholder: 'कृपया एक संस्करण चुनें',
|
||||
selectVersion: 'संस्करण चुनें',
|
||||
updatePlugin: 'गिटहब से प्लगइन अपडेट करें',
|
||||
installPlugin: 'GitHub से प्लगइन स्थापित करें',
|
||||
selectPackagePlaceholder: 'कृपया एक पैकेज चुनें',
|
||||
installNote: 'कृपया सुनिश्चित करें कि आप केवल एक विश्वसनीय स्रोत से प्लगइन्स स्थापित करें।',
|
||||
installedSuccessfully: 'स्थापना सफल',
|
||||
installFailed: 'स्थापना विफल हो गई',
|
||||
uploadFailed: 'अपलोड विफल',
|
||||
},
|
||||
upgrade: {
|
||||
title: 'प्लगइन स्थापित करें',
|
||||
close: 'करीब',
|
||||
upgrade: 'स्थापित करें',
|
||||
upgrading: 'स्थापित कर रहा है...',
|
||||
successfulTitle: 'स्थापना सफल',
|
||||
description: 'निम्नलिखित प्लगइन स्थापित करने वाले हैं',
|
||||
usedInApps: '{{num}} ऐप्स में उपयोग किया गया',
|
||||
},
|
||||
error: {
|
||||
inValidGitHubUrl: 'अमान्य GitHub URL। कृपया निम्नलिखित प्रारूप में एक मान्य URL दर्ज करें: https://github.com/owner/repo',
|
||||
noReleasesFound: 'कोई रिलीज़ नहीं मिली। कृपया GitHub रिपॉजिटरी या इनपुट URL की जांच करें।',
|
||||
fetchReleasesError: 'रिलीज़ प्राप्त करने में असमर्थ। कृपया बाद में फिर से प्रयास करें।',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
mostPopular: 'सबसे लोकप्रिय',
|
||||
newlyReleased: 'नवीनतम जारी किया गया',
|
||||
firstReleased: 'पहली बार जारी किया गया',
|
||||
recentlyUpdated: 'हाल ही में अपडेट किया गया',
|
||||
},
|
||||
pluginsResult: '{{num}} परिणाम',
|
||||
empower: 'अपने एआई विकास को सशक्त बनाएं',
|
||||
noPluginFound: 'कोई प्लगइन नहीं मिला',
|
||||
viewMore: 'और देखें',
|
||||
moreFrom: 'मार्केटप्लेस से अधिक',
|
||||
and: 'और',
|
||||
difyMarketplace: 'डिफाई मार्केटप्लेस',
|
||||
sortBy: 'काला शहर',
|
||||
discover: 'खोजें',
|
||||
},
|
||||
task: {
|
||||
clearAll: 'सभी साफ करें',
|
||||
installing: '{{installingLength}} प्लगइन्स स्थापित कर रहे हैं, 0 पूरा हुआ।',
|
||||
installError: '{{errorLength}} प्लगइन्स स्थापित करने में विफल रहे, देखने के लिए क्लिक करें',
|
||||
installedError: '{{errorLength}} प्लगइन्स स्थापित करने में विफल रहे',
|
||||
installingWithError: '{{installingLength}} प्लगइन्स स्थापित कर रहे हैं, {{successLength}} सफल, {{errorLength}} विफल',
|
||||
installingWithSuccess: '{{installingLength}} प्लगइन्स स्थापित कर रहे हैं, {{successLength}} सफल।',
|
||||
},
|
||||
installFrom: 'से इंस्टॉल करें',
|
||||
fromMarketplace: 'मार्केटप्लेस से',
|
||||
searchPlugins: 'खोज प्लगइन्स',
|
||||
install: '{{num}} इंस्टॉलेशन',
|
||||
submitPlugin: 'प्लगइन सबमिट करें',
|
||||
allCategories: 'सभी श्रेणियाँ',
|
||||
search: 'खोज',
|
||||
searchTools: 'खोज उपकरण...',
|
||||
searchCategories: 'खोज श्रेणियाँ',
|
||||
installAction: 'स्थापित करें',
|
||||
searchInMarketplace: 'मार्केटप्लेस में खोजें',
|
||||
installPlugin: 'प्लगइन स्थापित करें',
|
||||
findMoreInMarketplace: 'मार्केटप्लेस में और खोजें',
|
||||
endpointsEnabled: '{{num}} एंडपॉइंट्स के सेट सक्षम किए गए',
|
||||
from: 'से',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
design: 'Disegno',
|
||||
education: 'Educazione',
|
||||
search: 'Ricerca',
|
||||
entertainment: 'Divertimento',
|
||||
agent: 'Agente',
|
||||
image: 'Immagine',
|
||||
weather: 'Tempo',
|
||||
business: 'Azienda',
|
||||
news: 'Notizie',
|
||||
other: 'Altro',
|
||||
travel: 'Viaggio',
|
||||
medical: 'Medico',
|
||||
utilities: 'Utilità',
|
||||
videos: 'Video',
|
||||
productivity: 'Produttività',
|
||||
finance: 'Finanza',
|
||||
social: 'Sociale',
|
||||
},
|
||||
searchTags: 'Cerca Tag',
|
||||
allTags: 'Tutti i tag',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
extensions: 'Estensioni',
|
||||
tools: 'Utensileria',
|
||||
agents: 'Strategie degli agenti',
|
||||
bundles: 'Pacchetti',
|
||||
models: 'Modelli',
|
||||
all: 'Tutto',
|
||||
},
|
||||
categorySingle: {
|
||||
bundle: 'Fascio',
|
||||
model: 'Modello',
|
||||
agent: 'Strategia dell\'agente',
|
||||
extension: 'Estensione',
|
||||
tool: 'Strumento',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
local: 'Installa dal file del pacchetto locale',
|
||||
github: 'Installa da GitHub',
|
||||
marketplace: 'Installa da Marketplace',
|
||||
},
|
||||
noInstalled: 'Nessun plug-in installato',
|
||||
notFound: 'Nessun plugin trovato',
|
||||
},
|
||||
source: {
|
||||
github: 'GitHub',
|
||||
local: 'File del pacchetto locale',
|
||||
marketplace: 'Mercato',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
github: 'Installato da Github',
|
||||
marketplace: 'Installato da Marketplace',
|
||||
local: 'Plugin locale',
|
||||
debugging: 'Plugin di debug',
|
||||
},
|
||||
operation: {
|
||||
detail: 'Dettagli',
|
||||
remove: 'Togliere',
|
||||
update: 'Aggiornare',
|
||||
install: 'Installare',
|
||||
viewDetail: 'vedi dettagli',
|
||||
checkUpdate: 'Controlla l\'aggiornamento',
|
||||
info: 'Informazioni sul plugin',
|
||||
},
|
||||
toolSelector: {
|
||||
paramsTip1: 'Controlla i parametri di inferenza LLM.',
|
||||
descriptionPlaceholder: 'Breve descrizione dello scopo dell\'utensile, ad es. ottenere la temperatura per una posizione specifica.',
|
||||
unsupportedTitle: 'Azione non supportata',
|
||||
uninstalledTitle: 'Strumento non installato',
|
||||
params: 'CONFIGURAZIONE DEL RAGIONAMENTO',
|
||||
uninstalledContent: 'Questo plugin viene installato dal repository locale/GitHub. Si prega di utilizzare dopo l\'installazione.',
|
||||
empty: 'Fare clic sul pulsante \'+\' per aggiungere strumenti. È possibile aggiungere più strumenti.',
|
||||
toolLabel: 'Strumento',
|
||||
unsupportedContent2: 'Fare clic per cambiare versione.',
|
||||
title: 'Aggiungi strumento',
|
||||
settings: 'IMPOSTAZIONI UTENTE',
|
||||
uninstalledLink: 'Gestisci nei plugin',
|
||||
placeholder: 'Seleziona uno strumento...',
|
||||
unsupportedContent: 'La versione del plug-in installata non fornisce questa azione.',
|
||||
descriptionLabel: 'Descrizione dell\'utensile',
|
||||
auto: 'Automatico',
|
||||
paramsTip2: 'Quando \'Automatico\' è disattivato, viene utilizzato il valore predefinito.',
|
||||
},
|
||||
modelNum: '{{num}} MODELLI INCLUSI',
|
||||
endpointModalTitle: 'Endpoint di configurazione',
|
||||
endpointsDocLink: 'Visualizza il documento',
|
||||
endpointDisableTip: 'Disabilita endpoint',
|
||||
switchVersion: 'Versione switch',
|
||||
configureTool: 'Strumento di configurazione',
|
||||
serviceOk: 'Servizio OK',
|
||||
disabled: 'Disabile',
|
||||
configureModel: 'Configura modello',
|
||||
endpointModalDesc: 'Una volta configurate, è possibile utilizzare le funzionalità fornite dal plug-in tramite endpoint API.',
|
||||
endpointDeleteContent: 'Vuoi rimuovere {{name}}?',
|
||||
strategyNum: '{{num}} {{strategia}} INCLUSO',
|
||||
endpoints: 'Endpoint',
|
||||
configureApp: 'Configura l\'app',
|
||||
endpointsTip: 'Questo plug-in fornisce funzionalità specifiche tramite endpoint ed è possibile configurare più set di endpoint per l\'area di lavoro corrente.',
|
||||
endpointDisableContent: 'Vorresti disabilitare {{name}}?',
|
||||
endpointDeleteTip: 'Rimuovi punto finale',
|
||||
endpointsEmpty: 'Fare clic sul pulsante \'+\' per aggiungere un punto finale',
|
||||
actionNum: '{{num}} {{azione}} INCLUSO',
|
||||
},
|
||||
debugInfo: {
|
||||
title: 'Debug',
|
||||
viewDocs: 'Visualizza documenti',
|
||||
},
|
||||
privilege: {
|
||||
whoCanDebug: 'Chi può eseguire il debug dei plugin?',
|
||||
admins: 'Amministratori',
|
||||
title: 'Preferenze del plugin',
|
||||
noone: 'Nessuno',
|
||||
everyone: 'Ciascuno',
|
||||
whoCanInstall: 'Chi può installare e gestire i plugin?',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
packageName: 'Pacco',
|
||||
release: 'Rilascio',
|
||||
repository: 'Deposito',
|
||||
title: 'Informazioni sul plugin',
|
||||
},
|
||||
action: {
|
||||
usedInApps: 'Questo plugin viene utilizzato nelle app {{num}}.',
|
||||
delete: 'Rimuovi plugin',
|
||||
pluginInfo: 'Informazioni sul plugin',
|
||||
checkForUpdates: 'Controlla gli aggiornamenti',
|
||||
deleteContentRight: 'plugin?',
|
||||
deleteContentLeft: 'Vorresti rimuovere',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
version: 'Versione',
|
||||
repository: 'Deposito',
|
||||
package: 'Pacco',
|
||||
},
|
||||
next: 'Prossimo',
|
||||
pluginLoadErrorDesc: 'Questo plugin non verrà installato',
|
||||
installComplete: 'Installazione completata',
|
||||
dropPluginToInstall: 'Rilascia qui il pacchetto del plug-in per installarlo',
|
||||
installedSuccessfully: 'Installazione riuscita',
|
||||
installedSuccessfullyDesc: 'Il plug-in è stato installato correttamente.',
|
||||
installPlugin: 'Installa il plugin',
|
||||
fromTrustSource: 'Assicurati di installare i plug-in solo da una <trustSource>fonte attendibile</trustSource>.',
|
||||
uploadFailed: 'Caricamento non riuscito',
|
||||
uploadingPackage: 'Caricamento di {{packageName}}...',
|
||||
pluginLoadError: 'Errore di caricamento del plugin',
|
||||
cancel: 'Annulla',
|
||||
readyToInstallPackage: 'Sto per installare il seguente plugin',
|
||||
installFailed: 'Installazione non riuscita',
|
||||
back: 'Indietro',
|
||||
close: 'Chiudere',
|
||||
installFailedDesc: 'Il plug-in è stato installato non riuscito.',
|
||||
readyToInstall: 'Sto per installare il seguente plugin',
|
||||
installing: 'Installazione...',
|
||||
install: 'Installare',
|
||||
readyToInstallPackages: 'Sto per installare i seguenti plugin {{num}}',
|
||||
},
|
||||
installFromGitHub: {
|
||||
installedSuccessfully: 'Installazione riuscita',
|
||||
selectPackagePlaceholder: 'Seleziona un pacchetto',
|
||||
installNote: 'Assicurati di installare i plug-in solo da una fonte attendibile.',
|
||||
updatePlugin: 'Aggiorna il plugin da GitHub',
|
||||
uploadFailed: 'Caricamento non riuscito',
|
||||
gitHubRepo: 'Repository GitHub',
|
||||
installPlugin: 'Installa il plugin da GitHub',
|
||||
installFailed: 'Installazione non riuscita',
|
||||
selectVersionPlaceholder: 'Seleziona una versione',
|
||||
selectPackage: 'Seleziona il pacchetto',
|
||||
selectVersion: 'Seleziona la versione',
|
||||
},
|
||||
upgrade: {
|
||||
upgrade: 'Installare',
|
||||
usedInApps: 'Utilizzato nelle app {{num}}',
|
||||
title: 'Installa il plugin',
|
||||
description: 'Sto per installare il seguente plugin',
|
||||
upgrading: 'Installazione...',
|
||||
successfulTitle: 'Installazione riuscita',
|
||||
close: 'Chiudere',
|
||||
},
|
||||
error: {
|
||||
fetchReleasesError: 'Impossibile recuperare le release. Riprova più tardi.',
|
||||
noReleasesFound: 'Nessuna pubblicazione trovata. Controlla il repository GitHub o l\'URL di input.',
|
||||
inValidGitHubUrl: 'URL GitHub non valido. Inserisci un URL valido nel formato: https://github.com/owner/repo',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
recentlyUpdated: 'Aggiornato di recente',
|
||||
firstReleased: 'Prima pubblicazione',
|
||||
newlyReleased: 'Appena uscito',
|
||||
mostPopular: 'I più popolari',
|
||||
},
|
||||
moreFrom: 'Altro da Marketplace',
|
||||
difyMarketplace: 'Mercato Dify',
|
||||
discover: 'Scoprire',
|
||||
pluginsResult: '{{num}} risultati',
|
||||
noPluginFound: 'Nessun plug-in trovato',
|
||||
empower: 'Potenzia lo sviluppo dell\'intelligenza artificiale',
|
||||
sortBy: 'Città nera',
|
||||
and: 'e',
|
||||
viewMore: 'Vedi di più',
|
||||
},
|
||||
task: {
|
||||
clearAll: 'Cancella tutto',
|
||||
installError: 'Impossibile installare i plugin {{errorLength}}, clicca per visualizzare',
|
||||
installing: 'Installazione dei plugin {{installingLength}}, 0 fatto.',
|
||||
installedError: 'Impossibile installare i plugin di {{errorLength}}',
|
||||
installingWithError: 'Installazione dei plugin {{installingLength}}, {{successLength}} successo, {{errorLength}} fallito',
|
||||
installingWithSuccess: 'Installazione dei plugin {{installingLength}}, {{successLength}} successo.',
|
||||
},
|
||||
searchInMarketplace: 'Cerca nel Marketplace',
|
||||
endpointsEnabled: '{{num}} set di endpoint abilitati',
|
||||
from: 'Da',
|
||||
installAction: 'Installare',
|
||||
allCategories: 'Tutte le categorie',
|
||||
fromMarketplace: 'Dal Marketplace',
|
||||
searchTools: 'Strumenti di ricerca...',
|
||||
searchCategories: 'Cerca Categorie',
|
||||
install: '{{num}} installazioni',
|
||||
findMoreInMarketplace: 'Scopri di più su Marketplace',
|
||||
installPlugin: 'Installa il plugin',
|
||||
submitPlugin: 'Invia plugin',
|
||||
searchPlugins: 'Plugin di ricerca',
|
||||
search: 'Ricerca',
|
||||
installFrom: 'INSTALLA DA',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
utilities: 'ユーティリティ',
|
||||
weather: '天気',
|
||||
education: '教育',
|
||||
design: 'デザイン',
|
||||
videos: 'ビデオ',
|
||||
search: '検索',
|
||||
finance: '金融',
|
||||
productivity: '生産性',
|
||||
image: '画像',
|
||||
entertainment: 'エンターテインメント',
|
||||
medical: '医療',
|
||||
social: '社会',
|
||||
news: 'ニュース',
|
||||
other: '他',
|
||||
agent: 'エージェント',
|
||||
business: 'ビジネス',
|
||||
travel: '旅行',
|
||||
},
|
||||
searchTags: '検索タグ',
|
||||
allTags: 'すべてのタグ',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
extensions: '拡張機能',
|
||||
all: 'すべて',
|
||||
tools: '道具',
|
||||
bundles: 'バンドル',
|
||||
agents: 'エージェント戦略',
|
||||
models: 'モデル',
|
||||
},
|
||||
categorySingle: {
|
||||
agent: 'エージェント戦略',
|
||||
model: 'モデル',
|
||||
bundle: 'バンドル',
|
||||
tool: '道具',
|
||||
extension: '拡張',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
local: 'ローカルパッケージファイルからインストール',
|
||||
github: 'GitHubからインストールする',
|
||||
marketplace: 'マーケットプレイスからインストール',
|
||||
},
|
||||
noInstalled: 'プラグインはインストールされていません',
|
||||
notFound: 'プラグインが見つかりませんでした',
|
||||
},
|
||||
source: {
|
||||
github: 'GitHub',
|
||||
local: 'ローカルパッケージファイル',
|
||||
marketplace: 'マーケットプレイス',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
marketplace: 'マーケットプレイスからインストールされました',
|
||||
local: 'ローカルプラグイン',
|
||||
debugging: 'デバッグプラグイン',
|
||||
github: 'Githubからインストールしました',
|
||||
},
|
||||
operation: {
|
||||
info: 'プラグイン情報',
|
||||
install: 'インストール',
|
||||
viewDetail: '詳細を見る',
|
||||
checkUpdate: '更新を確認する',
|
||||
update: '更新',
|
||||
detail: '詳細',
|
||||
remove: '削除',
|
||||
},
|
||||
toolSelector: {
|
||||
descriptionPlaceholder: 'ツールの目的の簡単な説明、例えば、特定の場所の温度を取得すること。',
|
||||
paramsTip2: '「自動」がオフのとき、デフォルト値が使用されます。',
|
||||
settings: 'ユーザー設定',
|
||||
unsupportedContent2: 'バージョンを切り替えるにはクリックしてください。',
|
||||
unsupportedContent: 'インストールされたプラグインのバージョンは、このアクションを提供していません。',
|
||||
title: 'ツールを追加',
|
||||
uninstalledContent: 'このプラグインはローカル/GitHubリポジトリからインストールされます。インストール後にご利用ください。',
|
||||
descriptionLabel: 'ツールの説明',
|
||||
auto: '自動',
|
||||
params: '推論設定',
|
||||
uninstalledLink: 'プラグインを管理する',
|
||||
placeholder: 'ツールを選択...',
|
||||
uninstalledTitle: 'ツールがインストールされていません',
|
||||
empty: 'ツールを追加するには「+」ボタンをクリックしてください。複数のツールを追加できます。',
|
||||
paramsTip1: 'LLM推論パラメータを制御します。',
|
||||
toolLabel: '道具',
|
||||
unsupportedTitle: 'サポートされていないアクション',
|
||||
},
|
||||
endpointDisableTip: 'エンドポイントを無効にする',
|
||||
endpointModalDesc: '設定が完了すると、APIエンドポイントを介してプラグインが提供する機能を使用できます。',
|
||||
endpointDisableContent: '{{name}}を無効にしますか?',
|
||||
endpointModalTitle: 'エンドポイントを設定する',
|
||||
endpointDeleteTip: 'エンドポイントを削除',
|
||||
modelNum: '{{num}} モデルが含まれています',
|
||||
serviceOk: 'サービスは正常です',
|
||||
disabled: '障害者',
|
||||
endpoints: 'エンドポイント',
|
||||
endpointsTip: 'このプラグインはエンドポイントを介して特定の機能を提供し、現在のワークスペースのために複数のエンドポイントセットを構成できます。',
|
||||
configureModel: 'モデルを設定する',
|
||||
configureTool: 'ツールを設定する',
|
||||
endpointsEmpty: 'エンドポイントを追加するには、\'+\'ボタンをクリックしてください',
|
||||
strategyNum: '{{num}} {{strategy}} が含まれています',
|
||||
configureApp: 'アプリを設定する',
|
||||
endpointDeleteContent: '{{name}}を削除しますか?',
|
||||
actionNum: '{{num}} {{action}} が含まれています',
|
||||
endpointsDocLink: '文書を表示する',
|
||||
switchVersion: 'スイッチ版',
|
||||
},
|
||||
debugInfo: {
|
||||
title: 'デバッグ',
|
||||
viewDocs: 'ドキュメントを見る',
|
||||
},
|
||||
privilege: {
|
||||
admins: '管理者',
|
||||
noone: '誰もいない',
|
||||
whoCanInstall: '誰がプラグインをインストールして管理できますか?',
|
||||
whoCanDebug: '誰がプラグインのデバッグを行うことができますか?',
|
||||
everyone: 'みんな',
|
||||
title: 'プラグインの設定',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
packageName: 'パッケージ',
|
||||
release: 'リリース',
|
||||
title: 'プラグイン情報',
|
||||
repository: 'リポジトリ',
|
||||
},
|
||||
action: {
|
||||
deleteContentRight: 'プラグイン?',
|
||||
usedInApps: 'このプラグインは{{num}}のアプリで使用されています。',
|
||||
delete: 'プラグインを削除する',
|
||||
pluginInfo: 'プラグイン情報',
|
||||
deleteContentLeft: '削除しますか',
|
||||
checkForUpdates: '更新を確認する',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
version: 'バージョン',
|
||||
package: 'パッケージ',
|
||||
repository: 'リポジトリ',
|
||||
},
|
||||
cancel: 'キャンセル',
|
||||
installing: 'インストール中...',
|
||||
installedSuccessfully: 'インストールに成功しました',
|
||||
installFailedDesc: 'プラグインのインストールに失敗しました。',
|
||||
fromTrustSource: '信頼できるソースからのみプラグインをインストールするようにしてください。',
|
||||
installedSuccessfullyDesc: 'プラグインは正常にインストールされました。',
|
||||
installFailed: 'インストールに失敗しました',
|
||||
readyToInstallPackage: '次のプラグインをインストールしようとしています',
|
||||
uploadFailed: 'アップロードに失敗しました',
|
||||
pluginLoadErrorDesc: 'このプラグインはインストールされません',
|
||||
installComplete: 'インストール完了',
|
||||
next: '次',
|
||||
readyToInstall: '次のプラグインをインストールしようとしています',
|
||||
pluginLoadError: 'プラグインの読み込みエラー',
|
||||
readyToInstallPackages: '次の{{num}}プラグインをインストールしようとしています',
|
||||
close: '閉じる',
|
||||
install: 'インストール',
|
||||
dropPluginToInstall: 'プラグインパッケージをここにドロップしてインストールします',
|
||||
installPlugin: 'プラグインをインストールする',
|
||||
back: 'バック',
|
||||
uploadingPackage: '{{packageName}}をアップロード中...',
|
||||
},
|
||||
installFromGitHub: {
|
||||
installedSuccessfully: 'インストールに成功しました',
|
||||
installNote: '信頼できるソースからのみプラグインをインストールするようにしてください。',
|
||||
updatePlugin: 'GitHubからプラグインを更新する',
|
||||
selectPackage: 'パッケージを選択',
|
||||
installFailed: 'インストールに失敗しました',
|
||||
selectPackagePlaceholder: 'パッケージを選択してください',
|
||||
gitHubRepo: 'GitHubリポジトリ',
|
||||
selectVersionPlaceholder: 'バージョンを選択してください',
|
||||
uploadFailed: 'アップロードに失敗しました',
|
||||
selectVersion: 'バージョンを選択',
|
||||
installPlugin: 'GitHubからプラグインをインストールする',
|
||||
},
|
||||
upgrade: {
|
||||
title: 'プラグインをインストールする',
|
||||
close: '閉じる',
|
||||
upgrading: 'インストール中...',
|
||||
description: '次のプラグインをインストールしようとしています',
|
||||
successfulTitle: 'インストールに成功しました',
|
||||
usedInApps: '{{num}}のアプリで使用されています',
|
||||
upgrade: 'インストール',
|
||||
},
|
||||
error: {
|
||||
fetchReleasesError: 'リリースを取得できませんでした。後でもう一度お試しください。',
|
||||
inValidGitHubUrl: '無効なGitHub URLです。有効なURLを次の形式で入力してください: https://github.com/owner/repo',
|
||||
noReleasesFound: 'リリースは見つかりませんでした。GitHubリポジトリまたは入力URLを確認してください。',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
mostPopular: '最も人気のある',
|
||||
recentlyUpdated: '最近更新されました',
|
||||
newlyReleased: '新発売',
|
||||
firstReleased: '最初にリリースされた',
|
||||
},
|
||||
sortBy: '黒い街',
|
||||
and: 'と',
|
||||
pluginsResult: '{{num}} 件の結果',
|
||||
noPluginFound: 'プラグインが見つかりませんでした',
|
||||
moreFrom: 'マーケットプレイスからのさらなる情報',
|
||||
difyMarketplace: 'Difyマーケットプレイス',
|
||||
viewMore: 'もっと見る',
|
||||
discover: '発見する',
|
||||
empower: 'AI開発を強化する',
|
||||
},
|
||||
task: {
|
||||
installError: '{{errorLength}} プラグインのインストールに失敗しました。表示するにはクリックしてください。',
|
||||
installingWithSuccess: '{{installingLength}}個のプラグインをインストール中、{{successLength}}個成功しました。',
|
||||
clearAll: 'すべてクリア',
|
||||
installedError: '{{errorLength}} プラグインのインストールに失敗しました',
|
||||
installingWithError: '{{installingLength}}個のプラグインをインストール中、{{successLength}}件成功、{{errorLength}}件失敗',
|
||||
installing: '{{installingLength}}個のプラグインをインストール中、0個完了。',
|
||||
},
|
||||
from: 'から',
|
||||
install: '{{num}} インストール',
|
||||
installAction: 'インストール',
|
||||
installFrom: 'インストール元',
|
||||
searchPlugins: '検索プラグイン',
|
||||
search: '検索',
|
||||
endpointsEnabled: '{{num}} セットのエンドポイントが有効になりました',
|
||||
findMoreInMarketplace: 'マーケットプレイスでさらに見つけてください',
|
||||
fromMarketplace: 'マーケットプレイスから',
|
||||
searchCategories: '検索カテゴリ',
|
||||
allCategories: 'すべてのカテゴリ',
|
||||
searchTools: '検索ツール...',
|
||||
installPlugin: 'プラグインをインストールする',
|
||||
searchInMarketplace: 'マーケットプレイスで検索',
|
||||
submitPlugin: 'プラグインを提出する',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
social: '사회적인',
|
||||
finance: '금융',
|
||||
travel: '여행하다',
|
||||
search: '검색',
|
||||
entertainment: '오락',
|
||||
utilities: '유틸리티',
|
||||
productivity: '생산력',
|
||||
weather: '날씨',
|
||||
other: '다른',
|
||||
videos: '동영상',
|
||||
news: '소식',
|
||||
medical: '내과의',
|
||||
education: '교육',
|
||||
image: '이미지',
|
||||
design: '디자인',
|
||||
business: '사업',
|
||||
agent: '대리인',
|
||||
},
|
||||
allTags: '모든 태그',
|
||||
searchTags: '검색 태그',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
agents: '에이전트 전략',
|
||||
models: '모델',
|
||||
all: '모두',
|
||||
extensions: '확장',
|
||||
tools: '도구',
|
||||
bundles: '번들',
|
||||
},
|
||||
categorySingle: {
|
||||
extension: '확장',
|
||||
tool: '도구',
|
||||
agent: '에이전트 전략',
|
||||
bundle: '보따리',
|
||||
model: '모델',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: '마켓플레이스에서 설치',
|
||||
local: '로컬 패키지 파일에서 설치',
|
||||
github: 'GitHub에서 설치',
|
||||
},
|
||||
noInstalled: '설치된 플러그인이 없습니다.',
|
||||
notFound: '플러그인을 찾을 수 없습니다.',
|
||||
},
|
||||
source: {
|
||||
local: '로컬 패키지 파일',
|
||||
marketplace: '시장',
|
||||
github: '깃허브',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
marketplace: '마켓플레이스에서 설치됨',
|
||||
debugging: '디버깅 플러그인',
|
||||
github: 'Github에서 설치됨',
|
||||
local: '로컬 플러그인',
|
||||
},
|
||||
operation: {
|
||||
detail: '세부 정보',
|
||||
install: '설치하다',
|
||||
viewDetail: '자세히보기',
|
||||
info: '플러그인 정보',
|
||||
update: '업데이트',
|
||||
remove: '제거하다',
|
||||
checkUpdate: '업데이트 확인',
|
||||
},
|
||||
toolSelector: {
|
||||
empty: '\'+\' 버튼을 클릭하여 도구를 추가합니다. 여러 도구를 추가할 수 있습니다.',
|
||||
descriptionLabel: '도구 설명',
|
||||
uninstalledContent: '이 플러그인은 로컬/GitHub 저장소에서 설치됩니다. 설치 후 사용하십시오.',
|
||||
params: '추론 구성',
|
||||
paramsTip1: 'LLM 추론 파라미터를 제어합니다.',
|
||||
uninstalledLink: '플러그인에서 관리',
|
||||
unsupportedTitle: '지원되지 않는 작업',
|
||||
auto: '자동 번역',
|
||||
settings: '사용자 설정',
|
||||
unsupportedContent2: '버전을 전환하려면 클릭합니다.',
|
||||
uninstalledTitle: '도구가 설치되지 않음',
|
||||
descriptionPlaceholder: '도구의 용도에 대한 간략한 설명(예: 특정 위치의 온도 가져오기).',
|
||||
title: '추가 도구',
|
||||
toolLabel: '도구',
|
||||
placeholder: '도구 선택...',
|
||||
paramsTip2: '\'자동\'이 꺼져 있으면 기본값이 사용됩니다.',
|
||||
unsupportedContent: '설치된 플러그인 버전은 이 작업을 제공하지 않습니다.',
|
||||
},
|
||||
configureApp: '앱 구성',
|
||||
strategyNum: '{{번호}} {{전략}} 포함',
|
||||
endpointModalDesc: '구성이 완료되면 API 엔드포인트를 통해 플러그인에서 제공하는 기능을 사용할 수 있습니다.',
|
||||
actionNum: '{{번호}} {{행동}} 포함',
|
||||
endpointDeleteTip: '엔드포인트 제거',
|
||||
modelNum: '{{번호}} 포함 된 모델',
|
||||
configureModel: '모델 구성',
|
||||
configureTool: '구성 도구',
|
||||
switchVersion: '스위치 버전',
|
||||
endpointsEmpty: '\'+\' 버튼을 클릭하여 엔드포인트를 추가합니다.',
|
||||
endpointModalTitle: '엔드포인트 설정',
|
||||
endpointsTip: '이 플러그인은 엔드포인트를 통해 특정 기능을 제공하며 현재 작업 공간에 대해 여러 엔드포인트 세트를 구성할 수 있습니다.',
|
||||
endpointDisableContent: '{{name}}을 비활성화하시겠습니까?',
|
||||
endpointDeleteContent: '{{name}}을 제거하시겠습니까?',
|
||||
disabled: '비활성화',
|
||||
endpointsDocLink: '문서 보기',
|
||||
endpoints: '끝점',
|
||||
serviceOk: '서비스 정상',
|
||||
endpointDisableTip: '엔드포인트 비활성화',
|
||||
},
|
||||
debugInfo: {
|
||||
title: '디버깅',
|
||||
viewDocs: '문서 보기',
|
||||
},
|
||||
privilege: {
|
||||
admins: '관리자',
|
||||
title: '플러그인 기본 설정',
|
||||
whoCanDebug: '누가 플러그인을 디버깅할 수 있나요?',
|
||||
noone: '아무도 없어',
|
||||
everyone: '모두',
|
||||
whoCanInstall: '누가 플러그인을 설치하고 관리할 수 있습니까?',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
packageName: '패키지',
|
||||
repository: '저장소',
|
||||
title: '플러그인 정보',
|
||||
release: '석방',
|
||||
},
|
||||
action: {
|
||||
deleteContentRight: '플러그인?',
|
||||
usedInApps: '이 플러그인은 {{num}}개의 앱에서 사용되고 있습니다.',
|
||||
pluginInfo: '플러그인 정보',
|
||||
checkForUpdates: '업데이트 확인',
|
||||
deleteContentLeft: '제거하시겠습니까?',
|
||||
delete: '플러그인 제거',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
package: '패키지',
|
||||
repository: '저장소',
|
||||
version: '버전',
|
||||
},
|
||||
back: '뒤로',
|
||||
readyToInstallPackage: '다음 플러그인을 설치하려고 합니다.',
|
||||
close: '닫다',
|
||||
fromTrustSource: '<trustSource>신뢰할 수 있는 출처</trustSource>의 플러그인만 설치하도록 하세요.',
|
||||
readyToInstall: '다음 플러그인을 설치하려고 합니다.',
|
||||
uploadFailed: '업로드 실패',
|
||||
installPlugin: '플러그인 설치',
|
||||
pluginLoadErrorDesc: '이 플러그인은 설치되지 않습니다.',
|
||||
installedSuccessfully: '설치 성공',
|
||||
installedSuccessfullyDesc: '플러그인이 성공적으로 설치되었습니다.',
|
||||
installing: '설치...',
|
||||
pluginLoadError: '플러그인 로드 오류',
|
||||
installFailedDesc: '플러그인이 설치되지 않았습니다.',
|
||||
installFailed: '설치 실패',
|
||||
next: '다음',
|
||||
installComplete: '설치 완료',
|
||||
install: '설치하다',
|
||||
readyToInstallPackages: '다음 {{num}} 플러그인을 설치하려고 합니다.',
|
||||
uploadingPackage: '{{packageName}} 업로드 중...',
|
||||
dropPluginToInstall: '플러그인 패키지를 여기에 놓아 설치하십시오.',
|
||||
cancel: '취소',
|
||||
},
|
||||
installFromGitHub: {
|
||||
uploadFailed: '업로드 실패',
|
||||
selectVersionPlaceholder: '버전을 선택하세요.',
|
||||
installPlugin: 'GitHub에서 플러그인 설치',
|
||||
installFailed: '설치 실패',
|
||||
updatePlugin: 'GitHub에서 플러그인 업데이트',
|
||||
selectPackage: '패키지 선택',
|
||||
gitHubRepo: 'GitHub 리포지토리',
|
||||
selectPackagePlaceholder: '패키지를 선택하세요.',
|
||||
installedSuccessfully: '설치 성공',
|
||||
selectVersion: '버전 선택',
|
||||
installNote: '신뢰할 수 있는 출처의 플러그인만 설치하도록 하세요.',
|
||||
},
|
||||
upgrade: {
|
||||
usedInApps: '{{num}}개의 앱에서 사용됨',
|
||||
description: '다음 플러그인을 설치하려고 합니다.',
|
||||
successfulTitle: '설치 성공',
|
||||
upgrade: '설치하다',
|
||||
upgrading: '설치...',
|
||||
close: '닫다',
|
||||
title: '플러그인 설치',
|
||||
},
|
||||
error: {
|
||||
noReleasesFound: '릴리스를 찾을 수 없습니다. GitHub 리포지토리 또는 입력 URL을 확인하세요.',
|
||||
fetchReleasesError: '릴리스를 검색할 수 없습니다. 나중에 다시 시도하십시오.',
|
||||
inValidGitHubUrl: '잘못된 GitHub URL입니다. 유효한 URL을 https://github.com/owner/repo 형식으로 입력하십시오.',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
recentlyUpdated: '최근 업데이트',
|
||||
firstReleased: '첫 출시',
|
||||
newlyReleased: '새로 출시 된',
|
||||
mostPopular: '가장 인기 있는',
|
||||
},
|
||||
noPluginFound: '플러그인을 찾을 수 없습니다.',
|
||||
empower: 'AI 개발 역량 강화',
|
||||
viewMore: '더보기',
|
||||
difyMarketplace: 'Dify 마켓플레이스',
|
||||
pluginsResult: '{{num}} 결과',
|
||||
discover: '발견하다',
|
||||
moreFrom: 'Marketplace에서 더 보기',
|
||||
sortBy: '블랙 시티',
|
||||
and: '그리고',
|
||||
},
|
||||
task: {
|
||||
installingWithSuccess: '{{installingLength}} 플러그인 설치, {{successLength}} 성공.',
|
||||
installedError: '{{errorLength}} 플러그인 설치 실패',
|
||||
installing: '{{installingLength}} 플러그인 설치, 0 완료.',
|
||||
installingWithError: '{{installingLength}} 플러그인 설치, {{successLength}} 성공, {{errorLength}} 실패',
|
||||
installError: '{{errorLength}} 플러그인 설치 실패, 보려면 클릭하십시오.',
|
||||
clearAll: '모두 지우기',
|
||||
},
|
||||
installAction: '설치하다',
|
||||
searchTools: '검색 도구...',
|
||||
installPlugin: '플러그인 설치',
|
||||
endpointsEnabled: '{{num}}개의 엔드포인트 집합이 활성화되었습니다.',
|
||||
installFrom: '에서 설치',
|
||||
allCategories: '모든 카테고리',
|
||||
submitPlugin: '제출 플러그인',
|
||||
findMoreInMarketplace: 'Marketplace에서 더 알아보기',
|
||||
searchCategories: '검색 카테고리',
|
||||
search: '검색',
|
||||
searchInMarketplace: 'Marketplace에서 검색',
|
||||
from: '보낸 사람',
|
||||
searchPlugins: '검색 플러그인',
|
||||
install: '{{num}} 설치',
|
||||
fromMarketplace: 'Marketplace에서',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
business: 'Biznes',
|
||||
weather: 'Pogoda',
|
||||
entertainment: 'Rozrywka',
|
||||
education: 'Edukacja',
|
||||
agent: 'Agent',
|
||||
videos: 'Filmy',
|
||||
utilities: 'Narzędzia',
|
||||
image: 'Obraz',
|
||||
other: 'Inny',
|
||||
news: 'Wiadomości',
|
||||
social: 'Społeczny',
|
||||
medical: 'Medyczny',
|
||||
search: 'Szukać',
|
||||
productivity: 'Produktywność',
|
||||
travel: 'Podróż',
|
||||
design: 'Projekt',
|
||||
finance: 'Finanse',
|
||||
},
|
||||
searchTags: 'Szukaj tagów',
|
||||
allTags: 'Wszystkie tagi',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
extensions: 'Rozszerzenia',
|
||||
agents: 'Strategie agentów',
|
||||
bundles: 'Wiązki',
|
||||
all: 'Cały',
|
||||
tools: 'Narzędzia',
|
||||
models: 'Modele',
|
||||
},
|
||||
categorySingle: {
|
||||
model: 'Model',
|
||||
extension: 'Rozszerzenie',
|
||||
bundle: 'Pakiet',
|
||||
agent: 'Strategia agenta',
|
||||
tool: 'Narzędzie',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'Instalowanie z Marketplace',
|
||||
github: 'Instalowanie z usługi GitHub',
|
||||
local: 'Zainstaluj z lokalnego pliku pakietu',
|
||||
},
|
||||
notFound: 'Nie znaleziono wtyczek',
|
||||
noInstalled: 'Brak zainstalowanych wtyczek',
|
||||
},
|
||||
source: {
|
||||
github: 'Usługa GitHub',
|
||||
local: 'Lokalny plik pakietu',
|
||||
marketplace: 'Rynek',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
local: 'Wtyczka lokalna',
|
||||
github: 'Zainstalowany z Github',
|
||||
marketplace: 'Zainstalowano z witryny Marketplace',
|
||||
debugging: 'Wtyczka do debugowania',
|
||||
},
|
||||
operation: {
|
||||
remove: 'Usunąć',
|
||||
checkUpdate: 'Sprawdź aktualizację',
|
||||
detail: 'Szczegóły',
|
||||
update: 'Aktualizacja',
|
||||
install: 'Instalować',
|
||||
viewDetail: 'Pokaż szczegóły',
|
||||
info: 'Informacje o wtyczce',
|
||||
},
|
||||
toolSelector: {
|
||||
unsupportedContent2: 'Kliknij, aby zmienić wersję.',
|
||||
uninstalledLink: 'Zarządzanie we wtyczkach',
|
||||
placeholder: 'Wybierz narzędzie...',
|
||||
paramsTip1: 'Steruje parametrami wnioskowania LLM.',
|
||||
unsupportedContent: 'Zainstalowana wersja wtyczki nie zapewnia tej akcji.',
|
||||
params: 'KONFIGURACJA ROZUMOWANIA',
|
||||
auto: 'Automatyczne',
|
||||
empty: 'Kliknij przycisk "+", aby dodać narzędzia. Możesz dodać wiele narzędzi.',
|
||||
descriptionLabel: 'Opis narzędzia',
|
||||
title: 'Dodaj narzędzie',
|
||||
descriptionPlaceholder: 'Krótki opis przeznaczenia narzędzia, np. zmierzenie temperatury dla konkretnej lokalizacji.',
|
||||
settings: 'USTAWIENIA UŻYTKOWNIKA',
|
||||
uninstalledContent: 'Ta wtyczka jest instalowana z repozytorium lokalnego/GitHub. Proszę użyć po instalacji.',
|
||||
unsupportedTitle: 'Nieobsługiwana akcja',
|
||||
uninstalledTitle: 'Narzędzie nie jest zainstalowane',
|
||||
paramsTip2: 'Gdy opcja "Automatycznie" jest wyłączona, używana jest wartość domyślna.',
|
||||
toolLabel: 'Narzędzie',
|
||||
},
|
||||
strategyNum: '{{liczba}} {{strategia}} ZAWARTE',
|
||||
endpointsEmpty: 'Kliknij przycisk "+", aby dodać punkt końcowy',
|
||||
endpointDisableTip: 'Wyłącz punkt końcowy',
|
||||
endpoints: 'Punkty końcowe',
|
||||
disabled: 'Niepełnosprawny',
|
||||
endpointModalTitle: 'Punkt końcowy konfiguracji',
|
||||
endpointsDocLink: 'Wyświetlanie dokumentu',
|
||||
endpointDeleteTip: 'Usuń punkt końcowy',
|
||||
actionNum: '{{liczba}} {{akcja}} ZAWARTE',
|
||||
configureTool: 'Narzędzie konfiguracji',
|
||||
configureModel: 'Konfiguracja modelu',
|
||||
switchVersion: 'Wersja przełącznika',
|
||||
serviceOk: 'Serwis OK',
|
||||
configureApp: 'Konfiguracja aplikacji',
|
||||
endpointModalDesc: 'Po skonfigurowaniu można korzystać z funkcji dostarczanych przez wtyczkę za pośrednictwem punktów końcowych API.',
|
||||
endpointDisableContent: 'Czy chcesz wyłączyć {{name}}?',
|
||||
endpointDeleteContent: 'Czy chcesz usunąć {{name}}?',
|
||||
endpointsTip: 'Ta wtyczka zapewnia określone funkcje za pośrednictwem punktów końcowych i można skonfigurować wiele zestawów punktów końcowych dla bieżącego obszaru roboczego.',
|
||||
modelNum: '{{liczba}} MODELE W ZESTAWIE',
|
||||
},
|
||||
debugInfo: {
|
||||
viewDocs: 'Wyświetlanie dokumentów',
|
||||
title: 'Debugowanie',
|
||||
},
|
||||
privilege: {
|
||||
everyone: 'Każdy',
|
||||
whoCanDebug: 'Kto może debugować wtyczki?',
|
||||
admins: 'Administratorzy',
|
||||
noone: 'Nikt',
|
||||
whoCanInstall: 'Kto może instalować wtyczki i nimi zarządzać?',
|
||||
title: 'Preferencje wtyczek',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
packageName: 'Pakiet',
|
||||
title: 'Informacje o wtyczce',
|
||||
release: 'Zwolnić',
|
||||
repository: 'Repozytorium',
|
||||
},
|
||||
action: {
|
||||
deleteContentLeft: 'Czy chcesz usunąć',
|
||||
delete: 'Usuń wtyczkę',
|
||||
pluginInfo: 'Informacje o wtyczce',
|
||||
checkForUpdates: 'Sprawdź dostępność aktualizacji',
|
||||
usedInApps: 'Ta wtyczka jest używana w aplikacjach {{num}}.',
|
||||
deleteContentRight: 'wtyczka?',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
package: 'Pakiet',
|
||||
repository: 'Repozytorium',
|
||||
version: 'Wersja',
|
||||
},
|
||||
installPlugin: 'Zainstaluj wtyczkę',
|
||||
install: 'Instalować',
|
||||
installFailedDesc: 'Instalacja wtyczki nie powiodła się.',
|
||||
installedSuccessfullyDesc: 'Wtyczka została pomyślnie zainstalowana.',
|
||||
back: 'Wstecz',
|
||||
readyToInstallPackages: 'Informacje o instalacji następujących wtyczek {{num}}',
|
||||
cancel: 'Anuluj',
|
||||
pluginLoadError: 'Błąd ładowania wtyczki',
|
||||
installing: 'Instalowanie...',
|
||||
installFailed: 'Instalacja nie powiodła się',
|
||||
installComplete: 'Instalacja zakończona',
|
||||
readyToInstall: 'Informacje o instalacji następującej wtyczki',
|
||||
dropPluginToInstall: 'Upuść pakiet wtyczek tutaj, aby zainstalować',
|
||||
uploadFailed: 'Przekazywanie nie powiodło się',
|
||||
next: 'Następny',
|
||||
fromTrustSource: 'Upewnij się, że instalujesz wtyczki tylko z <trustSource>zaufanego źródła</trustSource>.',
|
||||
pluginLoadErrorDesc: 'Ta wtyczka nie zostanie zainstalowana',
|
||||
close: 'Zamykać',
|
||||
readyToInstallPackage: 'Informacje o instalacji następującej wtyczki',
|
||||
uploadingPackage: 'Przesyłanie {{packageName}}...',
|
||||
installedSuccessfully: 'Instalacja powiodła się',
|
||||
},
|
||||
installFromGitHub: {
|
||||
installPlugin: 'Zainstaluj wtyczkę z GitHub',
|
||||
selectVersionPlaceholder: 'Proszę wybrać wersję',
|
||||
gitHubRepo: 'Repozytorium GitHub',
|
||||
uploadFailed: 'Przekazywanie nie powiodło się',
|
||||
selectVersion: 'Wybierz wersję',
|
||||
installFailed: 'Instalacja nie powiodła się',
|
||||
updatePlugin: 'Zaktualizuj wtyczkę z GitHub',
|
||||
selectPackagePlaceholder: 'Proszę wybrać pakiet',
|
||||
selectPackage: 'Wybierz pakiet',
|
||||
installedSuccessfully: 'Instalacja powiodła się',
|
||||
installNote: 'Upewnij się, że instalujesz wtyczki tylko z zaufanego źródła.',
|
||||
},
|
||||
upgrade: {
|
||||
successfulTitle: 'Instalacja powiodła się',
|
||||
description: 'Informacje o instalacji następującej wtyczki',
|
||||
close: 'Zamykać',
|
||||
upgrade: 'Instalować',
|
||||
title: 'Zainstaluj wtyczkę',
|
||||
upgrading: 'Instalowanie...',
|
||||
usedInApps: 'Używane w aplikacjach {{num}}',
|
||||
},
|
||||
error: {
|
||||
inValidGitHubUrl: 'Nieprawidłowy adres URL usługi GitHub. Podaj prawidłowy adres URL w formacie: https://github.com/owner/repo',
|
||||
noReleasesFound: 'Nie znaleziono wydań. Sprawdź repozytorium GitHub lub wejściowy adres URL.',
|
||||
fetchReleasesError: 'Nie można pobrać wydań. Spróbuj ponownie później.',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
newlyReleased: 'Nowo wydany',
|
||||
firstReleased: 'Po raz pierwszy wydany',
|
||||
recentlyUpdated: 'Ostatnio zaktualizowane',
|
||||
mostPopular: 'Najpopularniejsze',
|
||||
},
|
||||
sortBy: 'Czarne miasto',
|
||||
discover: 'Odkryć',
|
||||
moreFrom: 'Więcej z Marketplace',
|
||||
empower: 'Zwiększ możliwości rozwoju sztucznej inteligencji',
|
||||
viewMore: 'Zobacz więcej',
|
||||
and: 'i',
|
||||
difyMarketplace: 'Rynek Dify',
|
||||
noPluginFound: 'Nie znaleziono wtyczki',
|
||||
pluginsResult: '{{num}} wyniki',
|
||||
},
|
||||
task: {
|
||||
installError: 'Nie udało się zainstalować wtyczek {{errorLength}}, kliknij, aby wyświetlić',
|
||||
installedError: 'Nie udało się zainstalować wtyczek {{errorLength}}',
|
||||
installing: 'Instalowanie wtyczek {{installingLength}}, 0 gotowe.',
|
||||
installingWithSuccess: 'Instalacja wtyczek {{installingLength}}, {{successLength}} powodzenie.',
|
||||
clearAll: 'Wyczyść wszystko',
|
||||
installingWithError: 'Instalacja wtyczek {{installingLength}}, {{successLength}} powodzenie, {{errorLength}} niepowodzenie',
|
||||
},
|
||||
search: 'Szukać',
|
||||
installFrom: 'ZAINSTALUJ Z',
|
||||
searchCategories: 'Kategorie wyszukiwania',
|
||||
allCategories: 'Wszystkie kategorie',
|
||||
findMoreInMarketplace: 'Więcej informacji w Marketplace',
|
||||
searchInMarketplace: 'Wyszukiwanie w Marketplace',
|
||||
endpointsEnabled: '{{num}} włączone zestawy punktów końcowych',
|
||||
install: '{{num}} instalacji',
|
||||
installAction: 'Instalować',
|
||||
installPlugin: 'Zainstaluj wtyczkę',
|
||||
from: 'Z',
|
||||
fromMarketplace: 'Z Marketplace',
|
||||
searchPlugins: 'Wtyczki wyszukiwania',
|
||||
searchTools: 'Narzędzia wyszukiwania...',
|
||||
submitPlugin: 'Prześlij wtyczkę',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
other: 'Outro',
|
||||
medical: 'Médico',
|
||||
videos: 'Vídeos',
|
||||
productivity: 'Produtividade',
|
||||
utilities: 'Utilidades',
|
||||
social: 'Social',
|
||||
finance: 'Financiar',
|
||||
image: 'Imagem',
|
||||
education: 'Educação',
|
||||
design: 'Projetar',
|
||||
business: 'Negócio',
|
||||
weather: 'Tempo',
|
||||
news: 'Notícia',
|
||||
agent: 'Agente',
|
||||
entertainment: 'Entretenimento',
|
||||
search: 'Procurar',
|
||||
travel: 'Viajar',
|
||||
},
|
||||
allTags: 'Todas as tags',
|
||||
searchTags: 'Tags de pesquisa',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
extensions: 'Extensões',
|
||||
all: 'Todo',
|
||||
bundles: 'Pacotes',
|
||||
models: 'Modelos',
|
||||
agents: 'Estratégias do agente',
|
||||
tools: 'Ferramentas',
|
||||
},
|
||||
categorySingle: {
|
||||
model: 'Modelo',
|
||||
bundle: 'Pacote',
|
||||
agent: 'Estratégia do agente',
|
||||
extension: 'Extensão',
|
||||
tool: 'Ferramenta',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'Instalar do Marketplace',
|
||||
github: 'Instalar do GitHub',
|
||||
local: 'Instalar a partir do arquivo de pacote local',
|
||||
},
|
||||
noInstalled: 'Nenhum plug-in instalado',
|
||||
notFound: 'Nenhum plugin encontrado',
|
||||
},
|
||||
source: {
|
||||
local: 'Arquivo de pacote local',
|
||||
github: 'GitHub',
|
||||
marketplace: 'Mercado',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
debugging: 'Plugin de depuração',
|
||||
marketplace: 'Instalado do Marketplace',
|
||||
local: 'Plug-in local',
|
||||
github: 'Instalado a partir do Github',
|
||||
},
|
||||
operation: {
|
||||
checkUpdate: 'Verifique a atualização',
|
||||
install: 'Instalar',
|
||||
update: 'Atualização',
|
||||
info: 'Informações do plugin',
|
||||
detail: 'Detalhes',
|
||||
remove: 'Retirar',
|
||||
viewDetail: 'Ver detalhes',
|
||||
},
|
||||
toolSelector: {
|
||||
uninstalledLink: 'Gerenciar em plug-ins',
|
||||
unsupportedContent2: 'Clique para mudar de versão.',
|
||||
auto: 'Automático',
|
||||
title: 'Adicionar ferramenta',
|
||||
params: 'CONFIGURAÇÃO DE RACIOCÍNIO',
|
||||
toolLabel: 'Ferramenta',
|
||||
paramsTip1: 'Controla os parâmetros de inferência do LLM.',
|
||||
descriptionLabel: 'Descrição da ferramenta',
|
||||
uninstalledContent: 'Este plug-in é instalado a partir do repositório local/GitHub. Por favor, use após a instalação.',
|
||||
paramsTip2: 'Quando \'Automático\' está desativado, o valor padrão é usado.',
|
||||
placeholder: 'Selecione uma ferramenta...',
|
||||
empty: 'Clique no botão \'+\' para adicionar ferramentas. Você pode adicionar várias ferramentas.',
|
||||
settings: 'CONFIGURAÇÕES DO USUÁRIO',
|
||||
unsupportedContent: 'A versão do plug-in instalada não fornece essa ação.',
|
||||
descriptionPlaceholder: 'Breve descrição da finalidade da ferramenta, por exemplo, obter a temperatura para um local específico.',
|
||||
uninstalledTitle: 'Ferramenta não instalada',
|
||||
unsupportedTitle: 'Ação sem suporte',
|
||||
},
|
||||
serviceOk: 'Serviço OK',
|
||||
endpointsTip: 'Este plug-in fornece funcionalidades específicas por meio de endpoints e você pode configurar vários conjuntos de endpoints para o workspace atual.',
|
||||
strategyNum: '{{num}} {{estratégia}} INCLUSO',
|
||||
endpointDisableContent: 'Gostaria de desativar {{name}}?',
|
||||
endpointDeleteContent: 'Gostaria de remover {{name}}?',
|
||||
endpointsEmpty: 'Clique no botão \'+\' para adicionar um endpoint',
|
||||
configureModel: 'Configurar modelo',
|
||||
endpointModalDesc: 'Uma vez configurados, os recursos fornecidos pelo plug-in por meio de endpoints de API podem ser usados.',
|
||||
endpointDeleteTip: 'Remover endpoint',
|
||||
endpointDisableTip: 'Desativar ponto de extremidade',
|
||||
modelNum: '{{num}} MODELOS INCLUÍDOS',
|
||||
actionNum: '{{num}} {{ação}} INCLUSO',
|
||||
switchVersion: 'Versão do Switch',
|
||||
endpoints: 'Extremidade',
|
||||
disabled: 'Desactivado',
|
||||
configureApp: 'Configurar aplicativo',
|
||||
configureTool: 'Ferramenta de configuração',
|
||||
endpointsDocLink: 'Veja o documento',
|
||||
endpointModalTitle: 'Ponto de extremidade de configuração',
|
||||
},
|
||||
debugInfo: {
|
||||
title: 'Depuração',
|
||||
viewDocs: 'Ver documentos',
|
||||
},
|
||||
privilege: {
|
||||
whoCanInstall: 'Quem pode instalar e gerenciar plugins?',
|
||||
admins: 'Administradores',
|
||||
noone: 'Ninguém',
|
||||
whoCanDebug: 'Quem pode depurar plugins?',
|
||||
title: 'Preferências de plug-ins',
|
||||
everyone: 'Todos',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
repository: 'Repositório',
|
||||
title: 'Informações do plugin',
|
||||
packageName: 'Pacote',
|
||||
release: 'Soltar',
|
||||
},
|
||||
action: {
|
||||
deleteContentLeft: 'Gostaria de remover',
|
||||
deleteContentRight: 'plugin?',
|
||||
delete: 'Remover plugin',
|
||||
pluginInfo: 'Informações do plugin',
|
||||
checkForUpdates: 'Verifique se há atualizações',
|
||||
usedInApps: 'Este plugin está sendo usado em aplicativos {{num}}.',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
version: 'Versão',
|
||||
repository: 'Repositório',
|
||||
package: 'Pacote',
|
||||
},
|
||||
installPlugin: 'Instale o plugin',
|
||||
close: 'Fechar',
|
||||
installedSuccessfullyDesc: 'O plugin foi instalado com sucesso.',
|
||||
next: 'Próximo',
|
||||
installFailedDesc: 'O plug-in foi instalado falhou.',
|
||||
installedSuccessfully: 'Instalação bem-sucedida',
|
||||
install: 'Instalar',
|
||||
installFailed: 'Falha na instalação',
|
||||
readyToInstallPackages: 'Prestes a instalar os seguintes plugins {{num}}',
|
||||
back: 'Voltar',
|
||||
installComplete: 'Instalação concluída',
|
||||
readyToInstallPackage: 'Prestes a instalar o seguinte plugin',
|
||||
cancel: 'Cancelar',
|
||||
fromTrustSource: 'Certifique-se de instalar apenas plug-ins de uma <trustSource>fonte confiável</trustSource>.',
|
||||
pluginLoadError: 'Erro de carregamento do plug-in',
|
||||
readyToInstall: 'Prestes a instalar o seguinte plugin',
|
||||
pluginLoadErrorDesc: 'Este plugin não será instalado',
|
||||
uploadFailed: 'Falha no upload',
|
||||
installing: 'Instalar...',
|
||||
uploadingPackage: 'Carregando {{packageName}} ...',
|
||||
dropPluginToInstall: 'Solte o pacote de plug-in aqui para instalar',
|
||||
},
|
||||
installFromGitHub: {
|
||||
selectVersionPlaceholder: 'Selecione uma versão',
|
||||
updatePlugin: 'Atualizar plugin do GitHub',
|
||||
installPlugin: 'Instale o plugin do GitHub',
|
||||
gitHubRepo: 'Repositório GitHub',
|
||||
installFailed: 'Falha na instalação',
|
||||
selectVersion: 'Selecione a versão',
|
||||
uploadFailed: 'Falha no upload',
|
||||
installedSuccessfully: 'Instalação bem-sucedida',
|
||||
installNote: 'Certifique-se de instalar apenas plug-ins de uma fonte confiável.',
|
||||
selectPackagePlaceholder: 'Selecione um pacote',
|
||||
selectPackage: 'Selecione o pacote',
|
||||
},
|
||||
upgrade: {
|
||||
title: 'Instale o plugin',
|
||||
successfulTitle: 'Instalação bem-sucedida',
|
||||
close: 'Fechar',
|
||||
upgrading: 'Instalar...',
|
||||
upgrade: 'Instalar',
|
||||
description: 'Prestes a instalar o seguinte plugin',
|
||||
usedInApps: 'Usado em aplicativos {{num}}',
|
||||
},
|
||||
error: {
|
||||
inValidGitHubUrl: 'URL do GitHub inválida. Insira um URL válido no formato: https://github.com/owner/repo',
|
||||
noReleasesFound: 'Nenhuma versão encontrada. Verifique o repositório GitHub ou a URL de entrada.',
|
||||
fetchReleasesError: 'Não é possível recuperar versões. Por favor, tente novamente mais tarde.',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
mostPopular: 'Mais popular',
|
||||
firstReleased: 'Lançado pela primeira vez',
|
||||
recentlyUpdated: 'Atualizado recentemente',
|
||||
newlyReleased: 'Recém-lançado',
|
||||
},
|
||||
sortBy: 'Cidade negra',
|
||||
viewMore: 'Ver mais',
|
||||
and: 'e',
|
||||
pluginsResult: '{{num}} resultados',
|
||||
empower: 'Capacite seu desenvolvimento de IA',
|
||||
difyMarketplace: 'Mercado Dify',
|
||||
moreFrom: 'Mais do Marketplace',
|
||||
noPluginFound: 'Nenhum plugin encontrado',
|
||||
discover: 'Descobrir',
|
||||
},
|
||||
task: {
|
||||
installedError: 'Falha na instalação dos plug-ins {{errorLength}}',
|
||||
installingWithSuccess: 'Instalando plugins {{installingLength}}, {{successLength}} sucesso.',
|
||||
installError: '{{errorLength}} plugins falha ao instalar, clique para ver',
|
||||
installingWithError: 'Instalando plug-ins {{installingLength}}, {{successLength}} sucesso, {{errorLength}} falhou',
|
||||
installing: 'Instalando plugins {{installingLength}}, 0 feito.',
|
||||
clearAll: 'Apagar tudo',
|
||||
},
|
||||
installAction: 'Instalar',
|
||||
endpointsEnabled: '{{num}} conjuntos de endpoints habilitados',
|
||||
submitPlugin: 'Enviar plugin',
|
||||
searchPlugins: 'Pesquisar plugins',
|
||||
searchInMarketplace: 'Pesquisar no Marketplace',
|
||||
installPlugin: 'Instale o plugin',
|
||||
from: 'De',
|
||||
searchTools: 'Ferramentas de pesquisa...',
|
||||
search: 'Procurar',
|
||||
fromMarketplace: 'Do Marketplace',
|
||||
allCategories: 'Todas as categorias',
|
||||
install: '{{num}} instala',
|
||||
searchCategories: 'Categorias de pesquisa',
|
||||
findMoreInMarketplace: 'Saiba mais no Marketplace',
|
||||
installFrom: 'INSTALAR DE',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,25 @@
|
||||
const translation = {
|
||||
tags: {
|
||||
education: 'Educație',
|
||||
finance: 'Finanţa',
|
||||
other: 'Alt',
|
||||
travel: 'Călătorie',
|
||||
news: 'Știri',
|
||||
utilities: 'Utilităţi',
|
||||
entertainment: 'Divertisment',
|
||||
search: 'Căutare',
|
||||
productivity: 'Productivitate',
|
||||
design: 'Design',
|
||||
videos: 'Videoclipuri',
|
||||
medical: 'Medical',
|
||||
social: 'Social',
|
||||
agent: 'Agent',
|
||||
business: 'Afacere',
|
||||
weather: 'Vreme',
|
||||
image: 'Imagine',
|
||||
},
|
||||
allTags: 'Toate etichetele',
|
||||
searchTags: 'Etichete de căutare',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -1,4 +1,209 @@
|
||||
const translation = {
|
||||
category: {
|
||||
all: 'Tot',
|
||||
bundles: 'Pachete',
|
||||
agents: 'Strategii pentru agenți',
|
||||
tools: 'Instrumente',
|
||||
extensions: 'Extensii',
|
||||
models: 'Modele',
|
||||
},
|
||||
categorySingle: {
|
||||
tool: 'Unealtă',
|
||||
bundle: 'Pachet',
|
||||
extension: 'Extensie',
|
||||
agent: 'Strategia agentului',
|
||||
model: 'Model',
|
||||
},
|
||||
list: {
|
||||
source: {
|
||||
marketplace: 'Instalează din Marketplace',
|
||||
github: 'Instalați din GitHub',
|
||||
local: 'Instalare din fișierul pachet local',
|
||||
},
|
||||
noInstalled: 'Nu sunt instalate plugin-uri',
|
||||
notFound: 'Nu au fost găsite plugin-uri',
|
||||
},
|
||||
source: {
|
||||
local: 'Fișier pachet local',
|
||||
marketplace: 'Târg',
|
||||
github: 'GitHub',
|
||||
},
|
||||
detailPanel: {
|
||||
categoryTip: {
|
||||
debugging: 'Plugin de depanare',
|
||||
github: 'Instalat de pe Github',
|
||||
marketplace: 'Instalat din Marketplace',
|
||||
local: 'Plugin local',
|
||||
},
|
||||
operation: {
|
||||
checkUpdate: 'Verificați actualizarea',
|
||||
update: 'Actualiza',
|
||||
viewDetail: 'Vezi detalii',
|
||||
remove: 'Depărta',
|
||||
install: 'Instala',
|
||||
detail: 'Detalii',
|
||||
info: 'Informații despre plugin',
|
||||
},
|
||||
toolSelector: {
|
||||
unsupportedContent: 'Versiunea de plugin instalată nu oferă această acțiune.',
|
||||
auto: 'Automat',
|
||||
empty: 'Faceți clic pe butonul "+" pentru a adăuga instrumente. Puteți adăuga mai multe instrumente.',
|
||||
uninstalledContent: 'Acest plugin este instalat din depozitul local/GitHub. Vă rugăm să utilizați după instalare.',
|
||||
descriptionLabel: 'Descrierea instrumentului',
|
||||
unsupportedContent2: 'Faceți clic pentru a comuta versiunea.',
|
||||
uninstalledLink: 'Gestionați în pluginuri',
|
||||
paramsTip1: 'Controlează parametrii de inferență LLM.',
|
||||
params: 'CONFIGURAREA RAȚIONAMENTULUI',
|
||||
paramsTip2: 'Când "Automat" este dezactivat, se folosește valoarea implicită.',
|
||||
settings: 'SETĂRI UTILIZATOR',
|
||||
unsupportedTitle: 'Acțiune neacceptată',
|
||||
placeholder: 'Selectați un instrument...',
|
||||
title: 'Adăugare instrument',
|
||||
descriptionPlaceholder: 'Scurtă descriere a scopului instrumentului, de exemplu, obțineți temperatura pentru o anumită locație.',
|
||||
toolLabel: 'Unealtă',
|
||||
uninstalledTitle: 'Instrumentul nu este instalat',
|
||||
},
|
||||
endpointDeleteContent: 'Doriți să eliminați {{name}}?',
|
||||
strategyNum: '{{num}} {{strategie}} INCLUS',
|
||||
configureApp: 'Configurați aplicația',
|
||||
actionNum: '{{num}} {{acțiune}} INCLUS',
|
||||
endpointsTip: 'Acest plugin oferă funcționalități specifice prin puncte finale și puteți configura mai multe seturi de puncte finale pentru spațiul de lucru curent.',
|
||||
switchVersion: 'Versiune de comutare',
|
||||
endpointDisableContent: 'Doriți să dezactivați {{name}}?',
|
||||
endpointModalTitle: 'Configurați punctul final',
|
||||
endpointDisableTip: 'Dezactivați punctul final',
|
||||
endpointsEmpty: 'Faceți clic pe butonul "+" pentru a adăuga un punct final',
|
||||
endpointDeleteTip: 'Eliminați punctul final',
|
||||
disabled: 'Dezactivat',
|
||||
configureTool: 'Instrumentul de configurare',
|
||||
endpointsDocLink: 'Vizualizați documentul',
|
||||
endpoints: 'Capetele',
|
||||
serviceOk: 'Serviciu OK',
|
||||
endpointModalDesc: 'Odată configurate, pot fi utilizate funcțiile furnizate de plugin prin intermediul punctelor finale API.',
|
||||
modelNum: '{{num}} MODELE INCLUSE',
|
||||
configureModel: 'Configurarea modelului',
|
||||
},
|
||||
debugInfo: {
|
||||
viewDocs: 'Vizualizați documentele',
|
||||
title: 'Depanare',
|
||||
},
|
||||
privilege: {
|
||||
whoCanDebug: 'Cine poate depana pluginuri?',
|
||||
everyone: 'Oricine',
|
||||
title: 'Preferințe plugin',
|
||||
whoCanInstall: 'Cine poate instala și gestiona plugin-uri?',
|
||||
noone: 'Nimeni',
|
||||
admins: 'Administratori',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
release: 'Elibera',
|
||||
packageName: 'Pachet',
|
||||
title: 'Informații despre plugin',
|
||||
repository: 'Depozit',
|
||||
},
|
||||
action: {
|
||||
deleteContentRight: 'plugin?',
|
||||
pluginInfo: 'Informații despre plugin',
|
||||
usedInApps: 'Acest plugin este folosit în aplicațiile {{num}}.',
|
||||
delete: 'Eliminați pluginul',
|
||||
checkForUpdates: 'Verificați dacă există actualizări',
|
||||
deleteContentLeft: 'Doriți să eliminați',
|
||||
},
|
||||
installModal: {
|
||||
labels: {
|
||||
version: 'Versiune',
|
||||
package: 'Pachet',
|
||||
repository: 'Depozit',
|
||||
},
|
||||
installing: 'Instalarea...',
|
||||
dropPluginToInstall: 'Aruncați pachetul de plugin aici pentru a instala',
|
||||
back: 'Spate',
|
||||
installFailed: 'Instalarea a eșuat',
|
||||
pluginLoadError: 'Eroare de încărcare a pluginului',
|
||||
installComplete: 'Instalare finalizată',
|
||||
installedSuccessfully: 'Instalarea cu succes',
|
||||
cancel: 'Anula',
|
||||
install: 'Instala',
|
||||
uploadingPackage: 'Încărcarea {{packageName}}...',
|
||||
installPlugin: 'Instalează pluginul',
|
||||
close: 'Închide',
|
||||
readyToInstallPackages: 'Despre instalarea următoarelor plugin-uri {{num}}',
|
||||
next: 'Următor',
|
||||
installFailedDesc: 'Pluginul a fost instalat a eșuat.',
|
||||
uploadFailed: 'Încărcarea a eșuat',
|
||||
fromTrustSource: 'Vă rugăm să vă asigurați că instalați plugin-uri numai dintr-o <trustSource>sursă de încredere</trustSource>.',
|
||||
readyToInstallPackage: 'Despre instalarea următorului plugin',
|
||||
pluginLoadErrorDesc: 'Acest plugin nu va fi instalat',
|
||||
installedSuccessfullyDesc: 'Pluginul a fost instalat cu succes.',
|
||||
readyToInstall: 'Despre instalarea următorului plugin',
|
||||
},
|
||||
installFromGitHub: {
|
||||
installFailed: 'Instalarea a eșuat',
|
||||
updatePlugin: 'Actualizați pluginul de pe GitHub',
|
||||
uploadFailed: 'Încărcarea a eșuat',
|
||||
selectVersionPlaceholder: 'Vă rugăm să selectați o versiune',
|
||||
installNote: 'Vă rugăm să vă asigurați că instalați plugin-uri numai dintr-o sursă de încredere.',
|
||||
gitHubRepo: 'Depozit GitHub',
|
||||
selectPackagePlaceholder: 'Vă rugăm să selectați un pachet',
|
||||
selectPackage: 'Selectează pachetul',
|
||||
selectVersion: 'Selectează versiunea',
|
||||
installPlugin: 'Instalați pluginul de pe GitHub',
|
||||
installedSuccessfully: 'Instalarea cu succes',
|
||||
},
|
||||
upgrade: {
|
||||
close: 'Închide',
|
||||
upgrade: 'Instala',
|
||||
description: 'Despre instalarea următorului plugin',
|
||||
upgrading: 'Instalarea...',
|
||||
successfulTitle: 'Instalarea cu succes',
|
||||
title: 'Instalează pluginul',
|
||||
usedInApps: 'Folosit în {{num}} aplicații',
|
||||
},
|
||||
error: {
|
||||
fetchReleasesError: 'Nu se pot recupera versiunile. Vă rugăm să încercați din nou mai târziu.',
|
||||
inValidGitHubUrl: 'URL GitHub nevalid. Vă rugăm să introduceți o adresă URL validă în formatul: https://github.com/owner/repo',
|
||||
noReleasesFound: 'Nu s-au găsit eliberări. Vă rugăm să verificați depozitul GitHub sau URL-ul de intrare.',
|
||||
},
|
||||
marketplace: {
|
||||
sortOption: {
|
||||
newlyReleased: 'Nou lansat',
|
||||
recentlyUpdated: 'Actualizat recent',
|
||||
mostPopular: 'Cele mai populare',
|
||||
firstReleased: 'Prima lansare',
|
||||
},
|
||||
noPluginFound: 'Nu s-a găsit niciun plugin',
|
||||
sortBy: 'Orașul negru',
|
||||
discover: 'Descoperi',
|
||||
empower: 'Îmbunătățește-ți dezvoltarea AI',
|
||||
pluginsResult: '{{num}} rezultate',
|
||||
difyMarketplace: 'Piața Dify',
|
||||
moreFrom: 'Mai multe din Marketplace',
|
||||
and: 'și',
|
||||
viewMore: 'Vezi mai mult',
|
||||
},
|
||||
task: {
|
||||
installError: '{{errorLength}} plugin-urile nu s-au instalat, faceți clic pentru a vizualiza',
|
||||
clearAll: 'Ștergeți tot',
|
||||
installedError: '{{errorLength}} plugin-urile nu s-au instalat',
|
||||
installingWithError: 'Instalarea pluginurilor {{installingLength}}, {{successLength}} succes, {{errorLength}} eșuat',
|
||||
installingWithSuccess: 'Instalarea pluginurilor {{installingLength}}, {{successLength}} succes.',
|
||||
installing: 'Instalarea pluginurilor {{installingLength}}, 0 terminat.',
|
||||
},
|
||||
submitPlugin: 'Trimite plugin',
|
||||
fromMarketplace: 'Din Marketplace',
|
||||
from: 'Din',
|
||||
findMoreInMarketplace: 'Află mai multe în Marketplace',
|
||||
searchInMarketplace: 'Căutare în Marketplace',
|
||||
searchTools: 'Instrumente de căutare...',
|
||||
installFrom: 'INSTALEAZĂ DE LA',
|
||||
allCategories: 'Toate categoriile',
|
||||
searchPlugins: 'Pluginuri de căutare',
|
||||
installPlugin: 'Instalează pluginul',
|
||||
install: '{{num}} instalări',
|
||||
search: 'Căutare',
|
||||
installAction: 'Instala',
|
||||
endpointsEnabled: '{{num}} seturi de puncte finale activate',
|
||||
searchCategories: 'Categorii de căutare',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue