[I18N] Update translation terms from Transifex
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
# Martin Trigaux, 2023
|
||||
# MIRIAM SOPHIE KELLER, 2023
|
||||
# Wil Odoo, 2023
|
||||
# Larissa Manderfeld, 2023
|
||||
# Larissa Manderfeld, 2024
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-12-21 13:43+0000\n"
|
||||
"POT-Creation-Date: 2024-01-19 15:28+0000\n"
|
||||
"PO-Revision-Date: 2023-11-08 08:55+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1876,6 +1876,107 @@ msgstr ""
|
||||
"Wenn Sie keinen Zugriff auf Ihren E-Mail-Server haben/verwalten, verwenden "
|
||||
"Sie :ref:`Eingehende Nachrichten <email_communication/inbound_messages>`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:3
|
||||
msgid "Geo IP"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:6
|
||||
msgid "This documentation only applies to On-premise databases."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:9
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:11
|
||||
msgid ""
|
||||
"Download both the GeoLite2 City and Country `databases "
|
||||
"<https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with "
|
||||
"two files called :file:`GeoLite2-City.mmdb` and "
|
||||
":file:`GeoLite2-Country.mmdb`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:15
|
||||
msgid "Move the files to the folder :file:`/usr/share/GeoIP/`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:22
|
||||
msgid "Restart the server"
|
||||
msgstr "Starten Sie den Server neu."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:25
|
||||
msgid ""
|
||||
"If you don't want to locate the geoip database in :file:`/usr/share/GeoIP/`,"
|
||||
" use the :option:`--geoip-city-db <odoo-bin --geoip-city-db>` and "
|
||||
":option:`--geoip-country-db <odoo-bin --geoip-country-db>` options of the "
|
||||
"Odoo command line interface. These options take the absolute path to the "
|
||||
"GeoIP database file and use it as the GeoIP database. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:36
|
||||
msgid ":doc:`CLI documentation </developer/reference/cli>`."
|
||||
msgstr ":doc:`CLI-Dokumentation </developer/reference/cli>`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:39
|
||||
msgid "Test GeoIP geolocation in your Odoo website"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:41
|
||||
msgid ""
|
||||
"Edit a web page to include some geo-ip information such as the country name "
|
||||
"of the current request IP address. To do so:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:44
|
||||
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
|
||||
msgstr ""
|
||||
"Gehen Sie zu Ihrer Website. Öffnen Sie die Webseite, auf der Sie ``GeoIP`` "
|
||||
"testen möchten."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:45
|
||||
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
|
||||
msgstr "Wählen Sie :menuselection:`Anpassen --> HTML/CSS/JS-Editor`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:46
|
||||
msgid "Add the following piece of XML in the page :"
|
||||
msgstr "Fügen Sie den folgende XML-Abschnitt in die Seite ein:"
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:52
|
||||
msgid "Save and refresh the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:54
|
||||
msgid ""
|
||||
"Geo-ip is working if you read your country name displayed in bold in the "
|
||||
"middle of the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:56
|
||||
msgid ""
|
||||
"In case you read \"**geoip failure**\" instead then the geolocalization "
|
||||
"failed. The common causes are:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:58
|
||||
msgid ""
|
||||
"The browsing IP address is the localhost (``127.0.0.1``) or a local area "
|
||||
"network one. If you don't know, you can access your website using mobile "
|
||||
"data."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:60
|
||||
msgid ""
|
||||
"You are using a reverse-proxy (apache, nginx) in front of Odoo but didn't "
|
||||
"start Odoo with the proxy-mode enabled. See :option:`proxy mode <odoo-bin "
|
||||
"--proxy-mode>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:62
|
||||
msgid ""
|
||||
"The GeoIP database is corrupt, missing or unaccessible. In such case a "
|
||||
"warning was logged in the server logs."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/online.rst:3
|
||||
msgid "Online"
|
||||
msgstr "Online"
|
||||
@@ -1907,8 +2008,8 @@ msgstr ""
|
||||
#: ../../content/administration/maintain/domain_names.rst:166
|
||||
#: ../../content/administration/maintain/domain_names.rst:236
|
||||
#: ../../content/administration/maintain/supported_versions.rst:29
|
||||
#: ../../content/administration/upgrade.rst:92
|
||||
#: ../../content/administration/upgrade.rst:309
|
||||
#: ../../content/administration/upgrade.rst:90
|
||||
#: ../../content/administration/upgrade.rst:307
|
||||
msgid "Odoo Online"
|
||||
msgstr "Odoo Online"
|
||||
|
||||
@@ -3983,8 +4084,8 @@ msgstr ""
|
||||
#: ../../content/administration/maintain/domain_names.rst:250
|
||||
#: ../../content/administration/maintain/supported_versions.rst:30
|
||||
#: ../../content/administration/odoo_sh.rst:5
|
||||
#: ../../content/administration/upgrade.rst:122
|
||||
#: ../../content/administration/upgrade.rst:320
|
||||
#: ../../content/administration/upgrade.rst:120
|
||||
#: ../../content/administration/upgrade.rst:318
|
||||
msgid "Odoo.sh"
|
||||
msgstr "Odoo.sh"
|
||||
|
||||
@@ -11375,64 +11476,68 @@ msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:42
|
||||
msgid ""
|
||||
"If your database contains a **custom module**, you must first upgrade its "
|
||||
"source code to be compatible with the new version of Odoo **before "
|
||||
"upgrading**."
|
||||
"If your database contains custom modules, it cannot be upgraded until a "
|
||||
"version of your custom modules is available for the target version of Odoo. "
|
||||
"For customers maintaining their own custom modules, we recommend to "
|
||||
"parallelize the process by :ref:`requesting an upgraded database "
|
||||
"<upgrade/request-test-database>` while also :doc:`upgrading the source code "
|
||||
"of your custom modules </developer/howtos/upgrade_custom_db>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:49
|
||||
#: ../../content/administration/upgrade.rst:50
|
||||
msgid "Upgrading in a nutshell"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:51
|
||||
#: ../../content/administration/upgrade.rst:52
|
||||
msgid ""
|
||||
"Request an upgraded test database (see :ref:`obtaining an upgraded test "
|
||||
"database <upgrade/request-test-database>`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:54
|
||||
#: ../../content/administration/upgrade.rst:55
|
||||
msgid ""
|
||||
"If applicable, upgrade the source code of your custom module to be "
|
||||
"compatible with the new version of Odoo (see "
|
||||
":doc:`/developer/howtos/upgrade_custom_db`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:58
|
||||
msgid ""
|
||||
"Thoroughly test the upgraded database (see :ref:`testing the new version of "
|
||||
"the database <upgrade/test_your_db>`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:57
|
||||
#: ../../content/administration/upgrade.rst:61
|
||||
msgid ""
|
||||
"Report any issue encountered during the testing to Odoo via the `support "
|
||||
"page <https://odoo.com/help?stage=migration>`__."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:60
|
||||
msgid ""
|
||||
"(If applicable) : upgrade the source code of your custom module to be "
|
||||
"compatible with the new version of Odoo."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:63
|
||||
#: ../../content/administration/upgrade.rst:64
|
||||
msgid ""
|
||||
"Once all issues are resolved and you are confident that the upgraded "
|
||||
"database can be used as your main database without any issues, plan the "
|
||||
"upgrade of your production database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:66
|
||||
#: ../../content/administration/upgrade.rst:67
|
||||
msgid ""
|
||||
"Request the upgrade for the production database, rendering it unavailable "
|
||||
"for the time it takes to complete the process (see :ref:`upgrading the "
|
||||
"production database <upgrade/upgrade-prod>`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:69
|
||||
#: ../../content/administration/upgrade.rst:70
|
||||
msgid ""
|
||||
"Report any issue encountered during the upgrade to Odoo via the `support "
|
||||
"page <https://odoo.com/help?stage=post_upgrade>`__."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:78
|
||||
#: ../../content/administration/upgrade.rst:76
|
||||
msgid "Obtaining an upgraded test database"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:80
|
||||
#: ../../content/administration/upgrade.rst:78
|
||||
msgid ""
|
||||
"The `Upgrade page <https://upgrade.odoo.com/>`_ is the main platform for "
|
||||
"requesting an upgraded database. However, depending on the hosting type, you"
|
||||
@@ -11441,7 +11546,7 @@ msgid ""
|
||||
"<https://odoo.sh/project>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:86
|
||||
#: ../../content/administration/upgrade.rst:84
|
||||
msgid ""
|
||||
"The Upgrade platform follows the same `Privacy Policy "
|
||||
"<https://www.odoo.com/privacy>`_ as the other Odoo.com services. Visit the "
|
||||
@@ -11449,13 +11554,13 @@ msgid ""
|
||||
"learn more about how Odoo handles your data and privacy."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:94
|
||||
#: ../../content/administration/upgrade.rst:92
|
||||
msgid ""
|
||||
"Odoo Online databases can be manually upgraded via the `database manager "
|
||||
"<https://odoo.com/my/databases>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:97
|
||||
#: ../../content/administration/upgrade.rst:95
|
||||
msgid ""
|
||||
"The database manager displays all databases associated with the user's "
|
||||
"account. Databases not on the most recent version of Odoo display an arrow "
|
||||
@@ -11467,23 +11572,23 @@ msgid ""
|
||||
"The database manager with an upgrade button next to the name of a database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:104
|
||||
#: ../../content/administration/upgrade.rst:102
|
||||
msgid ""
|
||||
"Click the **arrow in a circle** icon to start the upgrade process. In the "
|
||||
"popup, fill in:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:106
|
||||
#: ../../content/administration/upgrade.rst:104
|
||||
msgid ""
|
||||
"The **version** of Odoo you want to upgrade to, usually the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:107
|
||||
#: ../../content/administration/upgrade.rst:105
|
||||
msgid ""
|
||||
"The **email** address that should receive the link to the upgraded database"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:108
|
||||
#: ../../content/administration/upgrade.rst:106
|
||||
msgid ""
|
||||
"The :guilabel:`Purpose` of the upgrade, which is automatically set to "
|
||||
":guilabel:`Test` for your first upgrade request"
|
||||
@@ -11493,7 +11598,7 @@ msgstr ""
|
||||
msgid "The \"Upgrade your database\" popup."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:114
|
||||
#: ../../content/administration/upgrade.rst:112
|
||||
msgid ""
|
||||
"The :guilabel:`Upgrade in progress` tag is displayed next to the database "
|
||||
"name until completion. Once the process succeeds, an email containing a link"
|
||||
@@ -11506,7 +11611,7 @@ msgstr ""
|
||||
msgid "Clicking the menu arrow displays the upgraded test database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:124
|
||||
#: ../../content/administration/upgrade.rst:122
|
||||
msgid ""
|
||||
"Odoo.sh is integrated with the upgrade platform to simplify the upgrade "
|
||||
"process."
|
||||
@@ -11516,13 +11621,13 @@ msgstr ""
|
||||
msgid "Odoo.sh project and tabs"
|
||||
msgstr "Odoo.sh-Projekt und Stichwörter"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:129
|
||||
#: ../../content/administration/upgrade.rst:127
|
||||
msgid ""
|
||||
"The **latest production daily automatic backup** is then sent to the "
|
||||
"`upgrade platform <https://upgrade.odoo.com>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:132
|
||||
#: ../../content/administration/upgrade.rst:130
|
||||
msgid ""
|
||||
"Once the upgrade platform is done upgrading the backup and uploading it on "
|
||||
"the branch, it is put in a **special mode**: each time a **commit is "
|
||||
@@ -11533,7 +11638,7 @@ msgid ""
|
||||
"going to :file:`~/logs/upgrade.log`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:140
|
||||
#: ../../content/administration/upgrade.rst:138
|
||||
msgid ""
|
||||
"In databases where custom modules are installed, their source code must be "
|
||||
"up-to-date with the target version of Odoo before the upgrade can be "
|
||||
@@ -11542,43 +11647,57 @@ msgid ""
|
||||
"platform, and the upgrade mode is exited."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:152
|
||||
#: ../../content/administration/upgrade.rst:344
|
||||
#: ../../content/administration/upgrade.rst:143
|
||||
msgid ""
|
||||
"Check out the :doc:`/developer/howtos/upgrade_custom_db` page for more "
|
||||
"information."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:145
|
||||
#: ../../content/administration/upgrade.rst:341
|
||||
msgid "On-premise"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:154
|
||||
#: ../../content/administration/upgrade.rst:147
|
||||
msgid ""
|
||||
"The standard upgrade process can be initiated by entering the following "
|
||||
"command line on the machine where the database is hosted:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:161
|
||||
#: ../../content/administration/upgrade.rst:154
|
||||
msgid ""
|
||||
"The following command can be used to display the general help and the main "
|
||||
"commands:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:167
|
||||
#: ../../content/administration/upgrade.rst:160
|
||||
msgid ""
|
||||
"An upgraded test database can also be requested via the `Upgrade page "
|
||||
"<https://upgrade.odoo.com/>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:171
|
||||
#: ../../content/administration/upgrade.rst:164
|
||||
msgid ""
|
||||
"In databases where custom modules are installed, their source code must be "
|
||||
"up-to-date with the target version of Odoo before the upgrade can be "
|
||||
"performed. Check out the :doc:`/developer/howtos/upgrade_custom_db` page for"
|
||||
" more information."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:169
|
||||
msgid ""
|
||||
"For security reasons, only the person who submitted the upgrade request can "
|
||||
"download it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:172
|
||||
#: ../../content/administration/upgrade.rst:170
|
||||
msgid ""
|
||||
"For storage reasons, the database's copy is submitted without a filestore to"
|
||||
" the upgrade server. Therefore, the upgraded database does not contain the "
|
||||
"production filestore."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:174
|
||||
#: ../../content/administration/upgrade.rst:172
|
||||
msgid ""
|
||||
"Before restoring the upgraded database, its filestore must be merged with "
|
||||
"the production filestore to be able to perform tests in the same conditions "
|
||||
@@ -11589,15 +11708,15 @@ msgstr ""
|
||||
" die Tests unter denselben Bedingungen wie in der neuen Version durchgeführt"
|
||||
" werden können."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:177
|
||||
#: ../../content/administration/upgrade.rst:175
|
||||
msgid "The upgraded database contains:"
|
||||
msgstr "Die aktualisierte Datenbank enthält:"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:179
|
||||
#: ../../content/administration/upgrade.rst:177
|
||||
msgid "A `dump.sql` file containing the upgraded database"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:180
|
||||
#: ../../content/administration/upgrade.rst:178
|
||||
msgid ""
|
||||
"A `filestore` folder containing files extracted from in-database records "
|
||||
"into attachments (if there are any) and new standard Odoo files from the "
|
||||
@@ -11606,13 +11725,13 @@ msgid ""
|
||||
"filestore in order to get the full upgraded filestore."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:187
|
||||
#: ../../content/administration/upgrade.rst:185
|
||||
msgid ""
|
||||
"You can request multiple test databases if you wish to test an upgrade more "
|
||||
"than once."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:192
|
||||
#: ../../content/administration/upgrade.rst:190
|
||||
msgid ""
|
||||
"When an upgrade request is completed, an upgrade report is attached to the "
|
||||
"successful upgrade email, and it becomes available in the Discuss app for "
|
||||
@@ -11621,171 +11740,171 @@ msgid ""
|
||||
"version."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:200
|
||||
#: ../../content/administration/upgrade.rst:198
|
||||
msgid "Testing the new version of the database"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:202
|
||||
#: ../../content/administration/upgrade.rst:200
|
||||
msgid ""
|
||||
"It is essential to spend some time testing the upgraded test database to "
|
||||
"ensure that you are not stuck in your day-to-day activities by a change in "
|
||||
"views, behavior, or an error message once the upgrade goes live."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:207
|
||||
#: ../../content/administration/upgrade.rst:205
|
||||
msgid ""
|
||||
"Test databases are neutralized, and some features are disabled to prevent "
|
||||
"them from impacting the production database:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:210
|
||||
#: ../../content/administration/upgrade.rst:208
|
||||
msgid "Scheduled actions are disabled."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:211
|
||||
#: ../../content/administration/upgrade.rst:209
|
||||
msgid ""
|
||||
"Outgoing mail servers are disabled by archiving the existing ones and adding"
|
||||
" a fake one."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:212
|
||||
#: ../../content/administration/upgrade.rst:210
|
||||
msgid ""
|
||||
"Payment providers and delivery carriers are reset to the test environment."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:213
|
||||
#: ../../content/administration/upgrade.rst:211
|
||||
msgid ""
|
||||
"Bank synchronization is disabled. Should you want to test the "
|
||||
"synchronization, contact your bank synchronization provider to get sandbox "
|
||||
"credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:216
|
||||
#: ../../content/administration/upgrade.rst:214
|
||||
msgid ""
|
||||
"Testing as many of your business flows as possible is strongly recommended "
|
||||
"to ensure they are working correctly and to get more familiar with the new "
|
||||
"version."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:219
|
||||
#: ../../content/administration/upgrade.rst:217
|
||||
msgid "Basic test checklist"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:221
|
||||
#: ../../content/administration/upgrade.rst:219
|
||||
msgid ""
|
||||
"Are there views that are deactivated in your test database but active in "
|
||||
"your production database?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:223
|
||||
#: ../../content/administration/upgrade.rst:221
|
||||
msgid "Are your usual views still displayed correctly?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:224
|
||||
#: ../../content/administration/upgrade.rst:222
|
||||
msgid "Are your reports (invoice, sales order, etc.) correctly generated?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:225
|
||||
#: ../../content/administration/upgrade.rst:223
|
||||
msgid "Are your website pages working correctly?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:226
|
||||
#: ../../content/administration/upgrade.rst:224
|
||||
msgid ""
|
||||
"Are you able to create and modify records? (sales orders, invoices, "
|
||||
"purchases, users, contacts, companies, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:228
|
||||
#: ../../content/administration/upgrade.rst:226
|
||||
msgid "Are there any issues with your mail templates?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:229
|
||||
#: ../../content/administration/upgrade.rst:227
|
||||
msgid "Are there any issues with saved translations?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:230
|
||||
#: ../../content/administration/upgrade.rst:228
|
||||
msgid "Are your search filters still present?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:231
|
||||
#: ../../content/administration/upgrade.rst:229
|
||||
msgid "Can you export your data?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:235
|
||||
#: ../../content/administration/upgrade.rst:233
|
||||
msgid ""
|
||||
"Checking a random product in your product catalog and comparing its test and"
|
||||
" production data to verify everything is the same (product category, selling"
|
||||
" price, cost price, vendor, accounts, routes, etc.)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:238
|
||||
#: ../../content/administration/upgrade.rst:236
|
||||
msgid "Buying this product (Purchase app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:239
|
||||
#: ../../content/administration/upgrade.rst:237
|
||||
msgid "Confirming the reception of this product (Inventory app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:240
|
||||
#: ../../content/administration/upgrade.rst:238
|
||||
msgid ""
|
||||
"Checking if the route to receive this product is the same in your production"
|
||||
" database (Inventory app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:242
|
||||
#: ../../content/administration/upgrade.rst:240
|
||||
msgid "Selling this product (Sales app) to a random customer."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:243
|
||||
#: ../../content/administration/upgrade.rst:241
|
||||
msgid ""
|
||||
"Opening your customer database (Contacts app), selecting a customer (or "
|
||||
"company), and checking its data."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:245
|
||||
#: ../../content/administration/upgrade.rst:243
|
||||
msgid "Shipping this product (Inventory app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:246
|
||||
#: ../../content/administration/upgrade.rst:244
|
||||
msgid ""
|
||||
"Checking if the route to ship this product is the same as in your production"
|
||||
" database (Inventory app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:248
|
||||
#: ../../content/administration/upgrade.rst:246
|
||||
msgid "Validating a customer invoice (Invoicing or Accounting app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:249
|
||||
#: ../../content/administration/upgrade.rst:247
|
||||
msgid ""
|
||||
"Crediting the invoice (issuing a credit note) and checking if it behaves as "
|
||||
"in your production database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:251
|
||||
#: ../../content/administration/upgrade.rst:249
|
||||
msgid "Checking your reports' results (Accounting app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:252
|
||||
#: ../../content/administration/upgrade.rst:250
|
||||
msgid ""
|
||||
"Randomly checking your taxes, currencies, bank accounts, and fiscal year "
|
||||
"(Accounting app)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:253
|
||||
#: ../../content/administration/upgrade.rst:251
|
||||
msgid ""
|
||||
"Making an online order (Website apps) from the product selection in your "
|
||||
"shop until the checkout process and checking if everything behaves as in "
|
||||
"your production database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:256
|
||||
#: ../../content/administration/upgrade.rst:254
|
||||
msgid ""
|
||||
"This list is **not** exhaustive. Extend the example to your other apps based"
|
||||
" on your use of Odoo."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:258
|
||||
#: ../../content/administration/upgrade.rst:256
|
||||
msgid ""
|
||||
"If you face an issue while testing your upgraded test database, you can "
|
||||
"request the assistance of Odoo via the `support page "
|
||||
@@ -11795,7 +11914,7 @@ msgid ""
|
||||
"database."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:263
|
||||
#: ../../content/administration/upgrade.rst:261
|
||||
msgid ""
|
||||
"You might encounter significant differences with standard views, features, "
|
||||
"fields, and models during testing. Those changes cannot be reverted on a "
|
||||
@@ -11804,39 +11923,39 @@ msgid ""
|
||||
"module to make it compatible with the new version of Odoo."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:269
|
||||
#: ../../content/administration/upgrade.rst:267
|
||||
msgid "Do not forget to test:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:271
|
||||
#: ../../content/administration/upgrade.rst:269
|
||||
msgid "Integrations with external software (EDI, APIs, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:272
|
||||
#: ../../content/administration/upgrade.rst:270
|
||||
msgid ""
|
||||
"Workflows between different apps (online sales with eCommerce, converting a "
|
||||
"lead all the way to a sales order, delivery of products, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:274
|
||||
#: ../../content/administration/upgrade.rst:272
|
||||
msgid "Data exports"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:275
|
||||
#: ../../content/administration/upgrade.rst:273
|
||||
msgid "Automated actions"
|
||||
msgstr "Automatisierte Aktionen"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:276
|
||||
#: ../../content/administration/upgrade.rst:274
|
||||
msgid ""
|
||||
"Server actions in the action menu on form views, as well as by selecting "
|
||||
"multiple records on list views"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:282
|
||||
#: ../../content/administration/upgrade.rst:280
|
||||
msgid "Upgrading the production database"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:284
|
||||
#: ../../content/administration/upgrade.rst:282
|
||||
msgid ""
|
||||
"Once the :ref:`tests <upgrade/test_your_db>` are completed and you are "
|
||||
"confident that the upgraded database can be used as your main database "
|
||||
@@ -11845,65 +11964,65 @@ msgid ""
|
||||
"`support page <https://odoo.com/help>`__."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:289
|
||||
#: ../../content/administration/upgrade.rst:287
|
||||
msgid ""
|
||||
"Your production database will be unavailable during its upgrade. Therefore, "
|
||||
"we recommend planning the upgrade at a time when the use of the database is "
|
||||
"minimal."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:292
|
||||
#: ../../content/administration/upgrade.rst:290
|
||||
msgid ""
|
||||
"As the standard upgrade scripts and your database are constantly evolving, "
|
||||
"it is also recommended to frequently request another upgraded test database "
|
||||
"to ensure that the upgrade process is still successful, especially if it "
|
||||
"takes a long time to finish. Fully rehearsing the upgrade process the day "
|
||||
"before upgrading the production database is also recommended."
|
||||
"takes a long time to finish. **Fully rehearsing the upgrade process the day "
|
||||
"before upgrading the production database is also recommended.**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:298
|
||||
#: ../../content/administration/upgrade.rst:296
|
||||
msgid "Going into production without first testing may lead to:"
|
||||
msgstr ""
|
||||
"Wenn Sie ohne vorherige Tests zum Produktionszweig übergehen, kann Folgendes"
|
||||
" geschehen:"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:300
|
||||
#: ../../content/administration/upgrade.rst:298
|
||||
msgid "Users failing to adjust to the changes and new features"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:301
|
||||
#: ../../content/administration/upgrade.rst:299
|
||||
msgid ""
|
||||
"Business interruptions (e.g., no longer having the possibility to validate "
|
||||
"an action)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:302
|
||||
#: ../../content/administration/upgrade.rst:300
|
||||
msgid ""
|
||||
"Poor customer experience (e.g., an eCommerce website that does not work "
|
||||
"correctly)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:304
|
||||
#: ../../content/administration/upgrade.rst:302
|
||||
msgid ""
|
||||
"The process of upgrading a production database is similar to upgrading a "
|
||||
"test database with a few exceptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:311
|
||||
#: ../../content/administration/upgrade.rst:309
|
||||
msgid ""
|
||||
"The process is similar to :ref:`obtaining an upgraded test database "
|
||||
"<upgrade/request-test-database>`, except for the purpose option, which must "
|
||||
"be set to :guilabel:`Production` instead of :guilabel:`Test`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:316
|
||||
#: ../../content/administration/upgrade.rst:314
|
||||
msgid ""
|
||||
"Once the upgrade is requested, the database will be unavailable until the "
|
||||
"upgrade is finished. Once the process is completed, it is impossible to "
|
||||
"revert to the previous version."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:322
|
||||
#: ../../content/administration/upgrade.rst:320
|
||||
msgid ""
|
||||
"The process is similar to :ref:`obtaining an upgraded test database "
|
||||
"<upgrade/request-test-database>` on the :guilabel:`Production` branch."
|
||||
@@ -11913,7 +12032,7 @@ msgstr ""
|
||||
msgid "View from the upgrade tab"
|
||||
msgstr "Ansicht des Upgrade-Reiters"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:328
|
||||
#: ../../content/administration/upgrade.rst:326
|
||||
msgid ""
|
||||
"The process is **triggered as soon as a new commit is made** on the branch. "
|
||||
"This allows the upgrade process to be synchronized with the deployment of "
|
||||
@@ -11921,7 +12040,7 @@ msgid ""
|
||||
"the upgrade process is triggered immediately."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:334
|
||||
#: ../../content/administration/upgrade.rst:332
|
||||
msgid ""
|
||||
"The database is unavailable throughout the process. If anything goes wrong, "
|
||||
"the platform automatically reverts the upgrade, as it would be for a regular"
|
||||
@@ -11929,25 +12048,23 @@ msgid ""
|
||||
"created."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:338
|
||||
#: ../../content/administration/upgrade.rst:336
|
||||
msgid ""
|
||||
"The update of your custom modules must be successful to complete the entire "
|
||||
"upgrade process. Make sure the status of your staging upgrade is "
|
||||
":guilabel:`successful` before trying it in production."
|
||||
":guilabel:`successful` before trying it in production. More information on "
|
||||
"how to upgrade your custom modules can be found on "
|
||||
":doc:`/developer/howtos/upgrade_custom_db`."
|
||||
msgstr ""
|
||||
"Die Aktualisierung Ihrer benutzerdefinierten Module muss erfolgreich sein, "
|
||||
"damit der gesamte Upgrade-Prozess abgeschlossen werden kann. Stellen Sie "
|
||||
"sicher, dass der Status Ihres Staging-Upgrades :guilabel:`erfolgreich` ist, "
|
||||
"bevor Sie es in der Produktion ausprobieren."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:346
|
||||
#: ../../content/administration/upgrade.rst:343
|
||||
msgid ""
|
||||
"The command to upgrade a database to production is similar to the one of "
|
||||
"upgrading a test database except for the argument `test`, which must be "
|
||||
"replaced by `production`:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:353
|
||||
#: ../../content/administration/upgrade.rst:350
|
||||
msgid ""
|
||||
"An upgraded production database can also be requested via the `Upgrade page "
|
||||
"<https://upgrade.odoo.com/>`_. Once the database is uploaded, any "
|
||||
@@ -11956,7 +12073,7 @@ msgid ""
|
||||
"process."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:360
|
||||
#: ../../content/administration/upgrade.rst:357
|
||||
msgid ""
|
||||
"When requesting an upgraded database for production purposes, the copy is "
|
||||
"submitted without a filestore. Therefore, the upgraded database filestore "
|
||||
@@ -11964,7 +12081,7 @@ msgid ""
|
||||
"version."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:364
|
||||
#: ../../content/administration/upgrade.rst:361
|
||||
msgid ""
|
||||
"In case of an issue with your production database, you can request the "
|
||||
"assistance of Odoo via the `support page "
|
||||
@@ -11972,11 +12089,11 @@ msgid ""
|
||||
"related to the upgrade in production."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:372
|
||||
#: ../../content/administration/upgrade.rst:369
|
||||
msgid "Service-level agreement (SLA)"
|
||||
msgstr "Service-Level-Agreement (SLA)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:374
|
||||
#: ../../content/administration/upgrade.rst:371
|
||||
msgid ""
|
||||
"With Odoo Enterprise, upgrading a database to the most recent version of "
|
||||
"Odoo is **free**, including any support required to rectify potential "
|
||||
@@ -11986,7 +12103,7 @@ msgstr ""
|
||||
"von Odoo **kostenlos**, einschließlich des erforderlichen Supports zur "
|
||||
"Behebung möglicher Unstimmigkeiten in der aktualisierten Datenbank."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:377
|
||||
#: ../../content/administration/upgrade.rst:374
|
||||
msgid ""
|
||||
"Information about the upgrade services included in the Enterprise Licence is"
|
||||
" available in the :ref:`Odoo Enterprise Subscription Agreement <upgrade>`. "
|
||||
@@ -11997,11 +12114,11 @@ msgstr ""
|
||||
"diesem Abschnitt wird jedoch erläutert, welche Upgrade-Services Sie erwarten"
|
||||
" können."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:382
|
||||
#: ../../content/administration/upgrade.rst:379
|
||||
msgid "Upgrade services covered by the SLA"
|
||||
msgstr "Upgrade-Services, die durch die SLA abgedeckt sind"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:384
|
||||
#: ../../content/administration/upgrade.rst:381
|
||||
msgid ""
|
||||
"Databases hosted on Odoo's cloud platforms (Odoo Online and Odoo.sh) or "
|
||||
"self-hosted (On-Premise) can benefit from upgrade services at all times for:"
|
||||
@@ -12010,11 +12127,11 @@ msgstr ""
|
||||
"Odoo.sh) gehostet werden oder selbst gehostet sind (On-Premise), können "
|
||||
"jederzeit von den Upgrade-Services profitieren:"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:387
|
||||
#: ../../content/administration/upgrade.rst:384
|
||||
msgid "the upgrade of all **standard applications**;"
|
||||
msgstr "das Upgrade aller **Standardapps**;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:388
|
||||
#: ../../content/administration/upgrade.rst:385
|
||||
msgid ""
|
||||
"the upgrade of all **customizations created with the Studio app**, as long "
|
||||
"as Studio is still installed and the respective subscription is still "
|
||||
@@ -12024,7 +12141,7 @@ msgstr ""
|
||||
"Studio ist noch installiert und das entsprechende Abonnement ist noch aktiv;"
|
||||
" und"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:390
|
||||
#: ../../content/administration/upgrade.rst:387
|
||||
msgid ""
|
||||
"the upgrade of all **developments and customizations covered by a "
|
||||
"maintenance of customizations subscription**."
|
||||
@@ -12032,7 +12149,7 @@ msgstr ""
|
||||
"das Upgrade aller **Entwicklungen und Anpassungen, die durch ein Abonnement "
|
||||
"für die Wartung von Anpassungen abgedeckt sind**."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:393
|
||||
#: ../../content/administration/upgrade.rst:390
|
||||
msgid ""
|
||||
"Upgrade services are limited to the technical conversion and adaptation of a"
|
||||
" database (standard modules and data) to make it compatible with the version"
|
||||
@@ -12042,22 +12159,22 @@ msgstr ""
|
||||
"Anpassung einer Datenbank (Standardmodule und Daten), um sie mit der Version"
|
||||
" kompatibel zu machen, auf die das Upgrade abzielt."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:397
|
||||
#: ../../content/administration/upgrade.rst:394
|
||||
msgid "Upgrade services not covered by the SLA"
|
||||
msgstr "Upgrade-Services, die nicht durch die SLA abgedeckt sind"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:399
|
||||
#: ../../content/administration/upgrade.rst:396
|
||||
msgid "The following upgrade-related services are **not** included:"
|
||||
msgstr "Die folgenden Upgrade-bezogenen Leistungen sind **nicht** enthalten:"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:401
|
||||
#: ../../content/administration/upgrade.rst:398
|
||||
msgid ""
|
||||
"the **cleaning** of pre-existing data and configurations while upgrading;"
|
||||
msgstr ""
|
||||
"die **Bereinigung** bereits vorhandener Daten und Konfigurationen während "
|
||||
"des Upgrades;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:402
|
||||
#: ../../content/administration/upgrade.rst:399
|
||||
msgid ""
|
||||
"the upgrade of **custom modules created in-house or by third parties**, "
|
||||
"including Odoo partners;"
|
||||
@@ -12065,7 +12182,7 @@ msgstr ""
|
||||
"das Upgrade von **benutzerdefinierten Modulen, die selbst oder von "
|
||||
"Dritten**, einschließlich Odoo-Partnern, erstellt wurden;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:403
|
||||
#: ../../content/administration/upgrade.rst:400
|
||||
msgid ""
|
||||
"lines of **code added to standard modules**, i.e., customizations created "
|
||||
"outside the Studio app, code entered manually, and :ref:`automated actions "
|
||||
@@ -12076,16 +12193,16 @@ msgstr ""
|
||||
"eingegebener Code und :ref:`automatisierte Aktionen mit Python-Code "
|
||||
"<studio/automated-actions/action>`; und"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:406
|
||||
#: ../../content/administration/upgrade.rst:403
|
||||
msgid "**training** on using the upgraded version's features and workflows."
|
||||
msgstr ""
|
||||
"**Schulung** zur Verwendung der Funktionen und Arbeitsabläufe der "
|
||||
"aktualisierten Version."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:409
|
||||
#: ../../content/administration/upgrade.rst:406
|
||||
msgid ":doc:`Odoo.sh documentation <odoo_sh>`"
|
||||
msgstr ":doc:`Odoo.sh-Dokumentation <odoo_sh>`"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:410
|
||||
#: ../../content/administration/upgrade.rst:407
|
||||
msgid ":doc:`Supported Odoo versions <maintain/supported_versions>`"
|
||||
msgstr ":doc:`Unterstützte Odoo-Versionen <maintain/supported_versions>`"
|
||||
|
||||
Reference in New Issue
Block a user