forked from AkkomaGang/akkoma-fe
Updated Notification Settings API use
This commit is contained in:
parent
cf3fbdd610
commit
b8350423d9
17 changed files with 52 additions and 69 deletions
|
@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## [Unreleased]
|
||||
### Changed
|
||||
- Removed the use of with_move parameters when fetching notifications
|
||||
- Updated Notification Settings to match new BE API
|
||||
|
||||
## [Unreleased patch]
|
||||
### Add
|
||||
|
|
|
@ -384,23 +384,18 @@
|
|||
<span class="label">{{ $t('settings.notification_setting') }}</span>
|
||||
<ul class="option-list">
|
||||
<li>
|
||||
<Checkbox v-model="notificationSettings.follows">
|
||||
{{ $t('settings.notification_setting_follows') }}
|
||||
<Checkbox v-model="notificationSettings.from_following">
|
||||
{{ $t('settings.notification_setting_from_following') }}
|
||||
</Checkbox>
|
||||
</li>
|
||||
<li>
|
||||
<Checkbox v-model="notificationSettings.followers">
|
||||
{{ $t('settings.notification_setting_followers') }}
|
||||
<Checkbox v-model="notificationSettings.from_followers">
|
||||
{{ $t('settings.notification_setting_from_followers') }}
|
||||
</Checkbox>
|
||||
</li>
|
||||
<li>
|
||||
<Checkbox v-model="notificationSettings.non_follows">
|
||||
{{ $t('settings.notification_setting_non_follows') }}
|
||||
</Checkbox>
|
||||
</li>
|
||||
<li>
|
||||
<Checkbox v-model="notificationSettings.non_followers">
|
||||
{{ $t('settings.notification_setting_non_followers') }}
|
||||
<Checkbox v-model="notificationSettings.from_strangers">
|
||||
{{ $t('settings.notification_setting_from_strangers') }}
|
||||
</Checkbox>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -203,4 +203,4 @@
|
|||
"more": "المزيد",
|
||||
"who_to_follow": "للمتابعة"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -401,8 +401,8 @@
|
|||
"changed_email": "Email Adresse erfolgreich geändert!",
|
||||
"change_email_error": "Es trat ein Problem auf beim Versuch, deine Email Adresse zu ändern.",
|
||||
"change_email": "Ändere Email",
|
||||
"notification_setting_non_followers": "Nutzer, die dir nicht folgen",
|
||||
"notification_setting_followers": "Nutzer, die dir folgen",
|
||||
"notification_setting_from_strangers": "Nutzer, die dir nicht folgen",
|
||||
"notification_setting_from_followers": "Nutzer, die dir folgen",
|
||||
"import_blocks_from_a_csv_file": "Importiere Blocks von einer CSV Datei",
|
||||
"accent": "Akzent"
|
||||
},
|
||||
|
|
|
@ -407,10 +407,9 @@
|
|||
"notifications": "Notifications",
|
||||
"notification_setting_filters": "Filters",
|
||||
"notification_setting": "Receive notifications from:",
|
||||
"notification_setting_follows": "Users you follow",
|
||||
"notification_setting_non_follows": "Users you do not follow",
|
||||
"notification_setting_followers": "Users who follow you",
|
||||
"notification_setting_non_followers": "Users who do not follow you",
|
||||
"notification_setting_from_following": "Users you follow",
|
||||
"notification_setting_from_followers": "Users who follow you",
|
||||
"notification_setting_from_strangers": "Users who do not follow you",
|
||||
"notification_setting_privacy": "Privacy",
|
||||
"notification_setting_privacy_option": "Hide the sender and contents of push notifications",
|
||||
"notification_mutes": "To stop receiving notifications from a specific user, use a mute.",
|
||||
|
|
|
@ -345,10 +345,9 @@
|
|||
},
|
||||
"notifications": "Notificaciones",
|
||||
"notification_setting": "Recibir notificaciones de:",
|
||||
"notification_setting_follows": "Usuarios que sigues",
|
||||
"notification_setting_non_follows": "Usuarios que no sigues",
|
||||
"notification_setting_followers": "Usuarios que te siguen",
|
||||
"notification_setting_non_followers": "Usuarios que no te siguen",
|
||||
"notification_setting_from_following": "Usuarios que sigues",
|
||||
"notification_setting_from_followers": "Usuarios que te siguen",
|
||||
"notification_setting_from_strangers": "Usuarios que no te siguen",
|
||||
"notification_mutes": "Para dejar de recibir notificaciones de un usuario específico, siléncialo.",
|
||||
"notification_blocks": "El bloqueo de un usuario detiene todas las notificaciones y también las cancela.",
|
||||
"enable_web_push_notifications": "Habilitar las notificiaciones en el navegador",
|
||||
|
@ -635,4 +634,4 @@
|
|||
"too_many_requests": "Has alcanzado el límite de intentos, vuelve a intentarlo más tarde.",
|
||||
"password_reset_disabled": "El restablecimiento de contraseñas está deshabilitado. Póngase en contacto con el administrador de su instancia."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -345,10 +345,9 @@
|
|||
},
|
||||
"notifications": "Jakinarazpenak",
|
||||
"notification_setting": "Jaso pertsona honen jakinarazpenak:",
|
||||
"notification_setting_follows": "Jarraitutako erabiltzaileak",
|
||||
"notification_setting_non_follows": "Jarraitzen ez dituzun erabiltzaileak",
|
||||
"notification_setting_followers": "Zu jarraitzen zaituzten erabiltzaileak",
|
||||
"notification_setting_non_followers": "Zu jarraitzen ez zaituzten erabiltzaileak",
|
||||
"notification_setting_from_following": "Jarraitutako erabiltzaileak",
|
||||
"notification_setting_from_followers": "Zu jarraitzen zaituzten erabiltzaileak",
|
||||
"notification_setting_from_strangers": "Zu jarraitzen ez zaituzten erabiltzaileak",
|
||||
"notification_mutes": "Erabiltzaile jakin baten jakinarazpenak jasotzeari uzteko, isilarazi ezazu.",
|
||||
"notification_blocks": "Erabiltzaile bat blokeatzeak jakinarazpen guztiak gelditzen ditu eta harpidetza ezeztatu.",
|
||||
"enable_web_push_notifications": "Gaitu web jakinarazpenak",
|
||||
|
@ -639,4 +638,4 @@
|
|||
"password_reset_required": "Pasahitza berrezarri behar duzu saioa hasteko.",
|
||||
"password_reset_required_but_mailer_is_disabled": "Pasahitza berrezarri behar duzu, baina pasahitza berrezartzeko aukera desgaituta dago. Mesedez, jarri harremanetan instantziaren administratzailearekin."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -479,10 +479,9 @@
|
|||
"pad_emoji": "Välistä emojit välilyönneillä lisätessäsi niitä valitsimesta",
|
||||
"mutes_tab": "Mykistykset",
|
||||
"new_email": "Uusi sähköpostiosoite",
|
||||
"notification_setting_follows": "Käyttäjät joita seuraat",
|
||||
"notification_setting_non_follows": "Käyttäjät joita et seuraa",
|
||||
"notification_setting_followers": "Käyttäjät jotka seuraavat sinua",
|
||||
"notification_setting_non_followers": "Käyttäjät jotka eivät seuraa sinua",
|
||||
"notification_setting_from_following": "Käyttäjät joita seuraat",
|
||||
"notification_setting_from_followers": "Käyttäjät jotka seuraavat sinua",
|
||||
"notification_setting_from_strangers": "Käyttäjät jotka eivät seuraa sinua",
|
||||
"notification_setting_privacy": "Yksityisyys",
|
||||
"notification_mutes": "Jos et halua ilmoituksia joltain käyttäjältä, käytä mykistystä.",
|
||||
"notification_blocks": "Estäminen pysäyttää kaikki ilmoitukset käyttäjältä ja poistaa seurauksen.",
|
||||
|
|
|
@ -319,10 +319,9 @@
|
|||
},
|
||||
"notifications": "Notifications",
|
||||
"notification_setting": "Reçevoir les notifications de :",
|
||||
"notification_setting_follows": "Utilisateurs que vous suivez",
|
||||
"notification_setting_non_follows": "Utilisateurs que vous ne suivez pas",
|
||||
"notification_setting_followers": "Utilisateurs qui vous suivent",
|
||||
"notification_setting_non_followers": "Utilisateurs qui ne vous suivent pas",
|
||||
"notification_setting_from_following": "Utilisateurs que vous suivez",
|
||||
"notification_setting_from_followers": "Utilisateurs qui vous suivent",
|
||||
"notification_setting_from_strangers": "Utilisateurs qui ne vous suivent pas",
|
||||
"notification_mutes": "Pour stopper la récéption de notifications d'un utilisateur particulier, utilisez un masquage.",
|
||||
"notification_blocks": "Bloquer un utilisateur stoppe toute notification et se désabonne de lui.",
|
||||
"enable_web_push_notifications": "Activer les notifications de push web",
|
||||
|
|
|
@ -383,10 +383,9 @@
|
|||
"greentext": "ミームやじるし",
|
||||
"notifications": "つうち",
|
||||
"notification_setting": "つうちをうけとる:",
|
||||
"notification_setting_follows": "あなたがフォローしているひとから",
|
||||
"notification_setting_non_follows": "あなたがフォローしていないひとから",
|
||||
"notification_setting_followers": "あなたをフォローしているひとから",
|
||||
"notification_setting_non_followers": "あなたをフォローしていないひとから",
|
||||
"notification_setting_from_following": "あなたがフォローしているひとから",
|
||||
"notification_setting_from_followers": "あなたをフォローしているひとから",
|
||||
"notification_setting_from_strangers": "あなたをフォローしていないひとから",
|
||||
"notification_mutes": "あるユーザーからのつうちをとめるには、ミュートしてください。",
|
||||
"notification_blocks": "ブロックしているユーザーからのつうちは、すべてとまります。",
|
||||
"enable_web_push_notifications": "ウェブプッシュつうちをゆるす",
|
||||
|
|
|
@ -346,10 +346,9 @@
|
|||
},
|
||||
"notifications": "通知",
|
||||
"notification_setting": "通知を受け取る:",
|
||||
"notification_setting_follows": "あなたがフォローしているユーザーから",
|
||||
"notification_setting_non_follows": "あなたがフォローしていないユーザーから",
|
||||
"notification_setting_followers": "あなたをフォローしているユーザーから",
|
||||
"notification_setting_non_followers": "あなたをフォローしていないユーザーから",
|
||||
"notification_setting_from_following": "あなたがフォローしているユーザーから",
|
||||
"notification_setting_from_followers": "あなたをフォローしているユーザーから",
|
||||
"notification_setting_from_strangers": "あなたをフォローしていないユーザーから",
|
||||
"notification_mutes": "特定のユーザーからの通知を止めるには、ミュートしてください。",
|
||||
"notification_blocks": "ブロックしているユーザーからの通知は、すべて止まります。",
|
||||
"enable_web_push_notifications": "ウェブプッシュ通知を許可する",
|
||||
|
|
|
@ -331,10 +331,9 @@
|
|||
},
|
||||
"notifications": "Varsler",
|
||||
"notification_setting": "Motta varsler i fra:",
|
||||
"notification_setting_follows": "Brukere du følger",
|
||||
"notification_setting_non_follows": "Brukere du ikke følger",
|
||||
"notification_setting_followers": "Brukere som følger deg",
|
||||
"notification_setting_non_followers": "Brukere som ikke følger deg",
|
||||
"notification_setting_from_following": "Brukere du følger",
|
||||
"notification_setting_from_followers": "Brukere som følger deg",
|
||||
"notification_setting_from_strangers": "Brukere som ikke følger deg",
|
||||
"notification_mutes": "For å stoppe å motta varsler i fra en spesifikk bruker, kan du dempe dem.",
|
||||
"notification_blocks": "Hvis du blokkerer en bruker vil det stoppe alle varsler og i tilleg få dem til å slutte å følge deg",
|
||||
"enable_web_push_notifications": "Skru på pushnotifikasjoner i nettlesere",
|
||||
|
|
|
@ -385,9 +385,8 @@
|
|||
"link": "een leuke kleine link"
|
||||
}
|
||||
},
|
||||
"notification_setting_follows": "Gebruikers die je volgt",
|
||||
"notification_setting_non_follows": "Gebruikers die je niet volgt",
|
||||
"notification_setting_followers": "Gebruikers die je volgen",
|
||||
"notification_setting_from_following": "Gebruikers die je volgt",
|
||||
"notification_setting_from_followers": "Gebruikers die je volgen",
|
||||
"notification_setting_privacy": "Privacy",
|
||||
"notification_setting_privacy_option": "Verberg de afzender en inhoud van push meldingen",
|
||||
"notification_mutes": "Om niet langer meldingen te ontvangen van een specifieke gebruiker, kun je deze negeren.",
|
||||
|
@ -464,7 +463,7 @@
|
|||
"hide_follows_description": "Niet tonen wie ik volg",
|
||||
"show_moderator_badge": "Moderators badge tonen in mijn profiel",
|
||||
"notification_setting_filters": "Filters",
|
||||
"notification_setting_non_followers": "Gebruikers die je niet volgen",
|
||||
"notification_setting_from_strangers": "Gebruikers die je niet volgen",
|
||||
"notification_blocks": "Door een gebruiker te blokkeren, ontvang je geen meldingen meer van de gebruiker en wordt je abonnement op de gebruiker opgeheven.",
|
||||
"version": {
|
||||
"frontend_version": "Frontend Versie",
|
||||
|
|
|
@ -289,10 +289,9 @@
|
|||
},
|
||||
"notifications": "Notificacions",
|
||||
"notification_setting": "Recebre las notificacions de :",
|
||||
"notification_setting_follows": "Utilizaires que seguissètz",
|
||||
"notification_setting_non_follows": "Utilizaires que seguissètz pas",
|
||||
"notification_setting_followers": "Utilizaires que vos seguisson",
|
||||
"notification_setting_non_followers": "Utilizaires que vos seguisson pas",
|
||||
"notification_setting_from_following": "Utilizaires que seguissètz",
|
||||
"notification_setting_from_followers": "Utilizaires que vos seguisson",
|
||||
"notification_setting_from_strangers": "Utilizaires que vos seguisson pas",
|
||||
"notification_mutes": "Per recebre pas mai d’un utilizaire en particular, botatz-lo en silenci.",
|
||||
"notification_blocks": "Blocar un utilizaire arrèsta totas las notificacions tan coma quitar de los seguir.",
|
||||
"enable_web_push_notifications": "Activar las notificacions web push",
|
||||
|
@ -550,4 +549,4 @@
|
|||
"people_talking": "{count} personas ne parlan",
|
||||
"no_results": "Cap de resultats"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -406,10 +406,9 @@
|
|||
"greentext": "Memiczne strzałki",
|
||||
"notifications": "Powiadomienia",
|
||||
"notification_setting": "Otrzymuj powiadomienia od:",
|
||||
"notification_setting_follows": "Ludzi których obserwujesz",
|
||||
"notification_setting_non_follows": "Ludzi których nie obserwujesz",
|
||||
"notification_setting_followers": "Ludzi którzy obserwują ciebie",
|
||||
"notification_setting_non_followers": "Ludzi którzy nie obserwują ciebie",
|
||||
"notification_setting_from_following": "Ludzi których obserwujesz",
|
||||
"notification_setting_from_followers": "Ludzi którzy obserwują ciebie",
|
||||
"notification_setting_from_strangers": "Ludzi którzy nie obserwują ciebie",
|
||||
"notification_mutes": "By przestać otrzymywać powiadomienia od jednego użytkownika, wycisz go.",
|
||||
"notification_blocks": "Blokowanie uzytkownika zatrzymuje wszystkie powiadomienia i odsubskrybowuje go.",
|
||||
"enable_web_push_notifications": "Włącz powiadomienia push",
|
||||
|
|
|
@ -348,12 +348,11 @@
|
|||
"link": "ссылка"
|
||||
}
|
||||
},
|
||||
"notification_setting_non_followers": "Не читающие вас",
|
||||
"notification_setting_from_strangers": "Не читающие вас",
|
||||
"allow_following_move": "Разрешить автоматически читать новый аккаунт при перемещении на другой сервер",
|
||||
"hide_user_stats": "Не показывать статистику пользователей (например количество читателей)",
|
||||
"notification_setting_followers": "Читающие вас",
|
||||
"notification_setting_follows": "Читаемые вами",
|
||||
"notification_setting_non_follows": "Не читаемые вами"
|
||||
"notification_setting_from_followers": "Читающие вас",
|
||||
"notification_setting_from_following": "Читаемые вами"
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Свернуть",
|
||||
|
|
|
@ -337,10 +337,9 @@
|
|||
},
|
||||
"notifications": "通知",
|
||||
"notification_setting": "通知来源:",
|
||||
"notification_setting_follows": "你所关注的用户",
|
||||
"notification_setting_non_follows": "你没有关注的用户",
|
||||
"notification_setting_followers": "关注你的用户",
|
||||
"notification_setting_non_followers": "没有关注你的用户",
|
||||
"notification_setting_from_following": "你所关注的用户",
|
||||
"notification_setting_from_followers": "关注你的用户",
|
||||
"notification_setting_from_strangers": "没有关注你的用户",
|
||||
"notification_mutes": "要停止收到某个指定的用户的通知,请使用隐藏功能。",
|
||||
"notification_blocks": "拉黑一个用户会停掉所有他的通知,等同于取消关注。",
|
||||
"enable_web_push_notifications": "启用 web 推送通知",
|
||||
|
|
Loading…
Reference in a new issue