translation-db object

This commit is contained in:
Stela Augustinova
2025-11-10 13:38:09 +01:00
parent d14ffcb736
commit 9ee0b32cac
12 changed files with 223 additions and 66 deletions

View File

@@ -205,7 +205,7 @@
{#if driver?.databaseEngineTypes?.includes('document')}
<div class="m-1" />
<InlineButton on:click={() => runCommand('new.collection')}
>New {driver?.collectionSingularLabel ?? 'collection/container'}</InlineButton
>{_t('sqlObject.newCollection', { defaultMessage: 'New collection/container'})}</InlineButton
>
{/if}
</WidgetsInnerContainer>