Skip to content

Commit a4e92d1

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: storage-16.0/storage-16.0-fs_storage Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_storage/
1 parent 2dd9924 commit a4e92d1

4 files changed

Lines changed: 64 additions & 21 deletions

File tree

fs_storage/i18n/de.po

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ msgstr "Verfügbare Optionen"
2626
msgid "Available properties"
2727
msgstr "Verfügbare Eigenschaften"
2828

29+
#. module: fs_storage
30+
#. odoo-python
31+
#: code:addons/fs_storage/models/fs_storage.py:0
32+
#, python-format
33+
msgid "Calling fs.storage.%(reason)s is not allowed in a safe_eval context."
34+
msgstr ""
35+
2936
#. module: fs_storage
3037
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
3138
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
@@ -242,8 +249,8 @@ msgid ""
242249
" }\n"
243250
" "
244251
msgstr ""
245-
"Optionen, die mit $ beginnen, aus Umgebungsvariablen auflösen. Zum Beispiel:"
246-
"\n"
252+
"Optionen, die mit $ beginnen, aus Umgebungsvariablen auflösen. Zum "
253+
"Beispiel:\n"
247254
" {\n"
248255
" \"endpoint_url\": \"$AWS_ENDPOINT_URL\",\n"
249256
" }\n"
@@ -257,7 +264,9 @@ msgstr "Server-Umgebungsstandards"
257264
#. module: fs_storage
258265
#: model:ir.model.fields,help:fs_storage.field_fs_storage__check_connection_method
259266
msgid ""
260-
"Set a method if you want the connection to remote to be checked every time the storage is used, in order to remove the obsolete connection from the cache.\n"
267+
"Set a method if you want the connection to remote to be checked every time "
268+
"the storage is used, in order to remove the obsolete connection from the "
269+
"cache.\n"
261270
"* Create Marker file : Create a file on remote and check it exists\n"
262271
"* List File : List all files from root directory"
263272
msgstr ""
@@ -333,12 +342,13 @@ msgid ""
333342
" }\n"
334343
"}\n"
335344
"For more information, please refer to the fsspec documentation:\n"
336-
"https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations"
345+
"https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-"
346+
"implementations"
337347
msgstr ""
338348
"Die Optionen, die zur Initialisierung des Dateisystems verwendet werden. \n"
339349
"Dies ist ein JSON-Feld, das vom verwendeten Protokoll abhängt. \n"
340-
"Beispielsweise können für das SFTP-Protokoll folgende Angaben gemacht werden:"
341-
"\n"
350+
"Beispielsweise können für das SFTP-Protokoll folgende Angaben gemacht "
351+
"werden:\n"
342352
"{\n"
343353
" 'host': 'my.sftp.server',\n"
344354
" 'ssh_kwrags': {\n"
@@ -357,8 +367,11 @@ msgstr ""
357367
#: model:ir.model.fields,help:fs_storage.field_fs_storage__protocol_env_default
358368
msgid ""
359369
"The protocol used to access the content of filesystem.\n"
360-
"This list is the one supported by the fsspec library (see https://filesystem-spec.readthedocs.io/en/latest). A filesystem protocolis added by default and refers to the odoo local filesystem.\n"
361-
"Pay attention that according to the protocol, some options must beprovided through the options field."
370+
"This list is the one supported by the fsspec library (see https://filesystem-"
371+
"spec.readthedocs.io/en/latest). A filesystem protocolis added by default and "
372+
"refers to the odoo local filesystem.\n"
373+
"Pay attention that according to the protocol, some options must beprovided "
374+
"through the options field."
362375
msgstr ""
363376
"Das Protokoll, das zum Zugriff auf den Inhalt des Dateisystems verwendet "
364377
"wird. \n"

fs_storage/i18n/es.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ msgstr "Opciones disponibles"
2626
msgid "Available properties"
2727
msgstr "Propiedades disponibles"
2828

29+
#. module: fs_storage
30+
#. odoo-python
31+
#: code:addons/fs_storage/models/fs_storage.py:0
32+
#, python-format
33+
msgid "Calling fs.storage.%(reason)s is not allowed in a safe_eval context."
34+
msgstr ""
35+
2936
#. module: fs_storage
3037
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
3138
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
@@ -273,14 +280,16 @@ msgstr ""
273280
msgid ""
274281
"Technical code used to identify the storage backend into the code.This code "
275282
"must be unique. This code is used for example to define the storage backend "
276-
"to store the attachments via the configuration parameter 'ir_attachment."
277-
"storage.force.database' when the module 'fs_attachment' is installed."
283+
"to store the attachments via the configuration parameter "
284+
"'ir_attachment.storage.force.database' when the module 'fs_attachment' is "
285+
"installed."
278286
msgstr ""
279287
"Código técnico utilizado para identificar el servidor de almacenamiento en "
280288
"el código. Este código debe ser único. Este código se utiliza, por ejemplo, "
281289
"para definir el servidor de almacenamiento para guardar los archivos "
282-
"adjuntos mediante el parámetro de configuración \"ir_attachment.storage."
283-
"force.database\" cuando se instala el módulo \"fs_attachment\"."
290+
"adjuntos mediante el parámetro de configuración "
291+
"\"ir_attachment.storage.force.database\" cuando se instala el módulo "
292+
"\"fs_attachment\"."
284293

