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:
parent
1f1d171e5e
commit
4202112af5
@ -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/)
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
|
||||
'menu' => 'Menú',
|
||||
'entries' => 'Entrades',
|
||||
'feed' => 'Feed',
|
||||
|
||||
'continue_adding' => 'Continua Afegint',
|
||||
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
|
||||
'menu' => 'Menú',
|
||||
'entries' => 'Entradas',
|
||||
'feed' => 'Feed',
|
||||
|
||||
'continue_adding' => 'Continuar añadiendo',
|
||||
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
|
||||
'menu' => 'Menu',
|
||||
'entries' => 'Éntrées',
|
||||
'feed' => 'Feed',
|
||||
|
||||
'continue_adding' => 'Continuer l\'Ajout',
|
||||
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
|
||||
'menu' => 'Menü',
|
||||
'entries' => 'Bejegyzések',
|
||||
'feed' => 'Feed',
|
||||
|
||||
'continue_adding' => 'Többet hozzáadni',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user