Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dutch translations #140

Open
wants to merge 2 commits into
base: filament3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions resources/lang/nl/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

declare(strict_types=1);

return [
'import' => 'Importeren',
'skip_header' => 'Kop overslaan',
'match_to_column' => 'Gegevens koppelen aan kolom',
'import_failed' => 'Importeren is mislukt, controleer uw importbestand en probeer opnieuw',
'import_failed_title' => 'Importeren Mislukt',
'import_succeeded' => 'Importeren van :count rij(en) is gelukt, :skipped rij(en) overgeslagen',
'import_succeeded_title' => 'Importeren gelukt',
];
7 changes: 7 additions & 0 deletions resources/lang/nl/validators.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

declare(strict_types=1);

return [
'message' => ':error op regel :line',
];