diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-30 05:10:57 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-27 08:31:06 -0400 |
| commit | 6d0e98a1c2c81c587b89736dbd2ac43a8c540d54 (patch) | |
| tree | 33f10f421c9f6fafad4fe29a54621020e09484ab /src/i18n | |
| parent | 18bb209acefcdc332cba6708d9a0e163d0d04e90 (diff) | |
make Importer component reusable
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 711e8d31..34d252b2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -31,6 +31,11 @@ "save_without_cropping": "Save without cropping", "cancel": "Cancel" }, + "importer": { + "submit": "Submit", + "success": "Imported successfully.", + "error": "An error occured while importing this file." + }, "login": { "login": "Log in", "description": "Log in with OAuth", |
