From 66e717ea21a3edecb63170e92808d67fef2025fc Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 15 Feb 2021 15:38:44 +0100 Subject: [PATCH] add entries in en locales --- app/src/i18n/locales/en.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 1f9bf178..86649174 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -13,10 +13,22 @@ }, "administration_password": "Administration password", "all": "All", + "api": { + "processing": "The server is processing the action...", + "query_status": { + "error": "Unsuccessful", + "pending": "In progress", + "success": "Successfully completed", + "warning": "Successfully completed with errors or alerts" + } + }, "api_error": { + "error_message": "Error message:", "help": "You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.", "info": "The following information might be useful for the person helping you:", - "sorry": "Really sorry about that." + "server_said": "While processing the action the server said:", + "sorry": "Really sorry about that.", + "view_error": "View error" }, "api_errors_titles": { "APIError": "Yunohost encountered an unexpected error", @@ -170,6 +182,7 @@ }, "form_input_example": "Example: {example}", "from_to": "from {0} to {1}", + "go_back": "Go back", "good_practices_about_admin_password": "You are now about to define a new admin password. The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).", "good_practices_about_user_password": "You are now about to define a new user password. The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).", "group": "Group", @@ -190,6 +203,7 @@ "history": { "title": "History", "last_action": "Last action:", + "current_action": "Current action:", "methods": { "DELETE": "delete", "GET": "read", @@ -401,7 +415,8 @@ "warnings": "{count} warnings", "words": { "collapse": "Collapse", - "default": "Default" + "default": "Default", + "dismiss": "Dismiss" }, "wrong_password": "Wrong password", "yes": "Yes",