0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-22 00:23:00 +00:00
kevinpapst_kimai2/translations/flashmessages.es.xlf
Weblate (bot) b012332d82
Translations update from Weblate (#2071)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Dutch)
* Translated using Weblate (Portuguese)
* Translated using Weblate (Spanish)

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Leonardo Ferreira <miwibib401@ezeca.com>
Co-authored-by: Bruno Arakaki <brn.arakaki@gmail.com>
Co-authored-by: IxFail <mitchelnijkamp1@msn.com>
2020-10-30 13:22:34 +01:00

59 lines
2.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="es" datatype="plaintext" original="flashmessages.en.xlf">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Atención</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>El registro de tiempo ha sido detenido</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>No se pudo detener el registro del tiempo</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>Registro de tiempo iniciado</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<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á editando un registro exportado</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Cambios guardados</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target>No se pudieron guardar los cambios: %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>Registro eliminado</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target>No se pudo eliminar el registro: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Debe crear una plantilla de factura primero</target>
</trans-unit>
<trans-unit id="action.upload.error">
<source>action.upload.error</source>
<target>No se pudo cargar ni guardar el archivo: %reason%</target>
</trans-unit>
</body>
</file>
</xliff>