New translations [skip ci]

This commit is contained in:
James Cole
2018-06-27 21:37:16 +02:00
parent a8e666db34
commit d378e7e897
56 changed files with 1727 additions and 1527 deletions

View File

@@ -465,6 +465,7 @@ return [
'pref_two_factor_auth_code_help' => 'Escanee el código QR con una aplicación en su teléfono como Authy o Google autenticator y ingrese el código generado.',
'pref_two_factor_auth_reset_code' => 'Reiniciar código de verificación',
'pref_two_factor_auth_disable_2fa' => 'Disable 2FA',
'2fa_use_secret_instead' => 'If you cannot scan the QR code, feel free to use the secret instead: :secret.',
'pref_save_settings' => 'Guardar la configuración',
'saved_preferences' => '¡Preferencias guardadas!',
'preferences_general' => 'General',
@@ -901,7 +902,6 @@ return [
'balanceEnd' => 'Balance al final de un periodo',
'splitByAccount' => 'Separada por cuenta',
'coveredWithTags' => 'Cubierta con etiquetas',
'leftUnbalanced' => 'Izquierda desbalanceada',
'leftInBudget' => 'Dejado en el presupuesto',
'sumOfSums' => 'Suma de sumas',
'noCategory' => '(sin categoría)',
@@ -1261,4 +1261,15 @@ return [
'update_recurrence' => 'Update recurring transaction',
'updated_recurrence' => 'Updated recurring transaction ":title"',
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
'delete_recurring' => 'Delete recurring transaction ":title"',
'new_recurring_transaction' => 'New recurring transaction',
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
'do_nothing' => 'Just create the transaction',
'skip_transaction' => 'Skip the occurence',
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
'jump_to_monday' => 'Create the transaction on the next Monday instead',
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
'except_weekends' => 'Except weekends',
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
];