Skip to content

Commit cedd35f

Browse files
committed
[I18N] *: export saas-16.1 source terms
closes #4568 X-original-commit: c4bc3b5 Signed-off-by: Martin Trigaux (mat) <[email protected]>
1 parent 37f5af4 commit cedd35f

File tree

11 files changed

+13166
-8703
lines changed

11 files changed

+13166
-8703
lines changed

locale/sources/administration.pot

Lines changed: 153 additions & 126 deletions
Large diffs are not rendered by default.

locale/sources/contributing.pot

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Odoo saas-16.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-04-13 08:42+0000\n"
11+
"POT-Creation-Date: 2023-06-03 06:55+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -255,115 +255,115 @@ msgstr ""
255255
msgid "In the command below, replace `<your_github_account>` with the name of the GitHub account on which you created the fork(s)."
256256
msgstr ""
257257

258-
#: ../../content/contributing/development.rst:56
258+
#: ../../content/contributing/development.rst:57
259259
msgid "If you have access to `odoo/enterprise`, configure the related remote too."
260260
msgstr ""
261261

262-
#: ../../content/contributing/development.rst:62
262+
#: ../../content/contributing/development.rst:64
263263
msgid "Link Git with odoo-dev"
264264
msgstr ""
265265

266-
#: ../../content/contributing/development.rst:72
266+
#: ../../content/contributing/development.rst:76
267267
msgid "That's it! You are ready to :ref:`make your first contribution <contributing/development/first-contribution>`."
268268
msgstr ""
269269

270-
#: ../../content/contributing/development.rst:79
270+
#: ../../content/contributing/development.rst:82
271271
#: ../../content/contributing/documentation.rst:158
272272
msgid "Make your first contribution"
273273
msgstr ""
274274

275-
#: ../../content/contributing/development.rst:82
275+
#: ../../content/contributing/development.rst:85
276276
msgid "Odoo development can be challenging for beginners. We recommend you to be knowledgeable enough to code a small module before contributing. If that is not the case, take some time to go through the :doc:`developer tutorials </developer/howtos>` to fill in the gaps."
277277
msgstr ""
278278

279-
#: ../../content/contributing/development.rst:85
279+
#: ../../content/contributing/development.rst:88
280280
#: ../../content/contributing/documentation.rst:204
281281
msgid "Some steps of this guide require to be comfortable with Git. Here are some `tutorials <https://www.atlassian.com/git/tutorials>`_ and an `interactive training <https://learngitbranching.js.org/>`_ if you are stuck at some point."
282282
msgstr ""
283283

284-
#: ../../content/contributing/development.rst:89
284+
#: ../../content/contributing/development.rst:92
285285
msgid "Now that your environment is set up, you can start contributing to the codebase. In a terminal, navigate to the directory where you installed Odoo from sources and follow the guide below."
286286
msgstr ""
287287

288-
#: ../../content/contributing/development.rst:92
288+
#: ../../content/contributing/development.rst:95
289289
msgid "Choose the version of Odoo to which you want to make changes. Keep in mind that contributions targeting an :doc:`unsupported version of Odoo </administration/maintain/supported_versions>` are not accepted. This guide assumes that the changes target Odoo 16.1, which corresponds to branch `saas-16.1`."
290290
msgstr ""
291291

292-
#: ../../content/contributing/development.rst:96
292+
#: ../../content/contributing/development.rst:99
293293
#: ../../content/contributing/documentation.rst:216
294294
msgid "Create a new branch starting from branch saas-16.1. Prefix the branch name with the base branch: `saas-16.1-...`. If you work at Odoo, suffix the branch name with your Odoo handle: `saas-16.1-...-xyz`."
295295
msgstr ""
296296

297-
#: ../../content/contributing/development.rst:110
297+
#: ../../content/contributing/development.rst:113
298298
msgid "`Sign the Odoo CLA <https://github.com/odoo/odoo/blob/saas-16.1/doc/cla/sign-cla.md>`_ if not already done. Skip this step if you work at Odoo."
299299
msgstr ""
300300

301-
#: ../../content/contributing/development.rst:112
301+
#: ../../content/contributing/development.rst:115
302302
msgid "Make the desired changes to the codebase. When working on the codebase, follow these rules:"
303303
msgstr ""
304304

305-
#: ../../content/contributing/development.rst:114
305+
#: ../../content/contributing/development.rst:117
306306
msgid "Keep your changes focused and specific. It is best to work on one particular feature or bug fix at a time rather than tackle multiple unrelated changes simultaneously."
307307
msgstr ""
308308

309-
#: ../../content/contributing/development.rst:116
309+
#: ../../content/contributing/development.rst:119
310310
msgid "Respect the `stable policy <https://github.com/odoo/odoo/wiki/Contributing#what-does-stable-mean>`_ when working in another branch than `master`."
311311
msgstr ""
312312

313-
#: ../../content/contributing/development.rst:119
313+
#: ../../content/contributing/development.rst:122
314314
msgid "Follow the :doc:`coding guidelines <development/coding_guidelines>`."
315315
msgstr ""
316316

