Fixed scaling of images. Fixed server.js issues for production
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"translation": {
|
||||
"documents": {
|
||||
"errors": {
|
||||
"getpresignurl": "Error obtaining presigned URL for document. ",
|
||||
"insert": "Unable to upload file."
|
||||
},
|
||||
"labels": {
|
||||
"upload": "Upload"
|
||||
},
|
||||
"successes": {
|
||||
"insert": "Uploaded document successfully. "
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"labels": {
|
||||
"in": "In",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"translation": {
|
||||
"documents": {
|
||||
"errors": {
|
||||
"getpresignurl": "Error al obtener la URL prescrita para el documento.",
|
||||
"insert": "Incapaz de cargar el archivo."
|
||||
},
|
||||
"labels": {
|
||||
"upload": "Subir"
|
||||
},
|
||||
"successes": {
|
||||
"insert": "Documento cargado con éxito."
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"labels": {
|
||||
"in": "en",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"translation": {
|
||||
"documents": {
|
||||
"errors": {
|
||||
"getpresignurl": "Erreur lors de l'obtention de l'URL présignée pour le document.",
|
||||
"insert": "Incapable de télécharger le fichier."
|
||||
},
|
||||
"labels": {
|
||||
"upload": "Télécharger"
|
||||
},
|
||||
"successes": {
|
||||
"insert": "Document téléchargé avec succès."
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"labels": {
|
||||
"in": "dans",
|
||||
|
||||
Reference in New Issue
Block a user