Move budget outside of the core
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
This commit is contained in:
@@ -395,8 +395,6 @@ return array(
|
||||
'Remote' => 'Remota',
|
||||
'Enabled' => 'Activada',
|
||||
'Disabled' => 'Desactivada',
|
||||
'Google account linked' => 'Vinculada con Cuenta de Google',
|
||||
'Github account linked' => 'Vinculada con Cuenta de Gitgub',
|
||||
'Username:' => 'Nombre de Usuario:',
|
||||
'Name:' => 'Nombre:',
|
||||
'Email:' => 'Correo electrónico:',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => 'Desplazamiento horizontal',
|
||||
'Compact/wide view' => 'Vista compacta/amplia',
|
||||
'No results match:' => 'No hay resultados coincidentes:',
|
||||
'Remove hourly rate' => 'Quitar cobro horario',
|
||||
'Do you really want to remove this hourly rate?' => '¿Realmente quire quitar el cobro horario?',
|
||||
'Hourly rates' => 'Cobros horarios',
|
||||
'Hourly rate' => 'Cobro horario',
|
||||
'Currency' => 'Moneda',
|
||||
'Effective date' => 'Fecha efectiva',
|
||||
'Add new rate' => 'Añadir nuevo cobro',
|
||||
'Rate removed successfully.' => 'Cobro quitado con éxito.',
|
||||
'Unable to remove this rate.' => 'No pude quitar este cobro.',
|
||||
'Unable to save the hourly rate.' => 'No pude grabar el cobro horario.',
|
||||
'Hourly rate created successfully.' => 'Cobro horario creado con éxito',
|
||||
'Start time' => 'Tiempo de inicio',
|
||||
'End time' => 'Tiempo de fin',
|
||||
'Comment' => 'Comentario',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
'Files' => 'Ficheros',
|
||||
'Images' => 'Imágenes',
|
||||
'Private project' => 'Proyecto privado',
|
||||
'Amount' => 'Cantidad',
|
||||
'AUD - Australian Dollar' => 'AUD - Dólar australiano',
|
||||
'Budget' => 'Presupuesto',
|
||||
'Budget line' => 'Línea de presupuesto',
|
||||
'Budget line removed successfully.' => 'Línea de presupuesto quitada con éxito',
|
||||
'Budget lines' => 'Líneas de presupuesto',
|
||||
'CAD - Canadian Dollar' => 'CAD - Dólar canadiense',
|
||||
'CHF - Swiss Francs' => 'CHF - Francos suizos',
|
||||
'Cost' => 'Costo',
|
||||
'Cost breakdown' => 'Desglose de costes',
|
||||
'Custom Stylesheet' => 'Hoja de estilo Personalizada',
|
||||
'download' => 'descargar',
|
||||
'Do you really want to remove this budget line?' => '¿Realmente quiere quitar esta línea de presupuesto?',
|
||||
'EUR - Euro' => 'EUR - Euro',
|
||||
'Expenses' => 'Gastos',
|
||||
'GBP - British Pound' => 'GBP - Libra británica',
|
||||
'INR - Indian Rupee' => 'INR - Rupias indúes',
|
||||
'JPY - Japanese Yen' => 'JPY - Yen japonés',
|
||||
'New budget line' => 'Nueva línea de presupuesto',
|
||||
'NZD - New Zealand Dollar' => 'NZD - Dóloar neocelandés',
|
||||
'Remove a budget line' => 'Quitar una línea de presupuesto',
|
||||
'Remove budget line' => 'Quitar línea de presupuesto',
|
||||
'RSD - Serbian dinar' => 'RSD - Dinar serbio',
|
||||
'The budget line have been created successfully.' => 'Se ha creado la línea de presupuesto con éxito.',
|
||||
'Unable to create the budget line.' => 'No pude crear la línea de presupuesto.',
|
||||
'Unable to remove this budget line.' => 'No pude quitar esta línea de presupuesto.',
|
||||
'USD - US Dollar' => 'USD - Dólar Estadounidense',
|
||||
'Remaining' => 'Restante',
|
||||
'Destination column' => 'Columna destino',
|
||||
'Move the task to another column when assigned to a user' => 'Mover la tarea a otra columna al asignarse al usuario',
|
||||
'Move the task to another column when assignee is cleared' => 'Mover la tarea a otra columna al quitar el concesionario',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'Cambio',
|
||||
'Change reference currency' => 'Cambiar moneda de referencia',
|
||||
'Add a new currency rate' => 'Añadir nuevo cambio de moneda',
|
||||
'Currency rates are used to calculate project budget.' => 'Se usan los cambios de moneda para calcular el presupuesto del proyecto.',
|
||||
'Reference currency' => 'Moneda de referencia',
|
||||
'The currency rate have been added successfully.' => 'Se ha añadido el cambio de moneda con éxito',
|
||||
'Unable to add this currency rate.' => 'No pude añadir este cambio de moneda.',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
'%s moved the task #%d to the first swimlane' => '%s movió la tarea #%d a la primera calle',
|
||||
'%s moved the task #%d to the swimlane "%s"' => '%s movió la tarea #%d a la calle "%s"',
|
||||
'Swimlane' => 'Calle',
|
||||
'Budget overview' => 'Resumen del Presupuesto',
|
||||
'Type' => 'Tipo',
|
||||
'There is not enough data to show something.' => 'No hay datos suficientes como para mostrar algo.',
|
||||
'Gravatar' => 'Gravatar',
|
||||
'Hipchat' => 'Hipchat',
|
||||
'Slack' => 'Desatendida',
|
||||
|
||||
Reference in New Issue
Block a user