From ca139a106ad4d9d08ec419b0622ad9b6bc44bc4d Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Fri, 5 Apr 2019 10:44:24 +0000 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-12.0/web-12.0-web_notify Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/ --- web_notify/i18n/da.po | 54 ++++++++++++++++++++++++++++++++++-- web_notify/i18n/de.po | 57 ++++++++++++++++++++++++++++++++++++-- web_notify/i18n/es.po | 57 ++++++++++++++++++++++++++++++++++++-- web_notify/i18n/hr.po | 57 ++++++++++++++++++++++++++++++++++++-- web_notify/i18n/nl_NL.po | 54 ++++++++++++++++++++++++++++++++++-- web_notify/i18n/pt_BR.po | 60 ++++++++++++++++++++++++++++++++++++++-- 6 files changed, 321 insertions(+), 18 deletions(-) diff --git a/web_notify/i18n/da.po b/web_notify/i18n/da.po index c8a89ba83..819e12081 100644 --- a/web_notify/i18n/da.po +++ b/web_notify/i18n/da.po @@ -17,32 +17,80 @@ msgstr "" "X-Generator: Weblate 3.1.1\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +msgid "Notify Danger Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +msgid "Notify Default Channel Name" +msgstr "" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name msgid "Notify Info Channel Name" msgstr "" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +msgid "Notify Success Channel Name" +msgstr "" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name msgid "Notify Warning Channel Name" msgstr "" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -59,7 +107,7 @@ msgid "Users" msgstr "Brugere" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Advarsel" diff --git a/web_notify/i18n/de.po b/web_notify/i18n/de.po index 0b44fc469..7e8a4007c 100644 --- a/web_notify/i18n/de.po +++ b/web_notify/i18n/de.po @@ -19,17 +19,47 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "Information" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +#, fuzzy +msgid "Notify Danger Channel Name" +msgstr "Name des Warnungen-Kanals" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +#, fuzzy +msgid "Notify Default Channel Name" +msgstr "Name des Informationen-Kanals" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name #, fuzzy msgid "Notify Info Channel Name" msgstr "Name des Informationen-Kanals" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +#, fuzzy +msgid "Notify Success Channel Name" +msgstr "Name des Informationen-Kanals" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name #, fuzzy @@ -37,16 +67,37 @@ msgid "Notify Warning Channel Name" msgstr "Name des Warnungen-Kanals" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -63,7 +114,7 @@ msgid "Users" msgstr "Benutzer" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Warnung" diff --git a/web_notify/i18n/es.po b/web_notify/i18n/es.po index 323a708f1..414df74ae 100644 --- a/web_notify/i18n/es.po +++ b/web_notify/i18n/es.po @@ -19,17 +19,47 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "Información" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +#, fuzzy +msgid "Notify Danger Channel Name" +msgstr "Nombre del canal de avisos notificados" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +#, fuzzy +msgid "Notify Default Channel Name" +msgstr "Nombre del canal de información notificada" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name #, fuzzy msgid "Notify Info Channel Name" msgstr "Nombre del canal de información notificada" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +#, fuzzy +msgid "Notify Success Channel Name" +msgstr "Nombre del canal de información notificada" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name #, fuzzy @@ -37,16 +67,37 @@ msgid "Notify Warning Channel Name" msgstr "Nombre del canal de avisos notificados" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -63,7 +114,7 @@ msgid "Users" msgstr "Usuarios" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/web_notify/i18n/hr.po b/web_notify/i18n/hr.po index efb612a90..1ca426f54 100644 --- a/web_notify/i18n/hr.po +++ b/web_notify/i18n/hr.po @@ -20,17 +20,47 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "Informacija" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +#, fuzzy +msgid "Notify Danger Channel Name" +msgstr "Naziv kanala upozorenja" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +#, fuzzy +msgid "Notify Default Channel Name" +msgstr "Naziv kanala informacija" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name #, fuzzy msgid "Notify Info Channel Name" msgstr "Naziv kanala informacija" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +#, fuzzy +msgid "Notify Success Channel Name" +msgstr "Naziv kanala informacija" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name #, fuzzy @@ -38,16 +68,37 @@ msgid "Notify Warning Channel Name" msgstr "Naziv kanala upozorenja" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -64,7 +115,7 @@ msgid "Users" msgstr "Korisnici" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Upozorenje" diff --git a/web_notify/i18n/nl_NL.po b/web_notify/i18n/nl_NL.po index 82e3d5f0a..6d0a210fa 100644 --- a/web_notify/i18n/nl_NL.po +++ b/web_notify/i18n/nl_NL.po @@ -20,32 +20,80 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "Informatie" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +msgid "Notify Danger Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +msgid "Notify Default Channel Name" +msgstr "" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name msgid "Notify Info Channel Name" msgstr "" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +msgid "Notify Success Channel Name" +msgstr "" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name msgid "Notify Warning Channel Name" msgstr "" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -62,7 +110,7 @@ msgid "Users" msgstr "Gebruikers" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Waarschuwing" diff --git a/web_notify/i18n/pt_BR.po b/web_notify/i18n/pt_BR.po index 51e7c3b87..ecd53daea 100644 --- a/web_notify/i18n/pt_BR.po +++ b/web_notify/i18n/pt_BR.po @@ -21,32 +21,86 @@ msgstr "" "X-Generator: Weblate 3.1.1\n" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:23 +#: code:addons/web_notify/models/res_users.py:44 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:60 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:54 #, python-format msgid "Information" msgstr "Informação" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +#, fuzzy +#| msgid "Notify Warning Channel Name" +msgid "Notify Danger Channel Name" +msgstr "Notificar o nome do canal de alerta" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +#, fuzzy +#| msgid "Notify Info Channel Name" +msgid "Notify Default Channel Name" +msgstr "Notificar o nome do canal de informações" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name msgid "Notify Info Channel Name" msgstr "Notificar o nome do canal de informações" +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +#, fuzzy +#| msgid "Notify Info Channel Name" +msgid "Notify Success Channel Name" +msgstr "Notificar o nome do canal de informações" + #. module: web_notify #: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name msgid "Notify Warning Channel Name" msgstr "Notificar o nome do canal de alerta" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:37 +#: code:addons/web_notify/models/res_users.py:75 #, python-format msgid "Sending a notification to another user is forbidden." msgstr "" +#. module: web_notify +#: code:addons/web_notify/models/res_users.py:38 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test info notification" msgstr "" +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + #. module: web_notify #: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit msgid "Test warning notification" @@ -63,7 +117,7 @@ msgid "Users" msgstr "Usuários" #. module: web_notify -#: code:addons/web_notify/models/res_users.py:29 +#: code:addons/web_notify/models/res_users.py:50 #, python-format msgid "Warning" msgstr "Alerta"