RuntimeInsightOverlayStrings.spanish constructor

RuntimeInsightOverlayStrings.spanish()

Español.

Implementation

factory RuntimeInsightOverlayStrings.spanish() {
  return const RuntimeInsightOverlayStrings(
    title: 'Runtime Insight',
    tabCpu: 'CPU',
    tabRam: 'RAM',
    tabDisk: 'Disco',
    tabNetwork: 'Red',
    cpuTitle: 'CPU (%)',
    ramTitle: 'RAM (MB)',
    diskTitle: 'Disco (bytes/s)',
    networkTitle: 'Red (bytes/s)',
    labelCurrent: 'Actual',
    labelAverage: 'Prom',
    labelMin: 'Mín',
    labelMax: 'Máx',
    labelSecondary: 'Alt',
    legendRead: 'Lectura',
    legendWrite: 'Escritura',
    legendRx: 'RX',
    legendTx: 'TX',
    pause: 'Pausar',
    resume: 'Reanudar',
    close: 'Cerrar',
    minimize: 'Minimizar',
    expand: 'Expandir',
    tabHttp: 'HTTP',
    httpTitle: 'Solicitudes HTTP',
    httpActive: 'Activas',
    httpTotal: 'Total',
    httpAvgTime: 'Tiempo Prom',
    httpErrors: 'Errores',
    httpPending: 'Pendiente',
    httpCompleted: 'Completada',
    httpFailed: 'Fallida',
  );
}