Socket
Socket
Sign inDemoInstall

@controleonline/quasar-tasks-ui

Package Overview
Dependencies
0
Maintainers
5
Versions
153
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.61 to 1.1.62

FUNDING.yml

2

package.json
{
"name": "@controleonline/quasar-tasks-ui",
"version": "1.1.61",
"version": "1.1.62",
"author": "ControleOnline",

@@ -5,0 +5,0 @@ "description": "ControleOnline tasks Quasar UI Component",

@@ -5,36 +5,15 @@ // This is just an example,

export const translate = {
support: {
task_for:'Responsável',
allTasks: 'Todas',
create: 'Ocorrências Criadas',
myTasks: 'Minhas Ocorrências',
category: 'Categorias',
title: 'Ocorrências',
information: 'Detalhes da Ocorrências',
interactions: 'Interações',
categoryInfo: 'Detalhes da Categoria',
newInteraction: 'Nova Interação',
status_label: 'Status',
criticality: 'Criticidade',
reason: 'Execução',
public: 'Visível',
private: 'Interna',
status: {
open: 'Aberta',
closed: 'Fechada',
pending: 'Em Andamento',
all: 'Todas',
'Waiting client': 'Aguardando cliente',
'Waiting delivery': 'Aguardando entrega de guincho',
delayed: 'Atrasado',
canceled: 'Cancelado',
'Waiting Payment': 'Aguardando Pagamento',
'Waiting retrieve': 'Aguardando Retirada',
'on the way': 'Em trânsito',
prepared: 'Liberado para base',
waiting: 'Pátio',
'Waiting retrieve': 'Pendente de coleta',
retrieved: 'Retirado',
}
}
}
tasks: {
input: {
taskStatus: "Status",
client: "Cliente",
criticality: "Criticidade",
reason: "Motivo",
registeredBy: "Registrado por",
taskFor: "Tarefa para",
createdAt: "Criado em",
dueDate: "Data de vencimento",
alterDate: "Data de alteração",
},
},
};

@@ -10,3 +10,3 @@ export const routes = [

path: "",
component: () => import("../pages/Tasks/Index.vue"),
component: () => import("../pages/Tasks"),
},

@@ -16,3 +16,3 @@ {

path: "id/:id",
component: () => import("../pages/Tasks/Details.vue"),
component: () => import("../pages/Tasks/details.vue"),
},

@@ -19,0 +19,0 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc