Skip to content

Commit

Permalink
Merge pull request #6 from Baspa/master
Browse files Browse the repository at this point in the history
[Feature] Add Dutch translations
  • Loading branch information
3x1io authored May 17, 2024
2 parents 47b1443 + 087ab51 commit 1a7f7fc
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/ar/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"en" => "الانجليزية",
"pt_BR" => "البرتغالية - البرازيل",
"my" => "البورمية",
"nl" => "الهولندية",
]
];
1 change: 0 additions & 1 deletion resources/lang/es/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
"export" => "Export",
"import-file" => "Select Exported File After Translate It",
"namespace" => "Namespace"

];
1 change: 1 addition & 0 deletions resources/lang/my/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"en" => "English",
"pt_BR" => "Português (Brasil)",
"my" => "Burmese",
"nl" => "Dutch",
]
];
8 changes: 8 additions & 0 deletions resources/lang/nl/global.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
"created_at" => "Aangemaakt op",
"updated_at" => "Bijgewerkt op",
"filter_by_group" => "Filteren op Groep",
"filter_by_null_text" => "Filteren op Lege Tekst",
];
36 changes: 36 additions & 0 deletions resources/lang/nl/translation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?php

return [
"title" => [
"home" => "Vertalingen",
"list" => "Vertalingen",
"create" => "Vertaling aanmaken",
"edit" => "Vertaling bewerken",
],
"label" => "Vertalingen",
"group" => "Vertalingen",
"key" => "Sleutel",
"text" => "Tekst",
"scan" => "Scan voor nieuwe talen",
"namespace" => "Namespace",
"notification" => "Taal is succesvol gewijzigd",
"loaded" => "Vertalingenlijst is bijgewerkt",
"uploaded" => "Vertalingen zijn succesvol geüpload",
"import" => "Importeren",
"export" => "Exporteren",
"import-file" => "Selecteer geëxporteerd bestand na het vertalen",
"menu" => "Taal wijzigen",
"modal" => [
"heading" => "Huidige taal bijwerken",
"button" => "Opslaan, taal",
"setting" => "Instellingen",
"select" => "Taal",
],
"lang" => [
"ar" => "Arabisch",
"en" => "Engels",
"pt_BR" => "Portugees (Brazilië)",
"my" => "Birmaans",
"nl" => "Nederlands",
]
];
1 change: 1 addition & 0 deletions resources/lang/pt_BR/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"en" => "English",
"pt_BR" => "Português (Brasil)",
"my" => "Burmese",
"nl" => "Dutch",
]
];

0 comments on commit 1a7f7fc

Please sign in to comment.