From 556233a0a38cf254cd41f95f614bc966c5d4176d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Thu, 10 Jan 2019 15:25:42 +0200 Subject: [PATCH] New translations en-US.json (Vietnamese) --- src/config/locales/vi-VN.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/locales/vi-VN.json b/src/config/locales/vi-VN.json index 41a4d2817..6ca34eec5 100644 --- a/src/config/locales/vi-VN.json +++ b/src/config/locales/vi-VN.json @@ -165,5 +165,12 @@ "load_error": "Could not load favorites", "empty_list": "Nothing here", "search": "Search in favorites" + }, + "auth": { + "invalid_pin": "Invalid pin code, please check and try again", + "invalid_username": "Invalid username, please check and try again", + "already_logged": "You are already logged in, please try to add another account", + "invalid_credentials": "Invalid credentials, please check and try again", + "unknow_error": "Unknown error, please contact us at info@esteem.app" } }