diff --git a/.copier-answers.yml b/.copier-answers.yml index a5e2b8d65ac..7bf3b9b527f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,8 +1,7 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.29 +_commit: v1.43 _src_path: gh:oca/oca-addons-repo-template additional_ruff_rules: [] -ci: GitHub convert_readme_fragments_to_markdown: false enable_checklog_odoo: false generate_requirements_txt: true @@ -17,6 +16,7 @@ odoo_test_flavor: Both odoo_version: 16.0 org_name: Odoo Community Association (OCA) org_slug: OCA +postgres_image: '' rebel_module_groups: [] repo_description: Knowlesge management addons. Also has some usefull tools to handle attachments diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..e0d56685a95 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test-requirements.txt merge=union diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index afd7524ef0d..36e6e44efd6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,3 +1,4 @@ + name: pre-commit on: @@ -16,7 +17,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.10" + cache: 'pip' + cache-dependency-path: '.pre-commit-config.yaml' - name: Get python version run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - uses: actions/cache@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d0f95283c4..5ec4eb783e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: makepot: "true" services: postgres: - image: postgres:12.0 + image: postgres:12 env: POSTGRES_USER: odoo POSTGRES_PASSWORD: odoo @@ -63,6 +63,13 @@ jobs: run: oca_init_test_database - name: Run tests run: oca_run_tests + - name: Upload screenshots from JS tests + uses: actions/upload-artifact@v4 + if: ${{ failure() }} + with: + name: Screenshots of failed JS tests - ${{ matrix.name }}${{ join(matrix.include) }} + path: /tmp/odoo_tests/${{ env.PGDATABASE }} + if-no-files-found: ignore - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03ee11ebe80..420ca49ccce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ exclude: | # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: - python: python3 + python: python3.10 node: "16.17.0" repos: - repo: local @@ -38,8 +38,13 @@ repos: entry: found a en.po file language: fail files: '[a-zA-Z0-9_]*/i18n/en\.po$' + - id: obsolete dotfiles + name: obsolete dotfiles + entry: found obsolete files; remove them + files: '^(\.travis\.yml|\.t2d\.yml|CONTRIBUTING\.md)$' + language: fail - repo: https://github.com/oca/maintainer-tools - rev: d5fab7ee87fceee858a3d01048c78a548974d935 + rev: f9b919b9868143135a9c9cb03021089cabba8223 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons @@ -89,6 +94,7 @@ repos: additional_dependencies: - "eslint@8.24.0" - "eslint-plugin-jsdoc@" + - "globals@" - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: @@ -112,7 +118,7 @@ repos: - id: mixed-line-ending args: ["--fix=lf"] - repo: https://github.com/acsone/setuptools-odoo - rev: 3.1.8 + rev: 3.3.2 hooks: - id: setuptools-odoo-make-default - id: setuptools-odoo-get-requirements diff --git a/.pylintrc b/.pylintrc index 554913276b4..0a521c31ffe 100644 --- a/.pylintrc +++ b/.pylintrc @@ -25,19 +25,25 @@ disable=all enable=anomalous-backslash-in-string, api-one-deprecated, api-one-multi-together, - assignment-from-none, - attribute-deprecated, class-camelcase, - dangerous-default-value, dangerous-view-replace-wo-priority, - development-status-allowed, duplicate-id-csv, - duplicate-key, duplicate-xml-fields, duplicate-xml-record-id, eval-referenced, - eval-used, incoherent-interpreter-exec-perm, + openerp-exception-warning, + redundant-modulename-xml, + relative-import, + rst-syntax-error, + wrong-tabs-instead-of-spaces, + xml-syntax-error, + assignment-from-none, + attribute-deprecated, + dangerous-default-value, + development-status-allowed, + duplicate-key, + eval-used, license-allowed, manifest-author-string, manifest-deprecated-key, @@ -48,73 +54,68 @@ enable=anomalous-backslash-in-string, method-inverse, method-required-super, method-search, - openerp-exception-warning, pointless-statement, pointless-string-statement, print-used, redundant-keyword-arg, - redundant-modulename-xml, reimported, - relative-import, return-in-init, - rst-syntax-error, sql-injection, too-few-format-args, translation-field, translation-required, unreachable, use-vim-comment, - wrong-tabs-instead-of-spaces, - xml-syntax-error, - attribute-string-redundant, character-not-valid-in-resource-link, - consider-merging-classes-inherited, - context-overridden, create-user-wo-reset-password, dangerous-filter-wo-user, dangerous-qweb-replace-wo-priority, deprecated-data-xml-node, deprecated-openerp-xml-node, duplicate-po-message-definition, - except-pass, file-not-used, + missing-newline-extrafiles, + old-api7-method-defined, + po-msgstr-variables, + po-syntax-error, + str-format-used, + unnecessary-utf8-coding-comment, + xml-attribute-translatable, + xml-deprecated-qweb-directive, + xml-deprecated-tree-attribute, + attribute-string-redundant, + consider-merging-classes-inherited, + context-overridden, + except-pass, invalid-commit, manifest-maintainers-list, - missing-newline-extrafiles, missing-readme, missing-return, odoo-addons-relative-import, - old-api7-method-defined, - po-msgstr-variables, - po-syntax-error, renamed-field-parameter, resource-not-exist, - str-format-used, test-folder-imported, translation-contains-variable, translation-positional-used, - unnecessary-utf8-coding-comment, website-manifest-key-not-valid-uri, - xml-attribute-translatable, - xml-deprecated-qweb-directive, - xml-deprecated-tree-attribute, external-request-timeout, - # messages that do not cause the lint step to fail - consider-merging-classes-inherited, + missing-manifest-dependency, + too-complex,, create-user-wo-reset-password, dangerous-filter-wo-user, - deprecated-module, file-not-used, - invalid-commit, - missing-manifest-dependency, missing-newline-extrafiles, - missing-readme, no-utf8-coding-comment, - odoo-addons-relative-import, old-api7-method-defined, + unnecessary-utf8-coding-comment, + # messages that do not cause the lint step to fail + consider-merging-classes-inherited, + deprecated-module, + invalid-commit, + missing-readme, + odoo-addons-relative-import, redefined-builtin, - too-complex, - unnecessary-utf8-coding-comment + manifest-external-assets [REPORTS] diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 7a0cd4efefe..098393aadb8 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -17,19 +17,25 @@ disable=all enable=anomalous-backslash-in-string, api-one-deprecated, api-one-multi-together, - assignment-from-none, - attribute-deprecated, class-camelcase, - dangerous-default-value, dangerous-view-replace-wo-priority, - development-status-allowed, duplicate-id-csv, - duplicate-key, duplicate-xml-fields, duplicate-xml-record-id, eval-referenced, - eval-used, incoherent-interpreter-exec-perm, + openerp-exception-warning, + redundant-modulename-xml, + relative-import, + rst-syntax-error, + wrong-tabs-instead-of-spaces, + xml-syntax-error, + assignment-from-none, + attribute-deprecated, + dangerous-default-value, + development-status-allowed, + duplicate-key, + eval-used, license-allowed, manifest-author-string, manifest-deprecated-key, @@ -40,56 +46,50 @@ enable=anomalous-backslash-in-string, method-inverse, method-required-super, method-search, - openerp-exception-warning, pointless-statement, pointless-string-statement, print-used, redundant-keyword-arg, - redundant-modulename-xml, reimported, - relative-import, return-in-init, - rst-syntax-error, sql-injection, too-few-format-args, translation-field, translation-required, unreachable, use-vim-comment, - wrong-tabs-instead-of-spaces, - xml-syntax-error, - attribute-string-redundant, character-not-valid-in-resource-link, - consider-merging-classes-inherited, - context-overridden, create-user-wo-reset-password, dangerous-filter-wo-user, dangerous-qweb-replace-wo-priority, deprecated-data-xml-node, deprecated-openerp-xml-node, duplicate-po-message-definition, - except-pass, file-not-used, + missing-newline-extrafiles, + old-api7-method-defined, + po-msgstr-variables, + po-syntax-error, + str-format-used, + unnecessary-utf8-coding-comment, + xml-attribute-translatable, + xml-deprecated-qweb-directive, + xml-deprecated-tree-attribute, + attribute-string-redundant, + consider-merging-classes-inherited, + context-overridden, + except-pass, invalid-commit, manifest-maintainers-list, - missing-newline-extrafiles, missing-readme, missing-return, odoo-addons-relative-import, - old-api7-method-defined, - po-msgstr-variables, - po-syntax-error, renamed-field-parameter, resource-not-exist, - str-format-used, test-folder-imported, translation-contains-variable, translation-positional-used, - unnecessary-utf8-coding-comment, website-manifest-key-not-valid-uri, - xml-attribute-translatable, - xml-deprecated-qweb-directive, - xml-deprecated-tree-attribute, external-request-timeout [REPORTS] diff --git a/README.md b/README.md index f3d98ec122c..712221abe9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +[![Support the OCA](https://odoo-community.org/readme-banner-image)](https://odoo-community.org/get-involved?utm_source=repo-readme) + +# knowledge [![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0) [![Pre-commit Status](https://github.com/OCA/knowledge/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/OCA/knowledge/actions/workflows/pre-commit.yml?query=branch%3A16.0) [![Build Status](https://github.com/OCA/knowledge/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/OCA/knowledge/actions/workflows/test.yml?query=branch%3A16.0) @@ -7,9 +10,13 @@ +<<<<<<< before updating # knowledge Knowledge management addons. Also has some useful tools to handle attachments. +======= +Knowlesge management addons. Also has some usefull tools to handle attachments +>>>>>>> after updating diff --git a/attachment_zipped_download/i18n/gl.po b/attachment_zipped_download/i18n/gl.po new file mode 100644 index 00000000000..33a72490b80 --- /dev/null +++ b/attachment_zipped_download/i18n/gl.po @@ -0,0 +1,69 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * attachment_zipped_download +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: attachment_zipped_download +#: model:ir.model,name:attachment_zipped_download.model_ir_attachment_action_download +msgid "" +"\n" +" Mixin to help download attachments linked to record(s).\n" +" " +msgstr "" +"\n" +" Mixin para axudar a descargar arquivos adxuntos vinculados a " +"rexistros.\n" +" " + +#. module: attachment_zipped_download +#: model:ir.model,name:attachment_zipped_download.model_ir_attachment +msgid "Attachment" +msgstr "Adxunto" + +#. module: attachment_zipped_download +#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download +msgid "Download" +msgstr "Descargar" + +#. module: attachment_zipped_download +#. odoo-python +#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0 +#, python-format +msgid "No attachment!" +msgstr "Non hai adxuntos!" + +#. module: attachment_zipped_download +#. odoo-python +#: code:addons/attachment_zipped_download/models/ir_attachment.py:0 +#, python-format +msgid "None attachment selected. Only binary attachments allowed." +msgstr "" +"Non se seleccionou ningún arquivo adxunto. Só permítense arquivos adxuntos " +"binarios." + +#. module: attachment_zipped_download +#. odoo-python +#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0 +#, python-format +msgid "There is no document found to download." +msgstr "Non se atopou ningún documento para descargar." + +#. module: attachment_zipped_download +#. odoo-python +#: code:addons/attachment_zipped_download/controllers/main.py:0 +#, python-format +msgid "attachments.zip" +msgstr "adxuntos.zip" diff --git a/document_knowledge/i18n/gl.po b/document_knowledge/i18n/gl.po index 1674c871aed..9cb5a2a7a83 100644 --- a/document_knowledge/i18n/gl.po +++ b/document_knowledge/i18n/gl.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-20 03:35+0000\n" -"PO-Revision-Date: 2017-01-20 03:35+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"PO-Revision-Date: 2026-05-23 04:21+0000\n" +"Last-Translator: Pablo Castelo \n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "Language: gl\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_knowledge #: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval @@ -24,28 +25,29 @@ msgid "" "Add workflow on documents per category.\n" "- This installs the module document_page_approval." msgstr "" +"Engadir fluxo de traballo nos documentos por categoría.\n" +"‐ Isto instala o módulo document_page_approval." #. module: document_knowledge #: model:ir.model,name:document_knowledge.model_ir_attachment msgid "Attachment" -msgstr "" +msgstr "Arquivo adxunto" #. module: document_knowledge #: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation msgid "Attachments List and Document Indexation" -msgstr "" +msgstr "Lista de Arquivos Adxuntos e Indexación de Documentos" #. module: document_knowledge #: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user #: model:res.groups,name:document_knowledge.group_ir_attachment_user msgid "Central access to Documents" -msgstr "" +msgstr "Acceso central a Documentos" #. module: document_knowledge #: model:ir.model,name:document_knowledge.model_res_config_settings -#, fuzzy msgid "Config Settings" -msgstr "Configuración" +msgstr "Axustes de configuración" #. module: document_knowledge #: model:ir.ui.menu,name:document_knowledge.menu_document_configuration @@ -54,9 +56,8 @@ msgstr "Configuración" #. module: document_knowledge #: model:res.groups,name:document_knowledge.group_document_user -#, fuzzy msgid "Document Knowledge user" -msgstr "Coñecemento" +msgstr "Documentar o coñecemento do usuario" #. module: document_knowledge #: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation @@ -64,6 +65,8 @@ msgid "" "Document indexation, full text search of attachements.\n" "- This installs the module attachment_indexation." msgstr "" +"Indexación de documentos, procura de texto completo en arquivos adxuntos.\n" +"‐ Isto instala o módulo attachment_indexation." #. module: document_knowledge #: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents @@ -75,14 +78,13 @@ msgstr "Documentos" #. module: document_knowledge #: model:ir.module.category,name:document_knowledge.module_category_knowledge -#, fuzzy msgid "Documents Knowledge" -msgstr "Documentos" +msgstr "Coñecemento dos documentos" #. module: document_knowledge #: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents msgid "Group by" -msgstr "" +msgstr "Agrupado por" #. module: document_knowledge #: model:ir.ui.menu,name:document_knowledge.menu_document_root @@ -93,12 +95,12 @@ msgstr "Coñecemento" #. module: document_knowledge #: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration msgid "Knowledge and Documents Management" -msgstr "" +msgstr "Xestión de documentos e da base de coñecemento" #. module: document_knowledge #: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page msgid "Manage document pages (Wiki)" -msgstr "" +msgstr "Xestionar páxinas de documento (Wiki)" #. module: document_knowledge #: model:ir.module.category,description:document_knowledge.module_category_knowledge @@ -107,16 +109,19 @@ msgid "" " applications\n" " " msgstr "" +"Xestionar documentos e aplicacións relacionadas co coñecemento\n" +" aplicacións\n" +" " #. module: document_knowledge #: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval msgid "Manage documents approval" -msgstr "" +msgstr "Xestionar aprobación de documentos" #. module: document_knowledge #: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents msgid "Model" -msgstr "" +msgstr "Modelo" #. module: document_knowledge #: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page @@ -124,17 +129,19 @@ msgid "" "Provide document page and category as a wiki.\n" "- This installs the module document_page." msgstr "" +"Proporciona a páxina do documento e a categoría como wiki.\n" +"‐ Isto instala o módulo document_page." #. module: document_knowledge #: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model msgid "Resource Model" -msgstr "" +msgstr "Modelo do Recurso" #. module: document_knowledge #: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration #: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration msgid "Settings" -msgstr "" +msgstr "Axustes" #. module: document_knowledge #: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user @@ -142,6 +149,9 @@ msgid "" "When you set this field all users will be able to manage attachments " "centrally, from the Document Knowledge/Documents menu." msgstr "" +"Ao configurar este campo, todos os usuarios poderán xestionar os arquivos " +"adxuntos de forma centralizada, desde o menú Coñecemento do documento/" +"Documentos." #~ msgid "Cancel" #~ msgstr "Cancelar" diff --git a/document_page/i18n/gl.po b/document_page/i18n/gl.po index ce3c27b70da..060680ad407 100644 --- a/document_page/i18n/gl.po +++ b/document_page/i18n/gl.po @@ -9,73 +9,74 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-17 00:50+0000\n" -"PO-Revision-Date: 2018-04-17 00:50+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2026-05-23 04:21+0000\n" +"Last-Translator: Pablo Castelo \n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "Language: gl\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_page #. odoo-python #: code:addons/document_page/models/document_page.py:0 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s(copia)" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_needaction msgid "Action Needed" -msgstr "" +msgstr "Acción necesaria" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__active msgid "Active" -msgstr "" +msgstr "Activo" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_ids msgid "Activities" -msgstr "" +msgstr "Actividades" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_decoration msgid "Activity Exception Decoration" -msgstr "" +msgstr "Decoración de actividade de excepción" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_state msgid "Activity State" -msgstr "" +msgstr "Estado de actividade" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_type_icon msgid "Activity Type Icon" -msgstr "" +msgstr "Icona de tipo de actividade" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form msgid "Archived" -msgstr "" +msgstr "Arquivado" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_attachment_count msgid "Attachment Count" -msgstr "" +msgstr "Reconto de adxuntos" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_history_filter msgid "Author" -msgstr "" +msgstr "Autor" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__backend_url msgid "Backend URL" -msgstr "" +msgstr "URL de servidor" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu @@ -86,7 +87,7 @@ msgstr "Cancelar" #: model:ir.ui.menu,name:document_page.menu_category #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter msgid "Categories" -msgstr "" +msgstr "Categorías" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_category @@ -97,33 +98,33 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form msgid "Category" -msgstr "" +msgstr "Categoría" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "Changes" -msgstr "" +msgstr "Cambios" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__child_ids msgid "Children" -msgstr "" +msgstr "Hijos" #. module: document_page #: model_terms:ir.actions.act_window,help:document_page.action_page msgid "Click to create a new web page." -msgstr "" +msgstr "Pulse para crear unha nova páxina web." #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Close" -msgstr "" +msgstr "Pechar" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__company_id #: model:ir.model.fields,field_description:document_page.field_document_page_history__company_id msgid "Company" -msgstr "" +msgstr "Compañía" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__content @@ -133,13 +134,13 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "Content" -msgstr "" +msgstr "Contido" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_create_menu #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Create Menu" -msgstr "" +msgstr "Crear menú" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__create_uid @@ -160,19 +161,19 @@ msgstr "Creado o" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__draft_summary msgid "Describe the changes made" -msgstr "" +msgstr "Describa os cambios realizados" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__diff #: model:ir.model.fields,field_description:document_page.field_wizard_document_page_history_show_diff__diff msgid "Diff" -msgstr "" +msgstr "Dif." #. module: document_page #: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_show_diff msgid "Difference" -msgstr "" +msgstr "Diferenzas" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__display_name @@ -180,12 +181,12 @@ msgstr "" #: model:ir.model.fields,field_description:document_page.field_document_page_history__display_name #: model:ir.model.fields,field_description:document_page.field_wizard_document_page_history_show_diff__display_name msgid "Display Name" -msgstr "" +msgstr "Nome mostrado" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter msgid "Document Category" -msgstr "" +msgstr "Categoría do documento" #. module: document_page #: model:ir.actions.report,name:document_page.report_document_page @@ -194,20 +195,19 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_menu_form msgid "Document Page" -msgstr "" +msgstr "Páxina do documento" #. module: document_page #: model:ir.model,name:document_page.model_document_page_history #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_history_filter #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "Document Page History" -msgstr "" +msgstr "Historial de páxina do documento" #. module: document_page #: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff -#, fuzzy msgid "Document Page Show Diff" -msgstr "Documentos" +msgstr "Páxina do documento Mostrar diferenzas" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_category_form @@ -217,45 +217,45 @@ msgstr "Documentos" #. module: document_page #: model:res.groups,name:document_page.group_document_editor msgid "Editor" -msgstr "" +msgstr "Editor" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_follower_ids msgid "Followers" -msgstr "" +msgstr "Seguidores" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_partner_ids msgid "Followers (Partners)" -msgstr "" +msgstr "Seguidores (socios)" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__activity_type_icon msgid "Font awesome icon e.g. fa-tasks" -msgstr "" +msgstr "Icona de fonte impresionante, por exemplo fa-tasks" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_history_filter msgid "Group By..." -msgstr "" +msgstr "Agrupar por..." #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__history_head msgid "HEAD" -msgstr "" +msgstr "CABECEIRA" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__has_message msgid "Has Message" -msgstr "" +msgstr "Ten mensaxe" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__history_ids #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form msgid "History" -msgstr "" +msgstr "Historial" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__id @@ -268,50 +268,50 @@ msgstr "ID" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_exception_icon msgid "Icon" -msgstr "" +msgstr "Icona" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__activity_exception_icon msgid "Icon to indicate an exception activity." -msgstr "" +msgstr "Icona para indicar unha actividade por excepción." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction msgid "If checked, new messages require your attention." -msgstr "" +msgstr "Se está marcado, novas mensaxes requiren a súa atención." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error msgid "If checked, some messages have a delivery error." -msgstr "" +msgstr "Se está marcado, algunhas mensaxes teñen un erro de entrega." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__company_id #: model:ir.model.fields,help:document_page.field_document_page_history__company_id msgid "If set, page is accessible only from this company" -msgstr "" +msgstr "Se está establecido, a páxina é accesible só para esta compañía" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form msgid "Information" -msgstr "" +msgstr "Información" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_is_follower msgid "Is Follower" -msgstr "" +msgstr "É un seguidor" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__content_date msgid "Last Contribution Date" -msgstr "" +msgstr "Última data de contribución" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__content_uid #: model_terms:ir.ui.view,arch_db:document_page.view_document_category_filter #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter msgid "Last Contributor" -msgstr "" +msgstr "Último contribuidor" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page____last_update @@ -319,7 +319,7 @@ msgstr "" #: model:ir.model.fields,field_description:document_page.field_document_page_history____last_update #: model:ir.model.fields,field_description:document_page.field_wizard_document_page_history_show_diff____last_update msgid "Last Modified on" -msgstr "" +msgstr "Última modificación o" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__write_uid @@ -340,43 +340,43 @@ msgstr "Última actualización en" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_main_attachment_id msgid "Main Attachment" -msgstr "" +msgstr "Adxunto principal" #. module: document_page #: model:res.groups,name:document_page.group_document_manager msgid "Manager" -msgstr "" +msgstr "Responsable" #. module: document_page #: model:ir.model,name:document_page.model_ir_ui_menu #: model:ir.model.fields,field_description:document_page.field_document_page__menu_id msgid "Menu" -msgstr "" +msgstr "Menú" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu msgid "Menu Information" -msgstr "" +msgstr "Información do menú" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_create_menu__menu_name msgid "Menu Name" -msgstr "" +msgstr "Nome do menú" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error msgid "Message Delivery error" -msgstr "" +msgstr "Erro de entrega da mensaxe" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_ids msgid "Messages" -msgstr "" +msgstr "Mensaxes" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__my_activity_date_deadline msgid "My Activity Deadline" -msgstr "" +msgstr "Data límite da miña actividade" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__draft_name @@ -385,107 +385,107 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_menu_form msgid "Name" -msgstr "" +msgstr "Nome" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__draft_name msgid "Name for the changes made" -msgstr "" +msgstr "Número de cambios realizados" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_date_deadline msgid "Next Activity Deadline" -msgstr "" +msgstr "Data límite para a seguinte actividade" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_summary msgid "Next Activity Summary" -msgstr "" +msgstr "Resumo de próxima actividade" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_type_id msgid "Next Activity Type" -msgstr "" +msgstr "Seguinte tipo de actividade" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_needaction_counter msgid "Number of Actions" -msgstr "" +msgstr "Número de accións" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__message_has_error_counter msgid "Number of errors" -msgstr "" +msgstr "Número de erros" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_needaction_counter msgid "Number of messages requiring action" -msgstr "" +msgstr "Número de mensaxes que requiren unha acción" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__message_has_error_counter msgid "Number of messages with delivery error" -msgstr "" +msgstr "Número de mensaxes con erros de entrega" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_history__page_id msgid "Page" -msgstr "" +msgstr "Páxina" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_related_page_history msgid "Page History" -msgstr "" +msgstr "Historial da páxina" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_history msgid "Page history" -msgstr "" +msgstr "Historial da páxina" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__type msgid "Page type" -msgstr "" +msgstr "Tipo de páxina" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_page #: model:ir.ui.menu,name:document_page.menu_page #: model:ir.ui.menu,name:document_page.menu_wiki msgid "Pages" -msgstr "" +msgstr "Páxinas" #. module: document_page #: model:ir.ui.menu,name:document_page.menu_page_history msgid "Pages history" -msgstr "" +msgstr "Historial das páxinas" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page_create_menu__menu_parent_id msgid "Parent Menu" -msgstr "" +msgstr "Menú superior" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__activity_user_id msgid "Responsible User" -msgstr "" +msgstr "Usuario responsable" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "Rev 01" -msgstr "" +msgstr "Rev 01" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form msgid "Revision" -msgstr "" +msgstr "Revisión" #. module: document_page #. odoo-python #: code:addons/document_page/wizard/document_page_show_diff.py:0 #, python-format msgid "Select one or maximum two history revisions!" -msgstr "" +msgstr "Seleccione un, ou como máximo, dúas revisións de historial!" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__activity_state @@ -495,19 +495,23 @@ msgid "" "Today: Activity date is today\n" "Planned: Future activities." msgstr "" +"Estado baseado en actividades\n" +"Atrasada: A data de vencemento xa pasou\n" +"Hoxe: A data de entrega é hoxe\n" +"Planificada: Futuras actividades." #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__draft_summary #: model:ir.model.fields,field_description:document_page.field_document_page_history__summary #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter msgid "Summary" -msgstr "" +msgstr "Resumo" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__template #: model_terms:ir.ui.view,arch_db:document_page.view_category_form msgid "Template" -msgstr "" +msgstr "Modelo" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__template @@ -515,62 +519,64 @@ msgid "" "Template that will be used as a content template for all new page of this " "category." msgstr "" +"Modelo que será utilizada como estrutura para as novas páxinas desta " +"categoría." #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__name #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_filter msgid "Title" -msgstr "" +msgstr "Título" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__type msgid "Type" -msgstr "" +msgstr "Tipo" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__activity_exception_decoration msgid "Type of the exception activity on record." -msgstr "" +msgstr "Tipo de actividade de excepción rexistrada." #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__backend_url msgid "Use it to link resources univocally" -msgstr "" +msgstr "Utilíceo para vincular recursos de forma unívoca" #. module: document_page #: model:ir.model.fields,field_description:document_page.field_document_page__website_message_ids msgid "Website Messages" -msgstr "" +msgstr "Mensaxes do sitio web" #. module: document_page #: model:ir.model.fields,help:document_page.field_document_page__website_message_ids msgid "Website communication history" -msgstr "" +msgstr "Historial de comunicación do sitio web" #. module: document_page #: model:ir.model,name:document_page.model_document_page_create_menu msgid "Wizard Create Menu" -msgstr "" +msgstr "Asistente para crear un menú" #. module: document_page #. odoo-python #: code:addons/document_page/models/document_page.py:0 #, python-format msgid "You cannot create recursive categories." -msgstr "" +msgstr "Non pode crear categorías recursivas." #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_category_form #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "e.g. Once upon a time..." -msgstr "" +msgstr "p.e. Érase unha vez..." #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form #: model_terms:ir.ui.view,arch_db:document_page.wiki_history_form msgid "eg: Changed ... for ..." -msgstr "" +msgstr "ej: Cambiado … por …" #. module: document_page #: model_terms:ir.ui.view,arch_db:document_page.view_wiki_create_menu @@ -582,7 +588,7 @@ msgstr "ou" #: code:addons/document_page/models/document_page.py:0 #, python-format msgid "summary" -msgstr "" +msgstr "resumo" #, fuzzy #~ msgid "Document History" diff --git a/document_page_access_group/i18n/gl.po b/document_page_access_group/i18n/gl.po new file mode 100644 index 00000000000..2c0b83eb688 --- /dev/null +++ b/document_page_access_group/i18n/gl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_access_group +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_access_group +#: model:ir.model,name:document_page_access_group.model_document_page +msgid "Document Page" +msgstr "Páxina de documento" + +#. module: document_page_access_group +#: model:ir.model.fields,field_description:document_page_access_group.field_document_page__groups_id +#: model_terms:ir.ui.view,arch_db:document_page_access_group.document_page_access_group_view_wiki_form +msgid "Groups" +msgstr "Grupos" + +#. module: document_page_access_group +#: model_terms:ir.ui.view,arch_db:document_page_access_group.document_page_access_group_view_wiki_form +msgid "Security" +msgstr "Seguridade" + +#. module: document_page_access_group +#: model:ir.model.fields,field_description:document_page_access_group.field_document_page__user_ids +#: model_terms:ir.ui.view,arch_db:document_page_access_group.document_page_access_group_view_wiki_form +msgid "Users" +msgstr "Usuarios" + +#. module: document_page_access_group +#. odoo-python +#: code:addons/document_page_access_group/models/document_page.py:0 +#, python-format +msgid "You cannot set groups and users at the same time." +msgstr "Non podes definir grupos e usuarios ao mesmo tempo." diff --git a/document_page_access_group_user_role/i18n/gl.po b/document_page_access_group_user_role/i18n/gl.po new file mode 100644 index 00000000000..0c3ca8edc2e --- /dev/null +++ b/document_page_access_group_user_role/i18n/gl.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_access_group_user_role +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_access_group_user_role +#: model:ir.model,name:document_page_access_group_user_role.model_document_page +msgid "Document Page" +msgstr "Páxina do documento" + +#. module: document_page_access_group_user_role +#: model:ir.model.fields,field_description:document_page_access_group_user_role.field_document_page__role_ids +#: model_terms:ir.ui.view,arch_db:document_page_access_group_user_role.document_page_access_group_view_wiki_form +msgid "Roles" +msgstr "Roles" + +#. module: document_page_access_group_user_role +#: model:ir.model.fields,field_description:document_page_access_group_user_role.field_document_page__user_ids +msgid "Users" +msgstr "" diff --git a/document_page_approval/i18n/gl.po b/document_page_approval/i18n/gl.po index 1daf434685f..982eea21bb4 100644 --- a/document_page_approval/i18n/gl.po +++ b/document_page_approval/i18n/gl.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-24 22:33+0000\n" -"PO-Revision-Date: 2018-04-24 22:33+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2026-05-23 04:21+0000\n" +"Last-Translator: Pablo Castelo \n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "Language: gl\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit @@ -25,6 +26,9 @@ msgid "" " It is highly recommended that you edit that one instead " "of creating a new one." msgstr "" +"Xa ten un borrador de solicitude de cambio para esta páxina.\n" +" Recoméndase encarecidamente que edite ese en lugar de " +"crear un novo." #. module: document_page_approval #: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval @@ -54,96 +58,120 @@ msgid "" "

