mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update and build.
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
|
||||
<template>
|
||||
<div class="form-group"
|
||||
v-bind:class="{ 'has-error': hasError()}"
|
||||
>
|
||||
v-bind:class="{ 'has-error': hasError()}">
|
||||
<div class="col-sm-12 text-sm">
|
||||
{{ $t('firefly.tags') }}
|
||||
</div>
|
||||
@@ -50,7 +49,6 @@
|
||||
<li class="text-danger">{{ error }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III hat :count Transaktion in :time Sekunden gefunden.|Firefly III hat :count Transaktionen in :time Sekunden gefunden.',
|
||||
'search_found_more_transactions' => 'Firefly III hat mehr als :count Transaktionen in :time Sekunden gefunden.',
|
||||
'search_for_query' => 'Firefly III sucht nach Buchungen mit folgenden Wörtern im Namen: <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Diese Suchparameter sind ungültig und wurden ignoriert.',
|
||||
'search_modifier_date_is' => 'Buchungsdatum ist „:value”',
|
||||
'search_modifier_id' => 'Buchungsnummer ist ":value"',
|
||||
'search_modifier_date_before' => 'Buchungsdatum ist vor oder am ":value"',
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III a trouvé :count opération en :time secondes.|Firefly III a trouvé :count opérations en :time secondes.',
|
||||
'search_found_more_transactions' => 'Firefly III a trouvé plus de :count transactions en :time secondes.',
|
||||
'search_for_query' => 'Firefly III recherche des opérations contenant tous ces mots : <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Ces paramètres de recherche ne sont pas valides et ont été ignorés.',
|
||||
'search_modifier_date_is' => 'La date de l\'opération est ":value"',
|
||||
'search_modifier_id' => 'L\'ID de l\'opération est ":value"',
|
||||
'search_modifier_date_before' => 'La date de l\'opération est avant ou le ":value"',
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
|
||||
'search_found_more_transactions' => 'Firefly III found more than :count transactions 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>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Parameter pencarian ini tidak valdi dan telah diabaikan.',
|
||||
'search_modifier_date_is' => 'Transaction date is ":value"',
|
||||
'search_modifier_id' => 'Transaction ID is ":value"',
|
||||
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III ha trovato :count transazione in :time secondi.|Firefly III ha trovato :count transazioni in :time secondi.',
|
||||
'search_found_more_transactions' => 'Firefly III ha trovato più di :count transazioni in :time secondi.',
|
||||
'search_for_query' => 'Firefly III sta cercando le transazioni contenenti tutte queste parole: <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Questi parametri di ricerca non sono validi e sono stati ignorati.',
|
||||
'search_modifier_date_is' => 'La data della transazione è ":value"',
|
||||
'search_modifier_id' => 'L\'ID della transazione è ":value"',
|
||||
'search_modifier_date_before' => 'La data della transazione è antecedente o uguale a ":value"',
|
||||
@@ -1692,8 +1692,8 @@ return [
|
||||
'store_as_new' => 'Salva come nuova transazione invece di aggiornarla.',
|
||||
'reset_after' => 'Resetta il modulo dopo l\'invio',
|
||||
'errors_submission' => 'Errore durante l\'invio. Controlla gli errori segnalati qui sotto.',
|
||||
'transaction_expand_split' => 'Expand split',
|
||||
'transaction_collapse_split' => 'Collapse split',
|
||||
'transaction_expand_split' => 'Espandi suddivisione',
|
||||
'transaction_collapse_split' => 'Comprimi suddivisione',
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(non in un gruppo)',
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III znalazł :count transakcję w :time sekund.|Firefly III znalazł :count transakcji w :time sekund.',
|
||||
'search_found_more_transactions' => 'Firefly III znalazł więcej niż :count transakcji w :time sekund.',
|
||||
'search_for_query' => 'Firefly III szuka transakcji zawierających wszystkie słowa: <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Te parametry wyszukiwania nie są prawidłowe i zostały zignorowane.',
|
||||
'search_modifier_date_is' => 'Data transakcji to ":value"',
|
||||
'search_modifier_id' => 'ID transakcji to ":value"',
|
||||
'search_modifier_date_before' => 'Data transakcji jest przed lub w ":value"',
|
||||
@@ -523,9 +523,9 @@ return [
|
||||
'rule_trigger_has_any_budget_choice' => 'Ma (dowolny) budżet',
|
||||
'rule_trigger_has_any_budget' => 'Transakcja ma (dowolny) budżet',
|
||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_has_no_bill' => 'Transakcja bez rachunku',
|
||||
'rule_trigger_has_any_bill_choice' => 'Ma (dowolny) rachunek',
|
||||
'rule_trigger_has_any_bill' => 'Transakcja ma (dowolny) rachunek',
|
||||
'rule_trigger_has_no_tag_choice' => 'Brak tagów',
|
||||
'rule_trigger_has_no_tag' => 'Transakcja bez tagów',
|
||||
'rule_trigger_has_any_tag_choice' => 'Ma (dowolny) tag (lub kilka)',
|
||||
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III encontrou :count transação em :time segundos.|Firefly III encontrou :count transações em :time segundos.',
|
||||
'search_found_more_transactions' => 'Firefly III encontrou mais de :count transações em :time segundos.',
|
||||
'search_for_query' => 'Firefly III está procurando transações com todas estas palavras neles: <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Estes parâmetros de busca não são válidos e foram ignorados.',
|
||||
'search_modifier_date_is' => 'A data da transação é ":value"',
|
||||
'search_modifier_id' => 'O ID da transação é ":value"',
|
||||
'search_modifier_date_before' => 'Data da transação é anterior ou em ":value"',
|
||||
|
||||
@@ -83,7 +83,7 @@ return [
|
||||
'flash_info' => 'Mensagem',
|
||||
'flash_warning' => 'Aviso!',
|
||||
'flash_error' => 'Erro!',
|
||||
'flash_danger' => 'Danger!',
|
||||
'flash_danger' => 'Perigo!',
|
||||
'flash_info_multiple' => 'Tens 1 mensagem|Tens :count mensagens',
|
||||
'flash_error_multiple' => 'Tens 1 erro|Tens :count erros',
|
||||
'net_worth' => 'Património liquido',
|
||||
@@ -280,7 +280,7 @@ return [
|
||||
'search_found_transactions' => 'Firefly III encontrou :count transacção em :time segundos.|Firefly III encontrou :count transacções em :time segundos.',
|
||||
'search_found_more_transactions' => 'Firefly III encontrou mais de :count transacções em :time segundos.',
|
||||
'search_for_query' => 'O Firefly III está à procura de transacções com as palavras: <span class="text-info">:query</span>',
|
||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
||||
'invalid_operators_list' => 'Estes parâmetros de pesquisa não são válidos e foram ignorados.',
|
||||
'search_modifier_date_is' => 'A data da transacção é ":value"',
|
||||
'search_modifier_id' => 'O ID da transação é ":value"',
|
||||
'search_modifier_date_before' => 'A data da transacção é anterior ou a ":value"',
|
||||
@@ -1692,8 +1692,8 @@ return [
|
||||
'store_as_new' => 'Guarde como uma nova transação em vez de atualizar.',
|
||||
'reset_after' => 'Repor o formulário após o envio',
|
||||
'errors_submission' => 'Aconteceu algo errado com a sua submissão. Por favor, verifique os erros.',
|
||||
'transaction_expand_split' => 'Expand split',
|
||||
'transaction_collapse_split' => 'Collapse split',
|
||||
'transaction_expand_split' => 'Expandir divisão',
|
||||
'transaction_collapse_split' => 'Ocultar divisão',
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(não agrupado)',
|
||||
|
||||
@@ -54,4 +54,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user