add strings
This commit is contained in:
Родитель
3a2f60d542
Коммит
60aa6e59aa
|
@ -708,7 +708,7 @@ export const english: IAppStrings = {
|
|||
},
|
||||
endpointConnectionError: {
|
||||
title: "Error connecting to endpoint",
|
||||
message: "Cannot connect to ${endpoint} - \"${apiUriBase}\". Please make sure the network connection is good and specified endpoint is correct.",
|
||||
message: "Cannot connect to ${endpoint} \"${apiUriBase}\". Please make sure the network connection is good and specified endpoint is correct.",
|
||||
},
|
||||
tooManyRequests: {
|
||||
title: "Too many requests",
|
||||
|
|
|
@ -708,8 +708,8 @@ export const spanish: IAppStrings = {
|
|||
message: "",
|
||||
},
|
||||
endpointConnectionError: {
|
||||
title: "",
|
||||
message: "",
|
||||
title: "Error al conectarse al punto final",
|
||||
message: "No se puede conectar a $ {endpoint} \"${apiUriBase}\". Asegúrese de que la conexión de red sea buena y que el punto final especificado sea correcto.",
|
||||
},
|
||||
tooManyRequests: {
|
||||
title: "",
|
||||
|
|
Загрузка…
Ссылка в новой задаче