mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
The focus introduced on the 16.0 migration is causing a flickering effect that is a bit annoying and does not make complete sense, because if you click more than once the cursor is positioned at the end of the text, which makes it difficult to edit the input. The counterpart of these changes is that to edit the input using the keyboard we will have to click on the field. Although this is how the module has been operating since its inception.
38 lines
1012 B
Plaintext
38 lines
1012 B
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * web_widget_numeric_step
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: web_widget_numeric_step
|
|
#. odoo-javascript
|
|
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
|
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
|
#, python-format
|
|
msgid "Minus"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_numeric_step
|
|
#. odoo-javascript
|
|
#: code:addons/web_widget_numeric_step/static/src/numeric_step.esm.js:0
|
|
#, python-format
|
|
msgid "Numeric Step"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_numeric_step
|
|
#. odoo-javascript
|
|
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
|
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
|
#, python-format
|
|
msgid "Plus"
|
|
msgstr ""
|