Skip to content

Commit 4241795

Browse files
committed
[I18N] *: export 13.0 source terms
closes odoo#38028 Signed-off-by: Martin Trigaux (mat) <[email protected]>
1 parent 94ae153 commit 4241795

File tree

58 files changed

+7260
-913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7260
-913
lines changed

addons/account/i18n/account.pot

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server saas~12.5\n"
7+
"Project-Id-Version: Odoo Server 13.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2019-10-01 12:08+0000\n"
10-
"PO-Revision-Date: 2019-10-01 12:08+0000\n"
9+
"POT-Creation-Date: 2019-10-07 07:11+0000\n"
10+
"PO-Revision-Date: 2019-10-07 07:11+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
1313
"MIME-Version: 1.0\n"
@@ -125,6 +125,11 @@ msgstr ""
125125
msgid "30 Days"
126126
msgstr ""
127127

128+
#. module: account
129+
#: model:account.payment.term,name:account.account_payment_term_advance
130+
msgid "30% Advance End of Following Month"
131+
msgstr ""
132+
128133
#. module: account
129134
#: model:account.payment.term,name:account.account_payment_term_advance_60days
130135
msgid "30% Now, Balance 60 Days"
@@ -592,11 +597,6 @@ msgstr ""
592597
msgid "<strong>Customer: </strong>"
593598
msgstr ""
594599

595-
#. module: account
596-
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
597-
msgid "<strong>Description:</strong>"
598-
msgstr ""
599-
600600
#. module: account
601601
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
602602
msgid "<strong>Due Date:</strong>"
@@ -7842,6 +7842,11 @@ msgstr ""
78427842
msgid "Payment terms: 30 Days"
78437843
msgstr ""
78447844

7845+
#. module: account
7846+
#: model:account.payment.term,note:account.account_payment_term_advance
7847+
msgid "Payment terms: 30% Advance End of Following Month"
7848+
msgstr ""
7849+
78457850
#. module: account
78467851
#: model:account.payment.term,note:account.account_payment_term_advance_60days
78477852
msgid "Payment terms: 30% Now, Balance 60 Days"
@@ -9788,7 +9793,7 @@ msgstr ""
97889793
#. module: account
97899794
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids
97909795
#: model_terms:ir.ui.view,arch_db:account.view_move_form
9791-
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree_grouped_sales_purchases
9796+
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree_grouped
97929797
msgid "Tax Grids"
97939798
msgstr ""
97949799

@@ -11884,6 +11889,22 @@ msgstr ""
1188411889
msgid "You can only send invoices."
1188511890
msgstr ""
1188611891

11892+
#. module: account
11893+
#: code:addons/account/models/account_move.py:0
11894+
#, python-format
11895+
msgid ""
11896+
"You can only set an account having the payable type on payment terms lines "
11897+
"for vendor bill."
11898+
msgstr ""
11899+
11900+
#. module: account
11901+
#: code:addons/account/models/account_move.py:0
11902+
#, python-format
11903+
msgid ""
11904+
"You can only set an account having the receivable type on payment terms "
11905+
"lines for customer invoice."
11906+
msgstr ""
11907+
1188711908
#. module: account
1188811909
#: model:ir.model.fields,help:account.field_account_journal__invoice_reference_type
1188911910
msgid ""

addons/base_automation/i18n/base_automation.pot

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server saas~12.5\n"
7+
"Project-Id-Version: Odoo Server 13.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2019-09-27 09:10+0000\n"
10-
"PO-Revision-Date: 2019-09-27 09:10+0000\n"
9+
"POT-Creation-Date: 2019-10-07 07:12+0000\n"
10+
"PO-Revision-Date: 2019-10-07 07:12+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: \n"
1616
"Plural-Forms: \n"
1717

18+
#. module: base_automation
19+
#: model:mail.template,body_html:base_automation.test_mail_template_automation
20+
msgid "<div>Email automation</div>"
21+
msgstr ""
22+
1823
#. module: base_automation
1924
#: model:ir.model.fields,field_description:base_automation.field_base_automation__help
2025
msgid "Action Description"
@@ -110,6 +115,54 @@ msgstr ""
110115
msgid "Base Action Rule: check and execute"
111116
msgstr ""
112117

