Add missing server spanish locs

Этот коммит содержится в:
Elias Nahum
2016-03-08 21:16:46 -03:00
родитель 734a5dccf0
Коммит b77a04009e
2 изменённых файлов: 34 добавлений и 18 удалений

Просмотреть файл

@@ -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."

Просмотреть файл

@@ -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."