Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
weblate committed Apr 10, 2024
1 parent b2d641a commit 3395b78
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
63 changes: 63 additions & 0 deletions fs_storage/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ msgstr "Opciones disponibles"
msgid "Available properties"
msgstr "Propiedades disponibles"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
msgid "Check Connection Method"
msgstr ""

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Close"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__code
msgid "Code"
Expand All @@ -45,13 +56,22 @@ msgstr "¡Conexión de prueba fallida!"
msgid "Connection Test Succeeded!"
msgstr "¡Conexión de prueba exitosa!"

#. module: fs_storage
#. odoo-python
#: code:addons/fs_storage/models/fs_storage.py:0
#, python-format
msgid "Create Marker file"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__create_uid
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__create_date
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__create_date
msgid "Created on"
msgstr "Creado el"

Expand All @@ -77,6 +97,7 @@ msgstr "La Ruta de Directorio Env es Editable"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__display_name
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

Expand All @@ -102,8 +123,19 @@ msgstr "¡Todo parece correctamente configurado!"
msgid "FS Storage"
msgstr "Almacenamiento FS"

#. module: fs_storage
#: model:ir.actions.act_window,name:fs_storage.act_open_fs_test_connection_view
msgid "FS Test Connection"
msgstr ""

#. module: fs_storage
#: model:ir.model,name:fs_storage.model_fs_test_connection
msgid "FS Test Connection Wizard"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__id
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__id
msgid "ID"
msgstr "ID (identificación)"

Expand All @@ -114,19 +146,29 @@ msgstr "Opciones Json"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage____last_update
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__write_uid
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__write_uid
msgid "Last Updated by"
msgstr "Actualizado por Última vez por"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__write_date
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__write_date
msgid "Last Updated on"
msgstr "Última Actualización el"

#. module: fs_storage
#. odoo-python
#: code:addons/fs_storage/models/fs_storage.py:0
#, python-format
msgid "List File"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__name
msgid "Name"
Expand Down Expand Up @@ -200,6 +242,21 @@ msgstr ""
msgid "Server Env Defaults"
msgstr "Valores por defecto del Entorno de Servidor"

#. module: fs_storage
#: model:ir.model.fields,help:fs_storage.field_fs_storage__check_connection_method
msgid ""
"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"
"* Create Marker file : Create a file on remote and check it exists\n"
"* List File : List all files from root directory"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__storage_id
msgid "Storage"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,help:fs_storage.field_fs_storage__code
msgid ""
Expand All @@ -214,8 +271,14 @@ msgstr ""
"adjuntos mediante el parámetro de configuración \"ir_attachment.storage."
"force.database\" cuando se instala el módulo \"fs_attachment\"."

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Test Connection"
msgstr ""

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_storage_form_view
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Test connection"
msgstr "Probar conexión"

Expand Down
63 changes: 63 additions & 0 deletions fs_storage/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ msgstr "Opzioni disponibili"
msgid "Available properties"
msgstr "Proprietà disponibili"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__check_connection_method
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__check_connection_method
msgid "Check Connection Method"
msgstr ""

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Close"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__code
msgid "Code"
Expand All @@ -45,13 +56,22 @@ msgstr "Test connessione fallito!"
msgid "Connection Test Succeeded!"
msgstr "Test connessione avvenuto con successo!"

#. module: fs_storage
#. odoo-python
#: code:addons/fs_storage/models/fs_storage.py:0
#, python-format
msgid "Create Marker file"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__create_uid
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__create_uid
msgid "Created by"
msgstr "Creato da"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__create_date
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__create_date
msgid "Created on"
msgstr "Creato il"

Expand All @@ -77,6 +97,7 @@ msgstr "Percorso cartella ambiente è modificabile"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__display_name
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

Expand All @@ -102,8 +123,19 @@ msgstr "Tutto sembra impostato correttamente!"
msgid "FS Storage"
msgstr "Deposito FS"

#. module: fs_storage
#: model:ir.actions.act_window,name:fs_storage.act_open_fs_test_connection_view
msgid "FS Test Connection"
msgstr ""

#. module: fs_storage
#: model:ir.model,name:fs_storage.model_fs_test_connection
msgid "FS Test Connection Wizard"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__id
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__id
msgid "ID"
msgstr "ID"

Expand All @@ -114,19 +146,29 @@ msgstr "Opzioni JSON"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage____last_update
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__write_uid
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__write_date
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"

#. module: fs_storage
#. odoo-python
#: code:addons/fs_storage/models/fs_storage.py:0
#, python-format
msgid "List File"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_storage__name
msgid "Name"
Expand Down Expand Up @@ -199,6 +241,21 @@ msgstr ""
msgid "Server Env Defaults"
msgstr "Server ambiente predefinito"

#. module: fs_storage
#: model:ir.model.fields,help:fs_storage.field_fs_storage__check_connection_method
msgid ""
"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"
"* Create Marker file : Create a file on remote and check it exists\n"
"* List File : List all files from root directory"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,field_description:fs_storage.field_fs_test_connection__storage_id
msgid "Storage"
msgstr ""

#. module: fs_storage
#: model:ir.model.fields,help:fs_storage.field_fs_storage__code
msgid ""
Expand All @@ -213,8 +270,14 @@ msgstr ""
"parametro configurazione 'ir_attachment.storage.force.database' quando il "
"modulo 'fs_attachment' è installato."

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Test Connection"
msgstr ""

#. module: fs_storage
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_storage_form_view
#: model_terms:ir.ui.view,arch_db:fs_storage.fs_test_connection_form_view
msgid "Test connection"
msgstr "Prova connessione"

Expand Down

0 comments on commit 3395b78

Please sign in to comment.