Skip to content

Commit 2277df1

Browse files
Gargronhiyuki2578
authored andcommitted
Change the groupings of menu items in settings navigation (mastodon#10533)
* Change the groupings of menu items in settings navigation Fix mastodon#10307 * Remove unused translations
1 parent b52b69a commit 2277df1

50 files changed

Lines changed: 44 additions & 125 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/views/settings/preferences/show.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
%li= link_to t('preferences.publishing'), '#settings_publishing'
77
%li= link_to t('preferences.other'), '#settings_other'
88
%li= link_to t('preferences.web'), '#settings_web'
9+
%li= link_to t('settings.notifications'), settings_notifications_path
910

1011
= simple_form_for current_user, url: settings_preferences_path, html: { method: :put } do |f|
1112
= render 'shared/error_messages', object: current_user

config/locales/ar.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,7 @@ ar:
812812
migrate: تهجير الحساب
813813
notifications: الإخطارات
814814
preferences: التفضيلات
815-
settings: الإعدادات
816815
two_factor_authentication: المُصادقة بخُطوَتَيْن
817-
your_apps: تطبيقاتك
818816
statuses:
819817
attached:
820818
description: 'مُرفَق : %{attached}'

config/locales/ast.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ ast:
300300
import: Importación
301301
notifications: Avisos
302302
preferences: Preferencies
303-
settings: Axustes
304303
two_factor_authentication: Autenticación en dos pasos
305304
statuses:
306305
attached:

config/locales/bg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ bg:
122122
export: Експортиране на данни
123123
import: Импортиране
124124
preferences: Предпочитания
125-
settings: Настройки
126125
two_factor_authentication: Двустепенно удостоверяване
127126
statuses:
128127
open_in_web: Отвори в уеб

config/locales/ca.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,9 +867,7 @@ ca:
867867
notifications: Notificacions
868868
preferences: Preferències
869869
relationships: Seguits i seguidors
870-
settings: Configuració
871870
two_factor_authentication: Autenticació de dos factors
872-
your_apps: Les teves aplicacions
873871
statuses:
874872
attached:
875873
description: 'Adjunt: %{attached}'

config/locales/co.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,7 @@ co:
873873
notifications: Nutificazione
874874
preferences: Priferenze
875875
relationships: Abbunamenti è abbunati
876-
settings: Parametri
877876
two_factor_authentication: Identificazione à dui fattori
878-
your_apps: E vostre applicazione
879877
statuses:
880878
attached:
881879
description: 'Aghjuntu: %{attached}'

config/locales/cs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,9 +883,7 @@ cs:
883883
notifications: Oznámení
884884
preferences: Předvolby
885885
relationships: Sledovaní a sledující
886-
settings: Nastavení
887886
two_factor_authentication: Dvoufázové ověřování
888-
your_apps: Vaše aplikace
889887
statuses:
890888
attached:
891889
description: 'Přiloženo: %{attached}'

config/locales/cy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,7 @@ cy:
812812
migrate: Mudo cyfrif
813813
notifications: Hysbysiadau
814814
preferences: Dewisiadau
815-
settings: Gosodiadau
816815
two_factor_authentication: Awdurdodi dau-gam
817-
your_apps: Eich rhaglenni
818816
statuses:
819817
attached:
820818
description: 'Ynghlwm: %{attached}'

config/locales/da.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,7 @@ da:
700700
migrate: Konto migrering
701701
notifications: Notifikationer
702702
preferences: Præferencer
703-
settings: Indstillinger
704703
two_factor_authentication: To-faktor godkendelse
705-
your_apps: Dine applikationer
706704
statuses:
707705
attached:
708706
description: 'Vedhæftede: %{attached}'

config/locales/de.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,9 +868,7 @@ de:
868868
notifications: Benachrichtigungen
869869
preferences: Einstellungen
870870
relationships: Folgende und Follower
871-
settings: Einstellungen
872871
two_factor_authentication: Zwei-Faktor-Auth
873-
your_apps: Deine Anwendungen
874872
statuses:
875873
attached:
876874
description: 'Angehängt: %{attached}'

0 commit comments

Comments
 (0)