@@ -54,6 +54,14 @@ msgstr "91 - 120 d."
54
54
msgid "<b>Taxes summary</b>"
55
55
msgstr "<b>Resumen de Impuestos</b>"
56
56
57
+ #. module: account_financial_report
58
+ #: model_terms:ir.ui.view,arch_db: account_financial_report.trial_balance_wizard
59
+ msgid ""
60
+ "<i class=\" fa fa-exclamation-triangle mr-3\" />\n"
61
+ " Duplicate amounts may be shown because more than one "
62
+ "analytical account may be defined in the journal items."
63
+ msgstr ""
64
+
57
65
#. module: account_financial_report
58
66
#: model_terms:ir.ui.view,arch_db: account_financial_report.res_config_settings_view_form
59
67
msgid "<span class=\" o_form_label\" >Intervals configuration</span>"
@@ -345,6 +353,7 @@ msgstr "Importe moneda."
345
353
346
354
#. module: account_financial_report
347
355
#: model:ir.model.fields,field_description: account_financial_report.field_account_move_line__analytic_account_ids
356
+ #: model:ir.model.fields.selection,name: account_financial_report.selection__trial_balance_report_wizard__grouped_by__analytic_account
348
357
msgid "Analytic Account"
349
358
msgstr "Cuenta Analítica"
350
359
@@ -961,6 +970,7 @@ msgstr "Agrupar por"
961
970
962
971
#. module: account_financial_report
963
972
#: model:ir.model.fields,field_description: account_financial_report.field_general_ledger_report_wizard__grouped_by
973
+ #: model:ir.model.fields,field_description: account_financial_report.field_trial_balance_report_wizard__grouped_by
964
974
msgid "Grouped By"
965
975
msgstr "Agrupado por"
966
976
@@ -1607,6 +1617,14 @@ msgstr "Fecha de inicio"
1607
1617
msgid "Starting account in a range"
1608
1618
msgstr "Cuenta inicial en un rango"
1609
1619
1620
+ #. module: account_financial_report
1621
+ #. odoo-python
1622
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1623
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1624
+ #, python-format
1625
+ msgid "TOTAL"
1626
+ msgstr ""
1627
+
1610
1628
#. module: account_financial_report
1611
1629
#: model_terms:ir.ui.view,arch_db: account_financial_report.report_general_ledger_lines
1612
1630
msgid "Tags"
@@ -1775,7 +1793,10 @@ msgid "To:"
1775
1793
msgstr "A:"
1776
1794
1777
1795
#. module: account_financial_report
1796
+ #. odoo-python
1797
+ #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
1778
1798
#: model_terms:ir.ui.view,arch_db: account_financial_report.report_aged_partner_balance_account_ending_cumul
1799
+ #, python-format
1779
1800
msgid "Total"
1780
1801
msgstr "Total"
1781
1802
@@ -1918,6 +1939,13 @@ msgstr ""
1918
1939
msgid "With Account Name"
1919
1940
msgstr "Cuenta con Nombre"
1920
1941
1942
+ #. module: account_financial_report
1943
+ #. odoo-python
1944
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1945
+ #, python-format
1946
+ msgid "Without analytic account"
1947
+ msgstr ""
1948
+
1921
1949
#. module: account_financial_report
1922
1950
#. odoo-python
1923
1951
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
0 commit comments