diff --git a/package-lock.json b/package-lock.json
index 8b87608..a6fec1b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,6 +12,7 @@
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@prisma/client": "4.10.1",
+ "@tanstack/react-query": "^5.28.4",
"@testing-library/user-event": "14.5.2",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
@@ -27,6 +28,7 @@
"next": "13.5.6",
"pre-commit": "1.2.2",
"react": "18.2.0",
+ "react-charts": "^3.0.0-beta.57",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"react-loader-spinner": "6.1.6",
@@ -691,11 +693,11 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.20.13",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz",
- "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==",
+ "version": "7.24.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
+ "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
"dependencies": {
- "regenerator-runtime": "^0.13.11"
+ "regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
@@ -3474,6 +3476,30 @@
"tslib": "^2.4.0"
}
},
+ "node_modules/@tanstack/query-core": {
+ "version": "5.28.4",
+ "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.4.tgz",
+ "integrity": "sha512-uQZqOFqLWUvXNIQZ63XdKzg22NtHzgCBUfDmjDHi3BoF+nUYeBNvMi/xFPtFrMhqRzG2Ir4mYaGsWZzmiEjXpA==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ }
+ },
+ "node_modules/@tanstack/react-query": {
+ "version": "5.28.4",
+ "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.4.tgz",
+ "integrity": "sha512-BErcoB/QQG6YwLSUKnaGxF+lSc270RH2w3kMBpG0i4YzDCsFs2pdxPX1WVknQvFk9bNgukMb158hc2Zb4SdwSA==",
+ "dependencies": {
+ "@tanstack/query-core": "5.28.4"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ },
+ "peerDependencies": {
+ "react": "^18.0.0"
+ }
+ },
"node_modules/@testing-library/dom": {
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz",
@@ -3671,6 +3697,37 @@
"@types/node": "*"
}
},
+ "node_modules/@types/d3-array": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz",
+ "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg=="
+ },
+ "node_modules/@types/d3-path": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz",
+ "integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ=="
+ },
+ "node_modules/@types/d3-scale": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz",
+ "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==",
+ "dependencies": {
+ "@types/d3-time": "*"
+ }
+ },
+ "node_modules/@types/d3-shape": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz",
+ "integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==",
+ "dependencies": {
+ "@types/d3-path": "*"
+ }
+ },
+ "node_modules/@types/d3-time": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.3.tgz",
+ "integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw=="
+ },
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@@ -3759,6 +3816,11 @@
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
},
+ "node_modules/@types/raf": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz",
+ "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw=="
+ },
"node_modules/@types/react": {
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
@@ -5345,6 +5407,92 @@
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
"integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
},
+ "node_modules/d3-array": {
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
+ "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
+ "dependencies": {
+ "internmap": "^1.0.0"
+ }
+ },
+ "node_modules/d3-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-2.0.0.tgz",
+ "integrity": "sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ=="
+ },
+ "node_modules/d3-delaunay": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz",
+ "integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==",
+ "dependencies": {
+ "delaunator": "4"
+ }
+ },
+ "node_modules/d3-format": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-2.0.0.tgz",
+ "integrity": "sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA=="
+ },
+ "node_modules/d3-interpolate": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-2.0.1.tgz",
+ "integrity": "sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==",
+ "dependencies": {
+ "d3-color": "1 - 2"
+ }
+ },
+ "node_modules/d3-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-2.0.0.tgz",
+ "integrity": "sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA=="
+ },
+ "node_modules/d3-scale": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0.tgz",
+ "integrity": "sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ==",
+ "dependencies": {
+ "d3-array": "^2.3.0",
+ "d3-format": "1 - 2",
+ "d3-interpolate": "1.2.0 - 2",
+ "d3-time": "^2.1.1",
+ "d3-time-format": "2 - 3"
+ }
+ },
+ "node_modules/d3-scale/node_modules/d3-time-format": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0.tgz",
+ "integrity": "sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==",
+ "dependencies": {
+ "d3-time": "1 - 2"
+ }
+ },
+ "node_modules/d3-shape": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-2.1.0.tgz",
+ "integrity": "sha512-PnjUqfM2PpskbSLTJvAzp2Wv4CZsnAgTfcVRTwW03QR3MkXF8Uo7B1y/lWkAsmbKwuecto++4NlsYcvYpXpTHA==",
+ "dependencies": {
+ "d3-path": "1 - 2"
+ }
+ },
+ "node_modules/d3-time": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-2.1.1.tgz",
+ "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==",
+ "dependencies": {
+ "d3-array": "2"
+ }
+ },
+ "node_modules/d3-time-format": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
+ "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
+ "dependencies": {
+ "d3-time": "1 - 3"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/damerau-levenshtein": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
@@ -5485,6 +5633,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/delaunator": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-4.0.1.tgz",
+ "integrity": "sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag=="
+ },
"node_modules/delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -7157,6 +7310,11 @@
"node": ">= 0.4"
}
},
+ "node_modules/internmap": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
+ "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw=="
+ },
"node_modules/invariant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
@@ -9850,6 +10008,53 @@
"node": ">=0.10.0"
}
},
+ "node_modules/react-charts": {
+ "version": "3.0.0-beta.57",
+ "resolved": "https://registry.npmjs.org/react-charts/-/react-charts-3.0.0-beta.57.tgz",
+ "integrity": "sha512-vqas7IQhsnDGcMxreGaWXvSIL3poEMoUBNltJrslz/+m0pI3QejBCszL1QrLNYQfOWXrbZADfedi/a+yWOQ7Hw==",
+ "dependencies": {
+ "@babel/runtime": "^7.14.6",
+ "@types/d3-array": "^3.0.1",
+ "@types/d3-scale": "^4.0.1",
+ "@types/d3-shape": "^3.0.1",
+ "@types/raf": "^3.4.0",
+ "@types/react": "^17.0.14",
+ "@types/react-dom": "^17.0.9",
+ "d3-array": "^2.12.1",
+ "d3-delaunay": "5.3.0",
+ "d3-scale": "^3.3.0",
+ "d3-shape": "^2.1.0",
+ "d3-time": "^2.1.1",
+ "d3-time-format": "^4.1.0",
+ "ts-toolbelt": "^9.6.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ },
+ "peerDependencies": {
+ "react": ">=16",
+ "react-dom": ">=16"
+ }
+ },
+ "node_modules/react-charts/node_modules/@types/react": {
+ "version": "17.0.79",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.79.tgz",
+ "integrity": "sha512-gavKA8AwJAML9zWHuiQRASjrrPJHbT/zrUDHiUGUf+l5a3pkEd6atvjjq+8y2vfRHBJLQJjFpxSa9I8qe9zHAw==",
+ "dependencies": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/react-charts/node_modules/@types/react-dom": {
+ "version": "17.0.25",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz",
+ "integrity": "sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==",
+ "dependencies": {
+ "@types/react": "^17"
+ }
+ },
"node_modules/react-clientside-effect": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz",
@@ -10068,9 +10273,9 @@
}
},
"node_modules/regenerator-runtime": {
- "version": "0.13.11",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
- "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
},
"node_modules/regexp.prototype.flags": {
"version": "1.4.3",
@@ -11045,6 +11250,11 @@
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
},
+ "node_modules/ts-toolbelt": {
+ "version": "9.6.0",
+ "resolved": "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz",
+ "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w=="
+ },
"node_modules/tsconfig-paths": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
@@ -12383,11 +12593,11 @@
}
},
"@babel/runtime": {
- "version": "7.20.13",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz",
- "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==",
+ "version": "7.24.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
+ "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
"requires": {
- "regenerator-runtime": "^0.13.11"
+ "regenerator-runtime": "^0.14.0"
}
},
"@babel/template": {
@@ -14323,6 +14533,19 @@
"tslib": "^2.4.0"
}
},
+ "@tanstack/query-core": {
+ "version": "5.28.4",
+ "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.4.tgz",
+ "integrity": "sha512-uQZqOFqLWUvXNIQZ63XdKzg22NtHzgCBUfDmjDHi3BoF+nUYeBNvMi/xFPtFrMhqRzG2Ir4mYaGsWZzmiEjXpA=="
+ },
+ "@tanstack/react-query": {
+ "version": "5.28.4",
+ "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.4.tgz",
+ "integrity": "sha512-BErcoB/QQG6YwLSUKnaGxF+lSc270RH2w3kMBpG0i4YzDCsFs2pdxPX1WVknQvFk9bNgukMb158hc2Zb4SdwSA==",
+ "requires": {
+ "@tanstack/query-core": "5.28.4"
+ }
+ },
"@testing-library/dom": {
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz",
@@ -14473,6 +14696,37 @@
"@types/node": "*"
}
},
+ "@types/d3-array": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz",
+ "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg=="
+ },
+ "@types/d3-path": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz",
+ "integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ=="
+ },
+ "@types/d3-scale": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz",
+ "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==",
+ "requires": {
+ "@types/d3-time": "*"
+ }
+ },
+ "@types/d3-shape": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz",
+ "integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==",
+ "requires": {
+ "@types/d3-path": "*"
+ }
+ },
+ "@types/d3-time": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.3.tgz",
+ "integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw=="
+ },
"@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@@ -14561,6 +14815,11 @@
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
},
+ "@types/raf": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz",
+ "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw=="
+ },
"@types/react": {
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
@@ -15691,6 +15950,91 @@
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
"integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
},
+ "d3-array": {
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
+ "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
+ "requires": {
+ "internmap": "^1.0.0"
+ }
+ },
+ "d3-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-2.0.0.tgz",
+ "integrity": "sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ=="
+ },
+ "d3-delaunay": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz",
+ "integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==",
+ "requires": {
+ "delaunator": "4"
+ }
+ },
+ "d3-format": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-2.0.0.tgz",
+ "integrity": "sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA=="
+ },
+ "d3-interpolate": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-2.0.1.tgz",
+ "integrity": "sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==",
+ "requires": {
+ "d3-color": "1 - 2"
+ }
+ },
+ "d3-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-2.0.0.tgz",
+ "integrity": "sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA=="
+ },
+ "d3-scale": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0.tgz",
+ "integrity": "sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ==",
+ "requires": {
+ "d3-array": "^2.3.0",
+ "d3-format": "1 - 2",
+ "d3-interpolate": "1.2.0 - 2",
+ "d3-time": "^2.1.1",
+ "d3-time-format": "2 - 3"
+ },
+ "dependencies": {
+ "d3-time-format": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0.tgz",
+ "integrity": "sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==",
+ "requires": {
+ "d3-time": "1 - 2"
+ }
+ }
+ }
+ },
+ "d3-shape": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-2.1.0.tgz",
+ "integrity": "sha512-PnjUqfM2PpskbSLTJvAzp2Wv4CZsnAgTfcVRTwW03QR3MkXF8Uo7B1y/lWkAsmbKwuecto++4NlsYcvYpXpTHA==",
+ "requires": {
+ "d3-path": "1 - 2"
+ }
+ },
+ "d3-time": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-2.1.1.tgz",
+ "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==",
+ "requires": {
+ "d3-array": "2"
+ }
+ },
+ "d3-time-format": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
+ "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
+ "requires": {
+ "d3-time": "1 - 3"
+ }
+ },
"damerau-levenshtein": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
@@ -15792,6 +16136,11 @@
"integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==",
"dev": true
},
+ "delaunator": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-4.0.1.tgz",
+ "integrity": "sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag=="
+ },
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -17028,6 +17377,11 @@
"side-channel": "^1.0.4"
}
},
+ "internmap": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
+ "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw=="
+ },
"invariant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
@@ -18945,6 +19299,47 @@
"loose-envify": "^1.1.0"
}
},
+ "react-charts": {
+ "version": "3.0.0-beta.57",
+ "resolved": "https://registry.npmjs.org/react-charts/-/react-charts-3.0.0-beta.57.tgz",
+ "integrity": "sha512-vqas7IQhsnDGcMxreGaWXvSIL3poEMoUBNltJrslz/+m0pI3QejBCszL1QrLNYQfOWXrbZADfedi/a+yWOQ7Hw==",
+ "requires": {
+ "@babel/runtime": "^7.14.6",
+ "@types/d3-array": "^3.0.1",
+ "@types/d3-scale": "^4.0.1",
+ "@types/d3-shape": "^3.0.1",
+ "@types/raf": "^3.4.0",
+ "@types/react": "^17.0.14",
+ "@types/react-dom": "^17.0.9",
+ "d3-array": "^2.12.1",
+ "d3-delaunay": "5.3.0",
+ "d3-scale": "^3.3.0",
+ "d3-shape": "^2.1.0",
+ "d3-time": "^2.1.1",
+ "d3-time-format": "^4.1.0",
+ "ts-toolbelt": "^9.6.0"
+ },
+ "dependencies": {
+ "@types/react": {
+ "version": "17.0.79",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.79.tgz",
+ "integrity": "sha512-gavKA8AwJAML9zWHuiQRASjrrPJHbT/zrUDHiUGUf+l5a3pkEd6atvjjq+8y2vfRHBJLQJjFpxSa9I8qe9zHAw==",
+ "requires": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "@types/react-dom": {
+ "version": "17.0.25",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz",
+ "integrity": "sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==",
+ "requires": {
+ "@types/react": "^17"
+ }
+ }
+ }
+ },
"react-clientside-effect": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz",
@@ -19098,9 +19493,9 @@
}
},
"regenerator-runtime": {
- "version": "0.13.11",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
- "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
},
"regexp.prototype.flags": {
"version": "1.4.3",
@@ -19794,6 +20189,11 @@
}
}
},
+ "ts-toolbelt": {
+ "version": "9.6.0",
+ "resolved": "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz",
+ "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w=="
+ },
"tsconfig-paths": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
diff --git a/package.json b/package.json
index 7609df9..25d8014 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
- "build": "next build",
+ "build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
@@ -25,6 +25,7 @@
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@prisma/client": "4.10.1",
+ "@tanstack/react-query": "^5.28.4",
"@testing-library/user-event": "14.5.2",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
@@ -40,6 +41,7 @@
"next": "13.5.6",
"pre-commit": "1.2.2",
"react": "18.2.0",
+ "react-charts": "^3.0.0-beta.57",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"react-loader-spinner": "6.1.6",
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index da9bfb6..b1aed84 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,6 +1,7 @@
import "./globals.css";
import { Analytics } from "@vercel/analytics/react";
import type { Metadata } from "next";
+import { ReactQueryClientProvider } from "@/components/ReactQueryProvider";
export const metadata: Metadata = {
title: "Dico | Dictionnaire Espagnol - Français en ligne",
@@ -14,14 +15,16 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
-
- {/*
+
+
+ {/*
will contain the components returned by the nearest parent
head.tsx. Find out more at https://beta.nextjs.org/docs/api-reference/file-conventions/head
*/}
-
{children}
-
-
+ {children}
+
+
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 29ffd5a..0b28e9c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,8 @@
"use client";
import { ChakraProvider } from "@chakra-ui/react";
-import theme from "@/styles/theme";
+import theme from "@/utils/styles/theme";
+
import Main from "@/components/Main";
export default function App() {
diff --git a/src/app/stats/page.tsx b/src/app/stats/page.tsx
new file mode 100644
index 0000000..9fd8fe9
--- /dev/null
+++ b/src/app/stats/page.tsx
@@ -0,0 +1,14 @@
+"use client";
+import Header from "@/components/Header";
+import Stats from "@/components/stats/Stats";
+
+import theme from "@/utils/styles/theme";
+import { ChakraProvider } from "@chakra-ui/react";
+export default function HomePage() {
+ return (
+
+
+
+
+ );
+}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index ff47718..1d654fb 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -1,72 +1,35 @@
+"use client";
+import usePathName from "@/hooks/usePathName";
+import { HomeIcon, MoonIcon, StatsIcon, SunIcon } from "@/utils/icons/icons";
import { useColorMode } from "@chakra-ui/react";
+export function useDevMode() {
+ return process.env.NODE_ENV === "development";
+}
export default function Header() {
const { colorMode, toggleColorMode } = useColorMode();
+ const path = usePathName();
+ const devMode = useDevMode();
return (
-
);
diff --git a/src/components/ReactQueryProvider.tsx b/src/components/ReactQueryProvider.tsx
new file mode 100644
index 0000000..c666740
--- /dev/null
+++ b/src/components/ReactQueryProvider.tsx
@@ -0,0 +1,26 @@
+"use client";
+
+import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
+import { useState } from "react";
+
+export const ReactQueryClientProvider = ({
+ children,
+}: {
+ children: React.ReactNode;
+}) => {
+ const [queryClient] = useState(
+ () =>
+ new QueryClient({
+ defaultOptions: {
+ queries: {
+ // With SSR, we usually want to set some default staleTime
+ // above 0 to avoid refetching immediately on the client
+ staleTime: 60 * 1000,
+ },
+ },
+ })
+ );
+ return (
+ {children}
+ );
+};
diff --git a/src/components/stats/Charts.tsx b/src/components/stats/Charts.tsx
new file mode 100644
index 0000000..89caf82
--- /dev/null
+++ b/src/components/stats/Charts.tsx
@@ -0,0 +1,44 @@
+import React from "react";
+import { AxisOptions, Chart } from "react-charts";
+
+type MyDatum = { date: Date; stars: number };
+
+export function MyChart() {
+ const data = [
+ {
+ label: "React Charts",
+ data: [
+ {
+ date: new Date(),
+ stars: 23467238,
+ },
+ ],
+ },
+ ];
+
+ const primaryAxis = React.useMemo(
+ (): AxisOptions => ({
+ getValue: (datum) => datum.date,
+ }),
+ []
+ );
+
+ const secondaryAxes = React.useMemo(
+ (): AxisOptions[] => [
+ {
+ getValue: (datum) => datum.stars,
+ },
+ ],
+ []
+ );
+
+ return (
+
+ );
+}
diff --git a/src/components/stats/Stats.tsx b/src/components/stats/Stats.tsx
new file mode 100644
index 0000000..4c1a0c5
--- /dev/null
+++ b/src/components/stats/Stats.tsx
@@ -0,0 +1,14 @@
+import WordsList from "./WordsList";
+
+export default function Stats() {
+ return (
+
+
+
+
+ );
+}
diff --git a/src/components/stats/WordsList.tsx b/src/components/stats/WordsList.tsx
new file mode 100644
index 0000000..17af122
--- /dev/null
+++ b/src/components/stats/WordsList.tsx
@@ -0,0 +1,61 @@
+import { useQuery, useQueryClient } from "@tanstack/react-query";
+import React from "react";
+import { AxisOptions, Chart } from "react-charts";
+
+async function fetchWords() {
+ const response = await import("@/utils/schemas/top-searches.json");
+ return response.default;
+}
+
+interface WordSearches {
+ _count: { wordId: number };
+ wordSource: string;
+}
+export default function WordsList() {
+ const queryClient = useQueryClient();
+ const query = useQuery({ queryKey: ["words"], queryFn: fetchWords });
+ const primaryAxis = React.useMemo(
+ (): AxisOptions => ({
+ getValue: (word) => word.wordSource,
+ }),
+ []
+ );
+
+ const secondaryAxes = React.useMemo(
+ (): AxisOptions[] => [
+ {
+ getValue: (word) => word._count.wordId,
+ },
+ ],
+ []
+ );
+ const data = [
+ {
+ label: "Words",
+ data: query.data || [],
+ },
+ ];
+ if (query.isError) {
+ return Failed to load data
;
+ }
+ if (query.isLoading) {
+ return Loading...
;
+ }
+ return (
+
+
+ Les mots les plus recherchés
+
+
+
+
+
+ );
+}
diff --git a/src/hooks/usePathName.ts b/src/hooks/usePathName.ts
new file mode 100644
index 0000000..800f315
--- /dev/null
+++ b/src/hooks/usePathName.ts
@@ -0,0 +1,10 @@
+import { useState, useEffect } from "react";
+
+export default function usePathName() {
+ const [path, setPath] = useState("/");
+ useEffect(() => {
+ const pathName = window.location.pathname;
+ setPath(pathName);
+ }, []);
+ return path;
+}
diff --git a/src/pages/api/stats.ts b/src/pages/api/stats.ts
new file mode 100644
index 0000000..431af70
--- /dev/null
+++ b/src/pages/api/stats.ts
@@ -0,0 +1,32 @@
+import type { NextApiRequest, NextApiResponse } from "next";
+import prisma from "../../utils/db";
+
+export default async function handler(
+ req: NextApiRequest,
+ res: NextApiResponse
+) {
+ if (req.method === "GET") {
+ try {
+ const mostSearchedWords = await prisma.search.groupBy({
+ by: ["wordSource"],
+ _count: {
+ wordId: true,
+ },
+ orderBy: {
+ _count: {
+ wordId: "desc",
+ },
+ },
+ take: 10, // Limite les résultats aux 10 premiers mots les plus recherchés
+ });
+
+ res.status(200).json(mostSearchedWords);
+ } catch (error) {
+ console.error("Failed to fetch stats:", error);
+ res.status(500).json({ message: "Failed to fetch statistics" });
+ }
+ } else {
+ res.setHeader("Allow", ["GET"]);
+ res.status(405).end(`Method ${req.method} Not Allowed`);
+ }
+}
diff --git a/src/pages/api/words.ts b/src/pages/api/words.ts
new file mode 100644
index 0000000..f20a3f9
--- /dev/null
+++ b/src/pages/api/words.ts
@@ -0,0 +1,20 @@
+import type { NextApiRequest, NextApiResponse } from "next";
+import prisma from "../../utils/db";
+
+export default async function handler(
+ req: NextApiRequest,
+ res: NextApiResponse
+) {
+ if (req.method === "GET") {
+ const words = [
+ { id: 1, word: "Bonjour", searches: 100 },
+ { id: 2, word: "Chien", searches: 75 },
+ { id: 3, word: "Chat", searches: 50 },
+ ];
+
+ res.status(200).json(words);
+ } else {
+ res.setHeader("Allow", ["GET"]);
+ res.status(405).end(`Method ${req.method} Not Allowed`);
+ }
+}
diff --git a/src/utils/icons/icons.tsx b/src/utils/icons/icons.tsx
new file mode 100644
index 0000000..f4c291a
--- /dev/null
+++ b/src/utils/icons/icons.tsx
@@ -0,0 +1,110 @@
+export function HomeIcon() {
+ return (
+
+ );
+}
+
+export function StatsIcon() {
+ return (
+
+ );
+}
+
+export function MoonIcon() {
+ return (
+
+ );
+}
+
+export function SunIcon() {
+ return (
+
+ );
+}
diff --git a/src/utils/schemas/all-words-in-db.json b/src/utils/schemas/all-words-in-db.json
new file mode 100644
index 0000000..f08b0c8
--- /dev/null
+++ b/src/utils/schemas/all-words-in-db.json
@@ -0,0 +1,4780 @@
+[
+ {
+ "id": 2,
+ "source": "voiture",
+ "word": [
+ "{\"source\":\"voiture (automobile)\",\"target\":\"coche m \"}",
+ "{\"source\":\"voiture (automobile)\",\"target\":\"carro m \"}",
+ "{\"source\":\"voiture Am (véhicule à roues)\",\"target\":\"carruaje m \"}",
+ "{\"source\":\"voiture (train)\",\"target\":\"coche m \"}",
+ "{\"source\":\" voiture de (la) police\",\"target\":\"coche m de policía\"}",
+ "{\"source\":\" voiture de tourisme\",\"target\":\"(automóvil m de) turismo m \"}",
+ "{\"source\":\"en voiture \",\"target\":\"en coche\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 4,
+ "source": "camion",
+ "word": [
+ "{\"source\":\"camion\",\"target\":\"camión m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 5,
+ "source": "ami",
+ "word": [
+ "{\"source\":\"ami\",\"target\":\"amigo, -a m, f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 6,
+ "source": "maison",
+ "word": [
+ "{\"source\":\"maison\",\"target\":\"casa f \"}",
+ "{\"source\":\"maison (chez-soi)\",\"target\":\"hogar m \"}",
+ "{\"source\":\"à la maison \",\"target\":\"en casa\"}",
+ "{\"source\":\"à la maison (direction)\",\"target\":\"a casa\"}",
+ "{\"source\":\" maison close\",\"target\":\"casa f de trato\"}",
+ "{\"source\":\" maison de retraite\",\"target\":\"asilo m ou hogar m de ancianos\"}",
+ "{\"source\":\" maison mère\",\"target\":\"casa f matriz\"}",
+ "{\"source\":\"gâteau maison \",\"target\":\"pastel m casero\"}",
+ "{\"source\":\" maison de campagne\",\"target\":\"casa f de campo\"}"
+ ],
+ "searches": [
+ {
+ "id": 2,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:10:44.147Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 3,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:10:45.578Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 4,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:10:46.950Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 5,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:11:20.916Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 6,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:11:21.253Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 7,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T11:11:21.856Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 8,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:09.962Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 9,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:10.735Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 10,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:11.489Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 11,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:36.230Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 12,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:36.645Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 13,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:37.503Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 14,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:58.967Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 15,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:02:59.282Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 16,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:03:00.224Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 17,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:21:29.695Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 18,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:21:31.281Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 19,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T13:21:31.289Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 20,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:28:07.017Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 21,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:28:08.399Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 22,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:28:08.552Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 23,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:36:14.962Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 24,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:36:15.110Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 25,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:36:17.216Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 26,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:47:41.439Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 27,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:47:42.310Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 28,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T17:47:42.987Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 29,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T18:33:26.487Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 30,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T18:33:26.997Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 31,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T18:33:27.524Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 32,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T21:03:55.772Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 33,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T21:03:56.970Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 34,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T21:03:57.866Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 35,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T22:10:17.423Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 36,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T22:10:18.842Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 37,
+ "wordSource": "maison",
+ "searchTime": "2024-03-18T22:10:19.147Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 38,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:27:46.070Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 39,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:27:47.327Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 40,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:27:47.447Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 41,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:33:23.564Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 42,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:33:23.568Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ },
+ {
+ "id": 43,
+ "wordSource": "maison",
+ "searchTime": "2024-03-19T09:33:24.370Z",
+ "language": "fr",
+ "foundInDB": true,
+ "wordId": 6
+ }
+ ]
+ },
+ {
+ "id": 7,
+ "source": "sympathique",
+ "word": [
+ "{\"source\":\"sympathique\",\"target\":\"simpático, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 8,
+ "source": "camisa",
+ "word": [
+ "{\"source\":\"camisa\",\"target\":\"chemise f \"}",
+ "{\"source\":\" camisade dormir\",\"target\":\"chemise f de nuit\"}",
+ "{\"source\":\" camisa de fuerza\",\"target\":\"camisole f de force\"}",
+ "{\"source\":\" camisa de vestir\",\"target\":\"chemise f \"}",
+ "{\"source\":\"meterse en camisa de once varas fam \",\"target\":\"se mêler des affaires d'autrui\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 9,
+ "source": "chemise",
+ "word": [
+ "{\"source\":\"chemise\",\"target\":\"camisa f \"}",
+ "{\"source\":\" chemise de nuit\",\"target\":\"camisón m \"}",
+ "{\"source\":\" chemise de nuit\",\"target\":\"camisa f de dormir\"}",
+ "{\"source\":\" chemise d'homme\",\"target\":\"camisa f (de vestir)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 10,
+ "source": "enfant",
+ "word": [
+ "{\"source\":\"enfant\",\"target\":\"niño, -a m, f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 11,
+ "source": "casa",
+ "word": [
+ "{\"source\":\"casa\",\"target\":\"maison f \"}",
+ "{\"source\":\"a casa (dirección)\",\"target\":\"à la maison, chez soi\"}",
+ "{\"source\":\"en casa (sitio)\",\"target\":\"à la maison, chez soi\"}",
+ "{\"source\":\" casa adosada\",\"target\":\"maison f de lotissement\"}",
+ "{\"source\":\" casa de campo\",\"target\":\"maison f de campagne\"}",
+ "{\"source\":\" casa-cuna\",\"target\":\"crèche f \"}",
+ "{\"source\":\" casa de empeños, de préstamos\",\"target\":\"maison f de prêts sur gages\"}",
+ "{\"source\":\" casa de huéspedes\",\"target\":\"pension f de famille\"}",
+ "{\"source\":\" casa de locos\",\"target\":\"asile m \"}",
+ "{\"source\":\" casa de maternidad\",\"target\":\"maternité f \"}",
+ "{\"source\":\" casa de pisos (de alquiler)\",\"target\":\"maison f de rapport, immeuble m à usage locatif\"}",
+ "{\"source\":\" casa matriz COM \",\"target\":\"maison f mère\"}",
+ "{\"source\":\" casa prefabricada\",\"target\":\"préfabriqué m \"}",
+ "{\"source\":\" casa pública\",\"target\":\"maison f close\"}",
+ "{\"source\":\"echar (o tirar) la casa por la ventana\",\"target\":\"jeter l'argent par les fenêtres\"}",
+ "{\"source\":\"llevar la casa \",\"target\":\"tenir sa maison\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 41,
+ "source": "gilet",
+ "word": [
+ "{\"source\":\"gilet (chandail, costume)\",\"target\":\"chaleco m \"}",
+ "{\"source\":\"gilet (sous-vêtement)\",\"target\":\"camiseta f \"}",
+ "{\"source\":\" gilet de sauvetage\",\"target\":\"chaleco m salvavidas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 42,
+ "source": "cambiar",
+ "word": [
+ "{\"source\":\"cambiar\",\"target\":\"changer\"}",
+ "{\"source\":\"cambiar\",\"target\":\"échanger\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 218,
+ "source": "dangereux",
+ "word": [
+ "{\"source\":\"dangereux\",\"target\":\"peligroso, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 12,
+ "source": "cada",
+ "word": [
+ "{\"source\":\"cada\",\"target\":\"chaque\"}",
+ "{\"source\":\" cada cosa\",\"target\":\"chaque chose\"}",
+ "{\"source\":\" cada uno [o cada una] [o cada cual]\",\"target\":\"chacun, -e\"}",
+ "{\"source\":\" cada vez\",\"target\":\"chaque fois\"}",
+ "{\"source\":\" cada vez más\",\"target\":\"chaque fois davantage\"}",
+ "{\"source\":\" cada tres días\",\"target\":\"tous les trois jours\"}",
+ "{\"source\":\"uno de cada tres\",\"target\":\"un, une sur trois\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 13,
+ "source": "avion",
+ "word": [
+ "{\"source\":\"avion\",\"target\":\"avión m \"}",
+ "{\"source\":\"aller en avion \",\"target\":\"ir en avión, volar\"}",
+ "{\"source\":\"par avion \",\"target\":\"por avión\"}",
+ "{\"source\":\" avion de chasse\",\"target\":\"(avión m de) caza m \"}",
+ "{\"source\":\" avion de combat\",\"target\":\"avión m de combate\"}",
+ "{\"source\":\" avion commercial, de ligne\",\"target\":\"avión m de pasajeros [o de línea]\"}",
+ "{\"source\":\" avion supersonique\",\"target\":\"avión m supersónico\"}",
+ "{\"source\":\" avion de transport\",\"target\":\"avión m comercial\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 14,
+ "source": "lumière",
+ "word": [
+ "{\"source\":\"lumière\",\"target\":\"luz f a fig \"}",
+ "{\"source\":\"siècle des lumières\",\"target\":\"siglo m de la Ilustración\"}",
+ "{\"source\":\"ce n'est pas une lumière (personne) iron \",\"target\":\"no es una lumbrera\"}",
+ "{\"source\":\"à la lumière de\",\"target\":\"a la vista de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 16,
+ "source": "ordinateur",
+ "word": [
+ "{\"source\":\"ordinateur\",\"target\":\"ordenador m Am computadora f \"}",
+ "{\"source\":\" ordinateur portable\",\"target\":\"ordenador m portátil\"}",
+ "{\"source\":\" ordinateur portable\",\"target\":\"computadora f Am portátil\"}",
+ "{\"source\":\"assisté par ordinateur \",\"target\":\"asistido por ordenador\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 17,
+ "source": "rideau",
+ "word": [
+ "{\"source\":\"rideau\",\"target\":\"cortina f \"}",
+ "{\"source\":\" rideau de fer POL \",\"target\":\"telón m de acero\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 18,
+ "source": "canapé",
+ "word": [
+ "{\"source\":\"canapé\",\"target\":\"canapé m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 172,
+ "source": "caser",
+ "word": [
+ "{\"source\":\"caser\",\"target\":\"colocar\"}",
+ "{\"source\":\"caser (marier) fig \",\"target\":\"casar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 19,
+ "source": "sac",
+ "word": [
+ "{\"source\":\"sac (papier, plastique)\",\"target\":\"bolsa f \"}",
+ "{\"source\":\"sac (pommes de terre)\",\"target\":\"saco m \"}",
+ "{\"source\":\"sac (pommes de terre)\",\"target\":\"costal m \"}",
+ "{\"source\":\" sac à dos\",\"target\":\"mochila f \"}",
+ "{\"source\":\" sac à main\",\"target\":\"bolso m \"}",
+ "{\"source\":\" sac à provisions\",\"target\":\"bolsa f de la compra\"}",
+ "{\"source\":\" sac de couchage\",\"target\":\"saco m de dormir\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 43,
+ "source": "puerta",
+ "word": [
+ "{\"source\":\"puerta\",\"target\":\"porte f \"}",
+ "{\"source\":\" puerta de servicio\",\"target\":\"porte f de service\"}",
+ "{\"source\":\"a puerta cerrada\",\"target\":\"à huis clos\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 240,
+ "source": "céréales",
+ "word": [
+ "{\"source\":\"céréales\",\"target\":\"cereales m/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 20,
+ "source": "cama",
+ "word": [
+ "{\"source\":\"cama\",\"target\":\"lit m \"}",
+ "{\"source\":\"cama AGR \",\"target\":\"litière f \"}",
+ "{\"source\":\" cama de matrimonio\",\"target\":\"grand lit m \"}",
+ "{\"source\":\" cama elástica\",\"target\":\"trampoline m \"}",
+ "{\"source\":\" cama individual\",\"target\":\"lit m à une place\"}",
+ "{\"source\":\" cama nido\",\"target\":\"lits m/pl gigognes\"}",
+ "{\"source\":\" cama plegable\",\"target\":\"lit m pliant\"}",
+ "{\"source\":\" cama turca\",\"target\":\"divan m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 24,
+ "source": "marchar",
+ "word": [
+ "{\"source\":\"marchar tb fig \",\"target\":\"marcher\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 27,
+ "source": "couverture",
+ "word": [
+ "{\"source\":\"couverture\",\"target\":\"cubierta f \"}",
+ "{\"source\":\"couverture\",\"target\":\"cobertura f \"}",
+ "{\"source\":\"couverture (livre)\",\"target\":\"tapa f \"}",
+ "{\"source\":\"couverture (livre)\",\"target\":\"cubierta f \"}",
+ "{\"source\":\"couverture (journal)\",\"target\":\"portada f \"}",
+ "{\"source\":\"couverture (assurance)\",\"target\":\"cobertura f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 28,
+ "source": "marche",
+ "word": [
+ "{\"source\":\"marche\",\"target\":\"marcha f \"}",
+ "{\"source\":\" marche arrière AUTO \",\"target\":\"marcha f atrás\"}",
+ "{\"source\":\"mettre en marche \",\"target\":\"poner en marcha\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 29,
+ "source": "maís",
+ "word": [
+ "{\"source\":\"maís\",\"target\":\"maïs m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 32,
+ "source": "caminar",
+ "word": [
+ "{\"source\":\"caminar\",\"target\":\"marcher\"}",
+ "{\"source\":\"caminar\",\"target\":\"parcourir\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 33,
+ "source": "silencio",
+ "word": [
+ "{\"source\":\"silencio\",\"target\":\"silence m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 34,
+ "source": "camino",
+ "word": [
+ "{\"source\":\"camino\",\"target\":\"chemin m \"}",
+ "{\"source\":\"por (o en) el camino \",\"target\":\"en chemin\"}",
+ "{\"source\":\" camino de\",\"target\":\"sur le chemin de\"}",
+ "{\"source\":\"abrirse camino \",\"target\":\"faire son chemin\"}",
+ "{\"source\":\"ponerse en camino \",\"target\":\"se mettre en route\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 35,
+ "source": "chausser",
+ "word": [
+ "{\"source\":\"chausser\",\"target\":\"calzar\"}",
+ "{\"source\":\"chausser (bottes, bas)\",\"target\":\"ponerse\"}",
+ "{\"source\":\" chausser qn \",\"target\":\"poner los zapatos a alg\"}",
+ "{\"source\":\"se chausser \",\"target\":\"calzarse, ponerse los zapatos\"}",
+ "{\"source\":\" chausser du 40\",\"target\":\"calzar el 40\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 36,
+ "source": "fourchette",
+ "word": [
+ "{\"source\":\"fourchette\",\"target\":\"tenedor m \"}",
+ "{\"source\":\"fourchette COMM \",\"target\":\"gama f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 37,
+ "source": "livre",
+ "word": [
+ "{\"source\":\"livre\",\"target\":\"libro m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 38,
+ "source": "comer",
+ "word": [
+ "{\"source\":\"comer\",\"target\":\"manger\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 39,
+ "source": "tocar",
+ "word": [
+ "{\"source\":\"tocar\",\"target\":\"toucher tb fig \"}",
+ "{\"source\":\"tocar MÚS \",\"target\":\"jouer de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 40,
+ "source": "veste",
+ "word": [
+ "{\"source\":\"veste\",\"target\":\"chaqueta f \"}",
+ "{\"source\":\"ramasser une veste fam \",\"target\":\"llevarse un chasco\"}",
+ "{\"source\":\"retourner sa veste fam \",\"target\":\"cambiarse la chaqueta\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 267,
+ "source": "temblar",
+ "word": [
+ "{\"source\":\"temblar\",\"target\":\"trembler\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 44,
+ "source": "toucher",
+ "word": [
+ "{\"source\":\"toucher\",\"target\":\"tocar\"}",
+ "{\"source\":\"toucher (but)\",\"target\":\"dar en\"}",
+ "{\"source\":\"toucher (émouvoir)\",\"target\":\"conmover\"}",
+ "{\"source\":\"toucher (concerner)\",\"target\":\"concernir, atañer\"}",
+ "{\"source\":\"toucher (argent)\",\"target\":\"cobrar\"}",
+ "{\"source\":\"toucher (problème)\",\"target\":\"abordar\"}",
+ "{\"source\":\"toucher (terrain)\",\"target\":\"lindar con\"}",
+ "{\"source\":\" toucher qn par téléphone\",\"target\":\"poder hablar con alg por teléfono\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 45,
+ "source": "yeux",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 46,
+ "source": "bracelet",
+ "word": [
+ "{\"source\":\"bracelet\",\"target\":\"pulsera f \"}",
+ "{\"source\":\"bracelet\",\"target\":\"brazalete m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 47,
+ "source": "beignet",
+ "word": [
+ "{\"source\":\"beignet\",\"target\":\"buñuelo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 48,
+ "source": "ola",
+ "word": [
+ "{\"source\":\"ola\",\"target\":\"vague f tb fig \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 49,
+ "source": "salut",
+ "word": [
+ "{\"source\":\"salut\",\"target\":\"saludo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 50,
+ "source": "saludo",
+ "word": [
+ "{\"source\":\"saludo\",\"target\":\"salut m \"}",
+ "{\"source\":\"saludo\",\"target\":\"salutation f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 51,
+ "source": "insulto",
+ "word": [
+ "{\"source\":\"insulto\",\"target\":\"insulte f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 52,
+ "source": "insulte",
+ "word": [
+ "{\"source\":\"insulte\",\"target\":\"insulto m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 53,
+ "source": "interno",
+ "word": [
+ "{\"source\":\"interno\",\"target\":\"interne\"}",
+ "{\"source\":\"interno\",\"target\":\"intérieur, -e\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 54,
+ "source": "musique",
+ "word": [
+ "{\"source\":\"musique\",\"target\":\"música f \"}",
+ "{\"source\":\" musique de chambre\",\"target\":\"música f de cámara\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 55,
+ "source": "hombre",
+ "word": [
+ "{\"source\":\"hombre\",\"target\":\"homme m \"}",
+ "{\"source\":\" hombre de Estado\",\"target\":\"homme m d'État\"}",
+ "{\"source\":\" hombre de negocios\",\"target\":\"homme m d'affaires\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 57,
+ "source": "mujer",
+ "word": [
+ "{\"source\":\"mujer\",\"target\":\"femme f \"}",
+ "{\"source\":\" mujer de la limpieza\",\"target\":\"femme f de ménage\"}",
+ "{\"source\":\" mujer de negocios\",\"target\":\"femme f d'affaires\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 58,
+ "source": "niño",
+ "word": [
+ "{\"source\":\"niño\",\"target\":\"enfant m \"}",
+ "{\"source\":\"niño\",\"target\":\"petit garçon m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 59,
+ "source": "¡hola!",
+ "word": [
+ "{\"source\":\"¡hola!\",\"target\":\"salut!\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 60,
+ "source": "n'importe",
+ "word": [
+ "{\"source\":\"n'importe\",\"target\":\"cualquier\"}",
+ "{\"source\":\" n'importe où\",\"target\":\"a ou en cualquier lugar\"}",
+ "{\"source\":\" n'importe qui\",\"target\":\"cualquiera\"}",
+ "{\"source\":\" n'importe quoi\",\"target\":\"cualquier cosa\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 61,
+ "source": "quel",
+ "word": [
+ "{\"source\":\"quel\",\"target\":\"qué\"}",
+ "{\"source\":\" quelle heure est-il?\",\"target\":\"¿qué hora es?\"}",
+ "{\"source\":\" quel que (+ subj) \",\"target\":\"cualquiera que (+ subj)\"}",
+ "{\"source\":\" quelles que soient vos raisons\",\"target\":\"cualesquiera que sean sus razones\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 64,
+ "source": "paella",
+ "word": [
+ "{\"source\":\"paella\",\"target\":\"paella f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 65,
+ "source": "foret",
+ "word": [
+ "{\"source\":\"foret\",\"target\":\"taladro m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 67,
+ "source": "con",
+ "word": [
+ "{\"source\":\"con\",\"target\":\"jilipolla, tonto, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 137,
+ "source": "buscar",
+ "word": [
+ "{\"source\":\"buscar\",\"target\":\"chercher, rechercher\"}",
+ "{\"source\":\"ir a buscar \",\"target\":\"aller chercher\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 138,
+ "source": "miracle",
+ "word": [
+ "{\"source\":\"miracle\",\"target\":\"milagro m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 68,
+ "source": "hacer",
+ "word": [
+ "{\"source\":\"hacer\",\"target\":\"faire\"}",
+ "{\"source\":\"hacer (pregunta)\",\"target\":\"poser\"}",
+ "{\"source\":\"hacer (papel)\",\"target\":\"faire, jouer\"}",
+ "{\"source\":\" hacer bien (mal)\",\"target\":\"faire bien (mal)\"}",
+ "{\"source\":\" hacer de\",\"target\":\"faire fonction de\"}",
+ "{\"source\":\" hacer como que\",\"target\":\"faire comme si\"}",
+ "{\"source\":\" hacer que (+ subj) \",\"target\":\"faire en sorte que (+ subj)\"}",
+ "{\"source\":\"no hacer más que (+ inf) \",\"target\":\"ne faire que (+ inf)\"}",
+ "{\"source\":\"hace calor (frío)\",\"target\":\"il fait chaud (froid)\"}",
+ "{\"source\":\"hace tres días\",\"target\":\"il y a trois jours\"}",
+ "{\"source\":\"¡qué le vamos a hacer!\",\"target\":\"que voulez-vous qu'on y fasse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 69,
+ "source": "porter",
+ "word": [
+ "{\"source\":\"porter\",\"target\":\"llevar\"}",
+ "{\"source\":\"porter (gestation)\",\"target\":\"llevar (en su seno)\"}",
+ "{\"source\":\"porter (yeux)\",\"target\":\"dirigir a, fijar en\"}",
+ "{\"source\":\"porter (jugement)\",\"target\":\"emitir\"}",
+ "{\"source\":\"porter (toast)\",\"target\":\"brindar por\"}",
+ "{\"source\":\"porter (reconnaissance, haine)\",\"target\":\"mostrar, manifestar\"}",
+ "{\"source\":\" porter qn à qc \",\"target\":\"inducir, incitar a alg a a/c\"}",
+ "{\"source\":\" porter au compte de qc \",\"target\":\"ingresar en la cuenta de alg\"}",
+ "{\"source\":\" porter au compte de qc \",\"target\":\"correr a cuenta de alg fig \"}",
+ "{\"source\":\" porter son effort sur qc \",\"target\":\"esforzarse en [o por] a/c\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 70,
+ "source": "monument",
+ "word": [
+ "{\"source\":\"monument\",\"target\":\"monumento m (a commémoratif)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 74,
+ "source": "à",
+ "word": [
+ "{\"source\":\"à (lieu)\",\"target\":\"en\"}",
+ "{\"source\":\"à (direction)\",\"target\":\"a\"}",
+ "{\"source\":\"à Paris\",\"target\":\"en [o a] Paris\"}",
+ "{\"source\":\"à la campagne\",\"target\":\"en el [o al] campo\"}",
+ "{\"source\":\"à l'étranger\",\"target\":\"en el [o al] extranjero\"}",
+ "{\"source\":\"à 20 pas d'ici\",\"target\":\"a 20 pasos de aquí\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 79,
+ "source": "avoir",
+ "word": [
+ "{\"source\":\"avoir\",\"target\":\"tener\"}",
+ "{\"source\":\"avoir (posséder)\",\"target\":\"tener, poseer\"}",
+ "{\"source\":\"avoir (obtenir)\",\"target\":\"obtener, conseguir\"}",
+ "{\"source\":\" avoir qn fam fig \",\"target\":\"tomar el pelo a alg\"}",
+ "{\"source\":\" avoir à faire qc \",\"target\":\"tener que hacer a/c\"}",
+ "{\"source\":\" avoir 20 ans\",\"target\":\"tener 20 años\"}",
+ "{\"source\":\"j'ai froid (chaud)\",\"target\":\"tengo frío (calor)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 81,
+ "source": "culture",
+ "word": [
+ "{\"source\":\"culture\",\"target\":\"cultivo m \"}",
+ "{\"source\":\" culture de la vigne\",\"target\":\"cultivo m de la viña\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 83,
+ "source": "cultura",
+ "word": [
+ "{\"source\":\"cultura\",\"target\":\"culture f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 85,
+ "source": "grand",
+ "word": [
+ "{\"source\":\"grand\",\"target\":\"grande\"}",
+ "{\"source\":\"les grandes personnes\",\"target\":\"los mayores m/pl \"}",
+ "{\"source\":\"au grand air\",\"target\":\"al aire libre\"}",
+ "{\"source\":\" grand cri\",\"target\":\"grito m fuerte\"}",
+ "{\"source\":\" grand malade\",\"target\":\"enfermo m grave\"}",
+ "{\"source\":\"il est grand temps\",\"target\":\"ya es hora\"}",
+ "{\"source\":\" grande surface\",\"target\":\"hipermercado m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 86,
+ "source": "mucho",
+ "word": [
+ "{\"source\":\"mucho\",\"target\":\"beaucoup de, nombre de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 88,
+ "source": "comme",
+ "word": [
+ "{\"source\":\"comme\",\"target\":\"qué\"}",
+ "{\"source\":\" comme il fait froid!\",\"target\":\"¡qué frío!\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 89,
+ "source": "exemple",
+ "word": [
+ "{\"source\":\"exemple\",\"target\":\"ejemplo m \"}",
+ "{\"source\":\"par exemple \",\"target\":\"por ejemplo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 91,
+ "source": "visiter",
+ "word": [
+ "{\"source\":\"visiter\",\"target\":\"visitar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 96,
+ "source": "les",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 139,
+ "source": "miroir",
+ "word": [
+ "{\"source\":\"miroir\",\"target\":\"espejo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 319,
+ "source": "dû",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 98,
+ "source": "fruit",
+ "word": [
+ "{\"source\":\"fruit\",\"target\":\"fruta f \"}",
+ "{\"source\":\"fruit fig \",\"target\":\"fruto m \"}",
+ "{\"source\":\" fruits\",\"target\":\"fruta f \"}",
+ "{\"source\":\" fruits de mer\",\"target\":\"mariscos m/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 99,
+ "source": "plus",
+ "word": [
+ "{\"source\":\"plus\",\"target\":\"más\"}",
+ "{\"source\":\"plus MATH \",\"target\":\"más\"}",
+ "{\"source\":\"le plus \",\"target\":\"el más\"}",
+ "{\"source\":\"de plus \",\"target\":\"de más\"}",
+ "{\"source\":\"de plus (en outre)\",\"target\":\"además\"}",
+ "{\"source\":\"de plus en plus \",\"target\":\"cada vez más\"}",
+ "{\"source\":\"en plus \",\"target\":\"además, aparte\"}",
+ "{\"source\":\"rien de plus \",\"target\":\"nada más\"}",
+ "{\"source\":\"sans plus \",\"target\":\"sin más\"}",
+ "{\"source\":\"(tout) au plus \",\"target\":\"todo lo más\"}",
+ "{\"source\":\" plus … plus …\",\"target\":\"cuanto más … más …\"}",
+ "{\"source\":\" plus grand\",\"target\":\"más grande, mayor\"}",
+ "{\"source\":\"le plus grand\",\"target\":\"el más grande, el mayor\"}",
+ "{\"source\":\"au plus tard\",\"target\":\"lo más tarde, a más tardar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 101,
+ "source": "cultiver",
+ "word": [
+ "{\"source\":\"cultiver AGR \",\"target\":\"cultivar\"}",
+ "{\"source\":\"cultiver (esprit, goût)\",\"target\":\"desarrollar, cultivar\"}",
+ "{\"source\":\"cultiver (relation)\",\"target\":\"cuidar, cultivar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 102,
+ "source": "femme",
+ "word": [
+ "{\"source\":\"femme\",\"target\":\"mujer f \"}",
+ "{\"source\":\"femme (épouse)\",\"target\":\"esposa f \"}",
+ "{\"source\":\" femme médecin\",\"target\":\"médica f \"}",
+ "{\"source\":\" femme publique\",\"target\":\"mujer f de la calle\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 107,
+ "source": "écharpe",
+ "word": [
+ "{\"source\":\"écharpe\",\"target\":\"bufanda f \"}",
+ "{\"source\":\"écharpe\",\"target\":\"chal m \"}",
+ "{\"source\":\"écharpe (maire)\",\"target\":\"banda f \"}",
+ "{\"source\":\"écharpe (maire)\",\"target\":\"faja f \"}",
+ "{\"source\":\"écharpe (maire)\",\"target\":\"fajín m \"}",
+ "{\"source\":\"écharpe MÉD \",\"target\":\"cabestrillo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 109,
+ "source": "sur",
+ "word": [
+ "{\"source\":\"sur\",\"target\":\"en\"}",
+ "{\"source\":\" sur la rivière\",\"target\":\"en el río\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 111,
+ "source": "tête",
+ "word": [
+ "{\"source\":\"tête\",\"target\":\"cabeza f \"}",
+ "{\"source\":\"coup de tête \",\"target\":\"cabezonada f \"}",
+ "{\"source\":\" tête baissé\",\"target\":\"de cabeza, a ciegas\"}",
+ "{\"source\":\"la tête basse\",\"target\":\"cabizbajo\"}",
+ "{\"source\":\"la tête haute\",\"target\":\"con la cabeza alta\"}",
+ "{\"source\":\"de tête \",\"target\":\"con la cabeza, mentalmente\"}",
+ "{\"source\":\"avoir la tête dure\",\"target\":\"tener la cabeza dura, ser duro de mollera\"}",
+ "{\"source\":\"se casser la tête fig \",\"target\":\"quebrarse la cabeza\"}",
+ "{\"source\":\"n'en faire qu'à sa tête \",\"target\":\"hacer lo que le da la gana\"}",
+ "{\"source\":\"tenir tête \",\"target\":\"hacer frente\"}",
+ "{\"source\":\"par tête \",\"target\":\"por cabeza\"}",
+ "{\"source\":\"faire une sale tête \",\"target\":\"poner cara de vinagre\"}",
+ "{\"source\":\"faire la tête \",\"target\":\"poner mala cara\"}",
+ "{\"source\":\"faire la tête \",\"target\":\"estar de morros fam \"}",
+ "{\"source\":\"il se paie ta tête fig \",\"target\":\"te toma el pelo\"}",
+ "{\"source\":\" tête nucléaire\",\"target\":\"cabeza f nuclear\"}",
+ "{\"source\":\"en tête \",\"target\":\"en cabeza, delante\"}",
+ "{\"source\":\"à la tête de\",\"target\":\"al frente de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 112,
+ "source": "ça",
+ "word": [
+ "{\"source\":\"ça\",\"target\":\"esto, eso\"}",
+ "{\"source\":\" ça alors!\",\"target\":\"¡hay que ver!\"}",
+ "{\"source\":\" ça va?\",\"target\":\"¿qué tal?\"}",
+ "{\"source\":\" ça y est\",\"target\":\"ya está\"}",
+ "{\"source\":\"c'est ça!\",\"target\":\"¡eso es!\"}",
+ "{\"source\":\"et avec ça?\",\"target\":\"¿algo más?\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 219,
+ "source": "même",
+ "word": [
+ "{\"source\":\"même\",\"target\":\"mismo, -a\"}",
+ "{\"source\":\"le, la même, les mêmes\",\"target\":\"el mismo, la misma, los mismos, las mismas\"}",
+ "{\"source\":\"moi-même \",\"target\":\"yo mismo, -a\"}",
+ "{\"source\":\"la bonté même \",\"target\":\"la bondad en persona\"}",
+ "{\"source\":\"ce jour même \",\"target\":\"hoy mismo\"}",
+ "{\"source\":\"cela revient au même \",\"target\":\"viene a ser lo mismo\"}",
+ "{\"source\":\"en même temps\",\"target\":\"al mismo tiempo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 320,
+ "source": "marin",
+ "word": [
+ "{\"source\":\"marin\",\"target\":\"marino, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 114,
+ "source": "dans",
+ "word": [
+ "{\"source\":\"dans (lieu)\",\"target\":\"en\"}",
+ "{\"source\":\"dans (direction)\",\"target\":\"a\"}",
+ "{\"source\":\" dans la rue (sans mouvement)\",\"target\":\"en la calle\"}",
+ "{\"source\":\" dans la rue (mouvement)\",\"target\":\"por la calle\"}",
+ "{\"source\":\" dans Molière\",\"target\":\"en Molière\"}",
+ "{\"source\":\"être dans le commerce fig \",\"target\":\"dedicarse al comercio\"}",
+ "{\"source\":\"boire dans un verre\",\"target\":\"beber en [o de] un vaso\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 115,
+ "source": "jour",
+ "word": [
+ "{\"source\":\"jour\",\"target\":\"día m \"}",
+ "{\"source\":\"jour (lumière)\",\"target\":\"claridad f \"}",
+ "{\"source\":\"jour (ouverture)\",\"target\":\"vano m \"}",
+ "{\"source\":\" jour de l'an\",\"target\":\"día m de año nuevo\"}",
+ "{\"source\":\"le jour ou de jour \",\"target\":\"de día\"}",
+ "{\"source\":\"un jour \",\"target\":\"un día\"}",
+ "{\"source\":\"vivre au jour le jour \",\"target\":\"vivir al día\"}",
+ "{\"source\":\"au grand jour \",\"target\":\"en plena luz\"}",
+ "{\"source\":\"de nos jours\",\"target\":\"en nuestros días\"}",
+ "{\"source\":\"du jour au lendemain\",\"target\":\"de la noche a la mañana\"}",
+ "{\"source\":\"l'autre jour \",\"target\":\"el otro día\"}",
+ "{\"source\":\"être à jour \",\"target\":\"estar al día\"}",
+ "{\"source\":\"mettre à jour \",\"target\":\"poner al día\"}",
+ "{\"source\":\"mettre au jour \",\"target\":\"sacar a luz\"}",
+ "{\"source\":\"se faire jour fig \",\"target\":\"salir a la luz\"}",
+ "{\"source\":\"par jour \",\"target\":\"por día\"}",
+ "{\"source\":\"un jour ou l'autre\",\"target\":\"tarde o temprano, uno de estos días\"}",
+ "{\"source\":\"d'un jour à l'autre ou de jour en jour \",\"target\":\"de un día a otro\"}",
+ "{\"source\":\" jour pour jour \",\"target\":\"el día justo\"}",
+ "{\"source\":\"il fait jour \",\"target\":\"es de día\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 117,
+ "source": "traditionnel",
+ "word": [
+ "{\"source\":\"traditionnel\",\"target\":\"tradicional\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 118,
+ "source": "chat",
+ "word": [
+ "{\"source\":\"chat\",\"target\":\"gato m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 141,
+ "source": "prendre",
+ "word": [
+ "{\"source\":\"prendre\",\"target\":\"tomar, coger\"}",
+ "{\"source\":\"prendre (enlever)\",\"target\":\"quitar, retirar\"}",
+ "{\"source\":\"prendre (emporter, emmener)\",\"target\":\"llevar\"}",
+ "{\"source\":\"prendre (capturer)\",\"target\":\"coger, detener, prender\"}",
+ "{\"source\":\"prendre (surprendre)\",\"target\":\"coger\"}",
+ "{\"source\":\"prendre (ville, chemin)\",\"target\":\"tomar\"}",
+ "{\"source\":\"prendre (attraper)\",\"target\":\"atrapar\"}",
+ "{\"source\":\"prendre (aliments)\",\"target\":\"tomar\"}",
+ "{\"source\":\"prendre (froid)\",\"target\":\"coger\"}",
+ "{\"source\":\"prendre (temps)\",\"target\":\"llevar, necesitar\"}",
+ "{\"source\":\" prendre mal\",\"target\":\"tomar a mal\"}",
+ "{\"source\":\" prendre qn (chez lui)\",\"target\":\"recoger a alg\"}",
+ "{\"source\":\" prendre de l'âge\",\"target\":\"entrar en años\"}",
+ "{\"source\":\" prendre courage\",\"target\":\"cobrar ánimo\"}",
+ "{\"source\":\" prendre l'eau\",\"target\":\"calarse\"}",
+ "{\"source\":\" prendre pour\",\"target\":\"tomar por\"}",
+ "{\"source\":\" prendre au sérieux\",\"target\":\"tomar en serio\"}",
+ "{\"source\":\"à tout prendre \",\"target\":\"en resumidas cuentas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 121,
+ "source": "bonjour",
+ "word": [
+ "{\"source\":\"bonjour\",\"target\":\"buenos días m/pl \"}",
+ "{\"source\":\"bonjour fam \",\"target\":\"saludo m \"}",
+ "{\"source\":\"dire bonjour à qn \",\"target\":\"dar los buenos días a alg\"}",
+ "{\"source\":\"donner le bonjour à qn \",\"target\":\"saludar a alg , enviar un saludo a alg\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 123,
+ "source": "été",
+ "word": [
+ "{\"source\":\"été\",\"target\":\"verano m \"}",
+ "{\"source\":\"en été \",\"target\":\"en verano\"}",
+ "{\"source\":\"l'été indien, l'été de la Saint-Martin\",\"target\":\"el veranillo de San Martín\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 124,
+ "source": "promenade",
+ "word": [
+ "{\"source\":\"promenade\",\"target\":\"paseo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 181,
+ "source": "la",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 126,
+ "source": "croisière",
+ "word": [
+ "{\"source\":\"croisière\",\"target\":\"crucero m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 127,
+ "source": "rápido",
+ "word": [
+ "{\"source\":\"rápido\",\"target\":\"rapide\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 129,
+ "source": "amigo",
+ "word": [
+ "{\"source\":\"amigo\",\"target\":\"ami, -e, amical, -e\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 130,
+ "source": "caliente",
+ "word": [
+ "{\"source\":\"caliente\",\"target\":\"chaud, -e\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 131,
+ "source": "salsa",
+ "word": [
+ "{\"source\":\"salsa\",\"target\":\"sauce f \"}",
+ "{\"source\":\"salsa fig \",\"target\":\"sel m \"}",
+ "{\"source\":\"salsa fig \",\"target\":\"saveur f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 132,
+ "source": "comida",
+ "word": [
+ "{\"source\":\"comida\",\"target\":\"nourriture f \"}",
+ "{\"source\":\"comida (de mediodía)\",\"target\":\"repas m \"}",
+ "{\"source\":\"comida (de mediodía)\",\"target\":\"déjeuner m \"}",
+ "{\"source\":\"comida (cena) Am \",\"target\":\"dîner m \"}",
+ "{\"source\":\" comida casera\",\"target\":\"cuisine f maison\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 133,
+ "source": "salmo",
+ "word": [
+ "{\"source\":\"salmo\",\"target\":\"psaume m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 134,
+ "source": "sinceridad",
+ "word": [
+ "{\"source\":\"sinceridad\",\"target\":\"sincérité f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 220,
+ "source": "le",
+ "word": [
+ "{\"source\":\"le\",\"target\":\"el, la\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 140,
+ "source": "faire",
+ "word": [
+ "{\"source\":\"faire\",\"target\":\"hacer\"}",
+ "{\"source\":\" faire la cuisine\",\"target\":\"preparar la comida\"}",
+ "{\"source\":\" faire jeune\",\"target\":\"parecer joven\"}",
+ "{\"source\":\"elle ne fait que parler\",\"target\":\"habla sin parar, no para de hablar\"}",
+ "{\"source\":\" faire que\",\"target\":\"dar por resultado, tener por consecuencia\"}",
+ "{\"source\":\" faire de la fièvre\",\"target\":\"tener fiebre\"}",
+ "{\"source\":\" faire du tennis\",\"target\":\"jugar al tenis\"}",
+ "{\"source\":\" faire son droit\",\"target\":\"estudiar Derecho\"}",
+ "{\"source\":\" faire le malade\",\"target\":\"fingirse enfermo, hacerse el enfermo\"}",
+ "{\"source\":\" faire un voyage\",\"target\":\"viajar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 142,
+ "source": "laver",
+ "word": [
+ "{\"source\":\"laver\",\"target\":\"lavar\"}",
+ "{\"source\":\"laver (tache)\",\"target\":\"limpiar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 182,
+ "source": "danse",
+ "word": [
+ "{\"source\":\"danse\",\"target\":\"baile m (danse ancienne) danza f \"}",
+ "{\"source\":\" danse classique\",\"target\":\"baile m clásico\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 150,
+ "source": "mais",
+ "word": [
+ "{\"source\":\"mais\",\"target\":\"pero\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 191,
+ "source": "touristique",
+ "word": [
+ "{\"source\":\"touristique\",\"target\":\"turístico, -a\"}",
+ "{\"source\":\"guide touristique \",\"target\":\"guía m turístico\"}",
+ "{\"source\":\"renseignements touristiques\",\"target\":\"información f turística\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 192,
+ "source": "plat",
+ "word": [
+ "{\"source\":\"plat\",\"target\":\"llano, -a, liso, -a\"}",
+ "{\"source\":\"plat (cheveux)\",\"target\":\"liso, -a, lacio, -a\"}",
+ "{\"source\":\"plat (style)\",\"target\":\"soso, -a\"}",
+ "{\"source\":\"plat (eau)\",\"target\":\"sin gas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 193,
+ "source": "connu",
+ "word": [
+ "{\"source\":\"connaître\",\"target\":\"conocido, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 194,
+ "source": "être",
+ "word": [
+ "{\"source\":\"être\",\"target\":\"ser\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 195,
+ "source": "frais",
+ "word": [
+ "{\"source\":\"frais\",\"target\":\"fresco, -a\"}",
+ "{\"source\":\"de fraîche date\",\"target\":\"reciente\"}",
+ "{\"source\":\"servir frais \",\"target\":\"servir fresco\"}",
+ "{\"source\":\"mettre au frais \",\"target\":\"poner en lugar fresco\"}",
+ "{\"source\":\"il fait frais \",\"target\":\"hace fresco\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 196,
+ "source": "varié",
+ "word": [
+ "{\"source\":\"varié\",\"target\":\"variado, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 197,
+ "source": "vue",
+ "word": [
+ "{\"source\":\"vue\",\"target\":\"vista f \"}",
+ "{\"source\":\"vue (regard)\",\"target\":\"mirada f \"}",
+ "{\"source\":\"vue (panorama)\",\"target\":\"vista f \"}",
+ "{\"source\":\"vue PHOT \",\"target\":\"vista f \"}",
+ "{\"source\":\"vue (opinion)\",\"target\":\"punto m de vista, opinión f \"}",
+ "{\"source\":\"à vue d'œil\",\"target\":\"a ojos vistas\"}",
+ "{\"source\":\"à première vue \",\"target\":\"a primera vista\"}",
+ "{\"source\":\"à perte de vue \",\"target\":\"hasta donde alcanza la vista\"}",
+ "{\"source\":\"avoir la vue basse\",\"target\":\"ser corto de vista\"}",
+ "{\"source\":\"point de vue \",\"target\":\"punto m de vista\"}",
+ "{\"source\":\"garder à vue \",\"target\":\"vigilar\"}",
+ "{\"source\":\"en vue \",\"target\":\"a la vista\"}",
+ "{\"source\":\"en vue de (+ su) \",\"target\":\"a la vista de (+ su)\"}",
+ "{\"source\":\"en vue de ((inf)) \",\"target\":\"con vistas a (+ inf)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 198,
+ "source": "esta",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 199,
+ "source": "appétit",
+ "word": [
+ "{\"source\":\"appétit\",\"target\":\"apetito m \"}",
+ "{\"source\":\"bon appétit!\",\"target\":\"¡qué aproveche!, ¡buen provecho!\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 200,
+ "source": "chauffe-plats",
+ "word": [
+ "{\"source\":\"chauffe-plats\",\"target\":\"calientaplatos m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 201,
+ "source": "belle",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 202,
+ "source": "beau",
+ "word": [
+ "{\"source\":\"beau\",\"target\":\"hermoso, -a, bello, -a\"}",
+ "{\"source\":\"beau (personne)\",\"target\":\"guapo, -a\"}",
+ "{\"source\":\"beau (élégant)\",\"target\":\"elegante, bonito, -a\"}",
+ "{\"source\":\"beau (réussi)\",\"target\":\"bueno, -a\"}",
+ "{\"source\":\"il fait beau (temps)\",\"target\":\"hace buen tiempo\"}",
+ "{\"source\":\"il a beau dire (faire)\",\"target\":\"diga lo que diga (haga lo que haga)\"}",
+ "{\"source\":\"l'échapper belle\",\"target\":\"librarse de una buena\"}",
+ "{\"source\":\"bel et bien\",\"target\":\"aunque parezca imposible\"}",
+ "{\"source\":\"de plus belle\",\"target\":\"cada vez más\"}",
+ "{\"source\":\"un beau jour\",\"target\":\"cierto día, un buen día\"}",
+ "{\"source\":\"le beau monde\",\"target\":\"la gente distinguida\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 221,
+ "source": "jusque",
+ "word": [
+ "{\"source\":\"jusqu'à\",\"target\":\"hasta\"}",
+ "{\"source\":\"jusqu'alors\",\"target\":\"hasta entonces\"}",
+ "{\"source\":\"jusqu'à présent\",\"target\":\"hasta ahora\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 222,
+ "source": "pendant",
+ "word": [
+ "{\"source\":\"pendant\",\"target\":\"durante\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 223,
+ "source": "puis",
+ "word": [
+ "{\"source\":\"puis\",\"target\":\"luego, después\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 321,
+ "source": "c'est-à-dire",
+ "word": [
+ "{\"source\":\"c'est-à-dire\",\"target\":\"es decir, o sea\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 203,
+ "source": "tout",
+ "word": [
+ "{\"source\":\"tout\",\"target\":\"todo, -a, cualquier, -a\"}",
+ "{\"source\":\" toute la ville\",\"target\":\"toda la ciudad\"}",
+ "{\"source\":\" toutes les villes\",\"target\":\"todas las ciudades\"}",
+ "{\"source\":\" tout Français\",\"target\":\"todo [o cualquier] francés\"}",
+ "{\"source\":\"tous les deux jours\",\"target\":\"cada dos días\"}",
+ "{\"source\":\"tous les ans\",\"target\":\"todos los años\"}",
+ "{\"source\":\"somme toute\",\"target\":\"en resumen, en suma\"}",
+ "{\"source\":\" tout Paris\",\"target\":\"todo Paris\"}",
+ "{\"source\":\" tout le monde\",\"target\":\"todo el mundo\"}",
+ "{\"source\":\"de tous côtés\",\"target\":\"de todas partes\"}",
+ "{\"source\":\" toutes sortes de\",\"target\":\"toda clase de\"}",
+ "{\"source\":\"faire tout son possible\",\"target\":\"hacer todo lo posible\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 204,
+ "source": "temps",
+ "word": [
+ "{\"source\":\"temps (durée)\",\"target\":\"tiempo m \"}",
+ "{\"source\":\"temps (moment)\",\"target\":\"estación f \"}",
+ "{\"source\":\"temps (moment)\",\"target\":\"época f \"}",
+ "{\"source\":\"temps TECH GRAM MUS \",\"target\":\"tiempo m \"}",
+ "{\"source\":\"mesure à trois temps \",\"target\":\"compás m de tres por cuatro\"}",
+ "{\"source\":\"moteur à deux temps \",\"target\":\"motor m de dos tiempos\"}",
+ "{\"source\":\"à temps \",\"target\":\"a tiempo\"}",
+ "{\"source\":\"de temps à autre, de temps en temps \",\"target\":\"de vez en cuando\"}",
+ "{\"source\":\"(ne pas) avoir le temps \",\"target\":\"(no) tener tiempo\"}",
+ "{\"source\":\"tout le temps \",\"target\":\"todo el tiempo, sin cesar\"}",
+ "{\"source\":\"dans le temps \",\"target\":\"antiguamente\"}",
+ "{\"source\":\"de mon temps \",\"target\":\"en mis tiempos\"}",
+ "{\"source\":\"en tout temps \",\"target\":\"en cualquier momento\"}",
+ "{\"source\":\"il est temps de (+ inf) \",\"target\":\"es el momento de (+ inf)\"}",
+ "{\"source\":\"il est temps que (+ subj) \",\"target\":\"ya es hora que (+ subj)\"}",
+ "{\"source\":\"il est grand temps \",\"target\":\"ya es hora\"}",
+ "{\"source\":\"de tout temps \",\"target\":\"de siempre\"}",
+ "{\"source\":\"en même temps \",\"target\":\"al mismo tiempo\"}",
+ "{\"source\":\"au bon vieux temps \",\"target\":\"en los buenos tiempos\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 205,
+ "source": "dessert",
+ "word": [
+ "{\"source\":\"dessert\",\"target\":\"postre m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 206,
+ "source": "parachute",
+ "word": [
+ "{\"source\":\"parachute\",\"target\":\"paracaídas m (inv)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 208,
+ "source": "dès",
+ "word": [
+ "{\"source\":\"dès\",\"target\":\"desde\"}",
+ "{\"source\":\" dès lors\",\"target\":\"desde entonces\"}",
+ "{\"source\":\" dès lors\",\"target\":\"por lo tanto\"}",
+ "{\"source\":\" dès demain\",\"target\":\"desde [o a partir de] mañana\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 209,
+ "source": "joli",
+ "word": [
+ "{\"source\":\"joli\",\"target\":\"bonito, -a, lindo, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 210,
+ "source": "montagne",
+ "word": [
+ "{\"source\":\"montagne\",\"target\":\"montaña\"}",
+ "{\"source\":\"à la montagne \",\"target\":\"a, en la montaña\"}",
+ "{\"source\":\" montagnes russes\",\"target\":\"montaña f rusa\"}",
+ "{\"source\":\"la haute montagne \",\"target\":\"la alta montaña\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 211,
+ "source": "chercher",
+ "word": [
+ "{\"source\":\"chercher\",\"target\":\"buscar\"}",
+ "{\"source\":\" chercher à (+ inf) \",\"target\":\"procurar (+ inf)\"}",
+ "{\"source\":\"aller chercher \",\"target\":\"(ir a) recoger, traer\"}",
+ "{\"source\":\"venir chercher \",\"target\":\"venir por\"}",
+ "{\"source\":\"envoyer chercher \",\"target\":\"mandar por\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 212,
+ "source": "entreprise",
+ "word": [
+ "{\"source\":\"entreprise\",\"target\":\"empresa f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 213,
+ "source": "pollo",
+ "word": [
+ "{\"source\":\"pollo\",\"target\":\"poussin m \"}",
+ "{\"source\":\"pollo\",\"target\":\"petit m \"}",
+ "{\"source\":\"pollo\",\"target\":\"poulet m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 214,
+ "source": "sport",
+ "word": [
+ "{\"source\":\"sport\",\"target\":\"deporte m \"}",
+ "{\"source\":\"faire du sport \",\"target\":\"practicar [o hacer] deporte\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 215,
+ "source": "lézard",
+ "word": [
+ "{\"source\":\"lézard\",\"target\":\"lagarto m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 216,
+ "source": "moche",
+ "word": [
+ "{\"source\":\"moche (laid)\",\"target\":\"feo, -a\"}",
+ "{\"source\":\"moche (méprisable)\",\"target\":\"desagradable, antipático, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 217,
+ "source": "célébrité",
+ "word": [
+ "{\"source\":\"célébrité\",\"target\":\"celebridad f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 224,
+ "source": "aider",
+ "word": [
+ "{\"source\":\"aider\",\"target\":\"ayudar (qn a alg)\"}",
+ "{\"source\":\" aider à qc \",\"target\":\"ayudar en a/c\"}",
+ "{\"source\":\"s'aider de qc \",\"target\":\"ayudarse de a/c , servirse de a/c\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 225,
+ "source": "avant",
+ "word": [
+ "{\"source\":\"avant\",\"target\":\"antes de, antes que, ante\"}",
+ "{\"source\":\" avant six mois\",\"target\":\"antes de seis meses\"}",
+ "{\"source\":\" avant tout\",\"target\":\"ante todo, antes que nada\"}",
+ "{\"source\":\" avant manger\",\"target\":\"antes de comer\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 226,
+ "source": "lire",
+ "word": [
+ "{\"source\":\"lire\",\"target\":\"leer\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 227,
+ "source": "week-end",
+ "word": [
+ "{\"source\":\"week-end\",\"target\":\"fin m de semana\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 228,
+ "source": "jouer",
+ "word": [
+ "{\"source\":\"jouer\",\"target\":\"jugar\"}",
+ "{\"source\":\"jouer (argent)\",\"target\":\"apostar\"}",
+ "{\"source\":\"jouer (réputation)\",\"target\":\"poner en juego\"}",
+ "{\"source\":\" jouer un tour à qn \",\"target\":\"hacer una jugarreta a alg\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 229,
+ "source": "doux",
+ "word": [
+ "{\"source\":\"doux\",\"target\":\"dulce\"}",
+ "{\"source\":\"doux (temps)\",\"target\":\"templado, -a\"}",
+ "{\"source\":\"doux (personne)\",\"target\":\"amable\"}",
+ "{\"source\":\"doux (au toucher)\",\"target\":\"suave\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 230,
+ "source": "gastronomie",
+ "word": [
+ "{\"source\":\"gastronomie\",\"target\":\"gastronomía f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 231,
+ "source": "asma",
+ "word": [
+ "{\"source\":\"asma\",\"target\":\"asthme m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 232,
+ "source": "tiempo",
+ "word": [
+ "{\"source\":\"tiempo\",\"target\":\"temps m \"}",
+ "{\"source\":\" tiempo libre\",\"target\":\"temps m libre\"}",
+ "{\"source\":\"primer tiempo DEP \",\"target\":\"première mi-temps f \"}",
+ "{\"source\":\"a tiempo \",\"target\":\"à temps\"}",
+ "{\"source\":\"a su tiempo \",\"target\":\"le moment venu\"}",
+ "{\"source\":\"antes de tiempo \",\"target\":\"avant l'heure\"}",
+ "{\"source\":\"con tiempo \",\"target\":\"à temps\"}",
+ "{\"source\":\"de un tiempo a esta parte\",\"target\":\"depuis quelque temps\"}",
+ "{\"source\":\"desde hace mucho tiempo \",\"target\":\"depuis longtemps\"}",
+ "{\"source\":\"hace buen (mal) tiempo \",\"target\":\"il fait beau (mauvais)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 233,
+ "source": "constituer",
+ "word": [
+ "{\"source\":\"constituer\",\"target\":\"constituir\"}",
+ "{\"source\":\"constituer (rente, dot)\",\"target\":\"asignar\"}",
+ "{\"source\":\"se constituer \",\"target\":\"constituirse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 234,
+ "source": "composer",
+ "word": [
+ "{\"source\":\"composer (groupe)\",\"target\":\"formar\"}",
+ "{\"source\":\"composer (mélange)\",\"target\":\"hacer\"}",
+ "{\"source\":\"composer (texte)\",\"target\":\"componer\"}",
+ "{\"source\":\"composer (numéro de téléphone)\",\"target\":\"marcar\"}",
+ "{\"source\":\"composer MUS \",\"target\":\"componer\"}",
+ "{\"source\":\"se composer de\",\"target\":\"componerse de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 235,
+ "source": "catalan",
+ "word": [
+ "{\"source\":\"catalan\",\"target\":\"catalán, -ana\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 236,
+ "source": "chant",
+ "word": [
+ "{\"source\":\"chant\",\"target\":\"canto m (a action de chanter)\"}",
+ "{\"source\":\"chant (d'église)\",\"target\":\"canto m \"}",
+ "{\"source\":\"chant (d'église)\",\"target\":\"cántico m \"}",
+ "{\"source\":\"chant (folklorique)\",\"target\":\"cante m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 237,
+ "source": "farine",
+ "word": [
+ "{\"source\":\"farine\",\"target\":\"harina f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 238,
+ "source": "hiver",
+ "word": [
+ "{\"source\":\"hiver\",\"target\":\"invierno m \"}",
+ "{\"source\":\"en hiver \",\"target\":\"en invierno\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 239,
+ "source": "on",
+ "word": [
+ "{\"source\":\"on\",\"target\":\"uno, se\"}",
+ "{\"source\":\"on fam \",\"target\":\"nosotros\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 257,
+ "source": "milagro",
+ "word": [
+ "{\"source\":\"milagro\",\"target\":\"miracle m \"}",
+ "{\"source\":\"de milagro \",\"target\":\"par miracle\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 258,
+ "source": "chemin",
+ "word": [
+ "{\"source\":\"chemin\",\"target\":\"camino m \"}",
+ "{\"source\":\" chemin de fer\",\"target\":\"ferrocarril m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 241,
+ "source": "de",
+ "word": [
+ "{\"source\":\"de\",\"target\":\"de\"}",
+ "{\"source\":\"la maison de mes parents\",\"target\":\"la casa de mis padres\"}",
+ "{\"source\":\"la maison de mes parents (origine)\",\"target\":\"de\"}",
+ "{\"source\":\"il vient de Paris\",\"target\":\"viene de París\"}",
+ "{\"source\":\"il vient de Paris (matière)\",\"target\":\"de\"}",
+ "{\"source\":\"sac de papier\",\"target\":\"bolsa f de papel\"}",
+ "{\"source\":\" de jour (temps)\",\"target\":\"de día, durante el día\"}",
+ "{\"source\":\" de nos jours\",\"target\":\"en nuestros días\"}",
+ "{\"source\":\"je n'ai pas dormi de la nuit\",\"target\":\"no he dormido en toda la noche\"}",
+ "{\"source\":\" de … à\",\"target\":\"de … a\"}",
+ "{\"source\":\" de peur\",\"target\":\"de [o por] miedo\"}",
+ "{\"source\":\" de force (mode)\",\"target\":\"con fuerza\"}",
+ "{\"source\":\" de plus en plus grand\",\"target\":\"más y más grande, cada día más grande\"}",
+ "{\"source\":\"une planche de 10 cm de large (mesure)\",\"target\":\"una tabla de 10 cm de ancha\"}",
+ "{\"source\":\"une planche de 10 cm de large (devant inf)\",\"target\":\"de, para\"}",
+ "{\"source\":\"cesser de travailler\",\"target\":\"dejar de trabajar\"}",
+ "{\"source\":\"j'ai le temps de manger\",\"target\":\"tengo tiempo para comer\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 243,
+ "source": "chanter",
+ "word": [
+ "{\"source\":\"chanter\",\"target\":\"cantar a fig et coq\"}",
+ "{\"source\":\"chanter (oiseaux)\",\"target\":\"gorjear, trinar\"}",
+ "{\"source\":\" chanter qc \",\"target\":\"cantar a/c\"}",
+ "{\"source\":\"faire chanter qn \",\"target\":\"hacer chantaje a alg\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 245,
+ "source": "manifestation",
+ "word": [
+ "{\"source\":\"manifestation\",\"target\":\"manifestación f (culturelle, sportive)\"}",
+ "{\"source\":\"manifestation (cérémonie)\",\"target\":\"acto m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 246,
+ "source": "il",
+ "word": [
+ "{\"source\":\"il\",\"target\":\"él\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 247,
+ "source": "fait",
+ "word": [
+ "{\"source\":\"fait\",\"target\":\"hecho m \"}",
+ "{\"source\":\"fait (action)\",\"target\":\"obra f \"}",
+ "{\"source\":\"fait (action)\",\"target\":\"manera f de obrar\"}",
+ "{\"source\":\"fait (événement)\",\"target\":\"hecho m \"}",
+ "{\"source\":\"fait (événement)\",\"target\":\"acontecimiento m \"}",
+ "{\"source\":\"au fait [ofɛt] \",\"target\":\"a propósito, por cierto\"}",
+ "{\"source\":\"de fait [dəfɛt] \",\"target\":\"de hecho\"}",
+ "{\"source\":\"de ce fait \",\"target\":\"por esto\"}",
+ "{\"source\":\"en fait [ɑ̃fɛt] \",\"target\":\"en realidad\"}",
+ "{\"source\":\"du fait de\",\"target\":\"debido a, con motivo de\"}",
+ "{\"source\":\"en fait de\",\"target\":\"en materia de, en lo que hace a\"}",
+ "{\"source\":\"tout à fait \",\"target\":\"completamente\"}",
+ "{\"source\":\" faits divers\",\"target\":\"sucesos m/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 248,
+ "source": "chaud",
+ "word": [
+ "{\"source\":\"chaud (eau, etc)\",\"target\":\"caliente\"}",
+ "{\"source\":\"chaud (climat)\",\"target\":\"cálido, -a, caluroso, -a\"}",
+ "{\"source\":\"chaud (ambiance) fig \",\"target\":\"ardiente, apasionado, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 249,
+ "source": "en",
+ "word": [
+ "{\"source\":\"en\",\"target\":\"dans\"}",
+ "{\"source\":\"en\",\"target\":\"en\"}",
+ "{\"source\":\"en\",\"target\":\"à\"}",
+ "{\"source\":\"vivir en México\",\"target\":\"vivre au Mexique\"}",
+ "{\"source\":\"quedarse en su pueblo\",\"target\":\"rester dans son village\"}",
+ "{\"source\":\"trabajar en Francia\",\"target\":\"travailler en France\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 250,
+ "source": "saison",
+ "word": [
+ "{\"source\":\"saison (division de l'année)\",\"target\":\"estación f \"}",
+ "{\"source\":\"saison (tourisme)\",\"target\":\"temporada f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 251,
+ "source": "invierno",
+ "word": [
+ "{\"source\":\"invierno\",\"target\":\"hiver m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 252,
+ "source": "climat",
+ "word": [
+ "{\"source\":\"climat\",\"target\":\"clima m a fig \"}",
+ "{\"source\":\"climat fig \",\"target\":\"ambiente m \"}",
+ "{\"source\":\"climat fig \",\"target\":\"atmósfera f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 253,
+ "source": "qué",
+ "word": [
+ "{\"source\":\"qué\",\"target\":\"que\"}",
+ "{\"source\":\"qué\",\"target\":\"quoi\"}",
+ "{\"source\":\"¡qué!\",\"target\":\"quoi!\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 254,
+ "source": "aimer",
+ "word": [
+ "{\"source\":\"aimer (personne)\",\"target\":\"amar, querer\"}",
+ "{\"source\":\"aimer (objet, activité etc)\",\"target\":\"gustar\"}",
+ "{\"source\":\"elle aime ces rotes\",\"target\":\"le gustan estas vextidos\"}",
+ "{\"source\":\" aimer mieux\",\"target\":\"preferir\"}",
+ "{\"source\":\" aimer faire qc \",\"target\":\"gustar hacer a/c\"}",
+ "{\"source\":\" aimer que (+ subj) \",\"target\":\"gustar que (+ subj)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 255,
+ "source": "costume",
+ "word": [
+ "{\"source\":\"costume\",\"target\":\"traje m \"}",
+ "{\"source\":\"costume (théâtre)\",\"target\":\"vestuario m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 256,
+ "source": "rêve",
+ "word": [
+ "{\"source\":\"rêve\",\"target\":\"sueño m \"}",
+ "{\"source\":\"rêve\",\"target\":\"ensueño m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 259,
+ "source": "máquina",
+ "word": [
+ "{\"source\":\"máquina\",\"target\":\"machine f \"}",
+ "{\"source\":\"máquina FERR \",\"target\":\"locomotive f \"}",
+ "{\"source\":\" máquina de afeitar\",\"target\":\"rasoir m électrique\"}",
+ "{\"source\":\" máquina de coser\",\"target\":\"machine f à coudre\"}",
+ "{\"source\":\" máquina de escribir\",\"target\":\"machine f à écrire\"}",
+ "{\"source\":\" máquina fotográfica\",\"target\":\"appareil m photo\"}",
+ "{\"source\":\" máquina herramienta\",\"target\":\"machine-outil f \"}",
+ "{\"source\":\"a toda máquina \",\"target\":\"à toute vitesse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 260,
+ "source": "partir",
+ "word": [
+ "{\"source\":\"partir\",\"target\":\"partir (à, pour para)\"}",
+ "{\"source\":\"partir SPORT \",\"target\":\"tomar la salida\"}",
+ "{\"source\":\"partir (tache)\",\"target\":\"salir\"}",
+ "{\"source\":\" partir de qc \",\"target\":\"partir de a/c\"}",
+ "{\"source\":\"en partant de\",\"target\":\"partiendo de\"}",
+ "{\"source\":\"à partir de\",\"target\":\"a partir de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 261,
+ "source": "magie",
+ "word": [
+ "{\"source\":\"magie\",\"target\":\"magia f fig (charme) hechizo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 262,
+ "source": "frère",
+ "word": [
+ "{\"source\":\"frère\",\"target\":\"hermano m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 263,
+ "source": "sœur",
+ "word": [
+ "{\"source\":\"sœur\",\"target\":\"hermana f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 264,
+ "source": "salade",
+ "word": [
+ "{\"source\":\"salade\",\"target\":\"ensalada f \"}",
+ "{\"source\":\" salade de fruits\",\"target\":\"macedonia f de frutas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 265,
+ "source": "chaleur",
+ "word": [
+ "{\"source\":\"chaleur\",\"target\":\"calor m \"}",
+ "{\"source\":\"chaleur (impétuosité) fig \",\"target\":\"ardor m \"}",
+ "{\"source\":\"chaleur (cordialité)\",\"target\":\"afectuosidad f \"}",
+ "{\"source\":\"chaleur (cordialité)\",\"target\":\"cordialidad f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 266,
+ "source": "calor",
+ "word": [
+ "{\"source\":\"calor\",\"target\":\"chaleur f tb fig \"}",
+ "{\"source\":\"hace (mucho) calor \",\"target\":\"il fait (très) chaud\"}",
+ "{\"source\":\"entrar en calor \",\"target\":\"se réchauffer\"}",
+ "{\"source\":\"tengo calor \",\"target\":\"j'ai chaud\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 268,
+ "source": "lluvia",
+ "word": [
+ "{\"source\":\"lluvia\",\"target\":\"pluie f \"}",
+ "{\"source\":\" lluvia ácida\",\"target\":\"pluie f acide\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 269,
+ "source": "preuve",
+ "word": [
+ "{\"source\":\"preuve\",\"target\":\"prueba f \"}",
+ "{\"source\":\"faire preuve de courage\",\"target\":\"dar pruebas de valor\"}",
+ "{\"source\":\"comme preuve de\",\"target\":\"como signo [o prueba] de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 270,
+ "source": "pluie",
+ "word": [
+ "{\"source\":\"pluie\",\"target\":\"lluvia f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 271,
+ "source": "carotte",
+ "word": [
+ "{\"source\":\"carotte\",\"target\":\"zanahoria f \"}",
+ "{\"source\":\"poil de carotte \",\"target\":\"pelirrojo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 272,
+ "source": "tempête",
+ "word": [
+ "{\"source\":\"tempête\",\"target\":\"tempestad f \"}",
+ "{\"source\":\"tempête\",\"target\":\"tormenta f a fig \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 294,
+ "source": "fromage",
+ "word": [
+ "{\"source\":\"fromage\",\"target\":\"queso m \"}",
+ "{\"source\":\" fromage blanc\",\"target\":\"requesón m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 273,
+ "source": "va-et-vient",
+ "word": [
+ "{\"source\":\"va-et-vient (pièce mobile)\",\"target\":\"vaivén m \"}",
+ "{\"source\":\"va-et-vient (personnes)\",\"target\":\"idas y venidas f/pl \"}",
+ "{\"source\":\"va-et-vient ÉL \",\"target\":\"conmutador m \"}",
+ "{\"source\":\"va-et-vient ÉL \",\"target\":\"interruptor m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 274,
+ "source": "seulement",
+ "word": [
+ "{\"source\":\"seulement\",\"target\":\"solamente, sólo\"}",
+ "{\"source\":\"seulement (en début de example)\",\"target\":\"pero, sólo que\"}",
+ "{\"source\":\"non seulement … mais encore (ou mais aussi)\",\"target\":\"no sólo … sino tambien\"}",
+ "{\"source\":\"si seulement (+ ind) \",\"target\":\"ojalá (+ subj)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 275,
+ "source": "maïs",
+ "word": [
+ "{\"source\":\"maïs\",\"target\":\"maíz m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 276,
+ "source": "viande",
+ "word": [
+ "{\"source\":\"viande\",\"target\":\"carne f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 277,
+ "source": "como",
+ "word": [
+ "{\"source\":\"como\",\"target\":\"comme\"}",
+ "{\"source\":\"como (en calidad de)\",\"target\":\"en tant que, comme\"}",
+ "{\"source\":\"como (aproximadamente)\",\"target\":\"comme, environ\"}",
+ "{\"source\":\" como quien dice\",\"target\":\"comme qui dirait\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 278,
+ "source": "star",
+ "word": [
+ "{\"source\":\"star\",\"target\":\"estrella f del cine\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 279,
+ "source": "ce",
+ "word": [
+ "{\"source\":\"ce\",\"target\":\"este, esta, estos, estas\"}",
+ "{\"source\":\"ce\",\"target\":\"ese, esa, esos, esas\"}",
+ "{\"source\":\"ce\",\"target\":\"aquel, aquella, aquellos, aquellas\"}",
+ "{\"source\":\" ce matin\",\"target\":\"esta mañana\"}",
+ "{\"source\":\"donne-moi ce stylo\",\"target\":\"dame ese bolígrafo\"}",
+ "{\"source\":\" cette vieille chanson que nous chantions autrefois\",\"target\":\"aquella canción que solíamos cantar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 280,
+ "source": "ils",
+ "word": [
+ "{\"source\":\"ils\",\"target\":\"ellos\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 282,
+ "source": "que",
+ "word": [
+ "{\"source\":\"que\",\"target\":\"que\"}",
+ "{\"source\":\"que\",\"target\":\"a quien, al (a la) que, al (a la) cual\"}",
+ "{\"source\":\"imbécile que tu es!\",\"target\":\"¡eres imbécil!\"}",
+ "{\"source\":\"ce que \",\"target\":\"lo que\"}",
+ "{\"source\":\"je sais ce qu'il veut\",\"target\":\"sé lo que quiere\"}",
+ "{\"source\":\" que je sache\",\"target\":\"que (yo) sepa\"}",
+ "{\"source\":\"je ne sais que dire\",\"target\":\"no sé (lo) que decir\"}",
+ "{\"source\":\"coûte que coûte\",\"target\":\"cueste lo que cueste\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 283,
+ "source": "aller",
+ "word": [
+ "{\"source\":\"aller (à pied)\",\"target\":\"ir\"}",
+ "{\"source\":\"aller (véhicule, voyage)\",\"target\":\"ir, viajar\"}",
+ "{\"source\":\" aller à cheval\",\"target\":\"ir [o montar] a caballo\"}",
+ "{\"source\":\" aller en voiture\",\"target\":\"ir en coche\"}",
+ "{\"source\":\" aller à (ou en) bicyclette\",\"target\":\"ir en bicicleta\"}",
+ "{\"source\":\"je vais partir\",\"target\":\"me voy a ir\"}",
+ "{\"source\":\"j'allais dire\",\"target\":\"iba a decir, quería decir\"}",
+ "{\"source\":\" aller chercher\",\"target\":\"ir a buscar\"}",
+ "{\"source\":\" aller voir qn \",\"target\":\"ir a ver a alg\"}",
+ "{\"source\":\"comment allez-vous?\",\"target\":\"¿cómo está usted?\"}",
+ "{\"source\":\"je vais bien\",\"target\":\"me va bien\"}",
+ "{\"source\":\" aller bien avec\",\"target\":\"ir bien con, pegar con\"}",
+ "{\"source\":\"cela me va (projet, proposition)\",\"target\":\"esto me gusta [o me conviene]\"}",
+ "{\"source\":\"il y va de\",\"target\":\"se trata de\"}",
+ "{\"source\":\"on y va! fam \",\"target\":\"voy en seguida\"}",
+ "{\"source\":\"il va sans dire\",\"target\":\"ni que decir tiene\"}",
+ "{\"source\":\"allez!\",\"target\":\"¡vamos!\"}",
+ "{\"source\":\"allons!\",\"target\":\"¡adelante!\"}",
+ "{\"source\":\"allons donc!\",\"target\":\"¡anda!, ¡no es posible!\"}",
+ "{\"source\":\"s'en aller \",\"target\":\"irse, marcharse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 286,
+ "source": "originaire",
+ "word": [
+ "{\"source\":\"originaire\",\"target\":\"originario, -a\"}",
+ "{\"source\":\"être originaire de\",\"target\":\"ser oriundo, -a de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 287,
+ "source": "venir",
+ "word": [
+ "{\"source\":\"venir\",\"target\":\"venir\"}",
+ "{\"source\":\"venir (origine)\",\"target\":\"venir, proceder\"}",
+ "{\"source\":\"venir (hauteur, étendue)\",\"target\":\"llegar\"}",
+ "{\"source\":\"à venir \",\"target\":\"venidero\"}",
+ "{\"source\":\"en venir à qc \",\"target\":\"venir a, llegar a a/c\"}",
+ "{\"source\":\"en venir à croire que\",\"target\":\"llegar a creer que\"}",
+ "{\"source\":\"en venir aux mains\",\"target\":\"llegar a las manos\"}",
+ "{\"source\":\"où veut-il en venir?\",\"target\":\"¿a dónde quiere ir a parar?\"}",
+ "{\"source\":\" venir de faire qc \",\"target\":\"acabar de hacer a/c\"}",
+ "{\"source\":\" venir à dire\",\"target\":\"llegar a decir\"}",
+ "{\"source\":\" venir voir qn \",\"target\":\"visitar a alg\"}",
+ "{\"source\":\" venir chercher, venir prendre\",\"target\":\"venir a buscar, a recoger\"}",
+ "{\"source\":\"faire venir (médecin)\",\"target\":\"llamar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 288,
+ "source": "manger",
+ "word": [
+ "{\"source\":\"manger\",\"target\":\"comer\"}",
+ "{\"source\":\"manger (argent)\",\"target\":\"gastar, consumir\"}",
+ "{\"source\":\"manger (mots)\",\"target\":\"comerse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 289,
+ "source": "nourriture",
+ "word": [
+ "{\"source\":\"nourriture\",\"target\":\"alimento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 290,
+ "source": "el",
+ "word": [
+ "{\"source\":\"el\",\"target\":\"le\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 292,
+ "source": "gastronomique",
+ "word": [
+ "{\"source\":\"gastronomique\",\"target\":\"gastronómico, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 443,
+ "source": "garbanzo",
+ "word": [
+ "{\"source\":\"garbanzo\",\"target\":\"pois m chiche\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 296,
+ "source": "grille",
+ "word": [
+ "{\"source\":\"grille\",\"target\":\"reja f \"}",
+ "{\"source\":\"grille (four)\",\"target\":\"parrilla f \"}",
+ "{\"source\":\"grille (tableau)\",\"target\":\"tabla f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 297,
+ "source": "avec",
+ "word": [
+ "{\"source\":\"avec\",\"target\":\"con\"}",
+ "{\"source\":\"et avec cela\",\"target\":\"y sin embargo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 298,
+ "source": "gastronomía",
+ "word": [
+ "{\"source\":\"gastronomía\",\"target\":\"gastronomie f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 299,
+ "source": "ris",
+ "word": [
+ "{\"source\":\" ris de veau GASTR \",\"target\":\"molleja f de ternera\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 300,
+ "source": "mélange",
+ "word": [
+ "{\"source\":\"mélange\",\"target\":\"mezcla f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 301,
+ "source": "fève",
+ "word": [
+ "{\"source\":\"fève\",\"target\":\"haba f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 322,
+ "source": "spécialité",
+ "word": [
+ "{\"source\":\"spécialité\",\"target\":\"especialidad f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 303,
+ "source": "moudre",
+ "word": [
+ "{\"source\":\"moudre\",\"target\":\"moler\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 305,
+ "source": "parrilla",
+ "word": [
+ "{\"source\":\"parrilla\",\"target\":\"gril m \"}",
+ "{\"source\":\"parrilla (restaurante)\",\"target\":\"grill m \"}",
+ "{\"source\":\"a la parrilla \",\"target\":\"sur le gril\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 306,
+ "source": "est",
+ "word": [
+ "{\"source\":\"est\",\"target\":\"este m \"}",
+ "{\"source\":\"à l'est de\",\"target\":\"al este de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 307,
+ "source": "surf",
+ "word": [
+ "{\"source\":\"surf\",\"target\":\"surf m \"}",
+ "{\"source\":\" surf des neiges\",\"target\":\"snowboard m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 308,
+ "source": "lutte",
+ "word": [
+ "{\"source\":\"lutte\",\"target\":\"lucha f a fig \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 309,
+ "source": "pratiquer",
+ "word": [
+ "{\"source\":\"pratiquer\",\"target\":\"practicar\"}",
+ "{\"source\":\"pratiquer (profession)\",\"target\":\"ejercer, practicar\"}",
+ "{\"source\":\"pratiquer (méthode, technique)\",\"target\":\"poner en práctica\"}",
+ "{\"source\":\"pratiquer (passage, chemin)\",\"target\":\"abrir\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 310,
+ "source": "au-dedans",
+ "word": [
+ "{\"source\":\"au-dedans\",\"target\":\"por dentro, dentro\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 311,
+ "source": "dôme",
+ "word": [
+ "{\"source\":\"dôme\",\"target\":\"cúpula f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 312,
+ "source": "gagner",
+ "word": [
+ "{\"source\":\"gagner (salaire, place, temps)\",\"target\":\"ganar\"}",
+ "{\"source\":\"gagner (réputation)\",\"target\":\"cobrar\"}",
+ "{\"source\":\"gagner (amitié)\",\"target\":\"granjearse\"}",
+ "{\"source\":\"gagner (endroit)\",\"target\":\"alcanzar\"}",
+ "{\"source\":\"gagner (peur, sommeil)\",\"target\":\"apoderarse (qn de alg)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 313,
+ "source": "peut-être",
+ "word": [
+ "{\"source\":\"peut-être\",\"target\":\"quizá, puede ser\"}",
+ "{\"source\":\" peut-être bien\",\"target\":\"es muy posible\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 314,
+ "source": "tomber",
+ "word": [
+ "{\"source\":\"tomber (personne, cheveux)\",\"target\":\"caerse\"}",
+ "{\"source\":\"tomber (avion, livre, dans un certain état)\",\"target\":\"caer\"}",
+ "{\"source\":\" tomber dans la misère\",\"target\":\"caer en la miseria\"}",
+ "{\"source\":\" tomber en ruine\",\"target\":\"desmoronarse\"}",
+ "{\"source\":\" tomber malade\",\"target\":\"ponerse [o caer] enfermo\"}",
+ "{\"source\":\" tomber amoureux\",\"target\":\"enamorarse\"}",
+ "{\"source\":\" tomber en panne\",\"target\":\"tener una avería\"}",
+ "{\"source\":\"la nuit tombe\",\"target\":\"cae la noche\"}",
+ "{\"source\":\"faire tomber \",\"target\":\"derribar, tumbar\"}",
+ "{\"source\":\"laisser tomber \",\"target\":\"dejar caer\"}",
+ "{\"source\":\"laisser tomber fig \",\"target\":\"abandonar\"}",
+ "{\"source\":\" tomber sur qn \",\"target\":\"arrojarse sobre alg\"}",
+ "{\"source\":\" tomber sur qn (rencontrer)\",\"target\":\"encontrarse a alg\"}",
+ "{\"source\":\" tomber juste\",\"target\":\"acertar\"}",
+ "{\"source\":\"je suis bien tombé\",\"target\":\"he llegado en el momento oportuno\"}",
+ "{\"source\":\"ça tombe bien\",\"target\":\"eso viene bien [o al dedillo]\"}",
+ "{\"source\":\" tomber d'accord\",\"target\":\"ponerse de acuerdo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 315,
+ "source": "adversaire",
+ "word": [
+ "{\"source\":\"adversaire\",\"target\":\"adversario, -a m, f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 316,
+ "source": "chameau",
+ "word": [
+ "{\"source\":\"chameau\",\"target\":\"camello m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 317,
+ "source": "plonger",
+ "word": [
+ "{\"source\":\"plonger\",\"target\":\"zambullirse, bucear, saltar (desde el trampolín)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 444,
+ "source": "avena",
+ "word": [
+ "{\"source\":\"avena\",\"target\":\"avoine f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 528,
+ "source": "kiwi",
+ "word": [
+ "{\"source\":\"kiwi\",\"target\":\"kiwi m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 318,
+ "source": "sous",
+ "word": [
+ "{\"source\":\"sous\",\"target\":\"bajo, debajo de\"}",
+ "{\"source\":\" sous la main\",\"target\":\"a mano\"}",
+ "{\"source\":\" sous terre\",\"target\":\"bajo tierra\"}",
+ "{\"source\":\" sous peine d'amende\",\"target\":\"bajo pena f de multa\"}",
+ "{\"source\":\" sous peu\",\"target\":\"dentro de poco\"}",
+ "{\"source\":\" sous prétexte de (+ inf) \",\"target\":\"so [o con el] pretexto de (+ inf)\"}",
+ "{\"source\":\" sous forme de\",\"target\":\"con forma de\"}",
+ "{\"source\":\" sous mes yeux\",\"target\":\"ante mis ojos\"}",
+ "{\"source\":\"mettre sous enveloppe\",\"target\":\"meter dentro de un sobre\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 323,
+ "source": "cubain",
+ "word": [
+ "{\"source\":\"cubain\",\"target\":\"cubano, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 324,
+ "source": "langage",
+ "word": [
+ "{\"source\":\"langage\",\"target\":\"lenguaje m \"}",
+ "{\"source\":\" langage de programmation\",\"target\":\"lenguaje m de programación\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 325,
+ "source": "composé",
+ "word": [
+ "{\"source\":\"composé\",\"target\":\"compuesto, -a\"}",
+ "{\"source\":\"composé (air, expression)\",\"target\":\"remilgado, -a, artificial, rebuscado, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 326,
+ "source": "bœuf",
+ "word": [
+ "{\"source\":\"bœuf (mâle castré)\",\"target\":\"buey m \"}",
+ "{\"source\":\"bœuf (bétail)\",\"target\":\"ganado m \"}",
+ "{\"source\":\"bœuf (viande)\",\"target\":\"carne f de vaca\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 328,
+ "source": "plage",
+ "word": [
+ "{\"source\":\"plage\",\"target\":\"playa f \"}",
+ "{\"source\":\" plage arrière AUTO \",\"target\":\"bandeja f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 329,
+ "source": "siffler",
+ "word": [
+ "{\"source\":\"siffler\",\"target\":\"silbar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 330,
+ "source": "ajouter",
+ "word": [
+ "{\"source\":\"ajouter\",\"target\":\"añadir\"}",
+ "{\"source\":\" ajouter foi à qc LITT \",\"target\":\"dar crédito a a/c\"}",
+ "{\"source\":\" ajouter à qc \",\"target\":\"aumentar a/c , agravar a/c\"}",
+ "{\"source\":\"s'ajouter à\",\"target\":\"sumarse a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 331,
+ "source": "désert",
+ "word": [
+ "{\"source\":\"désert\",\"target\":\"desierto, -a, despoblado, -a, desolado, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 332,
+ "source": "base",
+ "word": [
+ "{\"source\":\"base\",\"target\":\"base f a fig \"}",
+ "{\"source\":\"base (édifice)\",\"target\":\"cimiento m a fig \"}",
+ "{\"source\":\"base (édifice)\",\"target\":\"base f \"}",
+ "{\"source\":\"base (d'une science, d'une discussion) fig \",\"target\":\"fundamento m \"}",
+ "{\"source\":\"base (d'une science, d'une discussion) fig \",\"target\":\"base f \"}",
+ "{\"source\":\"base CHIM \",\"target\":\"base f \"}",
+ "{\"source\":\"de base \",\"target\":\"básico\"}",
+ "{\"source\":\"à base de lait\",\"target\":\"a base de leche\"}",
+ "{\"source\":\"être à la base de\",\"target\":\"basarse en\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 333,
+ "source": "tomate",
+ "word": [
+ "{\"source\":\"tomate\",\"target\":\"tomate m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 335,
+ "source": "boudin",
+ "word": [
+ "{\"source\":\"boudin\",\"target\":\"morcilla f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 336,
+ "source": "avocat",
+ "word": [
+ "{\"source\":\"avocat\",\"target\":\"abogado, -a m, f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 337,
+ "source": "religieux",
+ "word": [
+ "{\"source\":\"religieux\",\"target\":\"religioso, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 338,
+ "source": "fête",
+ "word": [
+ "{\"source\":\"fête\",\"target\":\"fiesta f \"}",
+ "{\"source\":\"fête (Saint)\",\"target\":\"Santo m \"}",
+ "{\"source\":\"faire la fête \",\"target\":\"jaranear, estar de juerga\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 339,
+ "source": "centre",
+ "word": [
+ "{\"source\":\"centre\",\"target\":\"centro m \"}",
+ "{\"source\":\"centre\",\"target\":\"medio m \"}",
+ "{\"source\":\"centre\",\"target\":\"mitad f \"}",
+ "{\"source\":\"centre SPORT \",\"target\":\"delantero m centro\"}",
+ "{\"source\":\"centre (football)\",\"target\":\"centro m \"}",
+ "{\"source\":\" centre commercial\",\"target\":\"centro m comercial\"}",
+ "{\"source\":\" centre d'accueil\",\"target\":\"centro m de ayuda\"}",
+ "{\"source\":\" centre industriel\",\"target\":\"centro m (ou polígono m) industrial\"}",
+ "{\"source\":\" centre d'attraction\",\"target\":\"centro (ou punto m) de atracción\"}",
+ "{\"source\":\" centre d'intérêt\",\"target\":\"centro m de interés\"}",
+ "{\"source\":\" centre ville\",\"target\":\"centro m (de la ciudad)\"}",
+ "{\"source\":\"au centre de\",\"target\":\"en el centro de, en medio de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 358,
+ "source": "température",
+ "word": [
+ "{\"source\":\"température\",\"target\":\"temperatura f \"}",
+ "{\"source\":\"avoir de la température \",\"target\":\"tener fiebre\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 529,
+ "source": "jaune",
+ "word": [
+ "{\"source\":\"jaune\",\"target\":\"amarillo, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 530,
+ "source": "fondu",
+ "word": [
+ "{\"source\":\"fondre\",\"target\":\"fundido, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 340,
+ "source": "poisson",
+ "word": [
+ "{\"source\":\"poisson (vivant)\",\"target\":\"pez m \"}",
+ "{\"source\":\"poisson (pêché)\",\"target\":\"pescado m \"}",
+ "{\"source\":\" poisson d'avril\",\"target\":\"inocentada f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 341,
+ "source": "art",
+ "word": [
+ "{\"source\":\"art\",\"target\":\"arte m \"}",
+ "{\"source\":\"avoir l'art de (+ inf) \",\"target\":\"tener la habilidad de\"}",
+ "{\"source\":\" arts décoratifs\",\"target\":\"oficio m artístico\"}",
+ "{\"source\":\" arts appliqués ou industriels\",\"target\":\"artes f/pl aplicadas ou industriales\"}",
+ "{\"source\":\" arts plastiques\",\"target\":\"artes f/pl plásticas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 342,
+ "source": "bateau",
+ "word": [
+ "{\"source\":\"bateau\",\"target\":\"barco m \"}",
+ "{\"source\":\"bateau\",\"target\":\"bote m \"}",
+ "{\"source\":\"faire du bateau \",\"target\":\"practicar la navegación\"}",
+ "{\"source\":\"faire du bateau (faire du yachting)\",\"target\":\"practicar la vela\"}",
+ "{\"source\":\"faire du bateau (ramer)\",\"target\":\"practicar el remo, remar\"}",
+ "{\"source\":\"mener qn en bateau fig \",\"target\":\"embaucar a alg\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 343,
+ "source": "lieu",
+ "word": [
+ "{\"source\":\"lieu\",\"target\":\"lugar m \"}",
+ "{\"source\":\" lieux\",\"target\":\"sitio m \"}",
+ "{\"source\":\" lieux (de résidence)\",\"target\":\"casa f \"}",
+ "{\"source\":\" lieux (de résidence)\",\"target\":\"propiedad f \"}",
+ "{\"source\":\" lieux JUR \",\"target\":\"lugar del crimen\"}",
+ "{\"source\":\"au lieu de\",\"target\":\"en lugar de\"}",
+ "{\"source\":\"avoir lieu \",\"target\":\"tener lugar, ocurrir\"}",
+ "{\"source\":\"avoir lieu de\",\"target\":\"tener motivos para\"}",
+ "{\"source\":\"donner lieu à\",\"target\":\"dar lugar a\"}",
+ "{\"source\":\"en premier lieu \",\"target\":\"en primer lugar\"}",
+ "{\"source\":\"en dernier lieu \",\"target\":\"en último lugar, en último término\"}",
+ "{\"source\":\" lieu de destination\",\"target\":\"lugar de destino\"}",
+ "{\"source\":\"il y a lieu de faire qc \",\"target\":\"hay motivos para hacer a/c , es oportuno hacer a/c\"}",
+ "{\"source\":\"s'il y a lieu \",\"target\":\"si procede\"}",
+ "{\"source\":\"tenir lieu de qc \",\"target\":\"hacer las veces de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 344,
+ "source": "et",
+ "word": [
+ "{\"source\":\"et\",\"target\":\"y\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 345,
+ "source": "sauce",
+ "word": [
+ "{\"source\":\"sauce\",\"target\":\"salsa f \"}",
+ "{\"source\":\" sauce tomate\",\"target\":\"salsa f de tomate\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 346,
+ "source": "bouillon",
+ "word": [
+ "{\"source\":\"bouillon (bulle)\",\"target\":\"borbotón m \"}",
+ "{\"source\":\"bouillon (aliment liquide)\",\"target\":\"caldo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 347,
+ "source": "ail",
+ "word": [
+ "{\"source\":\"ail\",\"target\":\"ajo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 348,
+ "source": "grâce",
+ "word": [
+ "{\"source\":\"grâce REL (charme)\",\"target\":\"gracia f \"}",
+ "{\"source\":\"grâce (bienveillance)\",\"target\":\"favor m \"}",
+ "{\"source\":\"grâce JUR \",\"target\":\"indulto m \"}",
+ "{\"source\":\"grâce (remerciement)\",\"target\":\"gracias f/pl \"}",
+ "{\"source\":\"de bonne (mauvaise) grâce \",\"target\":\"de buena (mala) gracia\"}",
+ "{\"source\":\"coup de grâce \",\"target\":\"golpe m de gracia\"}",
+ "{\"source\":\"faire grâce à qn de qc \",\"target\":\"perdonar a/c a alg\"}",
+ "{\"source\":\"rendre grâce à qn \",\"target\":\"dar las gracias a alg\"}",
+ "{\"source\":\" grâce à Dieu!\",\"target\":\"gracias a Dios!\"}",
+ "{\"source\":\" grâce à\",\"target\":\"gracias a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 349,
+ "source": "poivrer",
+ "word": [
+ "{\"source\":\"poivrer\",\"target\":\"sazonar con pimienta\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 350,
+ "source": "épicer",
+ "word": [
+ "{\"source\":\"épicer\",\"target\":\"condimentar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 351,
+ "source": "cumin",
+ "word": [
+ "{\"source\":\"cumin\",\"target\":\"comino m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 352,
+ "source": "huile",
+ "word": [
+ "{\"source\":\"huile\",\"target\":\"aceite m \"}",
+ "{\"source\":\" huile solaire\",\"target\":\"aceite m solar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 353,
+ "source": "parc",
+ "word": [
+ "{\"source\":\"parc\",\"target\":\"parque m \"}",
+ "{\"source\":\"parc (de moutons)\",\"target\":\"redil m \"}",
+ "{\"source\":\" parc de stationnement\",\"target\":\"estacionamiento m \"}",
+ "{\"source\":\" parc de stationnement\",\"target\":\"aparcamiento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 354,
+ "source": "aquatique",
+ "word": [
+ "{\"source\":\"aquatique\",\"target\":\"acuático, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 355,
+ "source": "elle(s)",
+ "word": [
+ "{\"source\":\"elle(s)\",\"target\":\"ella(s)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 357,
+ "source": "île",
+ "word": [
+ "{\"source\":\"île\",\"target\":\"isla f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 360,
+ "source": "découvrir",
+ "word": [
+ "{\"source\":\"découvrir\",\"target\":\"destapar, descubrir\"}",
+ "{\"source\":\"découvrir (trouver)\",\"target\":\"descubrir\"}",
+ "{\"source\":\" découvrir que\",\"target\":\"descubrir que\"}",
+ "{\"source\":\"se découvrir (personne)\",\"target\":\"descubrirse\"}",
+ "{\"source\":\"se découvrir (ôter son chapeau)\",\"target\":\"quitarse el sombrero\"}",
+ "{\"source\":\"se découvrir (temps)\",\"target\":\"despejarse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 361,
+ "source": "célèbre",
+ "word": [
+ "{\"source\":\"célèbre\",\"target\":\"célebre\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 362,
+ "source": "nouveau",
+ "word": [
+ "{\"source\":\"nouveau\",\"target\":\"nuevo, -a\"}",
+ "{\"source\":\"rien de nouveau \",\"target\":\"nada nuevo\"}",
+ "{\"source\":\"de ou à nouveau \",\"target\":\"de nuevo\"}",
+ "{\"source\":\"Nouvel An\",\"target\":\"Año m Nuevo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 363,
+ "source": "te",
+ "word": [
+ "{\"source\":\"te\",\"target\":\"te\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 365,
+ "source": "rafraîchir",
+ "word": [
+ "{\"source\":\"rafraîchir (visage, mémoire)\",\"target\":\"refrescar\"}",
+ "{\"source\":\"rafraîchir (boisson)\",\"target\":\"enfriar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 366,
+ "source": "confit",
+ "word": [
+ "{\"source\":\"confit (fruits)\",\"target\":\"escarchado, -a\"}",
+ "{\"source\":\"confit (dans du sucre)\",\"target\":\"confitado, -a\"}",
+ "{\"source\":\"confit (dans du vinaigre)\",\"target\":\"encurtido, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 367,
+ "source": "sucré",
+ "word": [
+ "{\"source\":\"sucré\",\"target\":\"dulce\"}",
+ "{\"source\":\"sucré (au sucre)\",\"target\":\"azucarado, -a\"}",
+ "{\"source\":\"sucré péj \",\"target\":\"dulzón, -ona\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 368,
+ "source": "ou",
+ "word": [
+ "{\"source\":\"ou\",\"target\":\"o (devant un mot commençant par o: u)\"}",
+ "{\"source\":\" ou bien\",\"target\":\"o bien\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 370,
+ "source": "pour",
+ "word": [
+ "{\"source\":\"pour\",\"target\":\"para\"}",
+ "{\"source\":\" pour moi\",\"target\":\"para mí\"}",
+ "{\"source\":\"être pour qc \",\"target\":\"ser para a/c\"}",
+ "{\"source\":\"avoir une correspondance pour \",\"target\":\"tener correspondencia para\"}",
+ "{\"source\":\"partir pour \",\"target\":\"salir para\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 371,
+ "source": "béat",
+ "word": [
+ "{\"source\":\"béat\",\"target\":\"beato, -a\"}",
+ "{\"source\":\"béat péj \",\"target\":\"bobo, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 372,
+ "source": "parler",
+ "word": [
+ "{\"source\":\"parler\",\"target\":\"hablar (à qn ou avec qn a alg ou con alg)\"}",
+ "{\"source\":\" parler de qc \",\"target\":\"hablar de a/c\"}",
+ "{\"source\":\" parler affaires\",\"target\":\"hablar de negocios\"}",
+ "{\"source\":\" parler (l')espagnol\",\"target\":\"hablar (el) espa�ol\"}",
+ "{\"source\":\" parler boutique\",\"target\":\"hablar de asuntos profesionales\"}",
+ "{\"source\":\"sans parler de\",\"target\":\"sin hablar de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 373,
+ "source": "beauté",
+ "word": [
+ "{\"source\":\"beauté\",\"target\":\"belleza f \"}",
+ "{\"source\":\"beauté\",\"target\":\"hermosura f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 374,
+ "source": "naturel",
+ "word": [
+ "{\"source\":\"naturel\",\"target\":\"natural\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 375,
+ "source": "concombre",
+ "word": [
+ "{\"source\":\"concombre\",\"target\":\"pepino m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 376,
+ "source": "ventaja",
+ "word": [
+ "{\"source\":\"ventaja\",\"target\":\"avantage m \"}",
+ "{\"source\":\" ventaja fiscal\",\"target\":\"avantage m fiscal\"}",
+ "{\"source\":\"llevar ventaja a alg \",\"target\":\"l'emporter sur qn\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 423,
+ "source": "voir",
+ "word": [
+ "{\"source\":\"voir\",\"target\":\"ver, mirar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 424,
+ "source": "dauphin",
+ "word": [
+ "{\"source\":\"dauphin\",\"target\":\"delfín m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 377,
+ "source": "baleine",
+ "word": [
+ "{\"source\":\"baleine ZO \",\"target\":\"ballena f \"}",
+ "{\"source\":\"baleine (parapluie)\",\"target\":\"varilla f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 532,
+ "source": "accompagnement",
+ "word": [
+ "{\"source\":\"accompagnement\",\"target\":\"acompañamiento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 378,
+ "source": "raison",
+ "word": [
+ "{\"source\":\"raison\",\"target\":\"razón f \"}",
+ "{\"source\":\"avoir raison \",\"target\":\"tener razón\"}",
+ "{\"source\":\"avoir raison de qn \",\"target\":\"vencer a, tener ventaja sobre alg\"}",
+ "{\"source\":\"avoir raison de qc \",\"target\":\"dominar, controlar a/c\"}",
+ "{\"source\":\"à raison de\",\"target\":\"a razón de\"}",
+ "{\"source\":\"à plus forte raison \",\"target\":\"con mayor razón\"}",
+ "{\"source\":\"en raison de\",\"target\":\"con motivo de\"}",
+ "{\"source\":\" raison d'être\",\"target\":\"razón f de ser\"}",
+ "{\"source\":\" raison d'État\",\"target\":\"razón f de Estado\"}",
+ "{\"source\":\"pour cette raison \",\"target\":\"por esta razón\"}",
+ "{\"source\":\" raison sociale\",\"target\":\"razón f social\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 379,
+ "source": "animal",
+ "word": [
+ "{\"source\":\"animal\",\"target\":\"animal m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 380,
+ "source": "un",
+ "word": [
+ "{\"source\":\"un\",\"target\":\"un(o), una\"}",
+ "{\"source\":\"le un \",\"target\":\"el uno\"}",
+ "{\"source\":\" un à un \",\"target\":\"uno a uno\"}",
+ "{\"source\":\" un sur trois\",\"target\":\"uno de cada tres\"}",
+ "{\"source\":\"à la une (journal)\",\"target\":\"en la primera página\"}",
+ "{\"source\":\"c'est tout un \",\"target\":\"es lo mismo [o la misma cosa]\"}",
+ "{\"source\":\"l'un, l'une\",\"target\":\"uno, una\"}",
+ "{\"source\":\"les uns, les unes\",\"target\":\"unos, unas\"}",
+ "{\"source\":\"l'un l'autre (les uns les autres)\",\"target\":\"uno a otro (unos a otros), mutuamente, recíprocamente\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 382,
+ "source": "se",
+ "word": [
+ "{\"source\":\"se\",\"target\":\"se\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 383,
+ "source": "ceux",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 384,
+ "source": "canari",
+ "word": [
+ "{\"source\":\"canari\",\"target\":\"canario m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 386,
+ "source": "aussi",
+ "word": [
+ "{\"source\":\"aussi\",\"target\":\"también\"}",
+ "{\"source\":\"il est aussi grand que moi\",\"target\":\"es tan grande como yo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 476,
+ "source": "acteur",
+ "word": [
+ "{\"source\":\"acteur\",\"target\":\"actor m \"}",
+ "{\"source\":\"acteur\",\"target\":\"actriz f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 390,
+ "source": "pomme",
+ "word": [
+ "{\"source\":\"pomme\",\"target\":\"manzana f \"}",
+ "{\"source\":\" pomme de pin\",\"target\":\"piña f \"}",
+ "{\"source\":\" pomme de terre\",\"target\":\"patata f \"}",
+ "{\"source\":\" pomme d'Adam ANAT \",\"target\":\"nuez f \"}",
+ "{\"source\":\"tomber dans les pommes fam \",\"target\":\"dar un patatús, desmayarse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 391,
+ "source": "paysage",
+ "word": [
+ "{\"source\":\"paysage\",\"target\":\"paisaje m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 392,
+ "source": "froid",
+ "word": [
+ "{\"source\":\"froid\",\"target\":\"frío, -a a fig \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 393,
+ "source": "poulet",
+ "word": [
+ "{\"source\":\"poulet\",\"target\":\"pollo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 397,
+ "source": "dar",
+ "word": [
+ "{\"source\":\"dar\",\"target\":\"donner\"}",
+ "{\"source\":\" dar miedo, gusto\",\"target\":\"faire peur, plaisir\"}",
+ "{\"source\":\" dar suspiros\",\"target\":\"pousser des soupirs\"}",
+ "{\"source\":\" dar un paseo\",\"target\":\"faire une promenade\"}",
+ "{\"source\":\" dar recuerdos\",\"target\":\"donner (o transmettre) le bonjour\"}",
+ "{\"source\":\" dar el pésame\",\"target\":\"présenter ses condoléances\"}",
+ "{\"source\":\"dan las cinco\",\"target\":\"cinq heures sonnent\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 467,
+ "source": "entre",
+ "word": [
+ "{\"source\":\"entre\",\"target\":\"entre\"}",
+ "{\"source\":\" entre les mains de qn fig \",\"target\":\"entre las manos de alg\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 398,
+ "source": "mer",
+ "word": [
+ "{\"source\":\"mer\",\"target\":\"mar m \"}",
+ "{\"source\":\"en mer \",\"target\":\"en el mar\"}",
+ "{\"source\":\"par mer \",\"target\":\"por mar\"}",
+ "{\"source\":\"prendre la mer \",\"target\":\"hacerse a la mar, zarpar\"}",
+ "{\"source\":\"mal de mer \",\"target\":\"mareo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 399,
+ "source": "canoë",
+ "word": [
+ "{\"source\":\"canoë\",\"target\":\"canoa f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 401,
+ "source": "pousse",
+ "word": [
+ "{\"source\":\"pousse\",\"target\":\"brote m \"}",
+ "{\"source\":\"pousse\",\"target\":\"retoño m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 402,
+ "source": "mort",
+ "word": [
+ "{\"source\":\"mort\",\"target\":\"muerte f a fig \"}",
+ "{\"source\":\"à mort \",\"target\":\"a muerte\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 403,
+ "source": "banane",
+ "word": [
+ "{\"source\":\"banane\",\"target\":\"plátano m Am banana f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 404,
+ "source": "mangue",
+ "word": [
+ "{\"source\":\"mangue\",\"target\":\"mango m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 405,
+ "source": "environ",
+ "word": [
+ "{\"source\":\"environ\",\"target\":\"alrededor de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 406,
+ "source": "prix",
+ "word": [
+ "{\"source\":\"prix\",\"target\":\"precio m \"}",
+ "{\"source\":\"prix (récompense)\",\"target\":\"premio m \"}",
+ "{\"source\":\"prix (valeur)\",\"target\":\"valor m \"}",
+ "{\"source\":\" prix de revient\",\"target\":\"precio m de coste\"}",
+ "{\"source\":\" prix brut\",\"target\":\"precio m bruto\"}",
+ "{\"source\":\"de prix \",\"target\":\"de valor\"}",
+ "{\"source\":\"à tout prix \",\"target\":\"a cualquier precio\"}",
+ "{\"source\":\"à aucun prix \",\"target\":\"por nada del mundo\"}",
+ "{\"source\":\"au prix fort\",\"target\":\"a precio fuerte\"}",
+ "{\"source\":\"hors de prix \",\"target\":\"exorbitante, prohibitivo\"}",
+ "{\"source\":\"au prix de\",\"target\":\"al precio de, a costa de\"}",
+ "{\"source\":\" prix Nobel\",\"target\":\"premio m Nobel\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 407,
+ "source": "hôtel",
+ "word": [
+ "{\"source\":\"hôtel\",\"target\":\"hotel m \"}",
+ "{\"source\":\" hôtel (particulier)\",\"target\":\"palacete m \"}",
+ "{\"source\":\" hôtel de ville\",\"target\":\"ayuntamiento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 408,
+ "source": "océan",
+ "word": [
+ "{\"source\":\"océan\",\"target\":\"océano m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 409,
+ "source": "visiteur",
+ "word": [
+ "{\"source\":\"visiteur (d'un lieu)\",\"target\":\"visitante m/f \"}",
+ "{\"source\":\"visiteur (personne qui rend visite à qn)\",\"target\":\"visita f \"}",
+ "{\"source\":\"visiteur (médical)\",\"target\":\"visitador m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 411,
+ "source": "carnaval",
+ "word": [
+ "{\"source\":\"carnaval\",\"target\":\"carnaval m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 412,
+ "source": "attirer",
+ "word": [
+ "{\"source\":\"attirer\",\"target\":\"atraer\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 413,
+ "source": "sûrement",
+ "word": [
+ "{\"source\":\"sûrement\",\"target\":\"con seguridad, seguramente\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 414,
+ "source": "par",
+ "word": [
+ "{\"source\":\"par\",\"target\":\"por\"}",
+ "{\"source\":\" par la porte, par la fenêtre\",\"target\":\"por la puerta, por la ventana\"}",
+ "{\"source\":\"passer par Paris\",\"target\":\"pasar por París\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 415,
+ "source": "ensoleillé",
+ "word": [
+ "{\"source\":\"ensoleillé\",\"target\":\"soleado, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 416,
+ "source": "météo",
+ "word": [
+ "{\"source\":\"météo\",\"target\":\"meteorología f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 417,
+ "source": "jamais",
+ "word": [
+ "{\"source\":\"à jamais \",\"target\":\"para siempre\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 418,
+ "source": "comparer",
+ "word": [
+ "{\"source\":\"comparer\",\"target\":\"comparar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 420,
+ "source": "France",
+ "word": [
+ "{\"source\":\"la France \",\"target\":\"Francia f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 421,
+ "source": "pilote",
+ "word": [
+ "{\"source\":\"pilote MAR \",\"target\":\"práctico m \"}",
+ "{\"source\":\"pilote AVIAT AUTO \",\"target\":\"piloto m \"}",
+ "{\"source\":\" pilote automatique\",\"target\":\"piloto m automático\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 422,
+ "source": "qui",
+ "word": [
+ "{\"source\":\"qui\",\"target\":\"quién, quiénes\"}",
+ "{\"source\":\" qui est-ce qui?\",\"target\":\"¿quién?, ¿quién es quién?\"}",
+ "{\"source\":\" qui est-ce que?\",\"target\":\"¿a quién?\"}",
+ "{\"source\":\"qu'est-ce qui?\",\"target\":\"¿qué?\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 429,
+ "source": "tortue",
+ "word": [
+ "{\"source\":\"tortue\",\"target\":\"tortuga f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 430,
+ "source": "reptile",
+ "word": [
+ "{\"source\":\"reptile\",\"target\":\"reptil m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 431,
+ "source": "vivant",
+ "word": [
+ "{\"source\":\"vivant\",\"target\":\"vivo, -a\"}",
+ "{\"source\":\"langues vivantes\",\"target\":\"lenguas f/pl vivas\"}",
+ "{\"source\":\"langues vivantes (opposition à inorganique)\",\"target\":\"viviente\"}",
+ "{\"source\":\"être vivant \",\"target\":\"ser m viviente\"}",
+ "{\"source\":\"être vivant (personne) fig \",\"target\":\"lleno, -a de vida, vivaracho, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 435,
+ "source": "vacance",
+ "word": [
+ "{\"source\":\" vacances\",\"target\":\"vacaciones f/pl \"}",
+ "{\"source\":\"prendre des vacances\",\"target\":\"tomar vacaciones\"}",
+ "{\"source\":\"grandes vacances\",\"target\":\"vacaciones f/pl de verano\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 437,
+ "source": "endroit",
+ "word": [
+ "{\"source\":\"endroit (lieu)\",\"target\":\"lugar m \"}",
+ "{\"source\":\"endroit (place)\",\"target\":\"sitio m \"}",
+ "{\"source\":\"endroit (d'un objet, du corps)\",\"target\":\"punto m \"}",
+ "{\"source\":\"endroit (d'un objet, du corps)\",\"target\":\"parte f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 438,
+ "source": "magnifique",
+ "word": [
+ "{\"source\":\"magnifique\",\"target\":\"magnífico, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 439,
+ "source": "tenue",
+ "word": [
+ "{\"source\":\"tenue (comptes)\",\"target\":\"teneduría f \"}",
+ "{\"source\":\"tenue (ménage)\",\"target\":\"cuidado m \"}",
+ "{\"source\":\"tenue (conduite)\",\"target\":\"modales m/pl \"}",
+ "{\"source\":\"tenue (du corps)\",\"target\":\"postura f \"}",
+ "{\"source\":\"tenue (vêtement)\",\"target\":\"traje m \"}",
+ "{\"source\":\"tenue MIL \",\"target\":\"uniforme m \"}",
+ "{\"source\":\"en grande tenue \",\"target\":\"uniforme m de gala\"}",
+ "{\"source\":\" tenue de route AUTO \",\"target\":\"estabilidad f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 456,
+ "source": "couché",
+ "word": [
+ "{\"source\":\"couché\",\"target\":\"acostado, -a, tendido, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 440,
+ "source": "gato",
+ "word": [
+ "{\"source\":\"gato ZO \",\"target\":\"chat m \"}",
+ "{\"source\":\"gato AUTO \",\"target\":\"cric m \"}",
+ "{\"source\":\" gato montés ZO \",\"target\":\"chat m sauvage\"}",
+ "{\"source\":\"dar gato por liebre\",\"target\":\"faire prendre des vessies pour des lanternes\"}",
+ "{\"source\":\"lavarse a lo gato \",\"target\":\"faire une toilette de chat\"}",
+ "{\"source\":\"cuatro gatos\",\"target\":\"quatre pelés et un tondu\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 441,
+ "source": "albahaca",
+ "word": [
+ "{\"source\":\"albahaca\",\"target\":\"basilic m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 442,
+ "source": "fruta",
+ "word": [
+ "{\"source\":\"fruta\",\"target\":\"fruit m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 445,
+ "source": "plátano",
+ "word": [
+ "{\"source\":\"plátano BOT (árbol)\",\"target\":\"platane m \"}",
+ "{\"source\":\"plátano BOT (árbol)\",\"target\":\"bananier m \"}",
+ "{\"source\":\"plátano (fruta)\",\"target\":\"banane f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 446,
+ "source": "limón",
+ "word": [
+ "{\"source\":\"limón\",\"target\":\"citron m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 447,
+ "source": "piña",
+ "word": [
+ "{\"source\":\"piña\",\"target\":\"pomme f de pin\"}",
+ "{\"source\":\"piña fig \",\"target\":\"groupe m \"}",
+ "{\"source\":\" piña (tropical)\",\"target\":\"ananas m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 449,
+ "source": "bosque",
+ "word": [
+ "{\"source\":\"bosque\",\"target\":\"bois m \"}",
+ "{\"source\":\"bosque\",\"target\":\"forêt f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 450,
+ "source": "semilla",
+ "word": [
+ "{\"source\":\"semilla\",\"target\":\"graine f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 451,
+ "source": "beber",
+ "word": [
+ "{\"source\":\"beber\",\"target\":\"boire\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 452,
+ "source": "recette",
+ "word": [
+ "{\"source\":\"recette\",\"target\":\"ingresos m/pl \"}",
+ "{\"source\":\"recette\",\"target\":\"entradas f/pl \"}",
+ "{\"source\":\"recette\",\"target\":\"ganancia f \"}",
+ "{\"source\":\" recette des finances\",\"target\":\"recaudación f de contribuciones, delegación f de Hacienda\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 453,
+ "source": "amour",
+ "word": [
+ "{\"source\":\"amour\",\"target\":\"amor m \"}",
+ "{\"source\":\"mon amour \",\"target\":\"cariño m \"}",
+ "{\"source\":\" amours\",\"target\":\"amoríos m/pl \"}",
+ "{\"source\":\"faire l'amour \",\"target\":\"amarse, hacer el amor\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 454,
+ "source": "montage",
+ "word": [
+ "{\"source\":\"montage\",\"target\":\"montaje m (a photographie)\"}",
+ "{\"source\":\"montage ÉL \",\"target\":\"instalación f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 474,
+ "source": "Marseille",
+ "word": [
+ "{\"source\":\"Marseille\",\"target\":\"Marsella f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 475,
+ "source": "Paris",
+ "word": [
+ "{\"source\":\"Paris\",\"target\":\"París m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 457,
+ "source": "soleil",
+ "word": [
+ "{\"source\":\"soleil\",\"target\":\"sol m \"}",
+ "{\"source\":\"il fait soleil \",\"target\":\"hace sol\"}",
+ "{\"source\":\"en plein soleil \",\"target\":\"en pleno sol\"}",
+ "{\"source\":\"coup de soleil \",\"target\":\"quemadura f (del sol)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 459,
+ "source": "situer",
+ "word": [
+ "{\"source\":\"situer\",\"target\":\"situar\"}",
+ "{\"source\":\"se situer \",\"target\":\"situarse\"}",
+ "{\"source\":\"être situé\",\"target\":\"estar situado, situarse, ubicarse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 461,
+ "source": "Atlantique",
+ "word": [
+ "{\"source\":\"l'océan Atlantique (a l'Atlantique)\",\"target\":\"el océano atlántico (a el atlántico)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 462,
+ "source": "coter",
+ "word": [
+ "{\"source\":\"coter\",\"target\":\"cotizar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 463,
+ "source": "légume",
+ "word": [
+ "{\"source\":\"légume\",\"target\":\"verdura f \"}",
+ "{\"source\":\"légume\",\"target\":\"legumbre f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 464,
+ "source": "géographie",
+ "word": [
+ "{\"source\":\"géographie\",\"target\":\"geografía f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 466,
+ "source": "toboggan",
+ "word": [
+ "{\"source\":\"toboggan\",\"target\":\"tobogán m \"}",
+ "{\"source\":\"toboggan (route)\",\"target\":\"paso m elevado\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 468,
+ "source": "invité",
+ "word": [
+ "{\"source\":\"invité\",\"target\":\"invitado, -a m, f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 469,
+ "source": "eau",
+ "word": [
+ "{\"source\":\"eau\",\"target\":\"agua f \"}",
+ "{\"source\":\"tomber à l'eau \",\"target\":\"caer al agua\"}",
+ "{\"source\":\"tomber à l'eau fig \",\"target\":\"fracasar\"}",
+ "{\"source\":\"mettre à l'eau (bateau)\",\"target\":\"botar\"}",
+ "{\"source\":\" eau courante\",\"target\":\"agua f corriente\"}",
+ "{\"source\":\" eau gazeuse\",\"target\":\"agua f gaseosa\"}",
+ "{\"source\":\" eau de Javel\",\"target\":\"lejía f \"}",
+ "{\"source\":\" eau minérale\",\"target\":\"agua f mineral\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 470,
+ "source": "carte",
+ "word": [
+ "{\"source\":\"carte (jeu)\",\"target\":\"carta f \"}",
+ "{\"source\":\"carte (jeu)\",\"target\":\"naipe m \"}",
+ "{\"source\":\"carte (restaurant)\",\"target\":\"carta f \"}",
+ "{\"source\":\"carte (restaurant)\",\"target\":\"lista f de platos\"}",
+ "{\"source\":\" carte de crédit\",\"target\":\"tarjeta f de crédito\"}",
+ "{\"source\":\" carte d'embarquement\",\"target\":\"tarjeta f de embarque\"}",
+ "{\"source\":\" carte d'étudiant\",\"target\":\"carnet m de estudiante\"}",
+ "{\"source\":\" carte graphique INFORM \",\"target\":\"tarjeta f gráfica\"}",
+ "{\"source\":\" carte grise AUTO \",\"target\":\"carta f de vehículo, título m de propiedad de un vehículo\"}",
+ "{\"source\":\" carte d'identité\",\"target\":\"carnet m de identidad, documento m nacional de identidad (abr DNI)\"}",
+ "{\"source\":\" carte postale\",\"target\":\"tarjeta f postal\"}",
+ "{\"source\":\" carte prépayée\",\"target\":\"tarjeta f prepago\"}",
+ "{\"source\":\" carte à puce INFORM \",\"target\":\"tarjeta f chip\"}",
+ "{\"source\":\" carte routière\",\"target\":\"mapa m de carreteras\"}",
+ "{\"source\":\" carte son INFORM \",\"target\":\"ficha f de sonido\"}",
+ "{\"source\":\" carte vermeil\",\"target\":\"tarjeta f de la tercera edad\"}",
+ "{\"source\":\" carte (de visite)\",\"target\":\"tarjeta f de visita\"}",
+ "{\"source\":\"donner carte blanche à qn fig \",\"target\":\"dar carta blanca a alg\"}",
+ "{\"source\":\"à la carte \",\"target\":\"a la carta\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 471,
+ "source": "nager",
+ "word": [
+ "{\"source\":\"nager\",\"target\":\"nadar a fig \"}",
+ "{\"source\":\" nager la brasse\",\"target\":\"nadar a la braza\"}",
+ "{\"source\":\" nager contre le courant fig \",\"target\":\"nadar contra la corriente\"}",
+ "{\"source\":\"savoir nager \",\"target\":\"saber nadar\"}",
+ "{\"source\":\"savoir nager fig \",\"target\":\"saber bandearse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 472,
+ "source": "plan",
+ "word": [
+ "{\"source\":\"plan\",\"target\":\"plano, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 473,
+ "source": "patrimoine",
+ "word": [
+ "{\"source\":\"patrimoine\",\"target\":\"patrimonio m \"}",
+ "{\"source\":\" patrimoine culturel fig \",\"target\":\"patrimonio m cultural\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 477,
+ "source": "naître",
+ "word": [
+ "{\"source\":\"naître\",\"target\":\"nacer a fig \"}",
+ "{\"source\":\"faire naître (entreprise)\",\"target\":\"producir\"}",
+ "{\"source\":\"faire naître (sentiment)\",\"target\":\"provocar, originar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 478,
+ "source": "né",
+ "word": [
+ "{\"source\":\"naître\",\"target\":\"nacido\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 481,
+ "source": "pâtisserie",
+ "word": [
+ "{\"source\":\"pâtisserie (magasin)\",\"target\":\"pastelería f \"}",
+ "{\"source\":\"pâtisserie (gâteaux)\",\"target\":\"pastel m \"}",
+ "{\"source\":\"pâtisserie (gâteaux)\",\"target\":\"dulce m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 483,
+ "source": "inactif",
+ "word": [
+ "{\"source\":\"inactif\",\"target\":\"inactivo, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 484,
+ "source": "très",
+ "word": [
+ "{\"source\":\"très\",\"target\":\"muy\"}",
+ "{\"source\":\"très (devant un nom abstrait dans une locution verbale)\",\"target\":\"mucho\"}",
+ "{\"source\":\"avoir très envie de qc \",\"target\":\"tener muchas ganas de a/c\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 485,
+ "source": "don",
+ "word": [
+ "{\"source\":\"don (donation)\",\"target\":\"don m \"}",
+ "{\"source\":\"don (donation)\",\"target\":\"donación f \"}",
+ "{\"source\":\"don (charité)\",\"target\":\"donativo m \"}",
+ "{\"source\":\"don (cadeau)\",\"target\":\"regalo m \"}",
+ "{\"source\":\"don (aptitude)\",\"target\":\"don m \"}",
+ "{\"source\":\"don (aptitude)\",\"target\":\"dote f \"}",
+ "{\"source\":\"don (aptitude)\",\"target\":\"talento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 570,
+ "source": "fouetter",
+ "word": [
+ "{\"source\":\"fouetter\",\"target\":\"dar latigazos\"}",
+ "{\"source\":\"fouetter GASTR \",\"target\":\"batir\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 573,
+ "source": "ma",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 486,
+ "source": "donc",
+ "word": [
+ "{\"source\":\"donc\",\"target\":\"así, pues\"}",
+ "{\"source\":\"donc\",\"target\":\"luego\"}",
+ "{\"source\":\"écoutez donc!\",\"target\":\"¡pues escuche!\"}",
+ "{\"source\":\"comment donc?\",\"target\":\"¿pues cómo?\"}",
+ "{\"source\":\"allons donc!\",\"target\":\"¡vamos anda!\"}",
+ "{\"source\":\"allons donc!\",\"target\":\"¡hombre! fam \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 487,
+ "source": "cet",
+ "word": ["{\"source\":\"\",\"target\":\"\"}"],
+ "searches": []
+ },
+ {
+ "id": 488,
+ "source": "créer",
+ "word": [
+ "{\"source\":\"créer\",\"target\":\"crear\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 490,
+ "source": "‘haut",
+ "word": [
+ "{\"source\":\"‘haut\",\"target\":\"alto, -a\"}",
+ "{\"source\":\"la haute Seine\",\"target\":\"el Sena Superior\"}",
+ "{\"source\":\"à haute voix\",\"target\":\"en voz alta\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 491,
+ "source": "archipel",
+ "word": [
+ "{\"source\":\"archipel\",\"target\":\"archipiélago m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 492,
+ "source": "meilleur",
+ "word": [
+ "{\"source\":\"meilleur\",\"target\":\"mejor\"}",
+ "{\"source\":\"le meilleur \",\"target\":\"el mejor\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 494,
+ "source": "marica",
+ "word": [
+ "{\"source\":\"marica\",\"target\":\"pédale f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 495,
+ "source": "marchand",
+ "word": [
+ "{\"source\":\"marchand\",\"target\":\"mercante, comercial\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 572,
+ "source": "couteau",
+ "word": [
+ "{\"source\":\"couteau\",\"target\":\"cuchillo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 496,
+ "source": "mercado",
+ "word": [
+ "{\"source\":\"mercado\",\"target\":\"marché m \"}",
+ "{\"source\":\" Mercado Común\",\"target\":\"Marché m commun\"}",
+ "{\"source\":\" mercado único europeo\",\"target\":\"Marché m unique\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 497,
+ "source": "vélo",
+ "word": [
+ "{\"source\":\"vélo\",\"target\":\"bici(cleta) f \"}",
+ "{\"source\":\"faire du vélo \",\"target\":\"montar en bici(cleta)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 498,
+ "source": "publicité",
+ "word": [
+ "{\"source\":\"publicité\",\"target\":\"publicidad f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 499,
+ "source": "peu",
+ "word": [
+ "{\"source\":\"peu\",\"target\":\"poco\"}",
+ "{\"source\":\" peu de pain\",\"target\":\"poco (de) pan\"}",
+ "{\"source\":\" peu après\",\"target\":\"poco después\"}",
+ "{\"source\":\"de peu \",\"target\":\"de poco\"}",
+ "{\"source\":\" peu à peu \",\"target\":\"poco a poco\"}",
+ "{\"source\":\"à peu près\",\"target\":\"poco más o menos\"}",
+ "{\"source\":\"depuis peu \",\"target\":\"desde hace poco\"}",
+ "{\"source\":\"quelque peu \",\"target\":\"un poco\"}",
+ "{\"source\":\"pour peu que (+ subj) \",\"target\":\"por poco que (+ subj)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 500,
+ "source": "sel",
+ "word": [
+ "{\"source\":\"sel\",\"target\":\"sal f \"}",
+ "{\"source\":\"sel fig \",\"target\":\"sal f \"}",
+ "{\"source\":\"sel fig \",\"target\":\"agudeza f \"}",
+ "{\"source\":\"sel fig \",\"target\":\"gracia f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 501,
+ "source": "pastèque",
+ "word": [
+ "{\"source\":\"pastèque\",\"target\":\"sandía f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 502,
+ "source": "fraise",
+ "word": [
+ "{\"source\":\"fraise\",\"target\":\"fresa f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 507,
+ "source": "verdura",
+ "word": [
+ "{\"source\":\"verdura\",\"target\":\"légumes m/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 508,
+ "source": "frire",
+ "word": [
+ "{\"source\":\"frire\",\"target\":\"freír\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 509,
+ "source": "gâteau",
+ "word": [
+ "{\"source\":\"gâteau\",\"target\":\"pastel m \"}",
+ "{\"source\":\"gâteau\",\"target\":\"torta f \"}",
+ "{\"source\":\" gâteaus secs\",\"target\":\"galletitas f/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 510,
+ "source": "contenir",
+ "word": [
+ "{\"source\":\"contenir\",\"target\":\"contener\"}",
+ "{\"source\":\"contenir (récipient)\",\"target\":\"caber\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 511,
+ "source": "chocolat",
+ "word": [
+ "{\"source\":\"chocolat\",\"target\":\"chocolate m \"}",
+ "{\"source\":\" chocolat au lait\",\"target\":\"chocolate m con leche\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 512,
+ "source": "œuf",
+ "word": [
+ "{\"source\":\"œuf\",\"target\":\"huevo m \"}",
+ "{\"source\":\" œufs brouillés\",\"target\":\"huevos m/pl revueltos\"}",
+ "{\"source\":\" œuf à la coque\",\"target\":\"huevo m pasado por agua\"}",
+ "{\"source\":\" œuf sur le plat\",\"target\":\"huevos m/pl estrellados ou fritos\"}",
+ "{\"source\":\"dans l'œuf fig \",\"target\":\"de raíz\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 513,
+ "source": "lait",
+ "word": [
+ "{\"source\":\"lait\",\"target\":\"leche f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 514,
+ "source": "mélanger",
+ "word": [
+ "{\"source\":\"mélanger (mêler)\",\"target\":\"mezclar\"}",
+ "{\"source\":\"mélanger (brouiller)\",\"target\":\"embrollar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 515,
+ "source": "mettre",
+ "word": [
+ "{\"source\":\"mettre\",\"target\":\"poner (a sucre, lait)\"}",
+ "{\"source\":\"mettre (vêtements)\",\"target\":\"ponerse\"}",
+ "{\"source\":\"mettre (réveil, radio)\",\"target\":\"poner\"}",
+ "{\"source\":\"mettre (argent)\",\"target\":\"colocar\"}",
+ "{\"source\":\"mettre (chauffage)\",\"target\":\"instalar\"}",
+ "{\"source\":\" mettre deux heures à (faire) qc \",\"target\":\"tardar dos horas en (hacer) a/c\"}",
+ "{\"source\":\" mettre au net\",\"target\":\"pasar en limpio\"}",
+ "{\"source\":\" mettre en bouteilles\",\"target\":\"embotellar\"}",
+ "{\"source\":\" mettre sous clé\",\"target\":\"poner bajo llave\"}",
+ "{\"source\":\"mettons que (+ subj) \",\"target\":\"suponiendo que (+ subj)\"}",
+ "{\"source\":\" mettre au point\",\"target\":\"puntualizar\"}",
+ "{\"source\":\" mettre fin à qc \",\"target\":\"poner fin a a/c\"}",
+ "{\"source\":\"se mettre \",\"target\":\"ponerse\"}",
+ "{\"source\":\"se mettre à l'aise\",\"target\":\"ponerse cómodo\"}",
+ "{\"source\":\"se mettre au travail\",\"target\":\"ponerse a trabajar\"}",
+ "{\"source\":\"se mettre à faire qc \",\"target\":\"ponerse a hacer a/c\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 516,
+ "source": "chauffe-eau",
+ "word": [
+ "{\"source\":\"chauffe-eau\",\"target\":\"calentador m de agua\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 517,
+ "source": "chauffer",
+ "word": [
+ "{\"source\":\"chauffer\",\"target\":\"calentar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 518,
+ "source": "découper",
+ "word": [
+ "{\"source\":\"découper\",\"target\":\"recortar (dans de)\"}",
+ "{\"source\":\"découper (en morceaux)\",\"target\":\"cortar (en trozos)\"}",
+ "{\"source\":\"découper (viande)\",\"target\":\"descuartizar\"}",
+ "{\"source\":\"découper (poulet)\",\"target\":\"trinchar\"}",
+ "{\"source\":\"se découper fig \",\"target\":\"destacarse (sur en ou sobre)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 519,
+ "source": "crêpe",
+ "word": [
+ "{\"source\":\"crêpe (tissu)\",\"target\":\"crespón m \"}",
+ "{\"source\":\"crêpe (deuil)\",\"target\":\"gasa f \"}",
+ "{\"source\":\"semelle de crêpe \",\"target\":\"suela f de crepé\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 520,
+ "source": "eux",
+ "word": [
+ "{\"source\":\"eux\",\"target\":\"ellos\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 521,
+ "source": "fin",
+ "word": [
+ "{\"source\":\"fin\",\"target\":\"fino, -a a fig \"}",
+ "{\"source\":\"fin (exquis, esprit)\",\"target\":\"refinado, -a\"}",
+ "{\"source\":\" fine gueule fam \",\"target\":\"paladar m fino\"}",
+ "{\"source\":\" fines herbes\",\"target\":\"finas hierbas f/pl \"}",
+ "{\"source\":\"au fin fond de\",\"target\":\"en lo más profundo de\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 522,
+ "source": "trancher",
+ "word": [
+ "{\"source\":\"trancher\",\"target\":\"cortar\"}",
+ "{\"source\":\"trancher fig \",\"target\":\"zanjar, resolver\"}",
+ "{\"source\":\" trancher sur\",\"target\":\"contrastar con\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 523,
+ "source": "tranche",
+ "word": [
+ "{\"source\":\"tranche (de jambon)\",\"target\":\"loncha f \"}",
+ "{\"source\":\"tranche (de viande)\",\"target\":\"tajada f \"}",
+ "{\"source\":\"tranche (de pain)\",\"target\":\"rebanada f \"}",
+ "{\"source\":\"tranche (de saucisson)\",\"target\":\"rodaja f \"}",
+ "{\"source\":\"tranche (fraction d'un tout)\",\"target\":\"parte f \"}",
+ "{\"source\":\"tranche (de temps)\",\"target\":\"lapso m \"}",
+ "{\"source\":\"tranche (de temps)\",\"target\":\"período m \"}",
+ "{\"source\":\"tranche (bord)\",\"target\":\"canto m \"}",
+ "{\"source\":\"tranche (bord)\",\"target\":\"borde m \"}",
+ "{\"source\":\" tranche des revenus imposables (impôts)\",\"target\":\"grupo m del líquido imponible\"}",
+ "{\"source\":\" tranche des revenus imposables (loterie)\",\"target\":\"sorteo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 524,
+ "source": "framboise",
+ "word": [
+ "{\"source\":\"framboise\",\"target\":\"frambuesa f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 525,
+ "source": "passion",
+ "word": [
+ "{\"source\":\"passion\",\"target\":\"pasión f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 526,
+ "source": "salmón",
+ "word": [
+ "{\"source\":\"salmón\",\"target\":\"saumon m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 567,
+ "source": "batteur",
+ "word": [
+ "{\"source\":\"batteur GASTR \",\"target\":\"batidora f \"}",
+ "{\"source\":\"batteur MUS \",\"target\":\"batería m \"}",
+ "{\"source\":\"batteur MUS \",\"target\":\"percusionista m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 533,
+ "source": "cela",
+ "word": [
+ "{\"source\":\"cela\",\"target\":\"eso, aquello\"}",
+ "{\"source\":\"il y a cinq ans de cela \",\"target\":\"hace cinco años de eso\"}",
+ "{\"source\":\"à cela près\",\"target\":\"salvo eso\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 534,
+ "source": "servir",
+ "word": [
+ "{\"source\":\"servir (patrie, intérêts)\",\"target\":\"servir a\"}",
+ "{\"source\":\"servir (personne)\",\"target\":\"servir\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 535,
+ "source": "renforcer",
+ "word": [
+ "{\"source\":\"renforcer\",\"target\":\"reforzar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 536,
+ "source": "santé",
+ "word": [
+ "{\"source\":\"santé\",\"target\":\"salud f \"}",
+ "{\"source\":\"être en bonne santé \",\"target\":\"estar sano\"}",
+ "{\"source\":\"à votre santé!\",\"target\":\"¡a su salud!\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 537,
+ "source": "style",
+ "word": [
+ "{\"source\":\"style\",\"target\":\"estilo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 538,
+ "source": "couper",
+ "word": [
+ "{\"source\":\"couper\",\"target\":\"cortar\"}",
+ "{\"source\":\"couper (conversation)\",\"target\":\"cortar, interrumpir\"}",
+ "{\"source\":\"couper (vin)\",\"target\":\"aguar, mezclar\"}",
+ "{\"source\":\"couper (animal)\",\"target\":\"capar, castrar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 539,
+ "source": "purée",
+ "word": [
+ "{\"source\":\"purée\",\"target\":\"puré m \"}",
+ "{\"source\":\" purée (de pommes de terre)\",\"target\":\"puré m de patatas\"}",
+ "{\"source\":\"être dans la purée fam \",\"target\":\"estar sin blanca [o sin un céntimo]\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 540,
+ "source": "après",
+ "word": [
+ "{\"source\":\"après (espace)\",\"target\":\"detrás de\"}",
+ "{\"source\":\"après (temps)\",\"target\":\"después de\"}",
+ "{\"source\":\" après avoir lu\",\"target\":\"después de haber leído\"}",
+ "{\"source\":\"l'un après l'autre\",\"target\":\"uno después de otro\"}",
+ "{\"source\":\" après coup\",\"target\":\"más tarde\"}",
+ "{\"source\":\" après quoi\",\"target\":\"después de lo cual\"}",
+ "{\"source\":\" après tout\",\"target\":\"después de todo\"}",
+ "{\"source\":\"d'après (ce que disent) les journaux\",\"target\":\"según los periódicos\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 541,
+ "source": "morceau",
+ "word": [
+ "{\"source\":\"morceau\",\"target\":\"pedazo m \"}",
+ "{\"source\":\"morceau\",\"target\":\"trozo m \"}",
+ "{\"source\":\"morceau (livre)\",\"target\":\"fragmento m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 542,
+ "source": "cuiller",
+ "word": [
+ "{\"source\":\"cuiller\",\"target\":\"cuchara f \"}",
+ "{\"source\":\" cuiller, cuillère à soupe\",\"target\":\"cuchara f sopera\"}",
+ "{\"source\":\" cuiller, cuillère à café\",\"target\":\"cucharilla f (de café)\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 569,
+ "source": "fouet",
+ "word": [
+ "{\"source\":\"fouet\",\"target\":\"látigo m \"}",
+ "{\"source\":\"fouet GASTR \",\"target\":\"batidor m \"}",
+ "{\"source\":\"coup de fouet \",\"target\":\"latigazo m a fig \"}",
+ "{\"source\":\"de plein fouet \",\"target\":\"de frente\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 544,
+ "source": "falloir",
+ "word": [
+ "{\"source\":\"il faut\",\"target\":\"hay que, es preciso\"}",
+ "{\"source\":\"il faut faire qc \",\"target\":\"hay que hacer a/c\"}",
+ "{\"source\":\"il me faut qc \",\"target\":\"necesito a/c\"}",
+ "{\"source\":\"il me faut sortir, il faut que je sorte\",\"target\":\"tengo que salir\"}",
+ "{\"source\":\"comme il faut\",\"target\":\"como es debido\"}",
+ "{\"source\":\"il s'en faut de beaucoup (peu)\",\"target\":\"mucho (poco) falta\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 545,
+ "source": "rondelle",
+ "word": [
+ "{\"source\":\"rondelle (tranche)\",\"target\":\"rodaja f \"}",
+ "{\"source\":\"rondelle TECH \",\"target\":\"arandela f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 584,
+ "source": "grande",
+ "word": [
+ "{\"source\":\"grande\",\"target\":\"grand, -e\"}",
+ "{\"source\":\"pasarlo en grande \",\"target\":\"bien s'amuser\"}",
+ "{\"source\":\"vivir a lo grande \",\"target\":\"mener grand train\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 585,
+ "source": "saxophone",
+ "word": [
+ "{\"source\":\"saxophone\",\"target\":\"saxofón m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 546,
+ "source": "petit",
+ "word": [
+ "{\"source\":\"petit\",\"target\":\"pequeño, -a\"}",
+ "{\"source\":\"petit (quantité)\",\"target\":\"insignificante, menudo, -a\"}",
+ "{\"source\":\"en petit \",\"target\":\"en pequeño, en miniatura\"}",
+ "{\"source\":\" petit à petit \",\"target\":\"poco a poco\"}",
+ "{\"source\":\" petit nom fam \",\"target\":\"nombre m (de pila)\"}",
+ "{\"source\":\" petit(e) ami(e)\",\"target\":\"querido, -a m(f) \"}",
+ "{\"source\":\"au petit jour\",\"target\":\"al despuntar el día\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 547,
+ "source": "jus",
+ "word": [
+ "{\"source\":\"jus\",\"target\":\"zumo m \"}",
+ "{\"source\":\"jus (viande)\",\"target\":\"jugo m \"}",
+ "{\"source\":\" jus de fruits\",\"target\":\"zumo m de frutas\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 548,
+ "source": "énergique",
+ "word": [
+ "{\"source\":\"énergique\",\"target\":\"enérgico, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 549,
+ "source": "énergétique",
+ "word": [
+ "{\"source\":\"énergétique\",\"target\":\"energético, -a\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 551,
+ "source": "donné",
+ "word": [
+ "{\"source\":\"donner\",\"target\":\"dado, -a\"}",
+ "{\"source\":\"donner (déterminé)\",\"target\":\"dado, -a, determinado, -a\"}",
+ "{\"source\":\"étant donné qc \",\"target\":\"dado (que que) a/c\"}",
+ "{\"source\":\"c'est donné \",\"target\":\"es regalado\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 552,
+ "source": "ensuite",
+ "word": [
+ "{\"source\":\"ensuite\",\"target\":\"luego\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 553,
+ "source": "énergie",
+ "word": [
+ "{\"source\":\"énergie\",\"target\":\"energía f a fig \"}",
+ "{\"source\":\" énergie éolienne\",\"target\":\"energía f eólica\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 571,
+ "source": "mi",
+ "word": [
+ "{\"source\":\"mi\",\"target\":\"mi m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 555,
+ "source": "poudre",
+ "word": [
+ "{\"source\":\"poudre (explosif)\",\"target\":\"pólvora f \"}",
+ "{\"source\":\"poudre (sucre)\",\"target\":\"polvo m \"}",
+ "{\"source\":\"poudre (cosmétique)\",\"target\":\"polvos m/pl \"}",
+ "{\"source\":\" poudre à canon\",\"target\":\"pólvora f de cañón\"}",
+ "{\"source\":\"café en poudre \",\"target\":\"café m molido\"}",
+ "{\"source\":\"sucre en poudre \",\"target\":\"azúcar f(m) molida (-o) [o en polvo]\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 556,
+ "source": "bol",
+ "word": [
+ "{\"source\":\"bol\",\"target\":\"tazón m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 559,
+ "source": "glaçon",
+ "word": [
+ "{\"source\":\"glaçon\",\"target\":\"témpano m \"}",
+ "{\"source\":\"glaçon (artificiel)\",\"target\":\"cubito m de hielo\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 560,
+ "source": "four",
+ "word": [
+ "{\"source\":\"four\",\"target\":\"horno m \"}",
+ "{\"source\":\"petits fours\",\"target\":\"pastas f/pl \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 562,
+ "source": "refroidir",
+ "word": [
+ "{\"source\":\"refroidir\",\"target\":\"enfriar a fig \"}",
+ "{\"source\":\"se refroidir (temps)\",\"target\":\"refrescar(se)\"}",
+ "{\"source\":\"se refroidir MÉD \",\"target\":\"resfriarse\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 563,
+ "source": "orange",
+ "word": [
+ "{\"source\":\"orange\",\"target\":\"naranja f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 586,
+ "source": "compassion",
+ "word": [
+ "{\"source\":\"compassion\",\"target\":\"compasión f \"}",
+ "{\"source\":\"compassion\",\"target\":\"lástima f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 590,
+ "source": "incendie",
+ "word": [
+ "{\"source\":\"incendie\",\"target\":\"incendio m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 591,
+ "source": "symphonie",
+ "word": [
+ "{\"source\":\"symphonie\",\"target\":\"sinfonía f \"}"
+ ],
+ "searches": [
+ {
+ "id": 1,
+ "wordSource": "symphonie",
+ "searchTime": "2024-03-18T11:09:41.943Z",
+ "language": "fr",
+ "foundInDB": false,
+ "wordId": 591
+ }
+ ]
+ },
+ {
+ "id": 566,
+ "source": "crème",
+ "word": [
+ "{\"source\":\"crème (lait)\",\"target\":\"nata f \"}",
+ "{\"source\":\"crème (cosmétique, dessert)\",\"target\":\"crema f \"}",
+ "{\"source\":\"crème fig fam \",\"target\":\"crema f \"}",
+ "{\"source\":\"crème fig fam \",\"target\":\"flor y nata (de la sociedad)\"}",
+ "{\"source\":\" crème fouettée ou Chantilly\",\"target\":\"nata f batida\"}",
+ "{\"source\":\" crème de nuit\",\"target\":\"crema f de noche\"}",
+ "{\"source\":\" crème solaire\",\"target\":\"crema f solar, bronceador m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 568,
+ "source": "beurre",
+ "word": [
+ "{\"source\":\"beurre\",\"target\":\"mantequilla f \"}",
+ "{\"source\":\"faire son beurre fig \",\"target\":\"hacer su agosto, ponerse las botas\"}",
+ "{\"source\":\"petit beurre \",\"target\":\"galleta f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 574,
+ "source": "préparer",
+ "word": [
+ "{\"source\":\"préparer\",\"target\":\"preparar\"}",
+ "{\"source\":\" préparer un examen\",\"target\":\"preparar un examen\"}",
+ "{\"source\":\"se préparer à\",\"target\":\"prepararse para\"}",
+ "{\"source\":\"se préparer (événement)\",\"target\":\"ser inminente, prepararse\"}",
+ "{\"source\":\"il se prépare qc \",\"target\":\"se avecina a/c\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 575,
+ "source": "piment",
+ "word": [
+ "{\"source\":\"piment\",\"target\":\"pimiento m \"}",
+ "{\"source\":\"piment\",\"target\":\"guindilla f \"}",
+ "{\"source\":\"piment fig \",\"target\":\"condimento m \"}",
+ "{\"source\":\"piment fig \",\"target\":\"sal f y pimienta f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 576,
+ "source": "casserole",
+ "word": [
+ "{\"source\":\"casserole\",\"target\":\"cacerola f \"}",
+ "{\"source\":\"casserole\",\"target\":\"cazo m \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 577,
+ "source": "sachet",
+ "word": [
+ "{\"source\":\"sachet\",\"target\":\"bolsita f \"}",
+ "{\"source\":\"sachet\",\"target\":\"saquito m \"}",
+ "{\"source\":\" sachet de thé\",\"target\":\"bolsita f de té\"}",
+ "{\"source\":\"riz en sachet \",\"target\":\"arroz m en saquito\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 578,
+ "source": "rajouter",
+ "word": [
+ "{\"source\":\"rajouter\",\"target\":\"añadir\"}",
+ "{\"source\":\"en rajouter \",\"target\":\"exagerar\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 579,
+ "source": "saladier",
+ "word": [
+ "{\"source\":\"saladier\",\"target\":\"ensaladera f \"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 580,
+ "source": "assiette",
+ "word": [
+ "{\"source\":\"assiette\",\"target\":\"plato m \"}",
+ "{\"source\":\"assiette (de l'impôt)\",\"target\":\"base f liquidable\"}",
+ "{\"source\":\"n'être pas dans son assiette fig \",\"target\":\"no sentirse bien\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 581,
+ "source": "battre",
+ "word": [
+ "{\"source\":\"battre\",\"target\":\"golpear\"}",
+ "{\"source\":\"battre GASTR \",\"target\":\"batir\"}",
+ "{\"source\":\"battre (tapis)\",\"target\":\"sacudir\"}",
+ "{\"source\":\"battre (maltraiter)\",\"target\":\"pegar, golpear\"}",
+ "{\"source\":\"battre (vaincre)\",\"target\":\"derrotar, batir, vencer\"}",
+ "{\"source\":\"battre (monnaie)\",\"target\":\"acuñar\"}",
+ "{\"source\":\"battre (cartes)\",\"target\":\"barajar\"}",
+ "{\"source\":\" battre son plein\",\"target\":\"estar en su apogeo\"}",
+ "{\"source\":\" battre des cils\",\"target\":\"pestañear\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 582,
+ "source": "incroyable",
+ "word": [
+ "{\"source\":\"incroyable\",\"target\":\"increíble\"}"
+ ],
+ "searches": []
+ },
+ {
+ "id": 583,
+ "source": "pequeño",
+ "word": [
+ "{\"source\":\"pequeño\",\"target\":\"petit, -e\"}",
+ "{\"source\":\"pequeño fig \",\"target\":\"insignifiant, -e\"}",
+ "{\"source\":\"desde pequeño \",\"target\":\"depuis l'enfance\"}"
+ ],
+ "searches": []
+ }
+]
diff --git a/src/utils/schemas/top-searches.json b/src/utils/schemas/top-searches.json
new file mode 100644
index 0000000..7a0d565
--- /dev/null
+++ b/src/utils/schemas/top-searches.json
@@ -0,0 +1,20 @@
+[
+ {
+ "_count": {
+ "wordId": 42
+ },
+ "wordSource": "maison"
+ },
+ {
+ "_count": {
+ "wordId": 1
+ },
+ "wordSource": "symphonie"
+ },
+ {
+ "_count": {
+ "wordId": 1
+ },
+ "wordSource": "camomille"
+ }
+]
diff --git a/src/styles/theme.ts b/src/utils/styles/theme.ts
similarity index 76%
rename from src/styles/theme.ts
rename to src/utils/styles/theme.ts
index cc0e909..fd3e6e5 100644
--- a/src/styles/theme.ts
+++ b/src/utils/styles/theme.ts
@@ -1,8 +1,8 @@
import { extendTheme, type ThemeConfig } from "@chakra-ui/react";
const config: ThemeConfig = {
- initialColorMode: "dark",
- useSystemColorMode: false,
+ initialColorMode: "system",
+ useSystemColorMode: true,
};
// 3. extend the theme
diff --git a/tailwind.config.js b/tailwind.config.js
index 3cacefc..bdc85a2 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,16 +1,18 @@
/** @type {import('tailwindcss').Config} */
+const colors = require("tailwindcss/colors");
module.exports = {
content: [
- './app/**/*.{js,ts,jsx,tsx}',
- './pages/**/*.{js,ts,jsx,tsx}',
- './components/**/*.{js,ts,jsx,tsx}',
+ "./app/**/*.{js,ts,jsx,tsx}",
+ "./pages/**/*.{js,ts,jsx,tsx}",
+ "./components/**/*.{js,ts,jsx,tsx}",
// Or if using `src` directory:
- './src/**/*.{js,ts,jsx,tsx}',
+ "./src/**/*.{js,ts,jsx,tsx}",
+
],
theme: {
extend: {},
},
plugins: [],
- important: true
+ important: true,
};