Spanish translate updated (#852)

This commit is contained in:
yayitazale
2019-06-13 13:41:26 +02:00
committed by Kevin Papst
parent 7e040ac216
commit e1f862507e
11 changed files with 586 additions and 44 deletions

View File

@@ -2,9 +2,45 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="about.en.xliff">
<body>
<trans-unit id="about.title">
<source>about.title</source>
<target>Sobre Kimai</target>
</trans-unit>
<trans-unit id="about.subtitle">
<source>about.subtitle</source>
<target>Información del sistema</target>
</trans-unit>
<trans-unit id="support">
<source>support</source>
<target>Soporte</target>
</trans-unit>
<trans-unit id="website">
<source>website</source>
<target>Página principal</target>
</trans-unit>
<trans-unit id="help">
<source>help</source>
<target>Ayuda</target>
<target>Documentacion</target>
</trans-unit>
<trans-unit id="tab.thanks">
<source>tab.thanks</source>
<target>Agradecimiento especial</target>
</trans-unit>
<trans-unit id="donate">
<source>donate</source>
<target>Haz una donación para el futuro de Kimai</target>
</trans-unit>
<trans-unit id="published_under">
<source>published_under</source>
<target>%kimai% está publicado bajo</target>
</trans-unit>
<trans-unit id="special_thanks">
<source>special_thanks</source>
<target>Agradecimientos especiales para …</target>
</trans-unit>
<trans-unit id="library_authors">
<source>library_authors</source>
<target>… los autores de las siguintes librerias de software, Kimai no sería posible sin vosotros 👍</target>
</trans-unit>
</body>
</file>

View File

@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="actions.en.xliff">
<body>
<trans-unit id="stop">
<source>stop</source>
<target>Detener</target>
</trans-unit>
<trans-unit id="back">
<source>back</source>
<target>Atrás</target>
</trans-unit>
<trans-unit id="edit">
<source>edit</source>
<target>Editar</target>
</trans-unit>
<trans-unit id="trash">
<source>trash</source>
<target>Borrar</target>
</trans-unit>
<trans-unit id="report">
<source>report</source>
<target>Informe</target>
</trans-unit>
<trans-unit id="repeat">
<source>repeat</source>
<target>Empezar de nuevo</target>
</trans-unit>
<trans-unit id="profile-stats">
<source>profile-stats</source>
<target>Estadísticas</target>
</trans-unit>
<trans-unit id="settings">
<source>settings</source>
<target>Ajustes</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Partes de horas</target>
</trans-unit>
<trans-unit id="customer">
<source>customer</source>
<target>Filtrar clientes</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Filtrar proyectos</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Filtrar actividades</target>
</trans-unit>
<trans-unit id="copy">
<source>copy</source>
<target>Copiar</target>
</trans-unit>
<trans-unit id="home">
<source>home</source>
<target>Página principal</target>
</trans-unit>
<trans-unit id="create-project">
<source>create-project</source>
<target>Crear proyecto</target>
</trans-unit>
<trans-unit id="create-activity">
<source>create-activity</source>
<target>Crear actividad</target>
</trans-unit>
<trans-unit id="create-timesheet">
<source>create-timesheet</source>
<target>Crear parte de horas</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="daterangepicker.en.xliff">
<body>
<trans-unit id="daterangepicker.today">
<source>daterangepicker.today</source>
<target>Hoy</target>
</trans-unit>
<trans-unit id="daterangepicker.yesterday">
<source>daterangepicker.yesterday</source>
<target>Ayer</target>
</trans-unit>
<trans-unit id="daterangepicker.lastWeek">
<source>daterangepicker.lastWeek</source>
<target>La última semana</target>
</trans-unit>
<trans-unit id="daterangepicker.thisWeek">
<source>daterangepicker.thisWeek</source>
<target>Esta semana</target>
</trans-unit>
<trans-unit id="daterangepicker.lastMonth">
<source>daterangepicker.lastMonth</source>
<target>El último mes</target>
</trans-unit>
<trans-unit id="daterangepicker.thisMonth">
<source>daterangepicker.thisMonth</source>
<target>Este mes</target>
</trans-unit>
<trans-unit id="daterangepicker.lastYear">
<source>daterangepicker.lastYear</source>
<target>El último año</target>
</trans-unit>
<trans-unit id="daterangepicker.thisYear">
<source>daterangepicker.thisYear</source>
<target>Este año</target>
</trans-unit>
<trans-unit id="daterangepicker.customRange">
<source>daterangepicker.customRange</source>
<target>Rango personalizado</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -2,6 +2,10 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="flashmessages.en.xliff">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Aviso</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>El registro de tiempo ha sido detenido</target>
@@ -18,9 +22,17 @@
<source>timesheet.start.error</source>
<target>No se pudo iniciar el registro de tiempo</target>
</trans-unit>
<trans-unit id="timesheet.start.exceeded_limit">
<source>timesheet.start.exceeded_limit</source>
<target>Se ha alcanzado el limite de registro activos, por favor detenga uno de los registros en marcha primero.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>Estás editando un registro exportado</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Cambios guardados!</target>
<target>Cambios guardados</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
@@ -28,7 +40,7 @@
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>Registro borrado!</target>
<target>Registro borrado</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>

View File

@@ -14,6 +14,14 @@
<source>short</source>
<target>Tarifa por horas - version mínima (sólo un registro)</target>
</trans-unit>
<trans-unit id="user">
<source>user</source>
<target>Usuario agrupado - un registro por usuario</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Actividad agrupada - un registro por actividad</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -14,6 +14,26 @@
<source>timesheet</source>
<target>Hoja de tiempo</target>
</trans-unit>
<trans-unit id="freelancer">
<source>freelancer</source>
<target>Autónomo</target>
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>Calc hoja de cálculo</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>Exportar datos</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Factura de empresa</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="both">
<source>both</source>
<target>ambos</target>
<target>Ambos</target>
</trans-unit>
<trans-unit id="This is a mandatory field">
<source>This is a mandatory field</source>
@@ -31,7 +31,26 @@
</trans-unit>
<trans-unit id="confirm.delete">
<source>confirm.delete</source>
<target>Esta seguro que desea proceder con la eliminación?</target>
<target>Está seguro que desea proceder con la eliminación?</target>
</trans-unit>
<trans-unit id="admin_entity.delete_confirm">
<source>admin_entity.delete_confirm</source>
<target>
¡Estos datos también serán borrados!
En alternativa, puede seleccionar un registro al que se le transferirán todos los datos:
</target>
</trans-unit>
<trans-unit id="delete.not_in_use">
<source>delete.not_in_use</source>
<target>Este elemento puede ser eliminado de forma segura.</target>
</trans-unit>
<trans-unit id="cancel">
<source>cancel</source>
<target>Cancelar</target>
</trans-unit>
<trans-unit id="confirm">
<source>confirm</source>
<target>Confirmar</target>
</trans-unit>
<!--
@@ -67,12 +86,16 @@
-->
<trans-unit id="menu.homepage">
<source>menu.homepage</source>
<target>Dashboard</target>
<target>Página principal</target>
</trans-unit>
<trans-unit id="menu.admin">
<source>menu.admin</source>
<target>Administración</target>
</trans-unit>
<trans-unit id="menu.system">
<source>menu.system</source>
<target>Sistema</target>
</trans-unit>
<trans-unit id="menu.logout">
<source>menu.logout</source>
<target>Salir</target>
@@ -85,9 +108,13 @@
<source>menu.invoice</source>
<target>Facturas</target>
</trans-unit>
<trans-unit id="menu.export">
<source>menu.export</source>
<target>Exportar</target>
</trans-unit>
<trans-unit id="menu.admin_timesheet">
<source>menu.admin_timesheet</source>
<target>Hojas de tiempo</target>
<target>Partes de horas</target>
</trans-unit>
<trans-unit id="menu.admin_customer">
<source>menu.admin_customer</source>
@@ -105,6 +132,19 @@
<source>menu.admin_user</source>
<target>Usuarios</target>
</trans-unit>
<trans-unit id="menu.plugin">
<source>menu.plugin</source>
<target>Plugins</target>
</trans-unit>
<trans-unit id="menu.system_configuration">
<source>menu.system_configuration</source>
<target>Configuración</target>
</trans-unit>
<trans-unit id="menu.tags">
<source>menu.tags</source>
<target>Etiquetas</target>
</trans-unit>
<!--
Footer
@@ -215,7 +255,7 @@
</trans-unit>
<trans-unit id="label.create_more">
<source>label.create_more</source>
<target>Crear mas registros</target>
<target>Crear más registros</target>
</trans-unit>
<!--
@@ -251,11 +291,11 @@
-->
<trans-unit id="dashboard.title">
<source>dashboard.title</source>
<target>Dashboard</target>
<target>Página principal</target>
</trans-unit>
<trans-unit id="dashboard.subtitle">
<source>dashboard.subtitle</source>
<target>Bienvenido!</target>
<target>¡Bienvenido!</target>
</trans-unit>
<trans-unit id="dashboard.you">
<source>dashboard.you</source>
@@ -263,7 +303,7 @@
</trans-unit>
<trans-unit id="dashboard.all">
<source>dashboard.all</source>
<target>Resumen</target>
<target>Resumen de todos los usuarios</target>
</trans-unit>
<trans-unit id="dashboard.admin">
<source>dashboard.admin</source>
@@ -291,7 +331,7 @@
</trans-unit>
<trans-unit id="timesheet.subtitle">
<source>timesheet.subtitle</source>
<target>Administrar mis registros de tiempo</target>
<target>Administrar mis partes de horas</target>
</trans-unit>
<trans-unit id="timesheet.edit">
<source>timesheet.edit</source>
@@ -313,6 +353,14 @@
<source>modal.columns.description</source>
<target>Las columnas sin seleccionar serán ocultadas al guardar la configuración, la cual se guardará en una cookie del navegador. Si borra las cookies, se restablecerá a la configuración por defecto.</target>
</trans-unit>
<trans-unit id="label.fixedRate">
<source>label.fixedRate</source>
<target>Tarifa fija</target>
</trans-unit>
<trans-unit id="label.color">
<source>label.color</source>
<target>Color</target>
</trans-unit>
<!--
User profile
@@ -355,15 +403,53 @@
</trans-unit>
<trans-unit id="label.theme.collapsed_sidebar">
<source>label.theme.collapsed_sidebar</source>
<target>Alternar la vista de la barra lateral izquierda al cargar la página (abrierta o colapsar)</target>
<target>Alternar la vista de la barra lateral izquierda al cargar la página (abierta o colapsar)</target>
</trans-unit>
<trans-unit id="label.calendar.initial_view">
<source>label.calendar.initial_view</source>
<target>Vista inicial del calendario</target>
</trans-unit>
<trans-unit id="label.login.initial_view">
<source>label.login.initial_view</source>
<target>Vista inicial al entrar</target>
</trans-unit>
<!-- Options for user-preference label.calendar.initial_view -->
<trans-unit id="month">
<source>month</source>
<target>Mes</target>
</trans-unit>
<trans-unit id="agendaWeek">
<source>agendaWeek</source>
<target>Semana</target>
</trans-unit>
<trans-unit id="agendaDay">
<source>agendaDay</source>
<target>Dia</target>
</trans-unit>
<trans-unit id="label.timesheet.daily_stats">
<source>label.timesheet.daily_stats</source>
<target>Mostrar estadísticas diarias en los partes de horas</target>
</trans-unit>
<!--
User timesheet calendar
-->
<trans-unit id="calendar.title">
<source>calendar.title</source>
<target>Calendario</target>
</trans-unit>
<trans-unit id="calendar.subtitle">
<source>calendar.subtitle</source>
<target>Ver y administrar los datos de mi parte de horas dentro de un calendario</target>
</trans-unit>
<!--
Admin: Timesheet
-->
<trans-unit id="admin_timesheet.title">
<source>admin_timesheet.title</source>
<target>Hojas de tiempo</target>
<target>Partes de horas</target>
</trans-unit>
<trans-unit id="admin_timesheet.subtitle">
<source>admin_timesheet.subtitle</source>
@@ -398,7 +484,7 @@
</trans-unit>
<trans-unit id="admin_activity.subtitle">
<source>admin_activity.subtitle</source>
<target>Tareas elegibles para registro de tiempo</target>
<target>Tareas elegibles para parte de horas</target>
</trans-unit>
<trans-unit id="admin_activity.short_stats">
<source>admin_activity.short_stats</source>
@@ -513,6 +599,18 @@
</target>
</trans-unit>
<!--
Admin: Plugins
-->
<trans-unit id="label.version">
<source>label.version</source>
<target>Version</target>
</trans-unit>
<trans-unit id="label.required_version">
<source>label.required_version</source>
<target>Compatible con</target>
</trans-unit>
<!--
ROLES
-->
@@ -533,56 +631,93 @@
<target>Usuario</target>
</trans-unit>
<!--
Statistics
Statistics data for Dashboard & Users profile
-->
<trans-unit id="stats.durationThisMonth">
<source>stats.durationThisMonth</source>
<trans-unit id="stats.durationToday">
<source>stats.durationToday</source>
<target>Horas trabajadas hoy</target>
</trans-unit>
<trans-unit id="stats.durationWeek">
<source>stats.durationWeek</source>
<target>Horas trabajadas esta semana</target>
</trans-unit>
<trans-unit id="stats.durationMonth">
<source>stats.durationMonth</source>
<target>Horas trabajadas este mes</target>
</trans-unit>
<trans-unit id="stats.amountThisMonth">
<source>stats.amountThisMonth</source>
<target>Ingresos este mes</target>
<trans-unit id="stats.durationYear">
<source>stats.durationYear</source>
<target>Horas trabajadas este año</target>
</trans-unit>
<trans-unit id="stats.durationTotal">
<source>stats.durationTotal</source>
<target>Total de horas trabajadas</target>
</trans-unit>
<trans-unit id="stats.yourWorkingHours">
<source>stats.yourWorkingHours</source>
<target>Tus horas trabajadas</target>
</trans-unit>
<trans-unit id="stats.amountToday">
<source>stats.amountToday</source>
<target>Ingresos hoy</target>
</trans-unit>
<trans-unit id="stats.amountWeek">
<source>stats.amountWeek</source>
<target>Ingresos esta semana</target>
</trans-unit>
<trans-unit id="stats.amountMonth">
<source>stats.amountMonth</source>
<target>Ingresos este mes</target>
</trans-unit>
<trans-unit id="stats.amountYear">
<source>stats.amountYear</source>
<target>Ingresos este año</target>
</trans-unit>
<trans-unit id="stats.amountTotal">
<source>stats.amountTotal</source>
<target>Total de ingresos</target>
</trans-unit>
<!--
Dashboard
-->
<trans-unit id="stats.userTotal">
<source>stats.userTotal</source>
<target>Total de usuarios</target>
<trans-unit id="stats.userActiveToday">
<source>stats.userActiveToday</source>
<target>Usuarios activos hoy</target>
</trans-unit>
<trans-unit id="stats.userActiveThisMoth">
<source>stats.userActiveThisMoth</source>
<trans-unit id="stats.userActiveWeek">
<source>stats.userActiveWeek</source>
<target>Usuarios activos esta semana</target>
</trans-unit>
<trans-unit id="stats.userActiveMonth">
<source>stats.userActiveMonth</source>
<target>Usuarios activos este mes</target>
</trans-unit>
<trans-unit id="stats.userActiveEver">
<source>stats.userActiveEver</source>
<target>Usuarios activos</target>
<trans-unit id="stats.userActiveYear">
<source>stats.userActiveYear</source>
<target>Usuarios activos este año</target>
</trans-unit>
<trans-unit id="stats.userActiveTotal">
<source>stats.userActiveTotal</source>
<target>Total de usuarios activos</target>
</trans-unit>
<trans-unit id="stats.activeRecordings">
<source>stats.activeRecordings</source>
<target>Registros activos actualmente</target>
<target>Partes activos</target>
</trans-unit>
<trans-unit id="stats.activitiesTotal">
<source>stats.activitiesTotal</source>
<target>Total de Actividades</target>
<trans-unit id="stats.userTotal">
<source>stats.userTotal</source>
<target>Cantidad total de usuarios</target>
</trans-unit>
<trans-unit id="stats.projectsTotal">
<source>stats.projectsTotal</source>
<target>Total de Proyectos</target>
<trans-unit id="stats.activityTotal">
<source>stats.activityTotal</source>
<target>Cantidad total de actividades</target>
</trans-unit>
<trans-unit id="stats.projectTotal">
<source>stats.projectTotal</source>
<target>Cantidad total de proyectos</target>
</trans-unit>
<trans-unit id="stats.customerTotal">
<source>stats.customerTotal</source>
<target>Total de Clientes</target>
<target>Cantidad total de clientes</target>
</trans-unit>
<!--
@@ -602,7 +737,7 @@
</trans-unit>
<trans-unit id="invoice.subtitle">
<source>invoice.subtitle</source>
<target>Crear facturas desde los registros de sus hojas de tiempo.</target>
<target>Crear facturas a partir de registros de sus partes de horas.</target>
</trans-unit>
<trans-unit id="button.print">
<source>button.print</source>
@@ -658,7 +793,7 @@
</trans-unit>
<trans-unit id="label.total_rate">
<source>label.total_rate</source>
<target>Precio total</target>
<target>Tarifa aplicada</target>
</trans-unit>
<trans-unit id="label.payment_terms">
<source>label.payment_terms</source>
@@ -676,6 +811,58 @@
<source>label.orderNumber</source>
<target>Número de orden</target>
</trans-unit>
<trans-unit id="label.invoice_tax_number">
<source>label.invoice_tax_number</source>
<target>CIF/NIF.:</target>
</trans-unit>
<trans-unit id="label.invoice_bank_account">
<source>label.invoice_bank_account</source>
<target>Cuenta bancaria</target>
</trans-unit>
<trans-unit id="label.invoice_salutation">
<source>label.invoice_salutation</source>
<target>
Señoras y señores,
Le agradezco su pedido y cobro por mis servicios:
</target>
</trans-unit>
<!--
Export
-->
<trans-unit id="export.title">
<source>export.title</source>
<target>Exportar</target>
</trans-unit>
<trans-unit id="export.subtitle">
<source>export.subtitle</source>
<target>Exportar la información de los partes de horas en varios formatos</target>
</trans-unit>
<trans-unit id="export.period">
<source>export.period</source>
<target>Periodo</target>
</trans-unit>
<trans-unit id="export.document_title">
<source>export.document_title</source>
<target>Lista de gastos</target>
</trans-unit>
<trans-unit id="export.full_list">
<source>export.full_list</source>
<target>Lista completa</target>
</trans-unit>
<trans-unit id="export.summary">
<source>export.summary</source>
<target>Resumen</target>
</trans-unit>
<trans-unit id="export.page_of">
<source>export.page_of</source>
<target>Página %page% de %pages%</target>
</trans-unit>
<trans-unit id="export.date_copyright">
<source>export.date_copyright</source>
<target>Creado el %date% con %kimai%</target>
</trans-unit>
<!--
Month names
@@ -732,6 +919,10 @@
<!--
Navbar - recent entries and activities
-->
<trans-unit id="active.entries">
<source>active.entries</source>
<target>Los cálculos de tu tiempo activo</target>
</trans-unit>
<trans-unit id="timesheet.all">
<source>timesheet.all</source>
<target>Ver todos los registros</target>
@@ -742,7 +933,7 @@
</trans-unit>
<trans-unit id="timesheet.start">
<source>timesheet.start</source>
<target>Crear nuevo registro de tiempo</target>
<target>Crear nuevo registro</target>
</trans-unit>
<!--
@@ -756,6 +947,18 @@
<source>label.entryState</source>
<target>Registros</target>
</trans-unit>
<trans-unit id="label.exported">
<source>label.exported</source>
<target>Exportado</target>
</trans-unit>
<trans-unit id="entryState.exported">
<source>entryState.exported</source>
<target>Tratado</target>
</trans-unit>
<trans-unit id="entryState.not_exported">
<source>entryState.not_exported</source>
<target>Abierto</target>
</trans-unit>
<trans-unit id="entryState.all">
<source>entryState.all</source>
<target>Todos</target>
@@ -768,6 +971,18 @@
<source>entryState.stopped</source>
<target>Detenidos</target>
</trans-unit>
<trans-unit id="export.clear_all">
<source>export.clear_all</source>
<target>¿Marcar todos los registros a la vista como abiertos?</target>
</trans-unit>
<trans-unit id="export.mark_all">
<source>export.mark_all</source>
<target>¿Marcar todos los registros a la vista como tratados?</target>
</trans-unit>
<trans-unit id="label.globalsOnly">
<source>label.globalsOnly</source>
<target>Solo globales</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="plugins.en.xliff">
<body>
<trans-unit id="plugins.title">
<source>plugins.title</source>
<target>Plugins</target>
</trans-unit>
<trans-unit id="plugins.subtitle">
<source>plugins.subtitle</source>
<target>Puede mejorar la funcionalidad de Kimai con plugins</target>
</trans-unit>
<trans-unit id="plugin.none_installed">
<source>plugin.none_installed</source>
<target>Aún no tienes ningún plugin instalado.</target>
</trans-unit>
<trans-unit id="plugin.marketplace">
<source>plugin.marketplace</source>
<target>Kimai marketplace</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="system-configuration.en.xliff">
<body>
<trans-unit id="title">
<source>title</source>
<target>Configuración</target>
</trans-unit>
<trans-unit id="subtitle">
<source>subtitle</source>
<target>Cambia las configuraciones globales de tu control de tiempo.</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Parte de horas</target>
</trans-unit>
<trans-unit id="form_customer">
<source>form_customer</source>
<target>Crear cliente - valores por defecto</target>
</trans-unit>
<trans-unit id="theme">
<source>theme</source>
<target>Apariencia</target>
</trans-unit>
<trans-unit id="calendar">
<source>calendar</source>
<target>Calendario</target>
</trans-unit>
<trans-unit id="label.theme.markdown_content">
<source>label.theme.markdown_content</source>
<target>Permitir formato markdown en descripciones y comentarios</target>
</trans-unit>
<trans-unit id="label.timesheet.mode">
<source>label.timesheet.mode</source>
<target>Modo de seguimiento de tiempo</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_default">
<source>label.timesheet.mode_default</source>
<target>[Por defecto] se pueden editar los tiempos de inicio y fin.</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_only">
<source>label.timesheet.mode_duration_only</source>
<target>[Duración] reemplaza el campo de hora de finalización por un campo de duración</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_punch">
<source>label.timesheet.mode_punch</source>
<target>[Reloj de control] el usuario puede iniciar y detener registros, pero no editar los tiempos o la duración</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_future_times">
<source>label.timesheet.rules.allow_future_times</source>
<target>Permitir registros de tiempo en el futuro.</target>
</trans-unit>
<trans-unit id="label.timesheet.active_entries.hard_limit">
<source>label.timesheet.active_entries.hard_limit</source>
<target>Número máximo de registros activos simultáneos permitidos</target>
</trans-unit>
<trans-unit id="label.timesheet.active_entries.soft_limit">
<source>label.timesheet.active_entries.soft_limit</source>
<target>Número de registros activos simultáneos para que se muestre una advertencia</target>
</trans-unit>
<trans-unit id="label.theme.select_type">
<source>label.theme.select_type</source>
<target>Tipo de cajas de selección en formularios</target>
</trans-unit>
<trans-unit id="label.calendar.week_numbers">
<source>label.calendar.week_numbers</source>
<target>Mostrar números de semana</target>
</trans-unit>
<trans-unit id="label.calendar.weekends">
<source>label.calendar.weekends</source>
<target>Mostrar fines de semana</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.begin">
<source>label.calendar.businessHours.begin</source>
<target>Inicio del horario comercial normal (se destacará)</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.end">
<source>label.calendar.businessHours.end</source>
<target>Fin del horario comercial normal (se destacará)</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.begin">
<source>label.calendar.visibleHours.begin</source>
<target>Inicio del rango de tiempo visible</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.end">
<source>label.calendar.visibleHours.end</source>
<target>Fin del rango de tiempo visible</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="tags.en.xliff">
<body>
<trans-unit id="tags.title">
<source>tags.title</source>
<target>Etiquetas</target>
</trans-unit>
<trans-unit id="tags.subtitle">
<source>tags.subtitle</source>
<target>Las etiquetas permiten combinar libremente los registros del parte de horas en un conjunto de resultados</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -10,6 +10,10 @@
<source>End date must not be earlier then start date.</source>
<target>La fecha final no puede ser anterior a la fecha de inicio.</target>
</trans-unit>
<trans-unit id="The begin date cannot be in the future.">
<source>The begin date cannot be in the future.</source>
<target>La fecha de inicio no puede estar en el futuro.</target>
</trans-unit>
</body>
</file>
</xliff>