From 29779644ea13a9f00f79022d7a3427581e399c96 Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 5 Jun 2023 21:51:11 -0400 Subject: [PATCH] New translations search.json (Spanish (Modern)) --- apps/remix-ide/src/app/tabs/locales/es/search.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/remix-ide/src/app/tabs/locales/es/search.json diff --git a/apps/remix-ide/src/app/tabs/locales/es/search.json b/apps/remix-ide/src/app/tabs/locales/es/search.json new file mode 100644 index 0000000000..5bb29ab8d2 --- /dev/null +++ b/apps/remix-ide/src/app/tabs/locales/es/search.json @@ -0,0 +1,14 @@ +{ + "search.displayName": "Search in files", + "search.replace": "Replace", + "search.replaceAll": "Replace All", + "search.placeholder1": "Search ( Enter to search )", + "search.placeholder2": "Include ie *.sol ( Enter to include )", + "search.placeholder3": "Exclude ie .git/**/* ( Enter to exclude )", + "search.matchCase": "Match Case", + "search.matchWholeWord": "Match Whole Word", + "search.useRegularExpression": "Use Regular Expression", + "search.replaceWithoutConfirmation": "replace without confirmation", + "search.filesToInclude": "Files to include", + "search.filesToExclude": "Files to exclude" +}