mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 00:21:59 +02:00
143 lines
5.5 KiB
Text
143 lines
5.5 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_analytic_required
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-02-17 07:26+0000\n"
|
|
"PO-Revision-Date: 2024-12-07 10:06+0000\n"
|
|
"Last-Translator: QuiJoQuim <quim.rebull@gmail.com>\n"
|
|
"Language-Team: \n"
|
|
"Language: ca\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Generator: Weblate 5.6.2\n"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_account
|
|
msgid "Account"
|
|
msgstr "Compte"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__always
|
|
msgid "Always"
|
|
msgstr "Sempre"
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Always' with account '%(account)s' but the "
|
|
"analytic account is missing in the account move line with label '%(move)s'."
|
|
msgstr ""
|
|
"La política analítica s'ha establert en 'Sempre' en el compte '%(account)s' "
|
|
"però falta el compte analític a la línia de moviment del compte amb "
|
|
"l'etiqueta '%(move)s'."
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Never' with account '%(account)s' but the account "
|
|
"move line with label '%(move)s' has an analytic account "
|
|
"'%(analytic_account)s'."
|
|
msgstr ""
|
|
"La política analítica s'ha establert en 'Mai' '%(account)s' però l'apunt "
|
|
"'%(move)s' té el compte analític '%(analytic_account)s'."
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Posted moves' with account '%(account)s' but the "
|
|
"analytic account is missing in the account move line with label '%(move)s'."
|
|
msgstr ""
|
|
"La política analítica conté el valor 'Moviments publicats' al compte "
|
|
"%(account)s però el compte analític no existeix en l'apunt amb etiqueta "
|
|
"'%(move)s'."
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_move
|
|
msgid "Journal Entry"
|
|
msgstr "Assentaments"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_move_line
|
|
msgid "Journal Item"
|
|
msgstr "Apunts"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__never
|
|
msgid "Never"
|
|
msgstr "Mai"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields,field_description:account_analytic_required.field_account_account__analytic_policy
|
|
msgid "Policy for analytic account"
|
|
msgstr "Política per als comptes analítics"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__posted
|
|
msgid "Posted moves"
|
|
msgstr "Moviments publicats"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields,help:account_analytic_required.field_account_account__analytic_policy
|
|
msgid ""
|
|
"Sets the policy for analytic accounts.\n"
|
|
"If you select:\n"
|
|
"- Empty: The accountant is free to put an analytic account on an account "
|
|
"move line with this type of account.\n"
|
|
"- Always: The accountant will get an error message if there is no analytic "
|
|
"account.\n"
|
|
"- Posted moves: The accountant will get an error message if no analytic "
|
|
"account is defined when the move is posted.\n"
|
|
"- Never: The accountant will get an error message if an analytic account is "
|
|
"present."
|
|
msgstr ""
|
|
"Estableix la política dels comptes analítics.\n"
|
|
"Si seleccioneu:\n"
|
|
"- Buit: el comptable és lliure de posar un compte analític en una línia de "
|
|
"moviment de compte amb aquest tipus de compte.\n"
|
|
"- Sempre: el comptable rebrà un missatge d'error si no hi ha cap compte "
|
|
"analític.\n"
|
|
"- Moviments publicats: el comptable rebrà un missatge d'error si no es "
|
|
"defineix cap compte analític quan es publica el moviment.\n"
|
|
"- Mai: el comptable rebrà un missatge d'error si hi ha un compte analític."
|
|
|
|
#~ msgid "Optional"
|
|
#~ msgstr "Opcional"
|
|
|
|
#~ msgid ""
|
|
#~ "Sets the policy for analytic accounts.\n"
|
|
#~ "If you select:\n"
|
|
#~ "- Optional: The accountant is free to put an analytic account on an "
|
|
#~ "account move line with this type of account.\n"
|
|
#~ "- Always: The accountant will get an error message if there is no "
|
|
#~ "analytic account.\n"
|
|
#~ "- Posted moves: The accountant will get an error message if no analytic "
|
|
#~ "account is defined when the move is posted.\n"
|
|
#~ "- Never: The accountant will get an error message if an analytic account "
|
|
#~ "is present.\n"
|
|
#~ "\n"
|
|
#~ "This field is company dependent."
|
|
#~ msgstr ""
|
|
#~ "Estableix la política dels comptes analítics.\n"
|
|
#~ "Si seleccioneu:\n"
|
|
#~ "- Opcional: el comptable és lliure de posar un compte analític en una "
|
|
#~ "línia de moviment de compte amb aquest tipus de compte.\n"
|
|
#~ "- Sempre: el comptable rebrà un missatge d'error si no hi ha cap compte "
|
|
#~ "analític.\n"
|
|
#~ "- Moviments publicats: el comptable rebrà un missatge d'error si no es "
|
|
#~ "defineix cap compte analític quan es publica el moviment.\n"
|
|
#~ "- Mai: el comptable rebrà un missatge d'error si hi ha un compte "
|
|
#~ "analític.\n"
|
|
#~ "\n"
|
|
#~ "Aquest camp depèn de l'empresa."
|