🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218)

* italian translation

* some translation fixes + dutch translation

* fix(Dropdown) more dynamic

* fix(Nl)

* fix(Nl)

* added comment in Nl.tsx
This commit is contained in:
Marco Beretta 2023-11-28 23:42:31 +01:00 committed by GitHub
parent 822914d521
commit 3838ff4617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 640 additions and 320 deletions

View file

@ -229,6 +229,7 @@ export default {
com_endpoint_config_key_google_service_account: 'Create a Service Account',
com_endpoint_config_key_google_vertex_api_role:
'Make sure to click \'Create and Continue\' to give at least the \'Vertex AI User\' role. Lastly, create a JSON key to import here.',
com_nav_welcome_message: 'How can I help you today?',
com_nav_auto_scroll: 'Auto-scroll to Newest on Open',
com_nav_plugin_store: 'Plugin store',
com_nav_plugin_search: 'Search plugins',
@ -283,4 +284,5 @@ export default {
com_nav_lang_traditionalchinese: '繁體中文',
com_nav_lang_arabic: 'العربية',
com_nav_lang_turkish: 'Türkçe',
com_nav_lang_dutch: 'Nederlands',
};