285294
#. module: fs_storage
286295
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view

fs_storage/i18n/fr.po

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ msgstr "Options disponibles"
2626
msgid "Available properties"
2727
msgstr "Propriétés disponibles"
2828

29+
#. module: fs_storage
30+
#. odoo-python
31+
#: code:addons/fs_storage/models/fs_storage.py:0
32+
#, python-format
33+
msgid "Calling fs.storage.%(reason)s is not allowed in a safe_eval context."
34+
msgstr ""
35+
2936
#. module: fs_storage
3037
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
3138
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
@@ -256,7 +263,9 @@ msgstr "Serveur par défaut de l’environnement"
256263
#. module: fs_storage
257264
#: model:ir.model.fields,help:fs_storage.field_fs_storage__check_connection_method
258265
msgid ""
259-
"Set a method if you want the connection to remote to be checked every time the storage is used, in order to remove the obsolete connection from the cache.\n"
266+
"Set a method if you want the connection to remote to be checked every time "
267+
"the storage is used, in order to remove the obsolete connection from the "
268+
"cache.\n"
260269
"* Create Marker file : Create a file on remote and check it exists\n"
261270
"* List File : List all files from root directory"
262271
msgstr ""
@@ -284,9 +293,9 @@ msgid ""
284293
msgstr ""
285294
"Code technique utilisé pour identifier le stockage dans le code. Le code "
286295
"doit être unique. Le code est entre autre utilisé pour définir le stockage à "
287-
"utiliser pour stocker les pièces jointes via le paramètre de configuration «"
288-
" ir_attachment.storage.force.database » lorsque le module fs_attachhment est "
289-
"installé."
296+
"utiliser pour stocker les pièces jointes via le paramètre de configuration "
297+
"« ir_attachment.storage.force.database » lorsque le module fs_attachhment "
298+
"est installé."
290299

291300
#. module: fs_storage
292301
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
@@ -332,7 +341,8 @@ msgid ""
332341
" }\n"
333342
"}\n"
334343
"For more information, please refer to the fsspec documentation:\n"
335-
"https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations"
344+
"https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-"
345+
"implementations"
336346
msgstr ""
337347
"Les options pour initialiser le système de fichier.\n"
338348
"C’est un champ JSON qui dépend du protocole utilisé.\n"
@@ -356,8 +366,11 @@ msgstr ""
356366
#: model:ir.model.fields,help:fs_storage.field_fs_storage__protocol_env_default
357367
msgid ""
358368
"The protocol used to access the content of filesystem.\n"
359-
"This list is the one supported by the fsspec library (see https://filesystem-spec.readthedocs.io/en/latest). A filesystem protocolis added by default and refers to the odoo local filesystem.\n"
360-
"Pay attention that according to the protocol, some options must beprovided through the options field."
369+
"This list is the one supported by the fsspec library (see https://filesystem-"
370+
"spec.readthedocs.io/en/latest). A filesystem protocolis added by default and "
371+
"refers to the odoo local filesystem.\n"
372+
"Pay attention that according to the protocol, some options must beprovided "
373+
"through the options field."
361374
msgstr ""
362375
"Le protocole utilisé pour accéder le contenu du système de fichier.\n"
363376
"Cette liste contient ce qui est supporté par la bibliothèque fsspec (voir "

fs_storage/i18n/it.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ msgstr "Opzioni disponibili"
2626
msgid "Available properties"
2727
msgstr "Proprietà disponibili"
2828

29+
#. module: fs_storage
30+
#. odoo-python
31+
#: code:addons/fs_storage/models/fs_storage.py:0
32+
#, python-format
33+
msgid "Calling fs.storage.%(reason)s is not allowed in a safe_eval context."
34+
msgstr ""
35+
2936
#. module: fs_storage
3037
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
3138
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
@@ -277,8 +284,9 @@ msgstr "Deposito"
277284
msgid ""
278285
"Technical code used to identify the storage backend into the code.This code "
279286
"must be unique. This code is used for example to define the storage backend "
280-
"to store the attachments via the configuration parameter 'ir_attachment."
281-
"storage.force.database' when the module 'fs_attachment' is installed."
287+
"to store the attachments via the configuration parameter "
288+
"'ir_attachment.storage.force.database' when the module 'fs_attachment' is "
289+
"installed."
282290
msgstr ""
283291
"Codice tecnico usato per identificare il backend deposito nel codice. Questo "
284292
"codice deve essere univoco. Questo codice è utilizzato per esempio per "

0 commit comments

Comments
 (0)