This commit is contained in:
Zamitto
2024-06-14 18:23:57 -03:00
parent ca21d8afe6
commit e8a1aa0616
6 changed files with 78 additions and 21 deletions

View File

@@ -224,5 +224,11 @@
},
"forms": {
"toggle_password_visibility": "Toggle password visibility"
},
"user_profile": {
"amount_hours": "{{amount}} hours",
"amount_minutes": "{{amount}} minutes",
"play_time": "Played for {{amount}}",
"last_time_played": "Last played {{period}}"
}
}

View File

@@ -227,6 +227,9 @@
"toggle_password_visibility": "Alternar visibilidade da senha"
},
"user_profile": {
"amount_hours": "Jogou por {{amount}}"
"amount_hours": "{{amount}} horas",
"amount_minutes": "{{amount}} minutos",
"play_time": "Jogado por {{amount}}",
"last_time_played": "Jogou por último {{period}}"
}
}