first commit
This commit is contained in:
parent
0d356c6ca2
commit
d689ce9259
51
.gitignore
vendored
51
.gitignore
vendored
@ -1,50 +1 @@
|
||||
# These are some examples of commonly ignored file patterns.
|
||||
# You should customize this list as applicable to your project.
|
||||
# Learn more about .gitignore:
|
||||
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
|
||||
|
||||
# Node artifact files
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Compiled Java class files
|
||||
*.class
|
||||
|
||||
# Compiled Python bytecode
|
||||
*.py[cod]
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Package files
|
||||
*.jar
|
||||
|
||||
# Maven
|
||||
target/
|
||||
dist/
|
||||
|
||||
# JetBrains IDE
|
||||
.idea/
|
||||
|
||||
# Unit test reports
|
||||
TEST*.xml
|
||||
|
||||
# Generated by MacOS
|
||||
.DS_Store
|
||||
|
||||
# Generated by Windows
|
||||
Thumbs.db
|
||||
|
||||
# Applications
|
||||
*.app
|
||||
*.exe
|
||||
*.war
|
||||
|
||||
# Large media files
|
||||
*.mp4
|
||||
*.tiff
|
||||
*.avi
|
||||
*.flv
|
||||
*.mov
|
||||
*.wmv
|
||||
|
||||
*.mo
|
||||
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
36
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
36
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@ -0,0 +1,36 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
<list size="2">
|
||||
<item index="0" class="java.lang.String" itemvalue="account" />
|
||||
<item index="1" class="java.lang.String" itemvalue="numeric-value" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myCustomValuesEnabled" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="1">
|
||||
<item index="0" class="java.lang.String" itemvalue="reportlab" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredIdentifiers">
|
||||
<list>
|
||||
<option value="dict.__setitem__" />
|
||||
<option value="_decimal.Decimal.*" />
|
||||
<option value="django.core.handlers.wsgi.WSGIRequest.*" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="requirements.InstalledPackageInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
</profile>
|
||||
</component>
|
||||
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/sic_locale.iml" filepath="$PROJECT_DIR$/.idea/sic_locale.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
8
.idea/sic_locale.iml
generated
Normal file
8
.idea/sic_locale.iml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
239
en/LC_MESSAGES/datatables.json
Normal file
239
en/LC_MESSAGES/datatables.json
Normal file
@ -0,0 +1,239 @@
|
||||
{
|
||||
"emptyTable": "No data available in table",
|
||||
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||
"infoFiltered": "(filtered from _MAX_ total entries)",
|
||||
"infoThousands": ",",
|
||||
"lengthMenu": "Show _MENU_ entries",
|
||||
"loadingRecords": "Loading...",
|
||||
"processing": "Processing...",
|
||||
"search": "Search:",
|
||||
"zeroRecords": "No matching records found",
|
||||
"thousands": ",",
|
||||
"paginate": {
|
||||
"first": "First",
|
||||
"last": "Last",
|
||||
"next": "Next",
|
||||
"previous": "Previous"
|
||||
},
|
||||
"aria": {
|
||||
"sortAscending": ": activate to sort column ascending",
|
||||
"sortDescending": ": activate to sort column descending"
|
||||
},
|
||||
"autoFill": {
|
||||
"cancel": "Cancel",
|
||||
"fill": "Fill all cells with <i>%d<\/i>",
|
||||
"fillHorizontal": "Fill cells horizontally",
|
||||
"fillVertical": "Fill cells vertically"
|
||||
},
|
||||
"buttons": {
|
||||
"collection": "Collection <span class='ui-button-icon-primary ui-icon ui-icon-triangle-1-s'\/>",
|
||||
"colvis": "Column Visibility",
|
||||
"colvisRestore": "Restore visibility",
|
||||
"copy": "Copy",
|
||||
"copyKeys": "Press ctrl or u2318 + C to copy the table data to your system clipboard.<br><br>To cancel, click this message or press escape.",
|
||||
"copySuccess": {
|
||||
"1": "Copied 1 row to clipboard",
|
||||
"_": "Copied %d rows to clipboard"
|
||||
},
|
||||
"copyTitle": "Copy to Clipboard",
|
||||
"csv": "CSV",
|
||||
"excel": "Excel",
|
||||
"pageLength": {
|
||||
"-1": "Show all rows",
|
||||
"_": "Show %d rows"
|
||||
},
|
||||
"pdf": "PDF",
|
||||
"print": "Print",
|
||||
"updateState": "Update",
|
||||
"stateRestore": "State %d",
|
||||
"savedStates": "Saved States",
|
||||
"renameState": "Rename",
|
||||
"removeState": "Remove",
|
||||
"removeAllStates": "Remove All States",
|
||||
"createState": "Create State"
|
||||
},
|
||||
"searchBuilder": {
|
||||
"add": "Add Condition",
|
||||
"button": {
|
||||
"0": "Search Builder",
|
||||
"_": "Search Builder (%d)"
|
||||
},
|
||||
"clearAll": "Clear All",
|
||||
"condition": "Condition",
|
||||
"conditions": {
|
||||
"date": {
|
||||
"after": "After",
|
||||
"before": "Before",
|
||||
"between": "Between",
|
||||
"empty": "Empty",
|
||||
"equals": "Equals",
|
||||
"not": "Not",
|
||||
"notBetween": "Not Between",
|
||||
"notEmpty": "Not Empty"
|
||||
},
|
||||
"number": {
|
||||
"between": "Between",
|
||||
"empty": "Empty",
|
||||
"equals": "Equals",
|
||||
"gt": "Greater Than",
|
||||
"gte": "Greater Than Equal To",
|
||||
"lt": "Less Than",
|
||||
"lte": "Less Than Equal To",
|
||||
"not": "Not",
|
||||
"notBetween": "Not Between",
|
||||
"notEmpty": "Not Empty"
|
||||
},
|
||||
"string": {
|
||||
"contains": "Contains",
|
||||
"empty": "Empty",
|
||||
"endsWith": "Ends With",
|
||||
"equals": "Equals",
|
||||
"not": "Not",
|
||||
"notEmpty": "Not Empty",
|
||||
"startsWith": "Starts With",
|
||||
"notContains": "Does Not Contain",
|
||||
"notStartsWith": "Does Not Start With",
|
||||
"notEndsWith": "Does Not End With"
|
||||
},
|
||||
"array": {
|
||||
"without": "Without",
|
||||
"notEmpty": "Not Empty",
|
||||
"not": "Not",
|
||||
"contains": "Contains",
|
||||
"empty": "Empty",
|
||||
"equals": "Equals"
|
||||
}
|
||||
},
|
||||
"data": "Data",
|
||||
"deleteTitle": "Delete filtering rule",
|
||||
"leftTitle": "Outdent Criteria",
|
||||
"logicAnd": "And",
|
||||
"logicOr": "Or",
|
||||
"rightTitle": "Indent Criteria",
|
||||
"title": {
|
||||
"0": "Search Builder",
|
||||
"_": "Search Builder (%d)"
|
||||
},
|
||||
"value": "Value"
|
||||
},
|
||||
"searchPanes": {
|
||||
"clearMessage": "Clear All",
|
||||
"collapse": {
|
||||
"0": "SearchPanes",
|
||||
"_": "SearchPanes (%d)"
|
||||
},
|
||||
"count": "{total}",
|
||||
"countFiltered": "{shown} ({total})",
|
||||
"emptyPanes": "No SearchPanes",
|
||||
"loadMessage": "Loading SearchPanes",
|
||||
"title": "Filters Active - %d",
|
||||
"showMessage": "Show All",
|
||||
"collapseMessage": "Collapse All"
|
||||
},
|
||||
"select": {
|
||||
"cells": {
|
||||
"1": "1 cell selected",
|
||||
"_": "%d cells selected"
|
||||
},
|
||||
"columns": {
|
||||
"1": "1 column selected",
|
||||
"_": "%d columns selected"
|
||||
}
|
||||
},
|
||||
"datetime": {
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"hours": "Hour",
|
||||
"minutes": "Minute",
|
||||
"seconds": "Second",
|
||||
"unknown": "-",
|
||||
"amPm": [
|
||||
"am",
|
||||
"pm"
|
||||
],
|
||||
"weekdays": [
|
||||
"Sun",
|
||||
"Mon",
|
||||
"Tue",
|
||||
"Wed",
|
||||
"Thu",
|
||||
"Fri",
|
||||
"Sat"
|
||||
],
|
||||
"months": [
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December"
|
||||
]
|
||||
},
|
||||
"editor": {
|
||||
"close": "Close",
|
||||
"create": {
|
||||
"button": "New",
|
||||
"title": "Create new entry",
|
||||
"submit": "Create"
|
||||
},
|
||||
"edit": {
|
||||
"button": "Edit",
|
||||
"title": "Edit Entry",
|
||||
"submit": "Update"
|
||||
},
|
||||
"remove": {
|
||||
"button": "Delete",
|
||||
"title": "Delete",
|
||||
"submit": "Delete",
|
||||
"confirm": {
|
||||
"_": "Are you sure you wish to delete %d rows?",
|
||||
"1": "Are you sure you wish to delete 1 row?"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"system": "A system error has occurred (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">More information<\/a>)."
|
||||
},
|
||||
"multi": {
|
||||
"title": "Multiple Values",
|
||||
"info": "The selected items contain different values for this input. To edit and set all items for this input to the same value, click or tap here, otherwise they will retain their individual values.",
|
||||
"restore": "Undo Changes",
|
||||
"noMulti": "This input can be edited individually, but not part of a group. "
|
||||
}
|
||||
},
|
||||
"stateRestore": {
|
||||
"renameTitle": "Rename State",
|
||||
"renameLabel": "New Name for %s:",
|
||||
"renameButton": "Rename",
|
||||
"removeTitle": "Remove State",
|
||||
"removeSubmit": "Remove",
|
||||
"removeJoiner": " and ",
|
||||
"removeError": "Failed to remove state.",
|
||||
"removeConfirm": "Are you sure you want to remove %s?",
|
||||
"emptyStates": "No saved states",
|
||||
"emptyError": "Name cannot be empty.",
|
||||
"duplicateError": "A state with this name already exists.",
|
||||
"creationModal": {
|
||||
"toggleLabel": "Includes:",
|
||||
"title": "Create New State",
|
||||
"select": "Select",
|
||||
"searchBuilder": "SearchBuilder",
|
||||
"search": "Search",
|
||||
"scroller": "Scroll Position",
|
||||
"paging": "Paging",
|
||||
"order": "Sorting",
|
||||
"name": "Name:",
|
||||
"columns": {
|
||||
"visible": "Column Visibility",
|
||||
"search": "Column Search"
|
||||
},
|
||||
"button": "Create"
|
||||
}
|
||||
}
|
||||
}
|
||||
2260
en/LC_MESSAGES/django.po
Normal file
2260
en/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
242
es/LC_MESSAGES/datatables.json
Normal file
242
es/LC_MESSAGES/datatables.json
Normal file
@ -0,0 +1,242 @@
|
||||
{
|
||||
"processing": "Procesando...",
|
||||
"lengthMenu": "Mostrar _MENU_ registros",
|
||||
"zeroRecords": "No se encontraron resultados",
|
||||
"emptyTable": "Ningún dato disponible en esta tabla",
|
||||
"infoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||
"infoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||
"search": "Buscar:",
|
||||
"infoThousands": ",",
|
||||
"loadingRecords": "Cargando...",
|
||||
"paginate": {
|
||||
"first": "Primero",
|
||||
"last": "Último",
|
||||
"next": "Siguiente",
|
||||
"previous": "Anterior"
|
||||
},
|
||||
"aria": {
|
||||
"sortAscending": ": Activar para ordenar la columna de manera ascendente",
|
||||
"sortDescending": ": Activar para ordenar la columna de manera descendente"
|
||||
},
|
||||
"buttons": {
|
||||
"copy": "Copiar",
|
||||
"colvis": "Visibilidad",
|
||||
"collection": "Colección",
|
||||
"colvisRestore": "Restaurar visibilidad",
|
||||
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||
"copySuccess": {
|
||||
"1": "Copiada 1 fila al portapapeles",
|
||||
"_": "Copiadas %ds fila al portapapeles"
|
||||
},
|
||||
"copyTitle": "Copiar al portapapeles",
|
||||
"csv": "CSV",
|
||||
"excel": "Excel",
|
||||
"pageLength": {
|
||||
"-1": "Mostrar todas las filas",
|
||||
"_": "Mostrar %d filas"
|
||||
},
|
||||
"pdf": "PDF",
|
||||
"print": "Imprimir",
|
||||
"renameState": "Cambiar nombre",
|
||||
"updateState": "Actualizar",
|
||||
"createState": "Crear Estado",
|
||||
"removeAllStates": "Remover Estados",
|
||||
"removeState": "Remover",
|
||||
"savedStates": "Estados Guardados",
|
||||
"stateRestore": "Estado %d"
|
||||
},
|
||||
"autoFill": {
|
||||
"cancel": "Cancelar",
|
||||
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||
"fillVertical": "Rellenar celdas verticalmentemente"
|
||||
},
|
||||
"decimal": ",",
|
||||
"searchBuilder": {
|
||||
"add": "Añadir condición",
|
||||
"button": {
|
||||
"0": "Constructor de búsqueda",
|
||||
"_": "Constructor de búsqueda (%d)"
|
||||
},
|
||||
"clearAll": "Borrar todo",
|
||||
"condition": "Condición",
|
||||
"conditions": {
|
||||
"date": {
|
||||
"after": "Despues",
|
||||
"before": "Antes",
|
||||
"between": "Entre",
|
||||
"empty": "Vacío",
|
||||
"equals": "Igual a",
|
||||
"notBetween": "No entre",
|
||||
"notEmpty": "No Vacio",
|
||||
"not": "Diferente de"
|
||||
},
|
||||
"number": {
|
||||
"between": "Entre",
|
||||
"empty": "Vacio",
|
||||
"equals": "Igual a",
|
||||
"gt": "Mayor a",
|
||||
"gte": "Mayor o igual a",
|
||||
"lt": "Menor que",
|
||||
"lte": "Menor o igual que",
|
||||
"notBetween": "No entre",
|
||||
"notEmpty": "No vacío",
|
||||
"not": "Diferente de"
|
||||
},
|
||||
"string": {
|
||||
"contains": "Contiene",
|
||||
"empty": "Vacío",
|
||||
"endsWith": "Termina en",
|
||||
"equals": "Igual a",
|
||||
"notEmpty": "No Vacio",
|
||||
"startsWith": "Empieza con",
|
||||
"not": "Diferente de",
|
||||
"notContains": "No Contiene",
|
||||
"notStartsWith": "No empieza con",
|
||||
"notEndsWith": "No termina con"
|
||||
},
|
||||
"array": {
|
||||
"not": "Diferente de",
|
||||
"equals": "Igual",
|
||||
"empty": "Vacío",
|
||||
"contains": "Contiene",
|
||||
"notEmpty": "No Vacío",
|
||||
"without": "Sin"
|
||||
}
|
||||
},
|
||||
"data": "Data",
|
||||
"deleteTitle": "Eliminar regla de filtrado",
|
||||
"leftTitle": "Criterios anulados",
|
||||
"logicAnd": "Y",
|
||||
"logicOr": "O",
|
||||
"rightTitle": "Criterios de sangría",
|
||||
"title": {
|
||||
"0": "Constructor de búsqueda",
|
||||
"_": "Constructor de búsqueda (%d)"
|
||||
},
|
||||
"value": "Valor"
|
||||
},
|
||||
"searchPanes": {
|
||||
"clearMessage": "Borrar todo",
|
||||
"collapse": {
|
||||
"0": "Paneles de búsqueda",
|
||||
"_": "Paneles de búsqueda (%d)"
|
||||
},
|
||||
"count": "{total}",
|
||||
"countFiltered": "{shown} ({total})",
|
||||
"emptyPanes": "Sin paneles de búsqueda",
|
||||
"loadMessage": "Cargando paneles de búsqueda",
|
||||
"title": "Filtros Activos - %d",
|
||||
"showMessage": "Mostrar Todo",
|
||||
"collapseMessage": "Colapsar Todo"
|
||||
},
|
||||
"select": {
|
||||
"cells": {
|
||||
"1": "1 celda seleccionada",
|
||||
"_": "%d celdas seleccionadas"
|
||||
},
|
||||
"columns": {
|
||||
"1": "1 columna seleccionada",
|
||||
"_": "%d columnas seleccionadas"
|
||||
},
|
||||
"rows": {
|
||||
"1": "1 fila seleccionada",
|
||||
"_": "%d filas seleccionadas"
|
||||
}
|
||||
},
|
||||
"thousands": ".",
|
||||
"datetime": {
|
||||
"previous": "Anterior",
|
||||
"next": "Proximo",
|
||||
"hours": "Horas",
|
||||
"minutes": "Minutos",
|
||||
"seconds": "Segundos",
|
||||
"unknown": "-",
|
||||
"amPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"months": {
|
||||
"0": "Enero",
|
||||
"1": "Febrero",
|
||||
"10": "Noviembre",
|
||||
"11": "Diciembre",
|
||||
"2": "Marzo",
|
||||
"3": "Abril",
|
||||
"4": "Mayo",
|
||||
"5": "Junio",
|
||||
"6": "Julio",
|
||||
"7": "Agosto",
|
||||
"8": "Septiembre",
|
||||
"9": "Octubre"
|
||||
},
|
||||
"weekdays": [
|
||||
"Dom",
|
||||
"Lun",
|
||||
"Mar",
|
||||
"Mie",
|
||||
"Jue",
|
||||
"Vie",
|
||||
"Sab"
|
||||
]
|
||||
},
|
||||
"editor": {
|
||||
"close": "Cerrar",
|
||||
"create": {
|
||||
"button": "Nuevo",
|
||||
"title": "Crear Nuevo Registro",
|
||||
"submit": "Crear"
|
||||
},
|
||||
"edit": {
|
||||
"button": "Editar",
|
||||
"title": "Editar Registro",
|
||||
"submit": "Actualizar"
|
||||
},
|
||||
"remove": {
|
||||
"button": "Eliminar",
|
||||
"title": "Eliminar Registro",
|
||||
"submit": "Eliminar",
|
||||
"confirm": {
|
||||
"_": "¿Está seguro que desea eliminar %d filas?",
|
||||
"1": "¿Está seguro que desea eliminar 1 fila?"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información<\\\/a>).<\/a>"
|
||||
},
|
||||
"multi": {
|
||||
"title": "Múltiples Valores",
|
||||
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, hacer click o tap aquí, de lo contrario conservarán sus valores individuales.",
|
||||
"restore": "Deshacer Cambios",
|
||||
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo."
|
||||
}
|
||||
},
|
||||
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||
"stateRestore": {
|
||||
"creationModal": {
|
||||
"button": "Crear",
|
||||
"name": "Nombre:",
|
||||
"order": "Clasificación",
|
||||
"paging": "Paginación",
|
||||
"search": "Busqueda",
|
||||
"select": "Seleccionar",
|
||||
"columns": {
|
||||
"search": "Búsqueda de Columna",
|
||||
"visible": "Visibilidad de Columna"
|
||||
},
|
||||
"title": "Crear Nuevo Estado",
|
||||
"toggleLabel": "Incluir:"
|
||||
},
|
||||
"emptyError": "El nombre no puede estar vacio",
|
||||
"removeConfirm": "¿Seguro que quiere eliminar este %s?",
|
||||
"removeError": "Error al eliminar el registro",
|
||||
"removeJoiner": "y",
|
||||
"removeSubmit": "Eliminar",
|
||||
"renameButton": "Cambiar Nombre",
|
||||
"renameLabel": "Nuevo nombre para %s",
|
||||
"duplicateError": "Ya existe un Estado con este nombre.",
|
||||
"emptyStates": "No hay Estados guardados",
|
||||
"removeTitle": "Remover Estado",
|
||||
"renameTitle": "Cambiar Nombre Estado"
|
||||
}
|
||||
}
|
||||
3792
es/LC_MESSAGES/django.po
Normal file
3792
es/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user