Odoo

\n" " " msgstr "" +"

Ola,

\n" +"

enviou unha nova " +"solicitude de cambio para e necesita a " +"súa aprobación .

\n" +"

\n" +" \n" +"

\n" +"

Modificado por:

\n" +"

Data:

\n" +" \n" +"

Resumo

\n" +"

\n" +"
\n" +"

Diferenza

\n" +"
\n" +" \n" +"
\n" +"

Que teñas un gran día.

\n" +"
\n" +"

Odoo

\n" +" " #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction msgid "Action Needed" -msgstr "" +msgstr "Acción necesaria" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__am_i_approver #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__am_i_approver msgid "Am I Approver" -msgstr "" +msgstr "Son aprobador" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__am_i_owner msgid "Am I Owner" -msgstr "" +msgstr "Son propietario" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__is_approval_required #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__is_approval_required msgid "Approval required" -msgstr "" +msgstr "Aprobación necesaria" #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit msgid "Approve" -msgstr "" +msgstr "Aprobar" #. module: document_page_approval #: model:ir.model.fields.selection,name:document_page_approval.selection__document_page_history__state__approved #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "Approved" -msgstr "" +msgstr "Aprobado" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__approved_date #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__approved_date msgid "Approved Date" -msgstr "" +msgstr "Data de aprobación" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__approved_uid #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__approved_uid msgid "Approved by" -msgstr "" +msgstr "Aprobado por" #. module: document_page_approval #: model:res.groups,name:document_page_approval.group_document_approver_user #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "Approver" -msgstr "" +msgstr "Aprobador" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__approver_gid msgid "Approver group" -msgstr "" +msgstr "Grupo aprobador" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__approver_group_ids msgid "Approver groups" -msgstr "" +msgstr "Grupo de aprobadores" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_attachment_count msgid "Attachment Count" -msgstr "" +msgstr "Reconto de adxuntos" #. module: document_page_approval #: model:mail.template,name:document_page_approval.email_template_new_draft_need_approval msgid "Automated new draft need approval Notification Mail" -msgstr "" +msgstr "Novo borrador automatizado require de aprobación por correo" #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit msgid "Back to draft" -msgstr "" +msgstr "Devolver a borrador" #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "Can't approve page in '%s' state." -msgstr "" +msgstr "Non se pode aprobar a páxina en estado '%s'." #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "Can't approve pages in '%s' state." -msgstr "" +msgstr "Non se poden aprobar páxinas en estado %s'." #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit @@ -154,173 +182,173 @@ msgstr "Cancelar" #: model:ir.model.fields.selection,name:document_page_approval.selection__document_page_history__state__cancelled #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "Cancelled" -msgstr "" +msgstr "Cancelado" #. module: document_page_approval #: model:ir.actions.act_window,name:document_page_approval.action_change_requests #: model:ir.ui.menu,name:document_page_approval.menu_page_change_requests #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit msgid "Change Requests" -msgstr "" +msgstr "Solicitude de cambios" #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "Change request %(name)s has been cancelled by %(user)s." -msgstr "" +msgstr "O cambio solicitado %(name)s foi cancelado por %(user)s." #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "Change request has been approved by %s." -msgstr "" +msgstr "A solicitude de modificacións foi aprobada por %s." #. module: document_page_approval #: model:ir.model,name:document_page_approval.model_document_page msgid "Document Page" -msgstr "" +msgstr "Páxina de documento" #. module: document_page_approval #: model:ir.model,name:document_page_approval.model_document_page_history msgid "Document Page History" -msgstr "" +msgstr "Historia de páxina de documento" #. module: document_page_approval #: model:ir.model.fields.selection,name:document_page_approval.selection__document_page_history__state__draft #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "Draft" -msgstr "" +msgstr "Borrador" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_follower_ids msgid "Followers" -msgstr "" +msgstr "Seguidores" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_partner_ids msgid "Followers (Partners)" -msgstr "" +msgstr "Seguidores (socios)" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page__approver_group_ids msgid "Groups that can approve changes to this document" -msgstr "" +msgstr "Grupos que poden aprobar cambios neste documento" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__has_message msgid "Has Message" -msgstr "" +msgstr "Ten mensaxe" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__has_changes_pending_approval msgid "Has changes pending approval" -msgstr "" +msgstr "Ten cambios pendentes de aprobación" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__history_ids msgid "History" -msgstr "" +msgstr "Historial" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page_history__message_needaction msgid "If checked, new messages require your attention." -msgstr "" +msgstr "Se está marcado, novas mensaxes requiren a súa atención." #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page_history__message_has_error msgid "If checked, some messages have a delivery error." -msgstr "" +msgstr "Se está marcado, algunhas mensaxes teñen un erro de entrega." #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page__is_approval_required #: model:ir.model.fields,help:document_page_approval.field_document_page_history__is_approval_required msgid "If true, changes of this page require approval" -msgstr "" +msgstr "Se é verdadeiro, os cambios nesta páxina requiren aprobación" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_is_follower msgid "Is Follower" -msgstr "" +msgstr "É un seguidor" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_main_attachment_id msgid "Main Attachment" -msgstr "" +msgstr "Adxunto principal" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_has_error msgid "Message Delivery error" -msgstr "" +msgstr "Erro de entrega da mensaxe" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_ids msgid "Messages" -msgstr "" +msgstr "Mensaxes" #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "New version of the document %s approved." -msgstr "" +msgstr "Nova versión do documento %s aprobada." #. module: document_page_approval #: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval msgid "New version of {{object.display_name}} needs your approval" -msgstr "" +msgstr "Nova versión de {{object.display_name}} necesita a súa aprobación" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of Actions" -msgstr "" +msgstr "Número de accións" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__message_has_error_counter msgid "Number of errors" -msgstr "" +msgstr "Número de erros" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page_history__message_needaction_counter msgid "Number of messages requiring action" -msgstr "" +msgstr "Número de mensaxes que requiren unha acción" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page_history__message_has_error_counter msgid "Number of messages with delivery error" -msgstr "" +msgstr "Número de mensaxes con erro de entrega" #. module: document_page_approval #: model:ir.model.fields.selection,name:document_page_approval.selection__document_page_history__state__to_approve #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "Pending Approval" -msgstr "" +msgstr "Pendente de aprobación" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__approval_required msgid "Require approval" -msgstr "" +msgstr "Require aprobación" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page__approval_required msgid "Require approval for changes on this page or its child pages." -msgstr "" +msgstr "Require aprobación para cambios nesta páxina ou as súas páxinas fillas." #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit msgid "Send to Review" -msgstr "" +msgstr "Enviar a revisión" #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.view_wiki_history_filter msgid "State" -msgstr "" +msgstr "Estado" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__state msgid "Status" -msgstr "" +msgstr "Estado" #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit @@ -328,6 +356,8 @@ msgid "" "This document has Changes Pending Approval. You are viewing the last " "approved content." msgstr "" +"Este documento ten Changes Pending Approval. Está a visualizar o " +"último contido aprobado." #. module: document_page_approval #: model_terms:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit @@ -335,31 +365,33 @@ msgid "" "This document requires approval. If edited, you will create a new Change " "Request." msgstr "" +"Este documento require aprobación. Se se edita, crearase unha nova Change " +"Request." #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__page_url msgid "URL" -msgstr "" +msgstr "URL" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page__user_has_drafts msgid "User has drafts?" -msgstr "" +msgstr "O usuario ten borradores?" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page__approver_gid msgid "Users must also belong to the Approvers group" -msgstr "" +msgstr "Os usuarios tamén deben pertencer ao grupo de aprobadores" #. module: document_page_approval #: model:ir.model.fields,field_description:document_page_approval.field_document_page_history__website_message_ids msgid "Website Messages" -msgstr "" +msgstr "Mensaxes do sitio web" #. module: document_page_approval #: model:ir.model.fields,help:document_page_approval.field_document_page_history__website_message_ids msgid "Website communication history" -msgstr "" +msgstr "Historial de comunicación do sitio web" #. module: document_page_approval #. odoo-python @@ -369,6 +401,8 @@ msgid "" "You are not authorized to do this.\r\n" "Only approvers with these groups can approve this: " msgstr "" +"Non está autorizado a realizar esta acción.\n" +"Só os aprobadores con estes grupos poden aprobalo: " #. module: document_page_approval #. odoo-python @@ -378,6 +412,9 @@ msgid "" "You are not authorized to do this.\r\n" "Only owners or approvers can reopen Change Requests." msgstr "" +"Non está autorizado a realizar esta acción.\n" +"Só os propietarios ou aprobadores poden volver abrir unha solicitude de " +"cambios." #. module: document_page_approval #. odoo-python @@ -387,10 +424,12 @@ msgid "" "You are not authorized to do this.\r\n" "Only owners or approvers can request approval." msgstr "" +"Non está autorizado a realizar esta acción.\n" +"Só os propietarios ou aprobadores poden solicitar a aprobación." #. module: document_page_approval #. odoo-python #: code:addons/document_page_approval/models/document_page_history.py:0 #, python-format msgid "You need to cancel it before reopening." -msgstr "" +msgstr "Necesita cancelalo antes de volver abrilo." diff --git a/document_page_group/i18n/gl.po b/document_page_group/i18n/gl.po new file mode 100644 index 00000000000..b9b3acdb41e --- /dev/null +++ b/document_page_group/i18n/gl.po @@ -0,0 +1,37 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_group +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_group +#: model:ir.model,name:document_page_group.model_document_page +msgid "Document Page" +msgstr "Páxina do documento" + +#. module: document_page_group +#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids +msgid "Group" +msgstr "Grupo" + +#. module: document_page_group +#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids +msgid "Set the groups that can view this category and its childs" +msgstr "Definir os grupos que pode ver unha categoría e os seus fillos" + +#. module: document_page_group +#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids +msgid "Visible to" +msgstr "Visible para" diff --git a/document_page_partner/i18n/de.po b/document_page_partner/i18n/de.po index 989b04e4e78..ee50609d6c7 100644 --- a/document_page_partner/i18n/de.po +++ b/document_page_partner/i18n/de.po @@ -6,15 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-03-17 14:06+0000\n" -"Last-Translator: davidbeckercbl \n" +"PO-Revision-Date: 2026-05-26 18:46+0000\n" +"Last-Translator: smaddlsoft \n" "Language-Team: none\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.10.2\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_page_partner #: model:ir.model,name:document_page_partner.model_document_page @@ -25,4 +25,4 @@ msgstr "Dokumentenseite" #: model:ir.model.fields,field_description:document_page_partner.field_document_page__partner_id #: model_terms:ir.ui.view,arch_db:document_page_partner.view_wiki_filter msgid "Partner" -msgstr "Parnter" +msgstr "Partner" diff --git a/document_page_partner/i18n/gl.po b/document_page_partner/i18n/gl.po new file mode 100644 index 00000000000..8e9178d05e5 --- /dev/null +++ b/document_page_partner/i18n/gl.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_partner +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_partner +#: model:ir.model,name:document_page_partner.model_document_page +msgid "Document Page" +msgstr "Páxina do documento" + +#. module: document_page_partner +#: model:ir.model.fields,field_description:document_page_partner.field_document_page__partner_id +#: model_terms:ir.ui.view,arch_db:document_page_partner.view_wiki_filter +msgid "Partner" +msgstr "Empresa" diff --git a/document_page_project/i18n/gl.po b/document_page_project/i18n/gl.po new file mode 100644 index 00000000000..5d3f670797c --- /dev/null +++ b/document_page_project/i18n/gl.po @@ -0,0 +1,58 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_project +#: model_terms:ir.ui.view,arch_db:document_page_project.view_project_kanban +msgid "Wiki Pages" +msgstr "Páxinas Wiki" + +#. module: document_page_project +#: model_terms:ir.actions.act_window,help:document_page_project.action_document_page_projects +msgid "Click to create a new web page." +msgstr "Click para crear unha páxina web nova." + +#. module: document_page_project +#: model:ir.model,name:document_page_project.model_document_page +msgid "Document Page" +msgstr "Páxina Documento" + +#. module: document_page_project +#: model:ir.model.fields,field_description:document_page_project.field_project_project__document_page_count +msgid "Document Page Count" +msgstr "Cálculo de páxinas de documento" + +#. module: document_page_project +#: model:ir.model,name:document_page_project.model_project_project +#: model:ir.model.fields,field_description:document_page_project.field_document_page__project_id +msgid "Project" +msgstr "Proxecto" + +#. module: document_page_project +#: model:ir.actions.act_window,name:document_page_project.action_document_page_projects +msgid "Project Wiki" +msgstr "Proxecto Wiki" + +#. module: document_page_project +#: model:ir.model.fields,field_description:document_page_project.field_project_project__document_page_ids +msgid "Wiki" +msgstr "Wiki" + +#. module: document_page_project +#: model_terms:ir.ui.view,arch_db:document_page_project.edit_project +msgid "Wiki Pages" +msgstr "Páxinas Wiki" diff --git a/document_page_reference/i18n/gl.po b/document_page_reference/i18n/gl.po new file mode 100644 index 00000000000..1a79672f74a --- /dev/null +++ b/document_page_reference/i18n/gl.po @@ -0,0 +1,56 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_page_reference +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-05-23 17:46+0000\n" +"Last-Translator: Pablo Castelo \n" +"Language-Team: none\n" +"Language: gl\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.15.2\n" + +#. module: document_page_reference +#: model:ir.model.fields,field_description:document_page_reference.field_document_page__content_parsed +msgid "Content Parsed" +msgstr "Contido procesado" + +#. module: document_page_reference +#: model:ir.model,name:document_page_reference.model_document_page +msgid "Document Page" +msgstr "Páxina de Documento" + +#. module: document_page_reference +#: model:ir.model.fields,field_description:document_page_reference.field_document_page__reference +msgid "Reference" +msgstr "Referencia" + +#. module: document_page_reference +#. odoo-python +#: code:addons/document_page_reference/models/document_page.py:0 +#, python-format +msgid "Reference is not valid" +msgstr "A referencia non é válida" + +#. module: document_page_reference +#. odoo-python +#: code:addons/document_page_reference/models/document_page.py:0 +#, python-format +msgid "Reference must be unique" +msgstr "A referencia debe ser única" + +#. module: document_page_reference +#: model:ir.model.fields,help:document_page_reference.field_document_page__reference +msgid "Used to find the document, it can contain letters, numbers and _" +msgstr "Utilízase para atopar o documento, pode conter letras, números e _" + +#. module: document_page_reference +#: model_terms:ir.ui.view,arch_db:document_page_reference.document_page_form_view +msgid "internal_reference (autofilled if not value is provided)" +msgstr "internal_reference (autocompletado se non se proporciona ningún valor)" diff --git a/document_page_tag/i18n/de.po b/document_page_tag/i18n/de.po index 907bb046332..c01d5a430a9 100644 --- a/document_page_tag/i18n/de.po +++ b/document_page_tag/i18n/de.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: knowledge (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-31 02:38+0000\n" -"PO-Revision-Date: 2025-03-14 10:12+0000\n" -"Last-Translator: davidbeckercbl \n" +"PO-Revision-Date: 2026-05-26 18:46+0000\n" +"Last-Translator: smaddlsoft \n" "Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-8-0/" "language/de/)\n" "Language: de\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.10.2\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_page_tag #: model:ir.model,name:document_page_tag.model_document_page_tag @@ -79,7 +79,7 @@ msgstr "ID" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page__tag_ids msgid "Keywords" -msgstr "Schlüsselbegriffe" +msgstr "Stichwörter" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag____last_update diff --git a/document_page_tag/i18n/gl.po b/document_page_tag/i18n/gl.po index 46ff321c0a2..248bb2e68ca 100644 --- a/document_page_tag/i18n/gl.po +++ b/document_page_tag/i18n/gl.po @@ -8,41 +8,42 @@ msgstr "" "Project-Id-Version: knowledge (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-31 02:38+0000\n" -"PO-Revision-Date: 2017-08-11 11:55+0000\n" -"Last-Translator: OCA Transbot \n" +"PO-Revision-Date: 2026-05-23 04:21+0000\n" +"Last-Translator: Pablo Castelo \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-knowledge-8-0/" "language/gl/)\n" "Language: gl\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_page_tag #: model:ir.model,name:document_page_tag.model_document_page_tag msgid "A keyword for document pages" -msgstr "" +msgstr "Unha palabra chave para as páxinas de documentos" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active msgid "Active" -msgstr "" +msgstr "Activo" #. module: document_page_tag #: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form #: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search msgid "Archived" -msgstr "" +msgstr "Arquivado" #. module: document_page_tag #: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree msgid "Color" -msgstr "" +msgstr "Cor" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color msgid "Color Index" -msgstr "" +msgstr "Índice de cor" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__create_uid @@ -57,17 +58,17 @@ msgstr "Creado o" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__display_name msgid "Display Name" -msgstr "" +msgstr "Nome mostrado" #. module: document_page_tag #: model:ir.model,name:document_page_tag.model_document_page msgid "Document Page" -msgstr "" +msgstr "Páxina de documento" #. module: document_page_tag #: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search msgid "Document Tag Search" -msgstr "" +msgstr "Procura de páxina de documento" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__id @@ -77,7 +78,7 @@ msgstr "ID" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page__tag_ids msgid "Keywords" -msgstr "" +msgstr "Palabras chave" #. module: document_page_tag #: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag____last_update @@ -102,16 +103,16 @@ msgstr "Nome" #. module: document_page_tag #: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form msgid "Tag" -msgstr "" +msgstr "Etiqueta" #. module: document_page_tag #: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action #: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu #: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter msgid "Tags" -msgstr "" +msgstr "Etiquetas" #. module: document_page_tag #: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name msgid "Tags must be unique" -msgstr "" +msgstr "As etiquetas deben ser únicas" diff --git a/document_url/i18n/gl.po b/document_url/i18n/gl.po index ec87260df56..eca7d0747e6 100644 --- a/document_url/i18n/gl.po +++ b/document_url/i18n/gl.po @@ -9,19 +9,20 @@ msgstr "" "Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-13 13:00+0000\n" -"PO-Revision-Date: 2016-08-13 13:00+0000\n" -"Last-Translator: OCA Transbot , 2016\n" +"PO-Revision-Date: 2026-05-23 04:21+0000\n" +"Last-Translator: Pablo Castelo \n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "Language: gl\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: document_url #: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form msgid "Add" -msgstr "" +msgstr "Engadir" #. module: document_url #. odoo-javascript @@ -30,19 +31,19 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form #, python-format msgid "Add URL" -msgstr "" +msgstr "Engadir URL" #. module: document_url #. odoo-javascript #: code:addons/document_url/static/src/xml/url.xml:0 #, python-format msgid "Attach files" -msgstr "" +msgstr "Anexar arquivos" #. module: document_url #: model:ir.model,name:document_url.model_ir_attachment msgid "Attachment" -msgstr "" +msgstr "Arquivo adxunto" #. module: document_url #: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form @@ -62,7 +63,7 @@ msgstr "Creado o" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__display_name msgid "Display Name" -msgstr "" +msgstr "Nome mostrado" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__id @@ -72,7 +73,7 @@ msgstr "ID" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url____last_update msgid "Last Modified on" -msgstr "" +msgstr "Última modificación o" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_uid @@ -87,24 +88,24 @@ msgstr "Última actualización en" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__name msgid "Name" -msgstr "" +msgstr "Nome" #. module: document_url #. odoo-javascript #: code:addons/document_url/static/src/xml/url.xml:0 #, python-format msgid "Open" -msgstr "" +msgstr "Abrir" #. module: document_url #: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__url msgid "URL" -msgstr "" +msgstr "URL" #. module: document_url #: model:ir.model,name:document_url.model_ir_attachment_add_url msgid "Wizard to add URL attachment" -msgstr "" +msgstr "Asistenta para engadir unha URL adxunta" #. module: document_url #: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form