-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Baspa/master
[Feature] Add Dutch translations
- Loading branch information
Showing
6 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ | |
"en" => "الانجليزية", | ||
"pt_BR" => "البرتغالية - البرازيل", | ||
"my" => "البورمية", | ||
"nl" => "الهولندية", | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,4 @@ | |
"export" => "Export", | ||
"import-file" => "Select Exported File After Translate It", | ||
"namespace" => "Namespace" | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ | |
"en" => "English", | ||
"pt_BR" => "Português (Brasil)", | ||
"my" => "Burmese", | ||
"nl" => "Dutch", | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ | |
"en" => "English", | ||
"pt_BR" => "Português (Brasil)", | ||
"my" => "Burmese", | ||
"nl" => "Dutch", | ||
] | ||
]; |