mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 01:22:06 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -13,35 +13,14 @@ pip install odoo-bringout-oca-ocb-google_account
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- base_setup
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Google Users
|
||||
- **Version**: N/A
|
||||
- **Category**: Hidden/Tools
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `google_account`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/google_account
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ The module adds google user in res user.
|
|||
========================================
|
||||
""",
|
||||
'depends': ['base_setup'],
|
||||
'data': [],
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ class GoogleAuth(http.Controller):
|
|||
service,
|
||||
redirect_uri=f'{base_url}/google_account/authentication'
|
||||
)
|
||||
service_field = f'google_{service}_account_id'
|
||||
service_field = 'res_users_settings_id'
|
||||
if service_field in request.env.user:
|
||||
request.env.user[service_field]._set_auth_tokens(access_token, refresh_token, ttl)
|
||||
request.env.user[service_field]._set_google_auth_tokens(access_token, refresh_token, ttl)
|
||||
else:
|
||||
raise Warning('No callback field for service <%s>' % service)
|
||||
return request.redirect(url_return)
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +22,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
|
|
@ -9,10 +9,10 @@ msgstr ""
|
|||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +22,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,43 +1,56 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2022\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:38+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ar/>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "خدمة Google "
|
||||
msgstr "خدمة Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"الطريقة غير مدعومة [%s] ليست واحدة من [GET, POST, PUT, PATCH or DELETE]! "
|
||||
"الطريقة غير مدعومة [%s] ليست واحدة من [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"حدث خطأ ما خلال إنشاء الرمز الخاص بك. قد يكون رمز التفويض غير صالح أو نتهت "
|
||||
"مدة صلاحيته بالفعل "
|
||||
"مدة صلاحيته بالفعل"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/az/>\n"
|
||||
"Language: az\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Göstəriləcək Ad"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -21,14 +30,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/bg/>\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за показване"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,16 +32,21 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Методът не е поддържан [%s] не и във [ВЗЕМЕТЕ, ПУБЛИКУВАЙТЕ, ПОСТАВЕТЕ, "
|
||||
"УРЕДЕТЕ или ИЗТРИЙТЕ]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,42 +1,51 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2025-02-10 08:27+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "Google Servis"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda nije podržana [%s] nije u [GET, POST, PUT, PATCH ili DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Nešto nije prošlo u redu pri generiranju vašeg tokena. Možda je neispravan "
|
||||
"Kod Autorizacije ili je već istekao."
|
||||
|
|
|
|||
|
|
@ -1,23 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Arnau Ros, 2022
|
||||
#
|
||||
#
|
||||
# "Noemi Pla Garcia (nopl)" <nopl@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Arnau Ros, 2022\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ca/>\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom de visualització"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +34,19 @@ msgid "Google Service"
|
|||
msgstr "Servei de Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Mètode no suportat [%s] no en [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,41 +1,56 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Jiří Podhorecký, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Jiří Podhorecký, 2022\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:42+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/cs/>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : "
|
||||
"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "Služba Google"
|
||||
msgstr "Google služba"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda není podporována [%s] v [GET, POST, PUT, PATCH nebo DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Během vaší generace tokenů se něco pokazilo. Možná je váš autorizační kód "
|
||||
"neplatný nebo již vypršel"
|
||||
"Během generování vašeho tokenu se něco pokazilo. Možná je váš autorizační "
|
||||
"kód neplatný nebo již vypršel"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/da/>\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,15 +33,20 @@ msgid "Google Service"
|
|||
msgstr "Google Service"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metode ikke understøttet [%s] ikke i [GET, POST, PUT, PATCH, eller DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 12:45+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/de/>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,18 +34,23 @@ msgid "Google Service"
|
|||
msgstr "Google-Service"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Methode nicht unterstützt [%s] nicht in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Während der Generierung des Tokens ist ein Fehler aufgetreten. Eventuell ist"
|
||||
" Ihr Autorisierungscode ungültig oder bereits abgelaufen."
|
||||
"Während der Generierung des Tokens ist ein Fehler aufgetreten. Eventuell ist "
|
||||
"Ihr Autorisierungscode ungültig oder bereits abgelaufen."
|
||||
|
|
|
|||
|
|
@ -1,33 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/el/>\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
|
|
@ -45,58 +38,15 @@ msgid "ID"
|
|||
msgstr "Κωδικός"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Τελευταία τροποποίηση στις"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία Ενημέρωση από"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία Ενημέρωση στις"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:172
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:120
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:56
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:150
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:193
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr "Κάτι πήγε λάθος με το αίτημα στην Google"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:131
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,89 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"PO-Revision-Date: 2016-01-14 10:12+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/en_AU/)\n"
|
||||
"Language: en_AU\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"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:98
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:128
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:173
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:18+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/es/>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,15 +34,20 @@ msgid "Google Service"
|
|||
msgstr "Servicio de Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"¡Método no compatible [%s] no está en [GET, POST, PUT, PATCH o DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Braulio D. López Vázquez <bdl@odoo.com>, 2022
|
||||
# Fernanda Alvarez, 2023
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2023\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-30 17:03+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/google_account/es_419/>\n"
|
||||
"Language: es_419\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,16 +31,21 @@ msgid "Google Service"
|
|||
msgstr "Servicio de Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Método no compatible, [%s] no se encuentra en [GET, POST, PUT, PATCH o "
|
||||
"DELETE]"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_BO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por:"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Fecha de modificación"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima Actualización por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"PO-Revision-Date: 2016-01-14 10:12+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_PA/)\n"
|
||||
"Language: es_PA\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"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:98
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:128
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:173
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# Anna, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:24+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/et/>\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,14 +33,19 @@ msgid "Google Service"
|
|||
msgstr "Google'i teenus"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Meetodit ei toetata [%s] ei ole [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Nork sortua"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/fa/>\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,14 +32,19 @@ msgid "Google Service"
|
|||
msgstr "سرویس گوگل"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "روش پشتیبانی نمیشود [%s] در [GET، POST، PUT، PATCH یا DELETE] نیست!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:22+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/fi/>\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,16 +32,20 @@ msgid "Google Service"
|
|||
msgstr "Googlen Palvelu"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metodia [%s] ei löydy tuetuista metodeista [GET, POST, PUT, PATCH or "
|
||||
"DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metodia [%s] ei löydy tuetuista metodeista [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||
"Language: fo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fo\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Byrjað av"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Byrjað tann"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vís navn"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Seinast rættað tann"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Seinast dagført av"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Seinast dagført tann"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:20+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/fr/>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,19 +35,23 @@ msgid "Google Service"
|
|||
msgstr "Services Google"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Méthode non prise en charge [%s] pas dans [GET, POST, PUT, PATCH or DELETE] "
|
||||
"!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Méthode non prise en charge [%s] pas dans [GET, POST, PUT, PATCH or DELETE] !"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Une erreur est survenue durant la génération du jeton. Votre code "
|
||||
"d'autorisation est peut être invalide ou expiré."
|
||||
"d'autorisation est peut-être invalide ou expiré."
|
||||
|
|
|
|||
|
|
@ -7,83 +7,27 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2016-01-14 10:12+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/fr_BE/)\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n"
|
||||
"Language: fr_BE\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"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Derniere fois mis à jour par"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mis à jour le"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:98
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:128
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:173
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado o"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2025-02-10 08:27+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -15,22 +15,30 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,18 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Turkesh Patel <turkesh4friends@gmail.com>, 2018
|
||||
# Dharmraj Jhala <dja@openerp.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Dharmraj Jhala <dja@openerp.com>, 2018\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +27,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
|
||||
# ExcaliberX <excaliberx@gmail.com>, 2022
|
||||
#
|
||||
# or balmas <or@laylinetech.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: ExcaliberX <excaliberx@gmail.com>, 2022\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-20 09:33+0000\n"
|
||||
"Last-Translator: or balmas <or@laylinetech.com>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/he/>\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "שם לתצוגה"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,15 +35,20 @@ msgid "Google Service"
|
|||
msgstr "שירות Goggle"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"הפעולה [%s] לא נמצאת בפעולות האפשריות [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:24+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/hi/>\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "डिस्प्ले का नाम"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -21,14 +30,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "आईडी"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2022\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/hr/>\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +33,19 @@ msgid "Google Service"
|
|||
msgstr "Google Servis"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda nije podržana [%s] nije u [GET, POST, PUT, PATCH ili DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
# krnkris, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: krnkris, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/hu/>\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Megjelenített név"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,18 +33,23 @@ msgid "Google Service"
|
|||
msgstr "Google szolgáltatás"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Ez a mód [%s] nem támogatott ezekben [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Valami rosszul sikerült a token létrehozásakor. Talán az engedélyezési kódja"
|
||||
" már lejárt"
|
||||
"Valami rosszul sikerült a token létrehozásakor. Talán az engedélyezési kódja "
|
||||
"már lejárt"
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:32+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/id/>\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,15 +30,20 @@ msgid "Google Service"
|
|||
msgstr "Google Service"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metode tidak didukung [%s] tidak di dalam [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +22,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:11+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/it/>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,18 +34,23 @@ msgid "Google Service"
|
|||
msgstr "Servizio Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metodo non supportato [%s] non è [GET, POST, PUT, PATCH oppure DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"La generazione del token non è andata a buon fine. È probabile che il codice"
|
||||
" di autorizzazione non sia valido o sia già scaduto"
|
||||
"La generazione del token non è andata a buon fine. È probabile che il codice "
|
||||
"di autorizzazione non sia valido o sia già scaduto"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Noma Yuki, 2022
|
||||
# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2022\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:14+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ja/>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,15 +33,24 @@ msgid "Google Service"
|
|||
msgstr "Googleサービス"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "サポートされていないメソッド [%s]これらは[GET、POST、PUT、PATCH、DELETE]内にありません!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"サポートされていないメソッド [%s]これらは[GET、POST、PUT、PATCH、DELETE]内に"
|
||||
"ありません!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr "トークンの生成中に何か問題が発生しました。 承認コードが無効であるかすでに失効している可能性があります "
|
||||
msgstr ""
|
||||
"トークンの生成中に何か問題が発生しました。 承認コードが無効であるかすでに失効"
|
||||
"している可能性があります"
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "შემქმნელი"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "შექმნის თარიღი"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "სახელი"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "იდენტიფიკატორი"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ბოლოს განაახლა"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,101 +1,48 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: kab\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Yerna-t"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Yerna di"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Aleqqem aneggaru sɣuṛ"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,41 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "ស្រាវជ្រាវសេវា"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "មិនគាំទ្រវិធីសាស្ត្រ [%s] នៅក្នុង [GET, POST, PUT, PATCH ឬលុប] ទេ!"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"មានបញ្ហាអ្វីមួយកើតឡើងក្នុងជំនាន់ជំនាន់អ្នកតំណាង។ "
|
||||
"ប្រហែលជាលេខកូដការអនុញ្ញាតរបស់អ្នកមិនត្រឹមត្រូវឬផុតកំណត់"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,23 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# JH CHOI <hwangtog@gmail.com>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2022\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:38+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ko/>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,15 +32,22 @@ msgid "Google Service"
|
|||
msgstr "구글 서비스"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "[%s] 메서드가 지원되지 않습니다. [GET, POST, PUT, PATCH 또는 DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr "토큰 생성 중에 문제가 발생했습니다. 인증 코드가 잘못되었거나 이미 만료되었을 수 있습니다."
|
||||
msgstr ""
|
||||
"토큰 생성 중에 문제가 발생했습니다. 인증 코드가 잘못되었거나 이미 만료되었을 "
|
||||
"수 있습니다."
|
||||
|
|
|
|||
|
|
@ -0,0 +1,49 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:24+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/google_account/ckb/>\n"
|
||||
"Language: ku\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.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -1,98 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-12 11:32+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:10+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:172
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:120
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:56
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:150
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:193
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:131
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured."
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-07 18:42+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Lingala (http://www.transifex.com/odoo/odoo-9/language/ln/)\n"
|
||||
|
|
@ -17,72 +17,17 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:98
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:128
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:173
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +22,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,23 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/lt/>\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < "
|
||||
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
|
||||
"1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,15 +34,19 @@ msgid "Google Service"
|
|||
msgstr "\"Google\" paslaugos"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Būdas nepalaikomas [%s] jei ne tarp [GET, POST, PUT, PATCH ar DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Būdas nepalaikomas [%s] jei ne tarp [GET, POST, PUT, PATCH ar DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -21,14 +27,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,101 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -7,83 +7,27 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2016-04-22 12:17+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/ml_IN/)\n"
|
||||
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/language/ml_IN/)\n"
|
||||
"Language: ml_IN\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"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "രൂപപ്പെടുത്തിയത്"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "നിർമിച്ച ദിവസം"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത ദിവസം"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:98
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:37
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:128
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/google_account.py:173
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr "താങ്കൾ ഗൂഗിൾ ലിൽ കൊടുത്ത അപേക്ഷ യിൽ എന്തോ കുഴപ്പം സംഭവിച്ചു "
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# tserendavaa tsogtoo <tseegii011929@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/mn/>\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэрэнгүй нэр"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,15 +33,20 @@ msgid "Google Service"
|
|||
msgstr "Google үйлчилгээ"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"[GET, POST, PUT, PATCH, DELETE] дотор ороогүй дэмжигдээгүй функц [%s] байна!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:24+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/my/>\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ပြသသော အမည်"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -21,14 +30,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "နံပါတ်"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +33,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metode ikke støttet [%s] ikke i [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,98 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||
"Language: ne\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ne\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,23 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-23 09:14+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,15 +34,20 @@ msgid "Google Service"
|
|||
msgstr "Google Service"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Methode niet ondersteund [%s] niet in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Strębski <strebski@gmail.com>, 2022
|
||||
# Piotr Cierkosz <piotr.w.cierkosz@gmail.com>, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 11:24+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
||||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -27,14 +37,20 @@ msgid "Google Service"
|
|||
msgstr "Usługa Google"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda bez wsparcia [%s] brak w [GET, POST, PUT, PATCH or DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metoda nieobsługiwana [%s] nie jest w [GET, POST, PUT, PATCH lub DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,39 +1,53 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@exo.pt>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>, 2022\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/pt/>\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
msgstr "Serviço Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Método não suportado [%s] não é um de [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,41 +1,56 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:03+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/google_account/pt_BR/>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "Google Service"
|
||||
msgstr "Serviço Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Método não suportado [%s] não em [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Método não suportado [%s] não está em [GET, POST, PUT, PATCH ou DELETE]]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Erro ao gerar seu token de acesso. Talvez seja porque seu código de "
|
||||
"autorização seja inválido"
|
||||
"Erro ao gerar seu token de acesso. Talvez seu código de autorização seja "
|
||||
"inválido ou já expirou"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2023\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ro/>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,15 +34,20 @@ msgid "Google Service"
|
|||
msgstr "Serviciu Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Metoda nu este suportată [%s] nu este în [GET, POST, PUT, PATCH sau DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Vasiliy Korobatov <korobatov@gmail.com>, 2022
|
||||
# Ivan Kropotkin <yelizariev@itpp.dev>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/ru/>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
||||
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -27,15 +34,19 @@ msgid "Google Service"
|
|||
msgstr "Сервис Google"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Метод не поддерживается [ %s ] не в [GET, POST, PUT, PATCH или DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Метод не поддерживается [%s] не в [GET, POST, PUT, PATCH или DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
|
||||
">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +31,19 @@ msgid "Google Service"
|
|||
msgstr "Služba Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metóda nepodporovaná [%s] nie je [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,40 +1,49 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Aleš Pipan, 2025\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:36+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/sl/>\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "Googlova storitev"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda ni podprta [%s] ne v [GET, POST, PUT, PATCH ali DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -21,14 +27,19 @@ msgid "Google Service"
|
|||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr "Google usluga"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoda nije podržana [%s] nije u [GET, POST, PUT, PATCH ili DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Nešto je pošlo po zlu tokom generisanja vašeg tokena. Možda je vaš "
|
||||
"Autorizacioni kod nevažeći ili već istekao."
|
||||
|
|
@ -1,103 +1,50 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/google_account/sr_Latn/>\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Datum kreiranja"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promena"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promenio"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vreme promene"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:171
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:119
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:55
|
||||
#, python-format
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired [%s]"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:192
|
||||
#, python-format
|
||||
msgid "Something went wrong with your request to google"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:130
|
||||
#, python-format
|
||||
msgid "The account for the Google service '%s' is not configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "google.service"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2022
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Chrille Hedberg <hedberg.chrille@gmail.com>, 2022\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-11 10:52+0000\n"
|
||||
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/sv/>\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnamn"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -26,17 +34,22 @@ msgid "Google Service"
|
|||
msgstr "Google Service"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoden stöds inte [%s] inte i [GET, POST, PUT, PATCH eller DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Metoden stöds inte [%s] i [GET, POST, PUT, PATCH eller DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Något gick fel under din token-generation. Kanske är din auktoriseringskod "
|
||||
"Något gick fel under din pollett-generation. Kanske är din auktoriseringskod "
|
||||
"ogiltig eller redan utgången"
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
msgid "Google Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
@ -1,18 +1,21 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"PO-Revision-Date: 2016-02-05 09:53+0000\n"
|
||||
"Last-Translator: Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: google_account
|
||||
|
|
@ -22,14 +25,10 @@ msgstr ""
|
|||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgid "Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,23 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:35+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/th/>\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "แสดงชื่อ"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,18 +30,21 @@ msgid "Google Service"
|
|||
msgstr "Google Service"
|
||||
|
||||
#. module: google_account
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"ไม่รองรับวิธีการ [%s] ไม่ได้อยู่ใน [GET, POST, PUT, PATCH หรือ DELETE]!"
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ไอดี"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "ไม่รองรับวิธีการ [%s] ไม่ได้อยู่ใน [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"มีข้อผิดพลาดเกิดขึ้นระหว่างการสร้างโทเค็นของคุณ "
|
||||
"บางทีรหัสอนุญาตของคุณอาจไม่ถูกต้องหรือหมดอายุแล้ว"
|
||||
"มีข้อผิดพลาดเกิดขึ้นระหว่างการสร้างโทเค็นของคุณ บางทีรหัสอนุญาตของคุณอาจไม่ถูกต้องหรือหมดอายุแล้ว"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Umur Akın <umura@projetgrup.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Murat Kaplan <muratk@projetgrup.com>, 2022\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-07 21:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/tr/>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -27,18 +35,23 @@ msgid "Google Service"
|
|||
msgstr "Google Hizmeti"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Yöntem desteklenmiyor [%s] [GET, POST, PUT, PATCH veya DELETE] içinde değil!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Kimliğinizi üretirken bir şeyler ters gitti. Belki Yetkilendirme Kodunuz "
|
||||
"geçersiz veya süresi dolmuş"
|
||||
"Belirteç oluşturma işleminiz sırasında bir şeyler ters gitti. Yetkilendirme "
|
||||
"Kodunuz geçersiz veya süresi dolmuş olabilir"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 13:23+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/uk/>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
|
||||
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
|
||||
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
|
||||
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +36,19 @@ msgid "Google Service"
|
|||
msgstr "Google Сервіс"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "Метод не підтримується [%s] не в [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatish nomi"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
#, fuzzy
|
||||
msgid "Google Service"
|
||||
msgstr "Google xizmati"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, fuzzy
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"[%s] usuli qo‘llab-quvvatlanmaydi, u [GET, POST, PUT, PATCH yoki DELETE] "
|
||||
"ichida mavjud emas!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
msgstr ""
|
||||
"Tokeningizni yaratish jarayonida xatolik yuz berdi. Ehtimol, avtorizatsiya "
|
||||
"kodingiz yaroqsiz yoki muddati o‘tib ketgan"
|
||||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:36+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"google_account/vi/>\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,16 +33,21 @@ msgid "Google Service"
|
|||
msgstr "Dịch vụ của Google"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr ""
|
||||
"Phương pháp không được hỗ trợ [%s] không có trong [GET, POST, PUT, PATCH "
|
||||
"hoặc DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:22+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/google_account/zh_Hans/>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +33,19 @@ msgid "Google Service"
|
|||
msgstr "谷歌服务"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "方法 [%s] 不被 [GET, POST, PUT, PATCH 或 DELETE]支持!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * google_account
|
||||
#
|
||||
# * google_account
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:10+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/google_account/zh_Hant/>\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model,name:google_account.model_google_service
|
||||
|
|
@ -25,14 +33,19 @@ msgid "Google Service"
|
|||
msgstr "Google服務"
|
||||
|
||||
#. module: google_account
|
||||
#: model:ir.model.fields,field_description:google_account.field_google_service__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||||
msgstr "該方法不支援 [%s] 於 [GET, POST, PUT, PATCH or DELETE]!"
|
||||
|
||||
#. module: google_account
|
||||
#. odoo-python
|
||||
#: code:addons/google_account/models/google_service.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Something went wrong during your token generation. Maybe your Authorization "
|
||||
"Code is invalid or already expired"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ def _get_client_secret(ICP_sudo, service):
|
|||
"""
|
||||
return ICP_sudo.get_param('google_%s_client_secret' % service)
|
||||
|
||||
|
||||
class GoogleService(models.AbstractModel):
|
||||
_name = 'google.service'
|
||||
_description = 'Google Service'
|
||||
|
|
@ -90,6 +91,19 @@ class GoogleService(models.AbstractModel):
|
|||
error_msg = _("Something went wrong during your token generation. Maybe your Authorization Code is invalid or already expired")
|
||||
raise self.env['res.config.settings'].get_config_warning(error_msg)
|
||||
|
||||
def _refresh_google_token(self, service, rtoken):
|
||||
ICP = self.env['ir.config_parameter'].sudo()
|
||||
|
||||
headers = {"content-type": "application/x-www-form-urlencoded"}
|
||||
data = {
|
||||
'refresh_token': rtoken,
|
||||
'client_id': self._get_client_id(service),
|
||||
'client_secret': _get_client_secret(ICP, service),
|
||||
'grant_type': 'refresh_token',
|
||||
}
|
||||
dummy, response, dummy = self._do_request(GOOGLE_TOKEN_ENDPOINT, params=data, headers=headers, method='POST', preuri='')
|
||||
return response.get('access_token'), response.get('expires_in')
|
||||
|
||||
@api.model
|
||||
def _do_request(self, uri, params=None, headers=None, method='POST', preuri=GOOGLE_API_BASE_URL, timeout=TIMEOUT):
|
||||
""" Execute the request to Google API. Return a tuple ('HTTP_CODE', 'HTTP_RESPONSE')
|
||||
|
|
@ -114,9 +128,9 @@ class GoogleService(models.AbstractModel):
|
|||
else:
|
||||
_log_params = (params or {}).copy()
|
||||
if _log_params.get('client_secret'):
|
||||
_log_params['client_secret'] = _log_params['client_secret'][0:4] + 'x' * 12
|
||||
_log_params['client_secret'] = str(_log_params['client_secret'])[0:4] + 'x' * 12
|
||||
|
||||
_logger.debug("Uri: %s - Type : %s - Headers: %s - Params : %s !", uri, method, headers, _log_params)
|
||||
_logger.debug("Uri: %s - Type : %s - Headers: %s - Params : %s!", uri, method, headers, _log_params)
|
||||
|
||||
ask_time = fields.Datetime.now()
|
||||
try:
|
||||
|
|
@ -125,7 +139,7 @@ class GoogleService(models.AbstractModel):
|
|||
elif method.upper() in ('POST', 'PATCH', 'PUT'):
|
||||
res = requests.request(method.lower(), preuri + uri, data=params, headers=headers, timeout=timeout)
|
||||
else:
|
||||
raise Exception(_('Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!') % (method))
|
||||
raise Exception(_('Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!', method))
|
||||
res.raise_for_status()
|
||||
status = res.status_code
|
||||
|
||||
|
|
@ -143,6 +157,6 @@ class GoogleService(models.AbstractModel):
|
|||
status = error.response.status_code
|
||||
response = ""
|
||||
else:
|
||||
_logger.exception("Bad google request : %s !", error.response.content)
|
||||
_logger.exception("Bad google request : %s!", error.response.content)
|
||||
raise error
|
||||
return (status, response, ask_time)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-google_account"
|
||||
version = "16.0.0"
|
||||
description = "Google Users - Odoo addon"
|
||||
description = "Google Users -
|
||||
Odoo addon
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-base_setup>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-base_setup>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -16,7 +18,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue