This file contains hidden or 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
| # config/locales/en.yml | |
| en: | |
| errors: | |
| messages: | |
| wrong_size: "is the wrong size (should be %{file_size})" | |
| size_too_small: "is to small (should be at least %{file_size})" | |
| size_too_big: "is to big (should be at most %{file_size})" |