+
+
+ {translate("Upload multiple .json files or paste JSON array / object.")}
+
+
+
+
+
+
+
+ {fileCountInfo && (
+
+ check_circle
+
+ {translate("Loaded")} {fileCountInfo.accountsCount} {translate("account(s) from")}{" "}
+ {fileCountInfo.filesCount} {translate("file(s)")}
+
+
+ )}
+
+ {parseError && (
+
{parseError}
+ )}
+
+ {result && result.failed > 0 && (
+
+
+ ✗ {result.failed} {translate("failed")}
+
+ {failedItems.length > 0 && (
+
+ {failedItems.map((item) => (
+ -
+ [{item.index}] {item.error}
+
+ ))}
+
+ )}
+
+ )}
+
+
+
+
+
+
+