Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何翻译下拉列表中的数据。
例如:如果我有包含所有区域的表区域。我想将这些地区翻译成其他语言。
有没有像 T 这样的方法来翻译它们?
提前致谢
是的,但这取决于数据的来源。假设您在表格中有一个表格
a=[["this", "is"],["a", "test"]]
您可以在视图中执行以下操作:
{{=TABLE(*[TR(*[TD(T(x)) for x in row]) for row in a])}}
运行后,所有字符串都会在管理界面的翻译页面中弹出。