From 4a85382da4ec98b67630950778a3edb18262b2ac Mon Sep 17 00:00:00 2001 From: stvmachine Date: Sun, 6 Oct 2019 14:28:03 +1100 Subject: [PATCH 1/5] Update es.email.auth.confirm.tpl The original translation doesn't include the punctuation on that way. --- app/config/locale/templates/es.email.auth.confirm.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/locale/templates/es.email.auth.confirm.tpl b/app/config/locale/templates/es.email.auth.confirm.tpl index 3bb7e97b62..a5b9235be8 100644 --- a/app/config/locale/templates/es.email.auth.confirm.tpl +++ b/app/config/locale/templates/es.email.auth.confirm.tpl @@ -10,7 +10,7 @@ Hola {{name}},

- Sigue este enlace para verificar tu dirección de correo: + Sigue este enlace para verificar tu dirección de correo.
{{redirect}}
@@ -21,4 +21,4 @@ Gracias,
Equipo {{project}} - \ No newline at end of file + From d1735407dec405da25020b6ece38279aa70a12ca Mon Sep 17 00:00:00 2001 From: stvmachine Date: Sun, 6 Oct 2019 14:33:55 +1100 Subject: [PATCH 2/5] Update es.php On Spanish make more senses: "Team of" + team_name. --- app/config/locale/es.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/es.php b/app/config/locale/es.php index 0a56743689..8c337051f8 100644 --- a/app/config/locale/es.php +++ b/app/config/locale/es.php @@ -6,7 +6,7 @@ return [ 'settings.direction' => 'ltr', // Service - Users - 'auth.emails.team' => '%s Equipo', + 'auth.emails.team' => 'Equipo de %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', From 37240777e07e9008a206475e8961dc1d88824c2d Mon Sep 17 00:00:00 2001 From: stvmachine Date: Sun, 6 Oct 2019 14:53:06 +1100 Subject: [PATCH 3/5] Update es.countries.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo errors related to accentuation: - Irán: https://es.wikipedia.org/wiki/Ir%C3%A1n - Malí: https://es.wikipedia.org/wiki/Mal%C3%AD Is more widely accepted: - `República Checa` than `Chequia`: https://es.wikipedia.org/wiki/Rep%C3%BAblica_Checa --- app/config/locale/es.countries.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/locale/es.countries.php b/app/config/locale/es.countries.php index a0c11ae5c6..18fe488c17 100644 --- a/app/config/locale/es.countries.php +++ b/app/config/locale/es.countries.php @@ -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', From 511455b3f6f008d15ced318e62340a4fa2b40e06 Mon Sep 17 00:00:00 2001 From: Esteban Campos Date: Mon, 7 Oct 2019 09:40:34 +1100 Subject: [PATCH 4/5] Fixed typo errors --- app/config/locale/es.php | 2 +- app/config/locale/templates/es.email.auth.confirm.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/locale/es.php b/app/config/locale/es.php index 0a56743689..cc8e82b7bd 100644 --- a/app/config/locale/es.php +++ b/app/config/locale/es.php @@ -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', diff --git a/app/config/locale/templates/es.email.auth.confirm.tpl b/app/config/locale/templates/es.email.auth.confirm.tpl index 3bb7e97b62..e8ab39bf86 100644 --- a/app/config/locale/templates/es.email.auth.confirm.tpl +++ b/app/config/locale/templates/es.email.auth.confirm.tpl @@ -10,7 +10,7 @@ Hola {{name}},

- Sigue este enlace para verificar tu dirección de correo: + Sigue este enlace para verificar tu dirección de correo.
{{redirect}}
From 0960b0043dd35bc34b2ae1771252e3ef18b0c9fc Mon Sep 17 00:00:00 2001 From: alvesgabriel Date: Sun, 6 Oct 2019 22:48:42 -0300 Subject: [PATCH 5/5] fix link to enviroment variables file in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f8bc1f7f..4afc72376d 100644 --- a/README.md +++ b/README.md @@ -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