From 75d7181bca934cd92fe922c535d263e39b17d679 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 02:43:27 +0100 Subject: [PATCH 1/8] Update source file messages.php --- resources/lang/en/messages.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 9c15ea1..d91a347 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -75,7 +75,11 @@ return [ 'eligible' => 'Eligible', 'ineligible' => 'Ineligible', 'schedule' => 'Schedule', - 'platform' => 'Platform' + 'schedule_action' => 'Schedule an Appointment', + 'platform' => 'Platform', + 'notepad' => 'Shared Notepad', // Context: The shared notepad that appears when votes are needed, + 'appointment_info' => 'Appointment Information', + 'ip_info' => 'IP Address Information for' ], @@ -469,6 +473,7 @@ return [ '2fa_password_confirm_exp' => 'To prevent unauthorized changes, a password is always required for sensitive operations.', '2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"', '2fa_remove' => 'Remove 2FA', + '2fa_remove_extended' => 'Remove Two-Factor Authentication', 'security_lgotherdev' => 'For your security, you\'ll need to re-enter your password before logging out other devices. If you believe your account has been compromised, please change your password instead, as that will automatically log out anyone else who might using your account, and prevent them from signing back in.', 'password_reenter' => 'Re-enter your password', From 5ee79880d59974e0fbe72dd7413ae42195f4547d Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 02:43:30 +0100 Subject: [PATCH 2/8] New translations messages.php (French) --- resources/lang/fr/messages.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr/messages.php b/resources/lang/fr/messages.php index 9c15ea1..d91a347 100644 --- a/resources/lang/fr/messages.php +++ b/resources/lang/fr/messages.php @@ -75,7 +75,11 @@ return [ 'eligible' => 'Eligible', 'ineligible' => 'Ineligible', 'schedule' => 'Schedule', - 'platform' => 'Platform' + 'schedule_action' => 'Schedule an Appointment', + 'platform' => 'Platform', + 'notepad' => 'Shared Notepad', // Context: The shared notepad that appears when votes are needed, + 'appointment_info' => 'Appointment Information', + 'ip_info' => 'IP Address Information for' ], @@ -469,6 +473,7 @@ return [ '2fa_password_confirm_exp' => 'To prevent unauthorized changes, a password is always required for sensitive operations.', '2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"', '2fa_remove' => 'Remove 2FA', + '2fa_remove_extended' => 'Remove Two-Factor Authentication', 'security_lgotherdev' => 'For your security, you\'ll need to re-enter your password before logging out other devices. If you believe your account has been compromised, please change your password instead, as that will automatically log out anyone else who might using your account, and prevent them from signing back in.', 'password_reenter' => 'Re-enter your password', From 369185c4ed35029ac52697985d8cfd7d86a2339f Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 02:43:32 +0100 Subject: [PATCH 3/8] New translations messages.php (Spanish) --- resources/lang/es/messages.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/es/messages.php b/resources/lang/es/messages.php index 9c15ea1..d91a347 100644 --- a/resources/lang/es/messages.php +++ b/resources/lang/es/messages.php @@ -75,7 +75,11 @@ return [ 'eligible' => 'Eligible', 'ineligible' => 'Ineligible', 'schedule' => 'Schedule', - 'platform' => 'Platform' + 'schedule_action' => 'Schedule an Appointment', + 'platform' => 'Platform', + 'notepad' => 'Shared Notepad', // Context: The shared notepad that appears when votes are needed, + 'appointment_info' => 'Appointment Information', + 'ip_info' => 'IP Address Information for' ], @@ -469,6 +473,7 @@ return [ '2fa_password_confirm_exp' => 'To prevent unauthorized changes, a password is always required for sensitive operations.', '2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"', '2fa_remove' => 'Remove 2FA', + '2fa_remove_extended' => 'Remove Two-Factor Authentication', 'security_lgotherdev' => 'For your security, you\'ll need to re-enter your password before logging out other devices. If you believe your account has been compromised, please change your password instead, as that will automatically log out anyone else who might using your account, and prevent them from signing back in.', 'password_reenter' => 'Re-enter your password', From f7a18816bc75a23fa174d564f533b38fb60f4110 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 02:43:33 +0100 Subject: [PATCH 4/8] New translations messages.php (Portuguese) --- resources/lang/pt/messages.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt/messages.php b/resources/lang/pt/messages.php index 3dc31cd..a8b6853 100644 --- a/resources/lang/pt/messages.php +++ b/resources/lang/pt/messages.php @@ -75,7 +75,11 @@ return [ 'eligible' => 'Qualificado', 'ineligible' => 'Não elegível', 'schedule' => 'Agendar', - 'platform' => 'Plataforma' + 'schedule_action' => 'Schedule an Appointment', + 'platform' => 'Plataforma', + 'notepad' => 'Shared Notepad', // Context: The shared notepad that appears when votes are needed, + 'appointment_info' => 'Appointment Information', + 'ip_info' => 'IP Address Information for' ], @@ -345,7 +349,7 @@ return [ 'interview_q' => 'Fila de entrevistas', 'interview_p' => 'Entrevista', - 'interview_s' => 'Entrevista Agendada para', + 'interview_s' => 'Entrevista Agendada', 'finished_int' => 'Entrevistas concluídas', 'schedule_int' => 'Agendar Entrevistas', 'p_review' => 'Revisão por pares', @@ -469,6 +473,7 @@ return [ '2fa_password_confirm_exp' => 'Para impedir alterações não autorizadas, uma senha é sempre necessária para operações confidenciais.', '2fa_disable_consent' => '"Eu compreendo as possíveis consequências de desativar a autenticação de dois fatores"', '2fa_remove' => 'Remover 2FA', + '2fa_remove_extended' => 'Remove Two-Factor Authentication', 'security_lgotherdev' => 'Para sua segurança, você precisará re-introduzir a sua senha antes de desconectar outros dispositivos. Se você acredita que sua conta foi comprometida, altere sua senha em vez disso, já que isso desconectará automaticamente qualquer pessoa que poderá estar usando sua conta e impedir que faça login novamente.', 'password_reenter' => 'Repita a sua palavra-passe', From 01e3a9edce03915803fbcc37681dcdde24c3df39 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 03:15:22 +0100 Subject: [PATCH 5/8] Update source file messages.php --- resources/lang/en/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index d91a347..203be07 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -185,6 +185,7 @@ return [ 'adm' => 'Administration', 'devtools' => 'Developer Tools', + 'devtools_evn' => 'Event Management', 'devoptions' => 'Developer Options', 'forceeval' => 'Please choose an application to force re-evaluation', 'appid' => 'Application ID', From c374100eeda960a7ef03da91c91754797d64142e Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 03:15:24 +0100 Subject: [PATCH 6/8] New translations messages.php (French) --- resources/lang/fr/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr/messages.php b/resources/lang/fr/messages.php index d91a347..203be07 100644 --- a/resources/lang/fr/messages.php +++ b/resources/lang/fr/messages.php @@ -185,6 +185,7 @@ return [ 'adm' => 'Administration', 'devtools' => 'Developer Tools', + 'devtools_evn' => 'Event Management', 'devoptions' => 'Developer Options', 'forceeval' => 'Please choose an application to force re-evaluation', 'appid' => 'Application ID', From eeae03dec52bb17bc84cc5f74e88897da491e9ce Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 03:15:28 +0100 Subject: [PATCH 7/8] New translations messages.php (Spanish) --- resources/lang/es/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es/messages.php b/resources/lang/es/messages.php index d91a347..203be07 100644 --- a/resources/lang/es/messages.php +++ b/resources/lang/es/messages.php @@ -185,6 +185,7 @@ return [ 'adm' => 'Administration', 'devtools' => 'Developer Tools', + 'devtools_evn' => 'Event Management', 'devoptions' => 'Developer Options', 'forceeval' => 'Please choose an application to force re-evaluation', 'appid' => 'Application ID', From d988b9a5cb46b4f135ba5a2bb71df101185c8380 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 3 Sep 2020 03:15:32 +0100 Subject: [PATCH 8/8] New translations messages.php (Portuguese) --- resources/lang/pt/messages.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/lang/pt/messages.php b/resources/lang/pt/messages.php index a8b6853..60d6d23 100644 --- a/resources/lang/pt/messages.php +++ b/resources/lang/pt/messages.php @@ -75,11 +75,11 @@ return [ 'eligible' => 'Qualificado', 'ineligible' => 'Não elegível', 'schedule' => 'Agendar', - 'schedule_action' => 'Schedule an Appointment', + 'schedule_action' => 'Marcar um Compromisso', 'platform' => 'Plataforma', - 'notepad' => 'Shared Notepad', // Context: The shared notepad that appears when votes are needed, - 'appointment_info' => 'Appointment Information', - 'ip_info' => 'IP Address Information for' + 'notepad' => 'Bloco Notas Partilhado', // Context: The shared notepad that appears when votes are needed, + 'appointment_info' => 'Informação da Marcação', + 'ip_info' => 'Informação de Endereço IP para' ], @@ -185,6 +185,7 @@ return [ 'adm' => 'Administração', 'devtools' => 'Ferramentas de Programador', + 'devtools_evn' => 'Gestão de Eventos', 'devoptions' => 'Opções de Desenvolvedor', 'forceeval' => 'Por favor, escolha uma candidatura para forçar reavaliação', 'appid' => 'ID da candidatura', @@ -473,7 +474,7 @@ return [ '2fa_password_confirm_exp' => 'Para impedir alterações não autorizadas, uma senha é sempre necessária para operações confidenciais.', '2fa_disable_consent' => '"Eu compreendo as possíveis consequências de desativar a autenticação de dois fatores"', '2fa_remove' => 'Remover 2FA', - '2fa_remove_extended' => 'Remove Two-Factor Authentication', + '2fa_remove_extended' => 'Desativar autenticação em dois passos', 'security_lgotherdev' => 'Para sua segurança, você precisará re-introduzir a sua senha antes de desconectar outros dispositivos. Se você acredita que sua conta foi comprometida, altere sua senha em vez disso, já que isso desconectará automaticamente qualquer pessoa que poderá estar usando sua conta e impedir que faça login novamente.', 'password_reenter' => 'Repita a sua palavra-passe',