Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…feat/SFT-1608-form-monitor
  • Loading branch information
kjmartens committed Dec 31, 2024
2 parents b2d98cd + b7c26eb commit 9a5ad0f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/src/Bundles/GraphQL/GraphQLBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function (RegisterGqlSchemaComponentsEvent $event) use ($freeform) {

$mutations = [];
$mutations[$submissionsCategory.'.all:create'] = [
'label' => Freeform::t('Create all submissions'),
'label' => Freeform::t('Create submissions for all forms'),
];

foreach ($forms as $form) {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Widgets/Pro/LinearChartsWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function displayName(): string

public static function icon(): string
{
return __DIR__.'/../../icon-mask.svg';
return '@freeform/icon-mask.svg';
}

public function init(): void
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Widgets/Pro/RadialChartsWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function displayName(): string

public static function icon(): string
{
return __DIR__.'/../../icon-mask.svg';
return '@freeform/icon-mask.svg';
}

public function init(): void
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Widgets/Pro/RecentWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function displayName(): string

public static function icon(): string
{
return __DIR__.'/../../icon-mask.svg';
return '@freeform/icon-mask.svg';
}

public function init(): void
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Widgets/QuickFormWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function displayName(): string

public static function icon(): string
{
return __DIR__.'/../icon-mask.svg';
return '@freeform/icon-mask.svg';
}

public function init(): void
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/src/translations/de/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,12 @@
"If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox." => "Wenn Sie Benutzern Zugriff nur auf bestimmte Formulare gewähren möchten, aktivieren Sie hier die entsprechenden. Diese Auswahlen werden durch das Kontrollkästchen 'Alle Formulare verwalten' überschrieben.",
'Enable limited users functionality.' => 'Eingeschränkte Benutzerfunktionalität aktivieren.',

// GraphQL
'View all forms' => 'Alle Formulare anzeigen',
'View "{formName}" form' => 'Formular "{formName}" anzeigen',
'Create submissions for all forms' => 'Erstellen Sie Einreichungen für alle Formulare',
'Create submissions for form "{formName}"' => 'Einreichungen für Formular "{formName}" erstellen',

// Install Welcome
'Welcome' => 'Willkommen',
'Awesome! Freeform is successfully installed!' => 'Eindrucksvoll! Freeform wurde erfolgreich installiert!',
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/src/translations/en/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,12 @@
"If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox." => "If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox.",
'Enable limited users functionality.' => 'Enable limited users functionality.',

// GraphQL
'View all forms' => 'View all forms',
'View "{formName}" form' => 'View "{formName}" form',
'Create submissions for all forms' => 'Create submissions for all forms',
'Create submissions for form "{formName}"' => 'Create submissions for form "{formName}"',

// Install Welcome
'Welcome' => 'Welcome',
'Awesome! Freeform is successfully installed!' => 'Awesome! Freeform is successfully installed!',
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/src/translations/fr/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,12 @@
"If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox." => "Si vous souhaitez donner aux utilisateurs l'accès à seulement certains formulaires, cochez-les ici. Ces sélections seront remplacées par la case à cocher 'Gérer tous les formulaires'.",
'Enable limited users functionality.' => 'Activer la fonctionnalité des utilisateurs limités.',

// GraphQL
'View all forms' => 'Voir tous les formulaires',
'View "{formName}" form' => 'Afficher le formulaire "{formName}"',
'Create submissions for all forms' => 'Créer des soumissions pour tous les formulaires',
'Create submissions for form "{formName}"' => 'Créer des soumissions pour le formulaire "{formName}"',

// Install Welcome
'Welcome' => 'Bienvenue',
'Awesome! Freeform is successfully installed!' => 'Génial! Freeform est installé avec succès!',
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/src/translations/it/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,12 @@
"If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox." => "Se desideri consentire agli utenti l’accesso solo ad alcuni moduli, seleziona quelli qui. Queste selezioni verranno sovrascritte dalla casella di controllo 'Gestisci tutti i moduli'.",
'Enable limited users functionality.' => 'Abilita funzionalità per utenti limitati.',

// GraphQL
'View all forms' => 'Visualizza tutti i moduli',
'View "{formName}" form' => 'Visualizza il modulo "{formName}"',
'Create submissions for all forms' => 'Crea invii per tutti i moduli',
'Create submissions for form "{formName}"' => 'Crea invii per il modulo "{formName}"',

// Install Welcome
'Welcome' => 'Benvenuto',
'Awesome! Freeform is successfully installed!' => 'Eccezionale! Freeform è stato installato con successo!',
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/src/translations/nl/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,12 @@
"If you'd like to give users access to only some forms, check off the ones here. These selections will be overridden by the 'Manage All Forms' checkbox." => "Als u gebruikers toegang wilt geven tot slechts enkele formulieren, vink dan de formulieren hier aan. Deze selecties worden overschreven door het selectievakje 'Alle formulieren beheren'.",
'Enable limited users functionality.' => 'Schakel beperkte gebruikersfunctionaliteit in.',

// GraphQL
'View all forms' => 'Bekijk alle formulieren',
'View "{formName}" form' => 'Bekijk het formulier "{formName}"',
'Create submissions for all forms' => 'Maak inzendingen voor alle formulieren',
'Create submissions for form "{formName}"' => 'Inzendingen maken voor formulier "{formName}"',

// Install Welcome
'Welcome' => 'Welkom',
'Awesome! Freeform is successfully installed!' => 'Geweldig! Freeform is succesvol geïnstalleerd!',
Expand Down

0 comments on commit 9a5ad0f

Please sign in to comment.