@adatechnology/scheduling-ui 0.1.0-rc.5 → 0.1.0-rc.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -1
- package/dist/index.js +603 -338
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -317,7 +317,9 @@ var ptBR = {
|
|
|
317
317
|
"booking.emptyTitle": "Nenhuma reserva",
|
|
318
318
|
"booking.emptyHint": "Ajuste os filtros de status ou aguarde novas solicitações.",
|
|
319
319
|
"availability.selectResourceTitle": "Escolha um recurso",
|
|
320
|
-
"availability.selectResourceHint": "As regras de disponibilidade são definidas por recurso."
|
|
320
|
+
"availability.selectResourceHint": "As regras de disponibilidade são definidas por recurso.",
|
|
321
|
+
"select.search": "Buscar…",
|
|
322
|
+
"select.noResults": "Nenhum resultado"
|
|
321
323
|
};
|
|
322
324
|
|
|
323
325
|
/**
|