mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
fix: adjust i18n
This commit is contained in:
parent
973db98090
commit
a02eac4ecb
@ -230,7 +230,6 @@
|
|||||||
"amount_hours": "{{amount}} hours",
|
"amount_hours": "{{amount}} hours",
|
||||||
"amount_minutes": "{{amount}} minutes",
|
"amount_minutes": "{{amount}} minutes",
|
||||||
"last_time_played": "Last played {{period}}",
|
"last_time_played": "Last played {{period}}",
|
||||||
"sign_out": "Sign out",
|
|
||||||
"activity": "Recent activity",
|
"activity": "Recent activity",
|
||||||
"library": "Library",
|
"library": "Library",
|
||||||
"total_play_time": "Total playtime: {{amount}}",
|
"total_play_time": "Total playtime: {{amount}}",
|
||||||
@ -244,7 +243,7 @@
|
|||||||
"try_again": "Please, try again",
|
"try_again": "Please, try again",
|
||||||
"signout_modal_title": "Are you sure?",
|
"signout_modal_title": "Are you sure?",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"signout": "Sign Out",
|
"signout": "Sign out",
|
||||||
"playing_for": "Playing for {{amount}}"
|
"playing_for": "Playing for {{amount}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -230,7 +230,6 @@
|
|||||||
"amount_hours": "{{amount}} horas",
|
"amount_hours": "{{amount}} horas",
|
||||||
"amount_minutes": "{{amount}} minutos",
|
"amount_minutes": "{{amount}} minutos",
|
||||||
"last_time_played": "Jogou {{period}}",
|
"last_time_played": "Jogou {{period}}",
|
||||||
"sign_out": "Sair da conta",
|
|
||||||
"activity": "Atividade recente",
|
"activity": "Atividade recente",
|
||||||
"library": "Biblioteca",
|
"library": "Biblioteca",
|
||||||
"total_play_time": "Tempo total de jogo: {{amount}}",
|
"total_play_time": "Tempo total de jogo: {{amount}}",
|
||||||
|
@ -195,7 +195,7 @@ export function UserContent({
|
|||||||
theme="danger"
|
theme="danger"
|
||||||
onClick={() => setShowSignOutModal(true)}
|
onClick={() => setShowSignOutModal(true)}
|
||||||
>
|
>
|
||||||
{t("sign_out")}
|
{t("signout")}
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user