[I18N] *: export 16.0 source terms
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-16 11:06+0000\n"
|
||||
"POT-Creation-Date: 2023-04-06 08:12+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"
|
||||
@@ -153,28 +153,21 @@ msgstr ""
|
||||
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."
|
||||
@@ -210,43 +203,37 @@ 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`)."
|
||||
@@ -381,10 +368,6 @@ 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."
|
||||
@@ -1614,9 +1597,6 @@ 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!"
|
||||
@@ -1967,7 +1947,7 @@ msgstr ""
|
||||
msgid "If necessary, you can **edit** the screenshot to remove unnecessary fields and to narrow even more Odoo's display."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/contributing/documentation/content_guidelines.rst:None
|
||||
#: ../../content/contributing/documentation/content_guidelines.rst:-1
|
||||
msgid "Three tips to take good screenshots for the Odoo documentation."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user