Skip to content

Commit

Permalink
[I18N] *: export latest terms
Browse files Browse the repository at this point in the history
closes #9067

X-original-commit: bd789ad
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
  • Loading branch information
ticodoo committed Apr 30, 2024
1 parent 5bf5db1 commit 697f78e
Show file tree
Hide file tree
Showing 12 changed files with 25,918 additions and 12,651 deletions.
561 changes: 340 additions & 221 deletions locale/sources/administration.pot

Large diffs are not rendered by default.

58 changes: 41 additions & 17 deletions locale/sources/contributing.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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 else’s 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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!"
Expand All @@ -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
Expand Down

0 comments on commit 697f78e

Please sign in to comment.