1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-20 23:11:56 +02:00

Update translations and readme, miron correction of registeruser command

This commit is contained in:
Kovah 2022-03-11 11:36:22 +01:00
parent 1f1d171e5e
commit 4202112af5
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
6 changed files with 8 additions and 6 deletions

View File

@ -80,10 +80,8 @@ Additionally, you may visit the [community forums](https://community.linkace.org
LinkAce provides multiple ways of installing it on your server. The complete documentation for all installation methods can be found [**in the wiki**](https://www.linkace.org/docs/v1/setup/).
* Setup with Docker (_recommended_)
* Simple setup with 1 Docker image
* Advanced setup with multiple Docker images
* Setup without Docker
* [Setup with Docker](https://www.linkace.org/docs/v1/setup/setup-with-docker/) (_recommended_)
* [Setup without Docker](https://www.linkace.org/docs/v1/setup/setup-without-docker/)
 

View File

@ -17,11 +17,11 @@ class RegisterUserCommand extends Command
$email = $this->argument('email');
if (empty($name)) {
$name = $this->ask('Please enter the user name:');
$name = $this->ask('Please enter the user name');
}
if (empty($email)) {
$email = $this->ask('Please enter the user email address:');
$email = $this->ask('Please enter the user email address');
}
// Check if the user exists

View File

@ -31,6 +31,7 @@ return [
'menu' => 'Menú',
'entries' => 'Entrades',
'feed' => 'Feed',
'continue_adding' => 'Continua Afegint',

View File

@ -31,6 +31,7 @@ return [
'menu' => 'Menú',
'entries' => 'Entradas',
'feed' => 'Feed',
'continue_adding' => 'Continuar añadiendo',

View File

@ -31,6 +31,7 @@ return [
'menu' => 'Menu',
'entries' => 'Éntrées',
'feed' => 'Feed',
'continue_adding' => 'Continuer l\'Ajout',

View File

@ -31,6 +31,7 @@ return [
'menu' => 'Menü',
'entries' => 'Bejegyzések',
'feed' => 'Feed',
'continue_adding' => 'Többet hozzáadni',