diff --git a/l10n/en_GB.js b/l10n/en_GB.js index dbb8c526..987085a6 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -101,6 +101,7 @@ OC.L10N.register( "To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)" : "To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)", "To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)" : "To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)", "Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference." : "Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference.", + "To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)" : "To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)", "To remove all face clusters but keep the raw detected faces run the following on the terminal:" : "To remove all face clusters but keep the raw detected faces run the following on the terminal:", "To remove all detected faces and face clusters run the following on the terminal:" : "To remove all detected faces and face clusters run the following on the terminal:", "You can reset the tags of all files that have been previously classified by Recognize with the following command:" : "You can reset the tags of all files that have been previously classified by Recognise with the following command:", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 2e9aa633..c760bd3d 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -99,6 +99,7 @@ "To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)" : "To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)", "To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)" : "To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)", "Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference." : "Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference.", + "To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)" : "To run a face clustering run on for each user in the terminal, run the following. Consider adding the parameter --batch-size for large libraries to avoid PHP memory exhaustion. (The clustering will run in sequence inside your terminal.)", "To remove all face clusters but keep the raw detected faces run the following on the terminal:" : "To remove all face clusters but keep the raw detected faces run the following on the terminal:", "To remove all detected faces and face clusters run the following on the terminal:" : "To remove all detected faces and face clusters run the following on the terminal:", "You can reset the tags of all files that have been previously classified by Recognize with the following command:" : "You can reset the tags of all files that have been previously classified by Recognise with the following command:",