Files
2026-09-18 13:55:25 +07:00

142 lines
4.9 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * cloud_storage
#
# Translators:
# Larissa Manderfeld, 2024
# Wil Odoo, 2024
#
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 18:38+0000\n"
"PO-Revision-Date: 2025-11-17 10:30+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: German <https://translate.odoo.com/projects/odoo-18/"
"cloud_storage/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: cloud_storage
#: model:ir.model,name:cloud_storage.model_ir_attachment
msgid "Attachment"
msgstr "Dateianhang"
#. module: cloud_storage
#: model:ir.model.fields.selection,name:cloud_storage.selection__ir_attachment__type__cloud_storage
#: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form
msgid "Cloud Storage"
msgstr "Cloud-Speicher"
#. module: cloud_storage
#: model:ir.model.fields,field_description:cloud_storage.field_res_config_settings__cloud_storage_provider
msgid "Cloud Storage Provider for new attachments"
msgstr "Anbieter von Cloud-Speichern für neue Anhänge"
#. module: cloud_storage
#: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form
msgid "Cloud Storage Settings"
msgstr "Einstellungen für Cloud-Speicher"
#. module: cloud_storage
#. odoo-python
#: code:addons/cloud_storage/models/ir_attachment.py:0
msgid "Cloud Storage is not enabled"
msgstr "Cloud-Speicher ist nicht aktiviert"
#. module: cloud_storage
#. odoo-python
#: code:addons/cloud_storage/controllers/attachment.py:0
msgid "Cloud storage configuration has been changed. Please refresh the page."
msgstr ""
"Die Einstellungen für Cloud-Speicher wurden geändert. Bitte aktualisieren "
"Sie die Seite."
#. module: cloud_storage
#. odoo-javascript
#: code:addons/cloud_storage/static/src/core/common/attachment_upload_service_patch.js:0
msgid "Cloud storage error"
msgstr "Cloud-Speicher-Fehler"
#. module: cloud_storage
#: model:ir.model,name:cloud_storage.model_res_config_settings
msgid "Config Settings"
msgstr "Konfigurationseinstellungen"
#. module: cloud_storage
#. odoo-python
#: code:addons/cloud_storage/models/ir_attachment.py:0
msgid ""
"Failed to download attachment (%(id)s) from cloud: %(code)s - %(reason)s"
msgstr ""
"Anhang (%(id)s) aus der Cloud konnte nicht heruntergeladen werden: %(code)s -"
" %(reason)s"
#. module: cloud_storage
#: model:ir.model,name:cloud_storage.model_ir_http
msgid "HTTP Routing"
msgstr "HTTP-Routing"
#. module: cloud_storage
#: model:ir.model.fields,field_description:cloud_storage.field_res_config_settings__cloud_storage_min_file_size
msgid "Minimum File Size (bytes)"
msgstr "Mindestdateigröße (Bytes)"
#. module: cloud_storage
#: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form
msgid "Minimum size(bytes) for attachments to be stored in the cloud storage"
msgstr ""
"Mindestgröße (Bytes) für Anhänge, die im Cloud-Speicher gespeichert werden"
#. module: cloud_storage
#. odoo-python
#: code:addons/cloud_storage/models/res_config_settings.py:0
msgid "Please configure the Cloud Storage before enabling it"
msgstr "Bitte konfigurieren Sie den Cloud-Speicher vor der Aktivierung"
#. module: cloud_storage
#: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form
msgid "Select the cloud storage provider to store new attachments."
msgstr ""
"Wählen Sie den Anbieter für Cloud-Speicher aus, um neue Anhänge zu speichern."
#. module: cloud_storage
#: model:ir.model.fields,field_description:cloud_storage.field_ir_attachment__type
msgid "Type"
msgstr "Typ"
#. module: cloud_storage
#. odoo-javascript
#: code:addons/cloud_storage/static/src/core/common/attachment_upload_service_patch.js:0
msgid "You are not allowed to upload file to the cloud storage"
msgstr ""
"Sie sind nicht berechtigt, eine Datei in den Cloud-Speicher hochzuladen"
#. module: cloud_storage
#: model:ir.model.fields,help:cloud_storage.field_ir_attachment__type
msgid ""
"You can either upload a file from your computer or copy/paste an internet "
"link to your file."
msgstr ""
"Sie können entweder eine Datei von Ihrem Rechner hochladen oder einen "
"Internetlink kopieren und einfügen."
#. module: cloud_storage
#: model:ir.model.fields,help:cloud_storage.field_res_config_settings__cloud_storage_min_file_size
msgid ""
"webclient can upload files larger than the minimum file size\n"
" (in bytes) as url attachments to the server and then upload the file "
"to\n"
" the cloud storage."
msgstr ""
"Der Webclient kann Dateien, die größer als die Mindestgröße (in Bytes) "
"sind,\n"
" als URL-Anhänge auf den Server hochladen und dann die Datei in den\n"
" den Cloud-Speicher hochladen."