add strings
This commit is contained in:
Родитель
3a2f60d542
Коммит
60aa6e59aa
|
@ -708,7 +708,7 @@ export const english: IAppStrings = {
|
||||||
},
|
},
|
||||||
endpointConnectionError: {
|
endpointConnectionError: {
|
||||||
title: "Error connecting to endpoint",
|
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: {
|
tooManyRequests: {
|
||||||
title: "Too many requests",
|
title: "Too many requests",
|
||||||
|
|
|
@ -708,8 +708,8 @@ export const spanish: IAppStrings = {
|
||||||
message: "",
|
message: "",
|
||||||
},
|
},
|
||||||
endpointConnectionError: {
|
endpointConnectionError: {
|
||||||
title: "",
|
title: "Error al conectarse al punto final",
|
||||||
message: "",
|
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: {
|
tooManyRequests: {
|
||||||
title: "",
|
title: "",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче