Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: mis-builder-16.0/mis-builder-16.0-mis_builder
Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/
  • Loading branch information
weblate committed Oct 9, 2023
1 parent ec332e7 commit bb05cce
Showing 1 changed file with 61 additions and 41 deletions.
102 changes: 61 additions & 41 deletions mis_builder/i18n/tr.po
Expand Up @@ -30,29 +30,35 @@ msgid ""
"<code>\n"
" balp[('user_type_id', '=',\n"
" ref('account.\n"
" data_account_type_receivable').id)][]\n"
" data_account_type_receivable')."
"id)][]\n"
" </code>\n"
" : variation of the balance of all receivable accounts over\n"
" : variation of the balance of all "
"receivable accounts over\n"
" the period."
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>\n"
" balp[][('tax_line_id.tag_ids', '=', ref('l10n_be.tax_tag_56').id)]\n"
" balp[][('tax_line_id.tag_ids', "
"'=', ref('l10n_be.tax_tag_56').id)]\n"
" </code>\n"
" : balance of move lines related to tax grid 56."
" : balance of move lines related to "
"tax grid 56."
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>\n"
" debp[55%][('journal_id.code', '=',\n"
" debp[55%][('journal_id.code', "
"'=',\n"
" 'BNK1')]\n"
" </code>\n"
" : sum of all debits on accounts 55 and journal BNK1 during\n"
" : sum of all debits on accounts 55 "
"and journal BNK1 during\n"
" the period."
msgstr ""

Expand All @@ -67,15 +73,17 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>bal</code>, <code>crd</code>, <code>deb</code>, <code>\n"
" pbal</code>, <code>nbal</code> : balance, debit, credit,\n"
" pbal</code>, <code>nbal</code> : "
"balance, debit, credit,\n"
" positive balance, negative balance."
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>bal[70]</code> : variation of the balance of account 70 over\n"
" the period (it is the same as <code>balp[70]</code>."
" the period (it is the same as "
"<code>balp[70]</code>."
msgstr ""

#. module: mis_builder
Expand All @@ -93,8 +101,10 @@ msgstr ""
#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>balu[]</code> : (<code>u</code> for unallocated) is a special expression\n"
" that shows the unallocated profit/loss of previous fiscal\n"
"<code>balu[]</code> : (<code>u</code> for unallocated) is a special "
"expression\n"
" that shows the unallocated profit/"
"loss of previous fiscal\n"
" years."
msgstr ""

Expand All @@ -108,7 +118,8 @@ msgstr ""
#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>date_from</code>, <code>date_to</code> : beginning and end date of the\n"
"<code>date_from</code>, <code>date_to</code> : beginning and end date of "
"the\n"
" period."
msgstr ""

Expand All @@ -122,23 +133,26 @@ msgstr ""
#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>p</code>, <code>i</code>, <code>e</code> : respectively variation over the period,\n"
"<code>p</code>, <code>i</code>, <code>e</code> : respectively variation over "
"the period,\n"
" initial balance, ending balance"
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>pbale[55%]</code> : sum of all ending balances of accounts\n"
" starting with 55 whose ending balance is positive."
" starting with 55 whose ending "
"balance is positive."
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"<code>sum</code>, <code>min</code>,\n"
" <code>max</code>, <code>len</code>,\n"
" <code>avg</code> : behave as expected, very\n"
" <code>avg</code> : behave as "
"expected, very\n"
" similar to the python builtins."
msgstr ""

Expand All @@ -150,16 +164,16 @@ msgstr ""
#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period__source_aml_model_id
msgid ""
"A 'move line like' model, ie having at least debit, credit, date, account_id"
" and company_id fields."
"A 'move line like' model, ie having at least debit, credit, date, account_id "
"and company_id fields."
msgstr ""

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report__move_lines_source
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__source_aml_model_id
msgid ""
"A 'move line like' model, ie having at least debit, credit, date, account_id"
" and company_id fields. This model is the data source for column Actuals."
"A 'move line like' model, ie having at least debit, credit, date, account_id "
"and company_id fields. This model is the data source for column Actuals."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -198,9 +212,8 @@ msgstr "Birikim Yöntemi"
#: code:addons/mis_builder/models/mis_report_instance.py:0
#, python-format
msgid ""
"Actual (alternative) models used in columns must have the same account model"
" in the Account field and must be the same defined in the report template: "
"%s"
"Actual (alternative) models used in columns must have the same account model "
"in the Account field and must be the same defined in the report template: %s"
msgstr ""

#. module: mis_builder
Expand All @@ -217,7 +230,8 @@ msgstr "Gerçek değerler(alternatif)"
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period__source
msgid ""
"Actuals: current data, from accounting and other queries.\n"
"Actuals (alternative): current data from an alternative source (eg a database view providing look-alike account move lines).\n"
"Actuals (alternative): current data from an alternative source (eg a "
"database view providing look-alike account move lines).\n"
"Sum columns: summation (+/-) of other columns.\n"
"Compare to column: compare to other column.\n"
msgstr ""
Expand Down Expand Up @@ -284,8 +298,8 @@ msgstr ""
#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_kpi__style_expression
msgid ""
"An expression that returns a style depending on the KPI value. Such style is"
" applied on top of the row style."
"An expression that returns a style depending on the KPI value. Such style is "
"applied on top of the row style."
msgstr ""

#. module: mis_builder
Expand All @@ -302,7 +316,6 @@ msgstr "Otomatik genişlet"
#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report.py:0
#: code:addons/mis_builder/models/mis_report.py:0
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__accumulation_method__avg
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_query__aggregate__avg
#, python-format
Expand Down Expand Up @@ -342,8 +355,7 @@ msgstr "iptal"

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__multi_company
msgid ""
"Check if you wish to specify several companies to be searched for data."
msgid "Check if you wish to specify several companies to be searched for data."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -523,8 +535,12 @@ msgstr "Açıklama"
#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_kpi__accumulation_method
msgid ""
"Determines how values of this kpi spanning over a time period are transformed to match the reporting period. Sum: values of shorter period are added, values of longest or partially overlapping periods are adjusted pro-rata temporis.\n"
"Average: values of included period are averaged with a pro-rata temporis weight."
"Determines how values of this kpi spanning over a time period are "
"transformed to match the reporting period. Sum: values of shorter period are "
"added, values of longest or partially overlapping periods are adjusted pro-"
"rata temporis.\n"
"Average: values of included period are averaged with a pro-rata temporis "
"weight."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -611,7 +627,9 @@ msgstr ""
#: code:addons/mis_builder/models/aep.py:0
#, python-format
msgid ""
"Error while querying move line source \"%(model_name)s\". This is likely due to a filter or expression referencing a field that does not exist in the model.\n"
"Error while querying move line source \"%(model_name)s\". This is likely due "
"to a filter or expression referencing a field that does not exist in the "
"model.\n"
"\n"
"The technical error message is: %(exception)s. "
msgstr ""
Expand Down Expand Up @@ -653,8 +671,10 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"Expressions can involve other KPI, sub KPI and\n"
" query results by name (eg <code>kpi1 + kpi2</code>,\n"
" <code>kpi2.subkpi1</code>, <code>query1.field1</code>)."
" query results by name (eg <code>kpi1 + "
"kpi2</code>,\n"
" <code>kpi2.subkpi1</code>, <code>query1."
"field1</code>)."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -848,7 +868,8 @@ msgid ""
"This can be fixed by either:\n"
"\t- Changing the KPI value to a tuple of length {}\n"
"or\n"
"\t- Changing the KPI to `multi` mode and giving an explicit value for each sub-KPI."
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
"sub-KPI."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -1156,7 +1177,6 @@ msgstr ""
#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report.py:0
#: code:addons/mis_builder/models/mis_report.py:0
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__accumulation_method__none
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__compare_method__none
#, python-format
Expand Down Expand Up @@ -1205,7 +1225,6 @@ msgstr ""
#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report.py:0
#: code:addons/mis_builder/models/mis_report.py:0
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__compare_method__pct
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__type__pct
#, python-format
Expand Down Expand Up @@ -1244,8 +1263,7 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report_instance.py:0
#, python-format
msgid ""
"Please select a report template and/or save the report before adding "
"columns."
"Please select a report template and/or save the report before adding columns."
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -1535,7 +1553,6 @@ msgstr "Sonek Devralma"
#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report.py:0
#: code:addons/mis_builder/models/mis_report.py:0
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_kpi__accumulation_method__sum
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_query__aggregate__sum
#, python-format
Expand Down Expand Up @@ -1591,8 +1608,10 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"The <b>account selector</b> is a like expression on the\n"
" account code (eg <code>70%</code>, etc), or a domain over accounts\n"
" (eg <code>[('code', 'like', '60%')]</code>)."
" account code (eg <code>70%</code>, "
"etc), or a domain over accounts\n"
" (eg <code>[('code', 'like', '60%')]</"
"code>)."
msgstr ""

#. module: mis_builder
Expand All @@ -1606,7 +1625,8 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
msgid ""
"The following special elements are recognized in the expressions\n"
" to compute accounting data: <code>{bal|crd|deb|pbal|nbal}{pieu}[account\n"
" to compute accounting data: <code>{bal|"
"crd|deb|pbal|nbal}{pieu}[account\n"
" selector][journal items domain]</code>."
msgstr ""

Expand Down

0 comments on commit bb05cce

Please sign in to comment.