-
-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
313 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ __pycache__/ | |
*.py[cod] | ||
/.venv | ||
/.pytest_cache | ||
/.ruff_cache | ||
|
||
# C extensions | ||
*.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,17 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-08-01 02:43+0000\n" | ||
"PO-Revision-Date: 2019-11-24 19:58+0000\n" | ||
"Last-Translator: Rodrigo Macedo <[email protected]>\n" | ||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" | ||
"teams/23907/pt_BR/)\n" | ||
"PO-Revision-Date: 2024-05-22 11:37+0000\n" | ||
"Last-Translator: Rodrigo Macedo <[email protected]." | ||
"translation.odoo-community.org>\n" | ||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" | ||
"23907/pt_BR/)\n" | ||
"Language: pt_BR\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 3.8\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: auth_admin_passkey | ||
#. odoo-python | ||
|
@@ -41,11 +42,20 @@ msgid "" | |
"- Login date : %(login_date)s\n" | ||
"\n" | ||
msgstr "" | ||
"O usuário administrador do sistema usou sua senha para fazer login com " | ||
"%(login)s.\n" | ||
"\n" | ||
"\n" | ||
"\n" | ||
"Informações técnicas abaixo:\n" | ||
"\n" | ||
"- Data de login: %(login_date)s\n" | ||
"\n" | ||
|
||
#. module: auth_admin_passkey | ||
#: model:ir.model,name:auth_admin_passkey.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
msgstr "Usuário" | ||
|
||
#, python-format | ||
#~ msgid "<pre>User with login '%s' has the same password as you.</pre>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_api_key_group | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-04-03 12:43+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\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 4.17\n" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model,name:auth_api_key_group.model_auth_api_key | ||
msgid "API Key" | ||
msgstr "Chiave API" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model,name:auth_api_key_group.model_auth_api_key_group | ||
msgid "API Key auth group" | ||
msgstr "Gruppo autorizzazione chiave API" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__auth_api_key_ids | ||
msgid "API Keys" | ||
msgstr "Chiavi API" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.actions.act_window,name:auth_api_key_group.auth_api_key_group_act_window | ||
#: model:ir.ui.menu,name:auth_api_key_group.auth_api_key_group_menu | ||
msgid "Auth Api Key Groups" | ||
msgstr "Gruppi autorizzazione chiave API" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key__auth_api_key_group_ids | ||
msgid "Auth Groups" | ||
msgstr "Gruppi autorizzazione" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__code | ||
msgid "Code" | ||
msgstr "Codice" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__create_uid | ||
msgid "Created by" | ||
msgstr "Creato da" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__create_date | ||
msgid "Created on" | ||
msgstr "Creato il" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Ultimo aggiornamento di" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__write_date | ||
msgid "Last Updated on" | ||
msgstr "Ultimo aggiornamento il" | ||
|
||
#. module: auth_api_key_group | ||
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__name | ||
msgid "Name" | ||
msgstr "Nome" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.