mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update language strings.
This commit is contained in:
@@ -33,6 +33,7 @@ return [
|
||||
'last_seven_days' => 'Últimos siete días',
|
||||
'last_thirty_days' => 'Últimos treinta días',
|
||||
'welcomeBack' => '¿Qué está pasando?',
|
||||
'welcome_back' => 'What\'s playing?',
|
||||
'everything' => 'Todo',
|
||||
'today' => 'hoy',
|
||||
'customRange' => 'Rango personalizado',
|
||||
@@ -217,27 +218,27 @@ return [
|
||||
// search
|
||||
'search' => 'Buscar',
|
||||
'search_query' => 'Consulta',
|
||||
'search_found_transactions' => 'Firefly III found :count transaction(s) in :time seconds.',
|
||||
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_amount' => 'Amount is exactly :value',
|
||||
'search_modifier_amount_max' => 'Amount is at most :value',
|
||||
'search_modifier_amount_min' => 'Amount is at least :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than :value',
|
||||
'search_modifier_source' => 'Source account is :value',
|
||||
'search_modifier_destination' => 'Destination account is :value',
|
||||
'search_modifier_category' => 'Category is :value',
|
||||
'search_modifier_budget' => 'Budget is :value',
|
||||
'search_modifier_bill' => 'Bill is :value',
|
||||
'search_modifier_type' => 'Transaction type is :value',
|
||||
'search_modifier_date' => 'Transaction date is :value',
|
||||
'search_modifier_date_before' => 'Transaction date is before :value',
|
||||
'search_modifier_date_after' => 'Transaction date is after :value',
|
||||
'search_modifier_on' => 'Transaction date is :value',
|
||||
'search_modifier_before' => 'Transaction date is before :value',
|
||||
'search_modifier_after' => 'Transaction date is after :value',
|
||||
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
|
||||
'search_found_transactions' => 'Firefly III encontró :count transacción(es) en :time segundos.',
|
||||
'search_for_query' => 'Firefly III está buscando transacciones que contengan todas estas palabras: <span class="text-info">:query</span>',
|
||||
'search_modifier_amount_is' => 'Cantidad es exactamente :value',
|
||||
'search_modifier_amount' => 'Cantidad es exactamente :value',
|
||||
'search_modifier_amount_max' => 'Cantidad máxima :value',
|
||||
'search_modifier_amount_min' => 'Cantidad mínima :value',
|
||||
'search_modifier_amount_less' => 'Cantidad menor que :value',
|
||||
'search_modifier_amount_more' => 'Cantidad es más de :value',
|
||||
'search_modifier_source' => 'Cuenta de origen es :value',
|
||||
'search_modifier_destination' => 'Cuenta de destino es :value',
|
||||
'search_modifier_category' => 'Categoría es :value',
|
||||
'search_modifier_budget' => 'Presupuesto es :value',
|
||||
'search_modifier_bill' => 'Factura es :value',
|
||||
'search_modifier_type' => 'Tipo de transacción es :value',
|
||||
'search_modifier_date' => 'Fecha de transacción es :value',
|
||||
'search_modifier_date_before' => 'Fecha de transacción es anterior a :value',
|
||||
'search_modifier_date_after' => 'Fecha de transacción es posterior a :value',
|
||||
'search_modifier_on' => 'Fecha de transacción es :value',
|
||||
'search_modifier_before' => 'Fecha de transacción es anterior a :value',
|
||||
'search_modifier_after' => 'Fecha de transacción es posterior a :value',
|
||||
'modifiers_applies_are' => 'Los siguientes modificadores también se aplican a la búsqueda:',
|
||||
'general_search_error' => 'Se ha producido un error durante la búsqueda. Por favor, compruebe los archivos de registro para obtener más información.',
|
||||
'search_box' => 'Buscar',
|
||||
'search_box_intro' => 'Bienvenido a la función de búsqueda de Firefly III. Introduce tu consulta de búsqueda en el cuadro. Asegúrate de revisar el archivo de ayuda porque el buscador es bastante avanzado.',
|
||||
@@ -1314,7 +1315,7 @@ return [
|
||||
'no_transactions_imperative_transfers' => '¿Has movido algo de dinero? Entonces usted debería escribirlo:',
|
||||
'no_transactions_create_transfers' => 'Crear una transferencia',
|
||||
'no_piggies_title_default' => '¡Vamos a crear una hucha!',
|
||||
'no_piggies_intro_default' => 'Aún no tienes huchas. Puedes crear huchas para dividir tus ahorros y hacer un seguimiento de para qué estás ahorrando.',
|
||||
'no_piggies_intro_default' => 'Aún no tienes huchas. Puedes crear huchas para dividir tus ahorros y hacer un seguimiento de lo que estés ahorrando.',
|
||||
'no_piggies_imperative_default' => '¿Usted tiene cosas para las cuales está ahorrando dinero? Cree una hucha y haga su seguimiento:',
|
||||
'no_piggies_create_default' => 'Crear una nueva hucha',
|
||||
'no_bills_title_default' => '¡Vamos a crear una factura!',
|
||||
|
Reference in New Issue
Block a user