forked from OCA/crm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (3 of 3 strings) Translation: crm-15.0/crm-15.0-crm_lead_code Translate-URL: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_lead_code/ca/
- Loading branch information
1 parent
2186a34
commit a06c3cd
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,27 +6,29 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2022-04-13 11:05+0000\n" | ||
"Last-Translator: Noel estudillo <[email protected]>\n" | ||
"Language-Team: none\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 4.3.2\n" | ||
|
||
#. module: crm_lead_code | ||
#: model:ir.model.fields,field_description:crm_lead_code.field_crm_lead__code | ||
msgid "Lead Number" | ||
msgstr "" | ||
msgstr "Número de plom" | ||
|
||
#. module: crm_lead_code | ||
#: model:ir.model,name:crm_lead_code.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "" | ||
msgstr "Plom/Oportunitat" | ||
|
||
#. module: crm_lead_code | ||
#: code:addons/crm_lead_code/models/crm_lead.py:0 | ||
#: model:ir.model.constraint,message:crm_lead_code.constraint_crm_lead_crm_lead_unique_code | ||
#, python-format | ||
msgid "The code must be unique!" | ||
msgstr "" | ||
msgstr "El codi ha de ser únic!" |