trypost/lang/nl/common.php
Paulo Castellano d8149ef058
Remove the automations module (#333)
* Remove the automations module

Drops the visual workflow builder end to end: actions, node runners,
commands, jobs, models, observers, policy, resources, requests, routes,
broadcast channel, scheduler entries, Horizon supervisor, Vue pages and
components, canvas undo/redo history, CodeEditor, translations, factories
and tests.

A new migration rewrites posts.created_via = 'automation' to 'web' and
drops the five automation tables. The CreatedVia::Automation enum case is
removed. The 2026-08-21 social-account identity migration now skips its
automation node repointing when the automations table no longer exists,
so it stays re-runnable after the drop.

Orphaned dependencies removed: simplepie/simplepie, @vue-flow/*,
codemirror and @codemirror/*.

* Drop the orphaned common.beta translation key

* Remove automation leftovers: ResolvableUrl rule, feed fixtures, useShortcut, nav badge

* Drop the unused chart wrapper and @unovis packages

* Address review: keep the shipped migration untouched, drop the dead previewOnly chain

- Restore 2026_08_21 migration to exactly what production ran; the
  rehearsal test now recreates the automations table it expects instead.
- Mark the drop migration's down() irreversible like its siblings.
- Simplify DropAutomationTablesMigrationTest to the sibling shape.
- Remove previewOnly / aiGenerateVariants: the only caller that set the
  prop was the deleted automation Generate node.
- Run pint over lang/*/common.php after the beta key removal.

* Exercise the drop migration against the real automation tables and their FKs

* Drop DuplicateIdentityRehearsalTest: it re-ran a frozen migration that reads the removed automations table
2026-09-05 11:03:23 -03:00

68 lines
2 KiB
PHP

<?php
declare(strict_types=1);
return [
'back' => 'Terug',
'confirm_modal' => [
'cannot_be_undone' => 'Dit kan niet ongedaan worden gemaakt.',
'type' => 'Typ',
'to_confirm' => 'om te bevestigen.',
'copy_to_clipboard' => 'Kopiëren naar klembord',
'delete_keyword' => 'verwijderen',
],
'photo_upload' => [
'upload' => 'Uploaden',
'uploading' => 'Uploaden...',
'remove' => 'Foto verwijderen',
'hint' => 'Aanbevolen: vierkante afbeelding, max. 2 MB.',
'crop_title' => 'Afbeelding bijsnijden',
'crop_description' => 'Selecteer het gebied dat je wilt behouden.',
'crop_hint' => 'Sleep om te verplaatsen of een hoek om te vergroten of verkleinen.',
'crop_save' => 'Opslaan',
'crop_cancel' => 'Annuleren',
'crop_error' => 'Kan deze afbeelding niet laden. Probeer een ander bestand.',
],
'timezone' => [
'select' => 'Tijdzone selecteren',
'search' => 'Tijdzone zoeken...',
'empty' => 'Geen tijdzone gevonden',
],
'just_now' => 'Zojuist',
'date_picker' => [
'label' => 'Datumperkiezer',
'select' => 'Datum selecteren',
],
'date_range_picker' => [
'placeholder' => 'Kies een datumbereik',
'today' => 'Vandaag',
'yesterday' => 'Gisteren',
'last_7_days' => 'Laatste 7 dagen',
'last_30_days' => 'Laatste 30 dagen',
'last_3_months' => 'Laatste 3 maanden',
'last_6_months' => 'Laatste 6 maanden',
'last_12_months' => 'Laatste 12 maanden',
'this_month' => 'Deze maand',
'last_month' => 'Vorige maand',
'year_to_date' => 'Dit jaar tot nu toe',
'last_year' => 'Vorig jaar',
],
'cancel' => 'Annuleren',
'clear' => 'Wissen',
'close' => 'Sluiten',
'loading_more' => 'Meer laden...',
'actions' => [
'copy' => 'Kopiëren',
'copied' => 'Gekopieerd',
'copy_failed' => 'Kopiëren naar klembord mislukt',
],
];