From c5beeb861e889e9fcef48dac92079c852153cf39 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 16 May 2025 05:45:06 -0300 Subject: [PATCH] feat: i18n update --- src/locales/en/translation.json | 5 +++-- src/locales/pt-BR/translation.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index d342cc46..64a83287 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -364,13 +364,14 @@ "installing_common_redist": "Installing…", "show_download_speed_in_megabytes": "Show download speed in megabytes per second", "extract_files_by_default": "Extract files by default after download", - "achievement_custom_notification_position": "Enable achievements custom notification", + "achievement_custom_notification_position": "Achievement custom notification position", "top_left": "Top left", "top_center": "Top center", "top_right": "Top right", "bottom_left": "Bottom left", "bottom_center": "Bottom center", - "bottom_right": "Bottom right" + "bottom_right": "Bottom right", + "enable_achievement_custom_notifications": "Enable achievement custom notifications" }, "notifications": { "download_complete": "Download complete", diff --git a/src/locales/pt-BR/translation.json b/src/locales/pt-BR/translation.json index 81490142..d9aa7376 100644 --- a/src/locales/pt-BR/translation.json +++ b/src/locales/pt-BR/translation.json @@ -350,13 +350,14 @@ "installing_common_redist": "Instalando…", "show_download_speed_in_megabytes": "Exibir taxas de download em megabytes por segundo", "extract_files_by_default": "Extrair arquivos automaticamente após o download", - "enable_achievement_custom_notifications": "Habilitar notificações de conquistas customizadas", + "enable_achievement_custom_notifications": "Habilitar notificações customizadas de conquistas", "top_left": "Superior esquerdo", "top_center": "Superior central", "top_right": "Superior direito", "bottom_left": "Inferior esquerdo", "bottom_right": "Inferior direito", - "bottom_center": "Inferior central" + "bottom_center": "Inferior central", + "achievement_custom_notification_position": "Posição das notificações customizadas de conquista" }, "notifications": { "download_complete": "Download concluído",