feat: add friend wishlist link

This commit is contained in:
Vaka.pro
2026-04-26 23:29:20 +03:00
parent f8fcda0d13
commit 34179b3f30
4 changed files with 50 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ const translations = {
'header.signedInAs': 'вошли как {name}',
'header.profileSettings': 'Настройки профиля',
'header.profile': 'Профиль',
'header.friendWishes': 'Желания {name}',
'header.logout': 'Выйти',
'login.title': 'С возвращением',
'login.description': 'Войдите, чтобы управлять списком желаний. Доступы задаются на сервере.',
@@ -151,6 +152,7 @@ const translations = {
'header.signedInAs': 'signed in as {name}',
'header.profileSettings': 'Profile settings',
'header.profile': 'Profile',
'header.friendWishes': "{name}'s wishes",
'header.logout': 'Log out',
'login.title': 'Welcome back',
'login.description': 'Sign in to manage your wishlist. Credentials are set up via the server environment.',