aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-03-30 05:10:57 -0400
committertaehoon <th.dev91@gmail.com>2019-04-27 08:31:06 -0400
commit6d0e98a1c2c81c587b89736dbd2ac43a8c540d54 (patch)
tree33f10f421c9f6fafad4fe29a54621020e09484ab /src/i18n
parent18bb209acefcdc332cba6708d9a0e163d0d04e90 (diff)
make Importer component reusable
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json5
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",