chore: move aria-labels strings to their respective pages in locales

This commit is contained in:
cj-do-gta-sander 2024-10-24 09:27:39 -03:00
parent ab7625a314
commit 3b02a3c43f
2 changed files with 5 additions and 9 deletions

View file

@ -361,7 +361,8 @@
"your_achievements": "Your Achievements",
"unlocked_at": "Unlocked at:",
"subscription_needed": "A Hydra Cloud subscription is required to see this content",
"new_achievements_unlocked": "Unlocked {{achievementCount}} new achievements from {{gameCount}} games"
"new_achievements_unlocked": "Unlocked {{achievementCount}} new achievements from {{gameCount}} games",
"achievement_summary": "{{displayName}} achievements for {{gameTitle}}, {{achievementCount}} unlocked of {{totalAchievementCount}}, {{percentage}} completed"
},
"tour": {
"subscription_tour_title": "Hydra Cloud Subscription",
@ -372,8 +373,5 @@
"premium_support": "Premium Support",
"show_and_compare_achievements": "Show and compare your achievements to other users",
"animated_profile_banner": "Animated profile banner"
},
"aria-labels": {
"achievement_summary": "{{displayName}} achievements for {{gameTitle}}, {{achievementCount}} unlocked of {{totalAchievementCount}}, {{percentage}} completed"
}
}

View file

@ -359,7 +359,8 @@
"user_achievements": "Conquistas de {{displayName}}",
"unlocked_at": "Desbloqueado em:",
"subscription_needed": "Você precisa de uma assinatura Hydra Cloud para visualizar este conteúdo",
"new_achievements_unlocked": "{{achievementCount}} novas conquistas de {{gameCount}} jogos"
"new_achievements_unlocked": "{{achievementCount}} novas conquistas de {{gameCount}} jogos",
"achievement_summary": "Conquistas de {{displayName}} em {{gameTitle}}, {{achievementCount}} desbloqueadas de {{totalAchievementCount}}, {{percentage}} concluídas"
},
"tour": {
"subscription_tour_title": "Assinatura Hydra Cloud",
@ -370,8 +371,5 @@
"show_and_compare_achievements": "Exiba e compare suas conquistas com outros usuários",
"animated_profile_banner": "Banner animado no perfil",
"cloud_saving": "Saves de jogos em nuvem"
},
"aria-labels": {
"achievement_summary": "Conquistas de {{displayName}} em {{gameTitle}}, {{achievementCount}} desbloqueadas de {{totalAchievementCount}}, {{percentage}} concluídas"
}
}
}