Add missing server spanish locs
Этот коммит содержится в:
32
i18n/en.json
32
i18n/en.json
@@ -455,22 +455,6 @@
|
||||
"id": "api.export.s3.app_error",
|
||||
"translation": "S3 is not supported for local storage export."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.get_from_s3.app_error",
|
||||
"translation": "Unable to get file from S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.delete_from_s3.app_error",
|
||||
"translation": "Unable to delete file from S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.rename.app_error",
|
||||
"translation": "Unable to move file locally."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.configured.app_error",
|
||||
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_upload.exceeds",
|
||||
"translation": "File exceeds max image size."
|
||||
@@ -523,6 +507,22 @@
|
||||
"id": "api.file.init.debug",
|
||||
"translation": "Initializing file api routes"
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.configured.app_error",
|
||||
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.delete_from_s3.app_error",
|
||||
"translation": "Unable to delete file from S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.get_from_s3.app_error",
|
||||
"translation": "Unable to get file from S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.rename.app_error",
|
||||
"translation": "Unable to move file locally."
|
||||
},
|
||||
{
|
||||
"id": "api.file.open_file_write_stream.configured.app_error",
|
||||
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
|
||||
|
||||
20
i18n/es.json
20
i18n/es.json
@@ -456,8 +456,8 @@
|
||||
"translation": "S3 no está soportado para exportar al almacenamiento local."
|
||||
},
|
||||
{
|
||||
"id": "api.export.write_file.app_error",
|
||||
"translation": "No se puede escribir al archivo a exportar"
|
||||
"id": "api.file.file_upload.exceeds",
|
||||
"translation": "El archivo excede el tamaño máximo para una imagen."
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_upload.exceeds",
|
||||
@@ -507,6 +507,22 @@
|
||||
"id": "api.file.init.debug",
|
||||
"translation": "Inicializando rutas del API para los archivos"
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.configured.app_error",
|
||||
"translation": "No ha sido configurado apropiadamente el almacenamiento. Por favor configuralo para utilizar ya sea S3 o almacenamiento local."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.delete_from_s3.app_error",
|
||||
"translation": "No se pudo eliminar el archivo del S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.get_from_s3.app_error",
|
||||
"translation": "No se pudo obtener el archivo desde el S3."
|
||||
},
|
||||
{
|
||||
"id": "api.file.move_file.rename.app_error",
|
||||
"translation": "No se pudo mover el archivo localmente."
|
||||
},
|
||||
{
|
||||
"id": "api.file.open_file_write_stream.configured.app_error",
|
||||
"translation": "El almacenamiento de archivos no ha sido configurado apropiadamente. Por favor configuralo ya sea para S3 o para almacenamiento en el servidor local."
|
||||
|
||||
Ссылка в новой задаче
Block a user