Update meta files for new release.

This commit is contained in:
James Cole
2023-04-28 09:27:14 +02:00
parent 321743dbf6
commit e35743ff42
72 changed files with 822 additions and 791 deletions

View File

@@ -152,15 +152,15 @@ export default {
"rule_action_remove_tag_choice": "Quitar etiqueta ..",
"rule_action_remove_all_tags_choice": "Eliminar todas las etiquetas",
"rule_action_set_description_choice": "A\u00f1adir descripci\u00f3n ..",
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
"rule_action_append_description_choice": "Append description with ..",
"rule_action_prepend_description_choice": "Prepend description with ..",
"rule_action_set_source_account_choice": "Set source account to ..",
"rule_action_set_destination_account_choice": "Set destination account to ..",
"rule_action_append_notes_choice": "Append notes with ..",
"rule_action_prepend_notes_choice": "Prepend notes with ..",
"rule_action_update_piggy_choice": "A\u00f1adir \/ quitar el importe de la transacci\u00f3n de la hucha ..",
"rule_action_append_description_choice": "A\u00f1adir descripci\u00f3n con ..",
"rule_action_prepend_description_choice": "Anteponer descripci\u00f3n con ..",
"rule_action_set_source_account_choice": "Establecer cuenta de origen ..",
"rule_action_set_destination_account_choice": "Establecer cuenta de destino ..",
"rule_action_append_notes_choice": "A\u00f1adir notas con ..",
"rule_action_prepend_notes_choice": "Anteponer notas con ..",
"rule_action_clear_notes_choice": "Eliminar cualquier nota",
"rule_action_set_notes_choice": "Set notes to ..",
"rule_action_set_notes_choice": "Establecer nota ..",
"rule_action_link_to_bill_choice": "Enlazar a una factura ..",
"rule_action_convert_deposit_choice": "Convertir transacci\u00f3n en un ingreso",
"rule_action_convert_withdrawal_choice": "Convierta esta transacci\u00f3n en un gasto",

View File

@@ -148,10 +148,10 @@ export default {
"rule_action_clear_category_choice": "\u6e05\u7a7a\u4efb\u4f55\u5206\u7c7b",
"rule_action_set_budget_choice": "Set budget to ..",
"rule_action_clear_budget_choice": "\u6e05\u7a7a\u4efb\u4f55\u9884\u7b97",
"rule_action_add_tag_choice": "Add tag ..",
"rule_action_remove_tag_choice": "Remove tag ..",
"rule_action_add_tag_choice": "\u6dfb\u52a0\u6807\u7b7e..",
"rule_action_remove_tag_choice": "\u79fb\u9664\u6807\u7b7e..",
"rule_action_remove_all_tags_choice": "\u79fb\u9664\u6240\u6709\u6807\u7b7e",
"rule_action_set_description_choice": "Set description to ..",
"rule_action_set_description_choice": "\u8bbe\u7f6e\u63cf\u8ff0\u4e3a",
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
"rule_action_append_description_choice": "Append description with ..",
"rule_action_prepend_description_choice": "Prepend description with ..",
@@ -160,7 +160,7 @@ export default {
"rule_action_append_notes_choice": "Append notes with ..",
"rule_action_prepend_notes_choice": "Prepend notes with ..",
"rule_action_clear_notes_choice": "\u79fb\u9664\u6240\u6709\u5907\u6ce8",
"rule_action_set_notes_choice": "Set notes to ..",
"rule_action_set_notes_choice": "\u8bbe\u7f6e\u5907\u6ce8\u4e3a..",
"rule_action_link_to_bill_choice": "\u5173\u8054\u81f3\u8d26\u5355\u2026",
"rule_action_convert_deposit_choice": "\u8f6c\u6362\u4ea4\u6613\u4e3a\u6536\u5165",
"rule_action_convert_withdrawal_choice": "\u8f6c\u6362\u4ea4\u6613\u4e3a\u652f\u51fa",

View File

@@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
<q-footer class="bg-grey-8 text-white" bordered>
<q-toolbar>
<div>
<small>Firefly III v v6.0.8 &copy; James Cole, AGPL-3.0-or-later.</small>
<small>Firefly III v v6.0.9 &copy; James Cole, AGPL-3.0-or-later.</small>
</div>
</q-toolbar>
</q-footer>