From a157c1961aede8c49d59751f91089148da7f256e Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 5 Jan 2026 23:13:36 +0800 Subject: [PATCH] fix the incorrect transaction text item --- src/locales/es.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/es.json b/src/locales/es.json index 44f99d7a..0db10720 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -1270,10 +1270,10 @@ "invalid oauth2 token": "Invalid OAuth 2.0 token", "cannot retrieve user info from oauth2 provider": "Cannot retrieve user info from OAuth 2.0 provider", "oauth2 user already bound to another user": "OAuth 2.0 user is already bound to another user", - "query items cannot be blank": "--", - "query items too much": "--", + "query items cannot be blank": "There are no query items", + "query items too much": "There are too many query items", "query items have invalid item": "Hay un elemento no válido en los elementos de consulta", - "parameter invalid": "--", + "parameter invalid": "Parameter is invalid", "format invalid": "El formato no es válido", "number invalid": "El número no es válido", "no files uploaded": "No se subieron archivos",