118+
#. module: base_automation
119+
#: model:base.automation,name:base_automation.test_rule_recursive
120+
#: model:ir.actions.server,name:base_automation.test_rule_recursive_ir_actions_server
121+
msgid "Base Automation: test recursive rule"
122+
msgstr ""
123+
124+
#. module: base_automation
125+
#: model:base.automation,name:base_automation.test_rule_on_create
126+
#: model:ir.actions.server,name:base_automation.test_rule_on_create_ir_actions_server
127+
msgid "Base Automation: test rule on create"
128+
msgstr ""
129+
130+
#. module: base_automation
131+
#: model:base.automation,name:base_automation.test_rule_on_recompute
132+
#: model:ir.actions.server,name:base_automation.test_rule_on_recompute_ir_actions_server
133+
msgid "Base Automation: test rule on recompute"
134+
msgstr ""
135+
136+
#. module: base_automation
137+
#: model:base.automation,name:base_automation.test_rule_on_line
138+
#: model:ir.actions.server,name:base_automation.test_rule_on_line_ir_actions_server
139+
msgid "Base Automation: test rule on secondary model"
140+
msgstr ""
141+
142+
#. module: base_automation
143+
#: model:base.automation,name:base_automation.test_rule_on_write
144+
#: model:ir.actions.server,name:base_automation.test_rule_on_write_ir_actions_server
145+
msgid "Base Automation: test rule on write"
146+
msgstr ""
147+
148+
#. module: base_automation
149+
#: model:base.automation,name:base_automation.test_rule_on_write_check_context
150+
#: model:ir.actions.server,name:base_automation.test_rule_on_write_check_context_ir_actions_server
151+
msgid "Base Automation: test rule on write check context"
152+
msgstr ""
153+
154+
#. module: base_automation
155+
#: model:base.automation,name:base_automation.test_rule_with_trigger
156+
#: model:ir.actions.server,name:base_automation.test_rule_with_trigger_ir_actions_server
157+
msgid "Base Automation: test rule with trigger"
158+
msgstr ""
159+
160+
#. module: base_automation
161+
#: model:base.automation,name:base_automation.test_rule_on_write_recompute_send_email
162+
#: model:ir.actions.server,name:base_automation.test_rule_on_write_recompute_send_email_ir_actions_server
163+
msgid "Base Automation: test send an email"
164+
msgstr ""
165+
113166
#. module: base_automation
114167
#: model:ir.model.fields.selection,name:base_automation.selection__base_automation__trigger__on_change
115168
msgid "Based on Form Modification"

addons/crm/i18n/crm.pot

Lines changed: 60 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server saas~12.5\n"
7+
"Project-Id-Version: Odoo Server 13.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2019-09-30 09:40+0000\n"
10-
"PO-Revision-Date: 2019-09-30 09:40+0000\n"
9+
"POT-Creation-Date: 2019-10-07 07:11+0000\n"
10+
"PO-Revision-Date: 2019-10-07 07:11+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
1313
"MIME-Version: 1.0\n"
@@ -149,16 +149,6 @@ msgid ""
149149
" people - it's like cc-ing on emails.</p>"
150150
msgstr ""
151151

152-
#. module: crm
153-
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_kanban
154-
msgid "<small>Leads:</small>"
155-
msgstr ""
156-
157-
#. module: crm
158-
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_kanban
159-
msgid "<small>Opportunities:</small>"
160-
msgstr ""
161-
162152
#. module: crm
163153
#: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form
164154
msgid ""
@@ -360,6 +350,11 @@ msgstr ""
360350
msgid "Calendar Event"
361351
msgstr ""
362352

353+
#. module: crm
354+
#: model:mail.activity.type,name:crm.mail_activity_demo_call_demo
355+
msgid "Call for Demo"
356+
msgstr ""
357+
363358
#. module: crm
364359
#: model:ir.model.fields,field_description:crm.field_crm_lead__campaign_id
365360
#: model_terms:ir.ui.view,arch_db:crm.view_crm_case_leads_filter
@@ -521,6 +516,11 @@ msgstr ""
521516
msgid "Consider leads created as of the"
522517
msgstr ""
523518

519+
#. module: crm
520+
#: model:crm.lead.tag,name:crm.categ_oppor7
521+
msgid "Consulting"
522+
msgstr ""
523+
524524
#. module: crm
525525
#: model:ir.model,name:crm.model_res_partner
526526
msgid "Contact"
@@ -794,6 +794,11 @@ msgstr ""
794794
msgid "Description"
795795
msgstr ""
796796

797+
#. module: crm
798+
#: model:crm.lead.tag,name:crm.categ_oppor5
799+
msgid "Design"
800+
msgstr ""
801+
797802
#. module: crm
798803
#: model:ir.model,name:crm.model_digest_digest
799804
msgid "Digest"
@@ -987,6 +992,11 @@ msgstr ""
987992
msgid "Follow-up"
988993
msgstr ""
989994

