mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Merge branch 'master' of github.com:appwrite/appwrite
This commit is contained in:
commit
90be913d33
4 changed files with 8 additions and 8 deletions
|
|
@ -42,7 +42,7 @@ docker-compose up -d --remove-orphans
|
|||
Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please notice that on non-linux native hosts, the server might take a few minutes to start after installation completes.
|
||||
|
||||
|
||||
For advanced, production and custom installation, check out our Docker [environment variables](/docs/EnviornementVariables.md) docs.
|
||||
For advanced, production and custom installation, check out our Docker [environment variables](docs/tutorials/environment-variables.md) docs.
|
||||
|
||||
### Changing Port Number
|
||||
|
||||
|
|
|
|||
|
|
@ -37,14 +37,14 @@ return [
|
|||
'CI' => 'Costa de Marfil',
|
||||
'CM' => 'Camerún',
|
||||
'CD' => 'República Democrática del Congo',
|
||||
'CG' => 'República del congo',
|
||||
'CG' => 'República del Congo',
|
||||
'CO' => 'Colombia',
|
||||
'KM' => 'Comoras',
|
||||
'CV' => 'Cabo Verde',
|
||||
'CR' => 'Costa Rica',
|
||||
'CU' => 'Cuba',
|
||||
'CY' => 'Chipre',
|
||||
'CZ' => 'Chequia',
|
||||
'CZ' => 'República Checa',
|
||||
'DE' => 'Alemania',
|
||||
'DJ' => 'Yibuti',
|
||||
'DM' => 'Dominica',
|
||||
|
|
@ -80,7 +80,7 @@ return [
|
|||
'ID' => 'Indonesia',
|
||||
'IN' => 'India',
|
||||
'IE' => 'Irlanda',
|
||||
'IR' => 'Iran',
|
||||
'IR' => 'Irán',
|
||||
'IQ' => 'Irak',
|
||||
'IS' => 'Islandia',
|
||||
'IL' => 'Israel',
|
||||
|
|
@ -115,7 +115,7 @@ return [
|
|||
'MX' => 'Mexico',
|
||||
'MH' => 'Islas Marshall',
|
||||
'MK' => 'Macedonia',
|
||||
'ML' => 'Mali',
|
||||
'ML' => 'Malí',
|
||||
'MT' => 'Malta',
|
||||
'MM' => 'Myanmar',
|
||||
'ME' => 'Montenegro',
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ return [
|
|||
'settings.direction' => 'ltr',
|
||||
|
||||
// Service - Users
|
||||
'auth.emails.team' => '%s Equipo',
|
||||
'auth.emails.team' => 'Equipo %s',
|
||||
'auth.emails.confirm.title' => 'Confirmación de la cuenta',
|
||||
'auth.emails.confirm.body' => 'es.email.auth.confirm.tpl',
|
||||
'auth.emails.recovery.title' => 'Reestablecer contraseña',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
Hola {{name}},
|
||||
<br />
|
||||
<br />
|
||||
Sigue este enlace para verificar tu dirección de correo:
|
||||
Sigue este enlace para verificar tu dirección de correo.
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
|
|
@ -21,4 +21,4 @@
|
|||
Gracias,
|
||||
<br />
|
||||
Equipo {{project}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue