This commit is contained in:
Patricio Suarez
2023-07-18 07:19:38 -04:00
parent eee1598112
commit aea3bd365d

View File

@@ -9,16 +9,16 @@
"buttons": { "buttons": {
"create": "Crear", "create": "Crear",
"save": "Guardar", "save": "Guardar",
"logout": "Logout", "logout": "Cerrar Sesión",
"delete": "Borrar", "delete": "Borrar",
"edit": "Editar", "edit": "Editar",
"cancel": "Cancelar", "cancel": "Cancelar",
"confirm": "Esta seguro?", "confirm": "Seguro?",
"filter": "Filtrar", "filter": "Filtrar",
"clear": "Clear", "clear": "Borrar",
"refresh": "Refresh", "refresh": "Refresh",
"show": "Mostrar", "show": "Mostrar",
"undo": "Undo", "undo": "Deshacer",
"import": "Importar", "import": "Importar",
"clone": "Duplicar", "clone": "Duplicar",
"archive": "Archivar", "archive": "Archivar",
@@ -27,50 +27,50 @@
"showArchived": "Mostrar Archivados", "showArchived": "Mostrar Archivados",
"notAccessTitle": "No tienes permiso de acceso", "notAccessTitle": "No tienes permiso de acceso",
"hideColumns": "Ocultar Columnas", "hideColumns": "Ocultar Columnas",
"clearFilters": "Clear Filters" "clearFilters": "Borrar filtros"
}, },
"warnWhenUnsavedChanges": "Are you sure you want to leave? You have unsaved changes.", "warnWhenUnsavedChanges": "Seguro que quieres salir?. Hay cambios sin guardar.",
"notifications": { "notifications": {
"success": "Successful", "success": "Successful",
"error": "Error (status code: {{statusCode}})", "error": "Error (status code: {{statusCode}})",
"undoable": "You have {{seconds}} seconds to undo", "undoable": "Tienes {{seconds}} segundos para deshacer",
"createSuccess": "Successfully created {{resource}}", "createSuccess": "Has creado {{resource}} con exito",
"createError": "There was an error creating {{resource}} (status code: {{statusCode}})", "createError": "Hubo un error al crear {{resource}} (status code: {{statusCode}})",
"deleteSuccess": "Successfully deleted {{resource}}", "deleteSuccess": "Has borrado {{resource}} con exito",
"deleteError": "Error when deleting {{resource}} (status code: {{statusCode}})", "deleteError": "Error al borrar {{resource}} (status code: {{statusCode}})",
"editSuccess": "Successfully edited {{resource}}", "editSuccess": "Has editado {{resource}} con exito",
"editError": "Error when editing {{resource}} (status code: {{statusCode}})", "editError": "Error al editar {{resource}} (status code: {{statusCode}})",
"importProgress": "Importing: {{processed}}/{{total}}" "importProgress": "Importando: {{processed}}/{{total}}"
}, },
"loading": "Loading", "loading": "Cargando",
"version": "Version", "version": "Versión",
"unknown": "Unknown", "unknown": "Desconocido",
"yes": "Yes", "yes": "Si",
"no": "No", "no": "No",
"tags": { "tags": {
"clone": "Clone" "clone": "Duplicar"
}, },
"dashboard": { "dashboard": {
"title": "Dashboard" "title": "Panel"
}, },
"spool": { "spool": {
"spool": "Spools", "spool": "Carretes",
"fields": { "fields": {
"id": "Id", "id": "Id",
"filament_name": "Filament", "filament_name": "Filamento",
"filament": "Filament", "filament": "Filamento",
"material": "Material", "material": "Material",
"used_weight": "Used Weight", "used_weight": "Peso Usado",
"remaining_weight": "Remaining Weight", "remaining_weight": "Peso Restante",
"used_length": "Used Length", "used_length": "Largo Usado",
"remaining_length": "Remaining Length", "remaining_length": "Largo Restante",
"location": "Location", "location": "Locacion",
"lot_nr": "Lot Nr", "lot_nr": "Lote No.",
"first_used": "First Used", "first_used": "Fecha de Primer Uso",
"last_used": "Last Used", "last_used": "Ultimo Uso",
"registered": "Registered", "registered": "Registrado",
"comment": "Comment", "comment": "Comentarios",
"archived": "Archived" "archived": "Archivado"
}, },
"fields_help": { "fields_help": {
"used_weight": "How much filament has been used from the spool. A new spool should have 0g used.", "used_weight": "How much filament has been used from the spool. A new spool should have 0g used.",
@@ -102,17 +102,17 @@
"diameter": "Diametro", "diameter": "Diametro",
"weight": "Peso", "weight": "Peso",
"spool_weight": "Peso del Carrete", "spool_weight": "Peso del Carrete",
"article_number": "Article Number", "article_number": "Numero de Articulo",
"registered": "Registrado", "registered": "Registrado",
"comment": "Comentarios", "comment": "Comentarios",
"settings_extruder_temp": "Extruder Temp", "settings_extruder_temp": "Extruder Temp",
"settings_bed_temp": "Bed Temp", "settings_bed_temp": "Temp. de Cama",
"color_hex": "Color" "color_hex": "Color"
}, },
"fields_help": { "fields_help": {
"name": "Filament name, to distinguish this filament type among others from the same vendor. Should contain the color for example.", "name": "Nombre del filamento, para distinguirlo de otros de la misma marca. Por ejemplo, deberia contener el color.",
"material": "E.g. PLA, ABS, PETG, etc.", "material": "ej. PLA, ABS, PETG, etc.",
"price": "Price of a full spool in the system configured currency.", "price": "Precio del carrete completo en la moneda configurada en el sistema.",
"weight": "The filament weight of a full spool (net weight). This should not include the weight of the spool itself, only the filament. It is what is usually written on the packaging.", "weight": "The filament weight of a full spool (net weight). This should not include the weight of the spool itself, only the filament. It is what is usually written on the packaging.",
"spool_weight": "The weight of an empty spool. Currently not used for anything, but could be used by thirdparty apps to e.g. calculate the filament weight from a weight measurement.", "spool_weight": "The weight of an empty spool. Currently not used for anything, but could be used by thirdparty apps to e.g. calculate the filament weight from a weight measurement.",
"article_number": "E.g. EAN, UPC, etc." "article_number": "E.g. EAN, UPC, etc."