refactor(i18n): update Spanish (es) locale strings for delivery note

This commit is contained in:
2026-06-17 09:41:32 +02:00
parent d6b42d78e7
commit 92f83c708a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -213,8 +213,8 @@ export const es = {
itemPlaceholder: "Selecciona un artículo", itemPlaceholder: "Selecciona un artículo",
serialNumberLabel: "Número de serie", serialNumberLabel: "Número de serie",
serialNumberPlaceholder: "Número de serie", serialNumberPlaceholder: "Número de serie",
deliveryNoteLabel: "Remito", deliveryNoteLabel: "Albarán",
deliveryNotePlaceholder: "Remito", deliveryNotePlaceholder: "Albarán",
statusLabel: "Estado", statusLabel: "Estado",
statusPlaceholder: "Selecciona un estado", statusPlaceholder: "Selecciona un estado",
personLabel: "Persona", personLabel: "Persona",
+2 -2
View File
@@ -51,8 +51,8 @@ test.describe("inventory assets localization", () => {
) )
await expect(page.getByLabel("Número de serie")).toBeVisible() await expect(page.getByLabel("Número de serie")).toBeVisible()
await expect(page.getByPlaceholder("Número de serie")).toBeVisible() await expect(page.getByPlaceholder("Número de serie")).toBeVisible()
await expect(page.getByLabel("Remito")).toBeVisible() await expect(page.getByLabel("Albarán")).toBeVisible()
await expect(page.getByPlaceholder("Remito")).toBeVisible() await expect(page.getByPlaceholder("Albarán")).toBeVisible()
await expect(page.getByLabel("Estado")).toBeVisible() await expect(page.getByLabel("Estado")).toBeVisible()
await expect(page.locator("select#status")).toContainText("Disponible") await expect(page.locator("select#status")).toContainText("Disponible")
await expect(page.locator("select#status")).toContainText("Asignado") await expect(page.locator("select#status")).toContainText("Asignado")
+2 -2
View File
@@ -642,8 +642,8 @@ describe("i18n dictionaries", () => {
itemPlaceholder: "Selecciona un artículo", itemPlaceholder: "Selecciona un artículo",
serialNumberLabel: "Número de serie", serialNumberLabel: "Número de serie",
serialNumberPlaceholder: "Número de serie", serialNumberPlaceholder: "Número de serie",
deliveryNoteLabel: "Remito", deliveryNoteLabel: "Albarán",
deliveryNotePlaceholder: "Remito", deliveryNotePlaceholder: "Albarán",
statusLabel: "Estado", statusLabel: "Estado",
statusPlaceholder: "Selecciona un estado", statusPlaceholder: "Selecciona un estado",
personLabel: "Persona", personLabel: "Persona",