[I18N] *: export latest terms

closes odoo/documentation#9067

X-original-commit: bd789ad
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
This commit is contained in:
Tiffany Chang (tic) 2024-04-30 11:24:14 +02:00
parent 5bf5db129f
commit 697f78e513
12 changed files with 21172 additions and 7905 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-08 12:48+0000\n"
"POT-Creation-Date: 2024-04-30 09:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -69,7 +69,7 @@ msgid "Submit bug reports"
msgstr ""
#: ../../content/contributing.rst:33
msgid "Help improve the stability of Odoo by reporting the bugs that you discover in :doc:`supported versions </administration/maintain/supported_versions>` directly to Odoo support. Make sure to include as many details (version, environment, test scenario...) as possible. If you don't have the Odoo Enterprise license required for contacting the support, open a new issue on the GitHub repository of Odoo."
msgid "Help improve the stability of Odoo by reporting the bugs that you discover in :doc:`supported versions </administration/supported_versions>` directly to Odoo support. Make sure to include as many details (version, environment, test scenario...) as possible. If you don't have the Odoo Enterprise license required for contacting the support, open a new issue on the GitHub repository of Odoo."
msgstr ""
#: ../../content/contributing.rst:38
@ -113,61 +113,72 @@ msgid ":doc:`Guide: Contributing to the codebase <contributing/development>`"
msgstr ""
#: ../../content/contributing.rst:51
msgid ":doc:`Developer tutorials </developer/howtos>`"
msgid ":doc:`Developer tutorials </developer/tutorials>`"
msgstr ""
#: ../../content/contributing.rst:52
#: ../../content/contributing.rst:65
msgid "Developers with experience in Python and web development"
msgid ":doc:`How-to guides </developer/howtos>`"
msgstr ""
#: ../../content/contributing.rst:53
msgid "Contribute to the documentation"
#: ../../content/contributing.rst:66
msgid "Developers with experience in Python and web development"
msgstr ""
#: ../../content/contributing.rst:54
msgid "Contribute to the documentation"
msgstr ""
#: ../../content/contributing.rst:55
msgid "Submit corrections and improvements to the Odoo documentation. The product evolves fast, and it can be challenging to consistently reflect these changes in the documentation. By updating the documentation, you can help many users find their way in Odoo."
msgstr ""
#: ../../content/contributing.rst:57
#: ../../content/contributing.rst:58
msgid ":doc:`Guide: Contributing to the documentation <contributing/documentation>`"
msgstr ""
#: ../../content/contributing.rst:58
#: ../../content/contributing.rst:59
msgid "Anyone interested in improving the Odoo documentation"
msgstr ""
#: ../../content/contributing.rst:59
#: ../../content/contributing.rst:60
msgid "Create custom modules"
msgstr ""
#: ../../content/contributing.rst:60
#: ../../content/contributing.rst:61
msgid "Develop new modules to extend the functionality of Odoo. Custom modules can be made available for free or paid on the Odoo App Store or on any other Odoo modules library. By creating custom modules and making them available to others, you can help grow the Odoo ecosystem and provide additional value to users of the platform."
msgstr ""
#: ../../content/contributing.rst:64
#: ../../content/contributing.rst:65
msgid "`Odoo Apps Store <https://apps.odoo.com/apps>`_"
msgstr ""
#: ../../content/contributing.rst:68
#: ../../content/contributing.rst:69
msgid "It is mainly Odoo employees who develop new features for the codebase and write new content for the documentation. Be sure to discuss any idea for a new feature or page with the Odoo team so they can give you the green light before you begin working on it. Some features may already be in development on their side, and only approved features can be merged."
msgstr ""
#: ../../content/contributing/check_mergeability_status.rst:1
#: ../../content/contributing/check_mergeability_status.rst:1
#: ../../content/contributing/check_mergeability_status.rst:1
#: ../../content/contributing/check_mergeability_status.rst:1
#: ../../content/contributing/check_mergeability_status.rst:1
#: ../../content/contributing/check_mergeability_status.rst:1
msgid "At the bottom of the page, check the mergeability status and address any issues."
msgstr ""
#: ../../content/contributing/configure_git_authorship.rst:1
#: ../../content/contributing/configure_git_authorship.rst:1
#: ../../content/contributing/configure_git_authorship.rst:1
msgid "Configure Git to identify yourself as the author of your future contributions. Enter the same email address you used to register on GitHub."
msgstr ""
#: ../../content/contributing/configure_github_account.rst:1
#: ../../content/contributing/configure_github_account.rst:1
#: ../../content/contributing/configure_github_account.rst:1
msgid "`Generate a new SSH key and register it on your GitHub account <https://docs.github.com/en/authentication/connecting-to-github-with-ssh>`_."
msgstr ""
#: ../../content/contributing/create_github_account.rst:1
#: ../../content/contributing/create_github_account.rst:1
#: ../../content/contributing/create_github_account.rst:1
msgid "First, you need to `create a GitHub account <https://github.com/join>`_. Odoo uses GitHub to manage the source code of its products, and this is where you will make your changes and submit them for review."
@ -203,44 +214,50 @@ msgstr ""
msgid "Go to `github.com/odoo/odoo <https://github.com/odoo/odoo>`_ and click on the :guilabel:`Fork` button in the top right corner to create a fork (:dfn:`your own copy`) of the repository on your account. Do the same with `github.com/odoo/enterprise <https://github.com/odoo/enterprise>`_ if you have access to it. This creates a copy of the codebase to which you can make changes without affecting the main codebase. Skip this step if you work at Odoo."
msgstr ""
#: ../../content/contributing/install_git.rst:1
#: ../../content/contributing/install_git.rst:1
#: ../../content/contributing/install_git.rst:1
msgid "`Install Git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`_. It is a command-line (:dfn:`a text interface`) tool that allows tracking the history of changes made to a file and, more importantly, working on different versions of that file simultaneously. It means you do not need to worry about overwriting someone elses pending work when making changes."
msgstr ""
#: ../../content/contributing/install_git.rst:6
#: ../../content/contributing/install_git.rst:6
#: ../../content/contributing/install_git.rst:6
msgid "Verify that the installation directory of Git is included in your system's `PATH` variable."
msgstr ""
#: ../../content/contributing/install_git.rst:10
#: ../../content/contributing/install_git.rst:10
#: ../../content/contributing/documentation.rst:97
#: ../../content/contributing/documentation.rst:124
#: ../../content/contributing/documentation.rst:140
#: ../../content/contributing/install_git.rst:10
#: ../../content/contributing/install_git.rst:10
msgid "Linux and macOS"
msgstr ""
#: ../../content/contributing/install_git.rst:12
#: ../../content/contributing/install_git.rst:12
#: ../../content/contributing/install_git.rst:12
msgid "Follow the `guide to update the PATH variable on Linux and macOS <https://unix.stackexchange.com/a/26059>`_ with the installation path of Git (by default :file:`/usr/bin/git`)."
msgstr ""
#: ../../content/contributing/install_git.rst:16
#: ../../content/contributing/install_git.rst:16
#: ../../content/contributing/documentation.rst:104
#: ../../content/contributing/documentation.rst:130
#: ../../content/contributing/documentation.rst:146
#: ../../content/contributing/install_git.rst:16
#: ../../content/contributing/install_git.rst:16
msgid "Windows"
msgstr ""
#: ../../content/contributing/install_git.rst:18
#: ../../content/contributing/install_git.rst:18
#: ../../content/contributing/install_git.rst:18
msgid "Follow the `guide to update the PATH variable on Windows <https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/>`_ with the installation path of Git (by default :file:`C:\\\\Program Files\\\\Git`)."
msgstr ""
#: ../../content/contributing/development.rst:40
msgid ":doc:`Install Odoo from the sources <../administration/install/source>`. Make sure to fetch the sources through Git with SSH."
msgid ":doc:`Install Odoo from the sources <../administration/on_premise/source>`. Make sure to fetch the sources through Git with SSH."
msgstr ""
#: ../../content/contributing/development.rst:42
@ -286,7 +303,7 @@ msgid "Now that your environment is set up, you can start contributing to the co
msgstr ""
#: ../../content/contributing/development.rst:95
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 17, which corresponds to branch `17.0`."
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/supported_versions>` are not accepted. This guide assumes that the changes target Odoo 17, which corresponds to branch `17.0`."
msgstr ""
#: ../../content/contributing/development.rst:99
@ -368,6 +385,10 @@ msgstr ""
msgid "Complete the description and click on the :guilabel:`Create pull request` button again."
msgstr ""
#: ../../content/contributing/handle_reviews.rst:1
#: ../../content/contributing/handle_reviews.rst:1
#: ../../content/contributing/handle_reviews.rst:1
#: ../../content/contributing/handle_reviews.rst:1
#: ../../content/contributing/handle_reviews.rst:1
#: ../../content/contributing/handle_reviews.rst:1
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."
@ -1597,6 +1618,9 @@ msgstr ""
msgid "Review the summary that you wrote about your changes and click on the :guilabel:`Create pull request` button again."
msgstr ""
#: ../../content/contributing/documentation/changes_approved.rst:1
#: ../../content/contributing/documentation/changes_approved.rst:1
#: ../../content/contributing/documentation/changes_approved.rst:1
#: ../../content/contributing/documentation/changes_approved.rst:1
#: ../../content/contributing/documentation/changes_approved.rst:1
msgid "Once your changes are approved, the reviewer merges them and they appear online the next day!"
@ -1611,7 +1635,7 @@ msgid "Now that your environment is set up, you can start contributing to the do
msgstr ""
#: ../../content/contributing/documentation.rst:211
msgid "Choose the version of the documentation 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 the documentation of Odoo 17, which corresponds to branch `17.0`."
msgid "Choose the version of the documentation to which you want to make changes. Keep in mind that contributions targeting an :doc:`unsupported version of Odoo </administration/supported_versions>` are not accepted. This guide assumes that the changes target the documentation of Odoo 17, which corresponds to branch `17.0`."
msgstr ""
#: ../../content/contributing/documentation.rst:233

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 16:01+0000\n"
"POT-Creation-Date: 2024-04-30 09:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3419,51 +3419,47 @@ msgstr ""
msgid "To enable recurring tasks, go to :menuselection:`Project --> Configuration --> Settings`, then activate :guilabel:`Recurring Tasks`, and press :guilabel:`Save`."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:18
msgid "Recurring tasks are now activated on all existing projects. The feature can be deactivated on an individual project by clicking the drop-down menu button :guilabel:`⋮` next to the project name, then going to :menuselection:`Settings --> Settings --> Task Management` and disabling :guilabel:`Recurring Tasks`."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:24
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:19
msgid "Set up task recurrence"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:26
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:21
msgid "In an existing task, press the :guilabel:`Recurrent` button next to the :guilabel:`Planned date`. Then, configure :guilabel:`Repeat Every` field according to your needs."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:29
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:24
msgid "A new task in recurrence will be created once either of this conditions is met: - Previous task in recurrence has been closed. - On the day of the planned recurrence."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:33
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:28
msgid "The new task is created on your project dashboard with the following configuration:"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:35
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:30
msgid ":guilabel:`Stage`: first stage of the project dashboard (:guilabel:`New` or equivalent);"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:36
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:31
msgid ":guilabel:`Name`, :guilabel:`Description`, :guilabel:`Project`, :guilabel:`Assignees`, :guilabel:`Customer`, :guilabel:`Tags`: copied from the original task;"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:38
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:33
msgid ":guilabel:`Milestones`, :guilabel:`Deadline`, :guilabel:`Timesheets`, :guilabel:`Chatter`, :guilabel:`Activities`, :guilabel:`Subtasks`: those fields are not copied;"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:41
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:36
msgid "A **smart button** on the task displays the total number of existing recurrences."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:44
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:39
msgid "Edit or stop task recurrence"
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:46
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:41
msgid "**To edit** the recurrence, open the last task in recurrence. Any changes made on the task will be applied to the tasks that will be created in the future."
msgstr ""
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:49
#: ../../content/applications/services/project/tasks/recurring_tasks.rst:44
msgid "**To stop** the recurrence, open the last task in recurrence and press the :guilabel:`Recurrent` button next to the :guilabel:`Planned date`."
msgstr ""

File diff suppressed because it is too large Load Diff