Skip to content

Commit

Permalink
[UPD] Update storage_file.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Feb 10, 2025
1 parent b86528b commit 3f38740
Showing 1 changed file with 33 additions and 16 deletions.
49 changes: 33 additions & 16 deletions storage_file/i18n/storage_file.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -13,6 +13,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: storage_file
#: model:ir.model.fields,help:storage_file.field_storage_file__url_path
msgid "Accessible path, no base URL"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__active
msgid "Active"
Expand Down Expand Up @@ -45,8 +50,6 @@ msgstr ""

#. module: storage_file
#: model:ir.actions.server,name:storage_file.ir_cron_clean_storage_file_ir_actions_server
#: model:ir.cron,cron_name:storage_file.ir_cron_clean_storage_file
#: model:ir.cron,name:storage_file.ir_cron_clean_storage_file
msgid "Clean Storage File"
msgstr ""

Expand All @@ -57,22 +60,21 @@ msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__create_uid
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__create_uid
msgid "Created by"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__create_date
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__create_date
msgid "Created on"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__data
msgid "Data"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__data
#: model:ir.model.fields,help:storage_file.field_storage_file__data
msgid "Datas"
msgid "Data"
msgstr ""

#. module: storage_file
Expand All @@ -93,6 +95,7 @@ msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__display_name
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__display_name
msgid "Display Name"
msgstr ""

Expand All @@ -108,12 +111,18 @@ msgstr ""

#. module: storage_file
#: model:ir.actions.act_window,name:storage_file.act_open_storage_file_view
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__file_id
#: model:ir.ui.menu,name:storage_file.menu_storage_file
#: model_terms:ir.ui.view,arch_db:storage_file.storage_file_view_form
#: model_terms:ir.ui.view,arch_db:storage_file.storage_file_view_search
msgid "File"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__file_name
msgid "File Name"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__file_size
msgid "File Size"
Expand All @@ -125,9 +134,9 @@ msgid "File Type"
msgstr ""

#. module: storage_file
#. odoo-python
#: code:addons/storage_file/models/storage_file.py:0
#, python-format
msgid "File can not be updated,remove it and create a new one"
msgid "File can not be updated, remove it and create a new one"
msgstr ""

#. module: storage_file
Expand Down Expand Up @@ -157,6 +166,7 @@ msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__id
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__id
msgid "ID"
msgstr ""

Expand All @@ -177,18 +187,15 @@ msgstr ""
msgid "Is Public"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file____last_update
msgid "Last Modified on"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__write_uid
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__write_uid
msgid "Last Updated by"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__write_date
#: model:ir.model.fields,field_description:storage_file.field_storage_file_replace__write_date
msgid "Last Updated on"
msgstr ""

Expand Down Expand Up @@ -291,8 +298,8 @@ msgid ""
msgstr ""

#. module: storage_file
#. odoo-python
#: code:addons/storage_file/models/storage_file.py:0
#, python-format
msgid ""
"The filename strategy is empty for the backend %s.\n"
"Please configure it"
Expand All @@ -318,6 +325,11 @@ msgstr ""
msgid "Url Include Directory Path"
msgstr ""

#. module: storage_file
#: model:ir.model.fields,field_description:storage_file.field_storage_file__url_path
msgid "Url Path"
msgstr ""

#. module: storage_file
#: model_terms:ir.ui.view,arch_db:storage_file.storage_backend_view_form
msgid ""
Expand All @@ -328,3 +340,8 @@ msgid ""
" and you still want to see the images you might need to refresh this URL\n"
" to make sure images and/or files are loaded correctly."
msgstr ""

#. module: storage_file
#: model:ir.model,name:storage_file.model_storage_file_replace
msgid "Wizard template allowing to replace a storage.file"
msgstr ""

0 comments on commit 3f38740

Please sign in to comment.