317-
#: ../../content/contributing/development.rst:120
317+
#: ../../content/contributing/development.rst:123
318318
msgid "Test your changes thoroughly and :doc:`write tests </developer/reference/backend/testing>` to ensure that everything is working as expected and that there are no regressions or unintended consequences."
319319
msgstr ""
320320

321-
#: ../../content/contributing/development.rst:124
321+
#: ../../content/contributing/development.rst:127
322322
#: ../../content/contributing/documentation.rst:249
323323
msgid "Commit your changes. Write a clear commit message as instructed in the :doc:`Git guidelines <development/git_guidelines>`."
324324
msgstr ""
325325

326-
#: ../../content/contributing/development.rst:132
326+
#: ../../content/contributing/development.rst:135
327327
#: ../../content/contributing/documentation.rst:257
328328
msgid "Push your change to your fork, for which we added the remote alias `dev`."
329329
msgstr ""
330330

331-
#: ../../content/contributing/development.rst:140
331+
#: ../../content/contributing/development.rst:143
332332
#: ../../content/contributing/documentation.rst:274
333333
msgid "Open a :abbr:`PR (Pull Request)` on GitHub to submit your changes for review."
334334
msgstr ""
335335

336-
#: ../../content/contributing/development.rst:142
336+
#: ../../content/contributing/development.rst:145
337337
msgid "Go to the `compare page of the odoo/odoo codebase <https://github.com/odoo/odoo/compare>`_, or the `compare page of the odoo/enterprise codebase <https://github.com/odoo/enterprise/compare>`_, depending on which codebase your changes target."
338338
msgstr ""
339339

340-
#: ../../content/contributing/development.rst:146
340+
#: ../../content/contributing/development.rst:149
341341
#: ../../content/contributing/documentation.rst:278
342342
msgid "Select **saas-16.1** for the base."
343343
msgstr ""
344344

345-
#: ../../content/contributing/development.rst:147
345+
#: ../../content/contributing/development.rst:150
346346
#: ../../content/contributing/documentation.rst:279
347347
msgid "Click on :guilabel:`compare across forks`."
348348
msgstr ""
349349

350-
#: ../../content/contributing/development.rst:148
350+
#: ../../content/contributing/development.rst:151
351351
msgid "Select **<your_github_account>/odoo** or **<your_github_account>/enterprise** for the head repository. Replace `<your_github_account>` with the name of the GitHub account on which you created the fork or by **odoo-dev** if you work at Odoo."
352352
msgstr ""
353353

354-
#: ../../content/contributing/development.rst:151
354+
#: ../../content/contributing/development.rst:154
355355
#: ../../content/contributing/documentation.rst:192
356356
#: ../../content/contributing/documentation.rst:283
357357
msgid "Review your changes and click on the :guilabel:`Create pull request` button."
358358
msgstr ""
359359

360-
#: ../../content/contributing/development.rst:152
360+
#: ../../content/contributing/development.rst:155
361361
#: ../../content/contributing/documentation.rst:193
362362
#: ../../content/contributing/documentation.rst:284
363363
msgid "Tick the :guilabel:`Allow edits from maintainer` checkbox. Skip this step if you work at Odoo."
364364
msgstr ""
365365

366-
#: ../../content/contributing/development.rst:153
366+
#: ../../content/contributing/development.rst:156
367367
#: ../../content/contributing/documentation.rst:286
368368
msgid "Complete the description and click on the :guilabel:`Create pull request` button again."
369369
msgstr ""
@@ -373,7 +373,7 @@ msgstr ""
373373
msgid "As soon as your :abbr:`PR (Pull Request)` is ready for merging, a member of the Odoo team will be automatically assigned for review. If the reviewer has questions or remarks, they will post them as comments and you will be notified by email. Those comments must be resolved for the contribution to go forward."
374374
msgstr ""
375375

376-
#: ../../content/contributing/development.rst:157
376+
#: ../../content/contributing/development.rst:160
377377
msgid "Once your changes are approved, the review merges them and they become available for all Odoo users after the next code update!"
378378
msgstr ""
379379

@@ -2136,7 +2136,7 @@ msgid "Odoo uses :abbr:`OCR (optical character recognition)` and artificial inte
21362136
msgstr ""
21372137

21382138
#: ../../content/contributing/documentation/rst_cheat_sheet.rst:149
2139-
msgid ":abbr:`GUI (Graphical User Interface)` element"
2139+
msgid ":abbr:`GUI (graphical user interface)` element"
21402140
msgstr ""
21412141

21422142
#: ../../content/contributing/documentation/rst_cheat_sheet.rst:151
@@ -2778,7 +2778,7 @@ msgid "Show a dynamic side column that can be used to display interactive tutori
27782778
msgstr ""
27792779

27802780
#: ../../content/contributing/documentation/rst_cheat_sheet.rst:0
2781-
msgid "For example, see :doc:`/applications/finance/accounting/getting_started/cheat_sheet`."
2781+
msgid "For example, see :doc:`/applications/finance/accounting/get_started/cheat_sheet`."
27822782
msgstr ""
27832783

27842784
#: ../../content/contributing/documentation/rst_cheat_sheet.rst:1075

0 commit comments

Comments
 (0)