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])}}
実行すると、すべての文字列が管理インターフェースの翻訳ページにポップアップ表示されます。