You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance internationalization support and update user interface components
- Added new translations for survey permissions and alert messages in English, Portuguese, and Swahili.
- Updated the Reset Password and User Modals to utilize i18n for improved localization.
- Enhanced the Alert Distribution and Submission Trend charts with translated tooltips and labels for better user experience.
- Refactored various components to ensure consistent use of translation functions, improving maintainability and user accessibility.
Copy file name to clipboardExpand all lines: public/locales/en/admin.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@
100
100
"createUser": "Create New User",
101
101
"editUser": "Edit User: ",
102
102
"resetPasswordFor": "Reset Password for ",
103
-
"resetPasswordWarning": "Warning: This will immediately reset the password for {{username}}. Make sure to communicate the new password securely to the user."
103
+
"resetPasswordWarning": "Warning: This will immediately reset the password for {{username}}. Make sure to communicate the new password securely to the user.",
104
+
"surveyPermissionsTitle": "Survey Permissions:",
105
+
"surveyPermissionsAdminNote": "Administrators have access to all surveys.",
106
+
"surveyPermissionsUserNote": "Regular users are assigned surveys in Airtable."
Copy file name to clipboardExpand all lines: public/locales/pt/admin.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@
100
100
"createUser": "Criar Novo Utilizador",
101
101
"editUser": "Editar Utilizador: ",
102
102
"resetPasswordFor": "Repor Palavra-passe de ",
103
-
"resetPasswordWarning": "Aviso: Isto vai repor imediatamente a palavra-passe de {{username}}. Certifique-se de comunicar a nova palavra-passe ao utilizador de forma segura."
103
+
"resetPasswordWarning": "Aviso: Isto vai repor imediatamente a palavra-passe de {{username}}. Certifique-se de comunicar a nova palavra-passe ao utilizador de forma segura.",
104
+
"surveyPermissionsTitle": "Permissões de Inquéritos:",
105
+
"surveyPermissionsAdminNote": "Os administradores têm acesso a todos os inquéritos.",
106
+
"surveyPermissionsUserNote": "Utilizadores comuns recebem inquéritos atribuídos no Airtable."
0 commit comments