mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 12:51:03 +00:00
feat: handle login from deeplink
This commit is contained in:
@@ -229,6 +229,10 @@
|
||||
"amount_hours": "{{amount}} hours",
|
||||
"amount_minutes": "{{amount}} minutes",
|
||||
"play_time": "Played for {{amount}}",
|
||||
"last_time_played": "Last played {{period}}"
|
||||
"last_time_played": "Last played {{period}}",
|
||||
"sign_out": "Sign out",
|
||||
"activity": "Recent Activity",
|
||||
"games": "Games",
|
||||
"total_play_time": "Total playtime: {{amount}}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -230,6 +230,10 @@
|
||||
"amount_hours": "{{amount}} horas",
|
||||
"amount_minutes": "{{amount}} minutos",
|
||||
"play_time": "Jogado por {{amount}}",
|
||||
"last_time_played": "Jogou {{period}}"
|
||||
"last_time_played": "Jogou {{period}}",
|
||||
"sign_out": "Sair da conta",
|
||||
"activity": "Atividade Recente",
|
||||
"games": "Jogos",
|
||||
"total_play_time": "Tempo total de jogo: {{amount}}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user