Skip to content

Commit

Permalink
Added i18n strings
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Mar 12, 2018
1 parent 79128bd commit 4f7c9c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/resources/i18n/en_US/strings/validate.php
Expand Up @@ -46,6 +46,7 @@
'unique' => 'The %1$s must be unique.',
'exists' => 'The %1$s doesn\'t exist.',
'mimetype' => 'The %1$s must be a file of type: %2$s.',
'max_filesize' => 'The %1$s must be less than %2$s in size.',

/**
* Custom overrides.
Expand Down
3 changes: 2 additions & 1 deletion app/resources/i18n/fr_FR/strings/validate.php
Expand Up @@ -45,7 +45,8 @@
'uuid' => 'UUID invalide.',
'unique' => 'La valeur du champ %1$s doit être unique.',
'exists' => 'La valeur du champ %1$s n’existe pas.',
'mimetype' => '%1$s doit etre un fichier de type: %2$s.',
'mimetype' => '%1$s doit être un fichier de type: %2$s.',
'max_filesize' => '%1$s doit être un fichier plus petit que %2$s.',

/**
* Custom overrides.
Expand Down
1 change: 1 addition & 0 deletions app/resources/i18n/nb_NO/strings/validate.php
Expand Up @@ -46,6 +46,7 @@
'unique' => '%1$s må være unik.',
'exists' => '%1$s finnes ikke.',
'mimetype' => '%1$s må være en fil av type: %2$s.',
'max_filesize' => '%1$s må være mindre enn %2$s.',

/**
* Custom overrides.
Expand Down

0 comments on commit 4f7c9c1

Please sign in to comment.