diff --git a/.editorconfig b/.editorconfig index 7a6a8485e..21c47ff34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -391,7 +391,7 @@ ij_javascript_while_on_new_line = false ij_javascript_wrap_comments = false [{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}] -indent_size = 2 +indent_size = 4 ij_json_keep_blank_lines_in_code = 0 ij_json_keep_indents_on_empty_lines = false ij_json_keep_line_breaks = true diff --git a/public/locales/ar.json b/public/locales/ar.json index 13a259c5d..a2ec86e2d 100644 --- a/public/locales/ar.json +++ b/public/locales/ar.json @@ -182,7 +182,7 @@ "signIn": "لِج", "signOut": "خروج", "register": { - "title": "انشئ حسابا" + "title": "انشئ حسابا" }, "auth": { "error": {} diff --git a/public/locales/en.json b/public/locales/en.json index ec26fec1b..98317b173 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -15,34 +15,34 @@ }, "history": { "error": { - "getHistory": { - "title": "Load History Error", - "text": "While trying to load the history form the server an error occurred" - }, - "deleteHistory": { - "title": "Delete History Error", - "text": "While trying to delete the history on the server an error occurred" - }, - "setHistory": { - "title": "Upload History Error", - "text": "While trying to upload the history to the server an error occurred" - }, - "deleteNote": { - "title": "Delete Note Error", - "text": "While trying to delete a note on the server an error occurred" - }, - "updateEntry": { - "title": "Update History Entry Error", - "text": "While trying to update a history entry on the server an error occurred" - }, - "deleteEntry": { - "title": "Delete History Entry Error", - "text": "While trying to delete a history entry on the server an error occurred" - }, - "notFoundEntry": { - "title": "History Entry not found", - "text": "We can't find the history entry you requested." - } + "getHistory": { + "title": "Load History Error", + "text": "While trying to load the history form the server an error occurred" + }, + "deleteHistory": { + "title": "Delete History Error", + "text": "While trying to delete the history on the server an error occurred" + }, + "setHistory": { + "title": "Upload History Error", + "text": "While trying to upload the history to the server an error occurred" + }, + "deleteNote": { + "title": "Delete Note Error", + "text": "While trying to delete a note on the server an error occurred" + }, + "updateEntry": { + "title": "Update History Entry Error", + "text": "While trying to update a history entry on the server an error occurred" + }, + "deleteEntry": { + "title": "Delete History Entry Error", + "text": "While trying to delete a history entry on the server an error occurred" + }, + "notFoundEntry": { + "title": "History Entry not found", + "text": "We can't find the history entry you requested." + } }, "noHistory": "No history", "localHistory": "Below is history from this browser", @@ -313,7 +313,7 @@ "clickToLoad": "Click to load" } }, - "common": { + "common": { "import": "Import", "export": "Export", "refresh": "Refresh", diff --git a/public/locales/pt.json b/public/locales/pt.json index e8aca5d0b..43e768998 100644 --- a/public/locales/pt.json +++ b/public/locales/pt.json @@ -182,7 +182,7 @@ "signIn": "Entrar", "signOut": "Sair", "register": { - "title": "Register" + "title": "Register" }, "auth": { "error": {}