From 982f794bbfdc6e41cf2701cedd733552204ecd62 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Tue, 14 May 2024 02:53:34 +0200 Subject: [PATCH] =?UTF-8?q?:tada:=20=E4=BD=A0=E5=A5=BD=E4=B8=96=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在数字壁纸上展示了一个图像或某种视觉元素,这个元素创造性地掩盖了一个关于人们喜爱的菜肴名称的拼写错误。数字壁纸可以用来装饰室内或创造特定的氛围,同时它们还可以服务于功能性目的——例如,通过其可变性和显示任何图像的能力来隐藏或纠正视觉上的错误。这在餐厅或烹饪空间中尤为适用,那里正确的菜名拼写非常重要,而数字技术允许人们快速有效地应对此类失误。 --- web_debranding/models/ir_config_parameter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_debranding/models/ir_config_parameter.py b/web_debranding/models/ir_config_parameter.py index 17919c5e..68297cc1 100644 --- a/web_debranding/models/ir_config_parameter.py +++ b/web_debranding/models/ir_config_parameter.py @@ -10,8 +10,8 @@ from odoo.tools.translate import _ PARAMS = [ - ("web_debranding.new_name", _("紫色💃团子")), - ("web_debranding.new_title", _("紫色💃团子")), + ("web_debranding.new_name", _("紫色💃饺子")), + ("web_debranding.new_title", _("紫色💃饺子")), ("web_debranding.new_website", "example.com"), ("web_debranding.new_documentation_website", "https://www.odoo.COM/documentation/"), ("web_debranding.favicon_url", ""),