995+
#. module: crm
996+
#: model:mail.activity.type,name:crm.mail_activity_demo_followup_quote
997+
msgid "Follow-up Quote"
998+
msgstr ""
999+
9901000
#. module: crm
9911001
#: model:ir.model.fields,field_description:crm.field_crm_lead__message_follower_ids
9921002
msgid "Followers"
@@ -1152,6 +1162,11 @@ msgstr ""
11521162
msgid "Incorrect"
11531163
msgstr ""
11541164

1165+
#. module: crm
1166+
#: model:crm.lead.tag,name:crm.categ_oppor4
1167+
msgid "Information"
1168+
msgstr ""
1169+
11551170
#. module: crm
11561171
#: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_form
11571172
msgid "Internal Notes"
@@ -1354,6 +1369,7 @@ msgstr ""
13541369
#: model_terms:ir.ui.view,arch_db:crm.crm_team_salesteams_view_kanban
13551370
#: model_terms:ir.ui.view,arch_db:crm.sales_team_form_view_in_crm
13561371
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_form
1372+
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_kanban
13571373
msgid "Leads"
13581374
msgstr ""
13591375

@@ -1481,6 +1497,11 @@ msgstr ""
14811497
msgid "Main Attachment"
14821498
msgstr ""
14831499

1500+
#. module: crm
1501+
#: model:mail.activity.type,name:crm.mail_activity_demo_make_quote
1502+
msgid "Make Quote"
1503+
msgstr ""
1504+
14841505
#. module: crm
14851506
#: model:ir.model.fields,field_description:crm.field_res_config_settings__generate_lead_from_alias
14861507
msgid "Manual Assignation of Emails"
@@ -1774,6 +1795,7 @@ msgstr ""
17741795
#: model_terms:ir.ui.view,arch_db:crm.crm_lead_view_graph
17751796
#: model_terms:ir.ui.view,arch_db:crm.crm_team_salesteams_view_kanban
17761797
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_form
1798+
#: model_terms:ir.ui.view,arch_db:crm.utm_campaign_view_kanban
17771799
#: model_terms:ir.ui.view,arch_db:crm.view_crm_lead2opportunity_partner
17781800
#: model_terms:ir.ui.view,arch_db:crm.view_partners_form_crm1
17791801
msgid "Opportunities"
@@ -1879,6 +1901,11 @@ msgstr ""
18791901
msgid "Opportunity won"
18801902
msgstr ""
18811903

1904+
#. module: crm
1905+
#: model:crm.lead.tag,name:crm.categ_oppor8
1906+
msgid "Other"
1907+
msgstr ""
1908+
18821909
#. module: crm
18831910
#: model:ir.actions.act_window,name:crm.crm_lead_action_team_overdue_opportunity
18841911
#: model_terms:ir.ui.view,arch_db:crm.crm_team_salesteams_view_kanban
@@ -1997,6 +2024,11 @@ msgstr ""
19972024
msgid "Probability"
19982025
msgstr ""
19992026

2027+
#. module: crm
2028+
#: model:crm.lead.tag,name:crm.categ_oppor1
2029+
msgid "Product"
2030+
msgstr ""
2031+
20002032
#. module: crm
20012033
#: model:crm.stage,name:crm.stage_lead3
20022034
msgid "Proposition"
@@ -2143,6 +2175,11 @@ msgstr ""
21432175
msgid "Sequence"
21442176
msgstr ""
21452177

2178+
#. module: crm
2179+
#: model:crm.lead.tag,name:crm.categ_oppor3
2180+
msgid "Services"
2181+
msgstr ""
2182+
21462183
#. module: crm
21472184
#: model_terms:ir.actions.act_window,help:crm.crm_stage_action
21482185
msgid "Set a new stage in your opportunity pipeline"
@@ -2177,6 +2214,11 @@ msgstr ""
21772214
msgid "Show only opportunity"
21782215
msgstr ""
21792216

2217+
#. module: crm
2218+
#: model:crm.lead.tag,name:crm.categ_oppor2
2219+
msgid "Software"
2220+
msgstr ""
2221+
21802222
#. module: crm
21812223
#: model_terms:ir.actions.act_window,help:crm.crm_lost_reason_action
21822224
msgid ""
@@ -2429,6 +2471,11 @@ msgstr ""
24292471
msgid "Tracking"
24302472
msgstr ""
24312473

2474+
#. module: crm
2475+
#: model:crm.lead.tag,name:crm.categ_oppor6
2476+
msgid "Training"
2477+
msgstr ""
2478+
24322479
#. module: crm
24332480
#: model_terms:digest.tip,tip_description:crm.digest_tip_crm_0
24342481
msgid "Try Now"

0 commit comments

Comments
 (0)