diff --git a/app/soapbox/__fixtures__/intlMessages.json b/app/soapbox/__fixtures__/intlMessages.json
index a8217149e..6e873f504 100644
--- a/app/soapbox/__fixtures__/intlMessages.json
+++ b/app/soapbox/__fixtures__/intlMessages.json
@@ -261,6 +261,7 @@
"morefollows.following_label": "…and {count} more {count, plural, one {follow} other {follows}} on remote sites.",
"mute_modal.hide_notifications": "Hide notifications from this user?",
"navigation_bar.admin_settings": "Admin settings",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"navigation_bar.blocks": "Blocked users",
"navigation_bar.community_timeline": "Local timeline",
"navigation_bar.compose": "Compose new post",
@@ -738,6 +739,7 @@
"morefollows.following_label": "…and {count} more {count, plural, one {follow} other {follows}} on remote sites.",
"mute_modal.hide_notifications": "Hide notifications from this user?",
"navigation_bar.admin_settings": "Admin settings",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"navigation_bar.blocks": "Blocked users",
"navigation_bar.community_timeline": "Local timeline",
"navigation_bar.compose": "Compose new post",
diff --git a/app/soapbox/components/sidebar_menu.js b/app/soapbox/components/sidebar_menu.js
index a62c32957..67d67d904 100644
--- a/app/soapbox/components/sidebar_menu.js
+++ b/app/soapbox/components/sidebar_menu.js
@@ -29,6 +29,7 @@ const messages = defineMessages({
mutes: { id: 'navigation_bar.mutes', defaultMessage: 'Muted users' },
filters: { id: 'navigation_bar.filters', defaultMessage: 'Muted words' },
admin_settings: { id: 'navigation_bar.admin_settings', defaultMessage: 'Admin settings' },
+ soapbox_settings: { id: 'navigation_bar.soapbox_settings', defaultMessage: 'Soapbox settings' },
security: { id: 'navigation_bar.security', defaultMessage: 'Security' },
logout: { id: 'navigation_bar.logout', defaultMessage: 'Logout' },
lists: { id: 'column.lists', defaultMessage: 'Lists' },
@@ -171,6 +172,10 @@ class SidebarMenu extends ImmutablePureComponent {
{intl.formatMessage(messages.admin_settings)}
}
+ { isStaff &&
+
+ {intl.formatMessage(messages.soapbox_settings)}
+ }
{intl.formatMessage(messages.preferences)}
diff --git a/app/soapbox/features/compose/components/action_bar.js b/app/soapbox/features/compose/components/action_bar.js
index db1774903..1314734f6 100644
--- a/app/soapbox/features/compose/components/action_bar.js
+++ b/app/soapbox/features/compose/components/action_bar.js
@@ -18,6 +18,7 @@ const messages = defineMessages({
mutes: { id: 'navigation_bar.mutes', defaultMessage: 'Muted users' },
filters: { id: 'navigation_bar.filters', defaultMessage: 'Muted words' },
admin_settings: { id: 'navigation_bar.admin_settings', defaultMessage: 'Admin settings' },
+ soapbox_settings: { id: 'navigation_bar.soapbox_settings', defaultMessage: 'Soapbox settings' },
security: { id: 'navigation_bar.security', defaultMessage: 'Security' },
logout: { id: 'navigation_bar.logout', defaultMessage: 'Logout' },
keyboard_shortcuts: { id: 'navigation_bar.keyboard_shortcuts', defaultMessage: 'Hotkeys' },
@@ -79,6 +80,7 @@ class ActionBar extends React.PureComponent {
menu.push({ text: intl.formatMessage(messages.keyboard_shortcuts), action: this.handleHotkeyClick });
if (isStaff) {
menu.push({ text: intl.formatMessage(messages.admin_settings), href: '/pleroma/admin/' });
+ menu.push({ text: intl.formatMessage(messages.soapbox_settings), href: '/admin/' });
}
menu.push({ text: intl.formatMessage(messages.preferences), to: '/settings/preferences' });
menu.push({ text: intl.formatMessage(messages.security), to: '/auth/edit' });
diff --git a/app/soapbox/locales/ar.json b/app/soapbox/locales/ar.json
index 1029d3b53..7b90f25f4 100644
--- a/app/soapbox/locales/ar.json
+++ b/app/soapbox/locales/ar.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "التفضيلات",
"navigation_bar.public_timeline": "الخيط العام الموحد",
"navigation_bar.security": "الأمان",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "أُعجِب {name} بمنشورك",
"notification.follow": "{name} يتابعك",
diff --git a/app/soapbox/locales/ast.json b/app/soapbox/locales/ast.json
index 09031554f..220adc47b 100644
--- a/app/soapbox/locales/ast.json
+++ b/app/soapbox/locales/ast.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferencies",
"navigation_bar.public_timeline": "Llinia temporal federada",
"navigation_bar.security": "Seguranza",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} siguióte",
diff --git a/app/soapbox/locales/bg.json b/app/soapbox/locales/bg.json
index 53d78b17f..7a6b53c3f 100644
--- a/app/soapbox/locales/bg.json
+++ b/app/soapbox/locales/bg.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Предпочитания",
"navigation_bar.public_timeline": "Публичен канал",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} хареса твоята публикация",
"notification.follow": "{name} те последва",
diff --git a/app/soapbox/locales/bn.json b/app/soapbox/locales/bn.json
index 3b460f31a..edfce7247 100644
--- a/app/soapbox/locales/bn.json
+++ b/app/soapbox/locales/bn.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "পছন্দসমূহ",
"navigation_bar.public_timeline": "যুক্তবিশ্বের সময়রেখা",
"navigation_bar.security": "নিরাপত্তা",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} আপনার কার্যক্রম পছন্দ করেছেন",
"notification.follow": "{name} আপনাকে অনুসরণ করেছেন",
diff --git a/app/soapbox/locales/br.json b/app/soapbox/locales/br.json
index 9ebe52096..c21e30216 100644
--- a/app/soapbox/locales/br.json
+++ b/app/soapbox/locales/br.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/ca.json b/app/soapbox/locales/ca.json
index 45cd44fad..d75cd80bb 100644
--- a/app/soapbox/locales/ca.json
+++ b/app/soapbox/locales/ca.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferències",
"navigation_bar.public_timeline": "Línia de temps federada",
"navigation_bar.security": "Seguretat",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} ha afavorit el teu estat",
"notification.follow": "{name} et segueix",
diff --git a/app/soapbox/locales/co.json b/app/soapbox/locales/co.json
index 06b856af9..554f820ae 100644
--- a/app/soapbox/locales/co.json
+++ b/app/soapbox/locales/co.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferenze",
"navigation_bar.public_timeline": "Linea pubblica glubale",
"navigation_bar.security": "Sicurità",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} hà aghjuntu u vostru statutu à i so favuriti",
"notification.follow": "{name} v'hà seguitatu",
diff --git a/app/soapbox/locales/cs.json b/app/soapbox/locales/cs.json
index 263487fb9..b0026eeaa 100644
--- a/app/soapbox/locales/cs.json
+++ b/app/soapbox/locales/cs.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Předvolby",
"navigation_bar.public_timeline": "Federovaná zeď",
"navigation_bar.security": "Zabezpečení",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reagoval/a na Váš příspěvek",
"notification.favourite": "{name} si oblíbil/a váš příspěvek",
"notification.follow": "{name} vás začal/a sledovat",
diff --git a/app/soapbox/locales/cy.json b/app/soapbox/locales/cy.json
index 4296abf9d..a401c1d45 100644
--- a/app/soapbox/locales/cy.json
+++ b/app/soapbox/locales/cy.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Dewisiadau",
"navigation_bar.public_timeline": "Ffrwd y ffederasiwn",
"navigation_bar.security": "Diogelwch",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "hoffodd {name} eich tŵt",
"notification.follow": "dilynodd {name} chi",
diff --git a/app/soapbox/locales/da.json b/app/soapbox/locales/da.json
index abf2ca76b..9da2d67a3 100644
--- a/app/soapbox/locales/da.json
+++ b/app/soapbox/locales/da.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Præferencer",
"navigation_bar.public_timeline": "Fælles tidslinje",
"navigation_bar.security": "Sikkerhed",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favoriserede din status",
"notification.follow": "{name} fulgte dig",
diff --git a/app/soapbox/locales/de.json b/app/soapbox/locales/de.json
index 36a224446..5c41c409a 100644
--- a/app/soapbox/locales/de.json
+++ b/app/soapbox/locales/de.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Einstellungen",
"navigation_bar.public_timeline": "Föderierte Zeitleiste",
"navigation_bar.security": "Sicherheit",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} hat auf deinen Beitrag reagiert",
"notification.favourite": "{name} hat deinen Beitrag favorisiert",
"notification.follow": "{name} folgt dir",
diff --git a/app/soapbox/locales/defaultMessages.json b/app/soapbox/locales/defaultMessages.json
index f26413b9e..685f4d692 100644
--- a/app/soapbox/locales/defaultMessages.json
+++ b/app/soapbox/locales/defaultMessages.json
@@ -353,6 +353,10 @@
"defaultMessage": "Admin settings",
"id": "navigation_bar.admin_settings"
},
+ {
+ "defaultMessage": "Soapbox settings",
+ "id": "navigation_bar.soapbox_settings"
+ },
{
"defaultMessage": "Security",
"id": "navigation_bar.security"
@@ -1012,6 +1016,10 @@
"defaultMessage": "Admin settings",
"id": "navigation_bar.admin_settings"
},
+ {
+ "defaultMessage": "Soapbox settings",
+ "id": "navigation_bar.soapbox_settings"
+ },
{
"defaultMessage": "Security",
"id": "navigation_bar.security"
@@ -1271,7 +1279,7 @@
{
"descriptors": [
{
- "defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)",
+ "defaultMessage": "Add media attachment",
"id": "upload_button.label"
}
],
diff --git a/app/soapbox/locales/el.json b/app/soapbox/locales/el.json
index cd214a75a..47c2c0456 100644
--- a/app/soapbox/locales/el.json
+++ b/app/soapbox/locales/el.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Προτιμήσεις",
"navigation_bar.public_timeline": "Ομοσπονδιακή ροή",
"navigation_bar.security": "Ασφάλεια",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "Ο/Η {name} σημείωσε ως αγαπημένη την κατάστασή σου",
"notification.follow": "Ο/Η {name} σε ακολούθησε",
diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json
index 8d958e687..40a8479e3 100644
--- a/app/soapbox/locales/en.json
+++ b/app/soapbox/locales/en.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} liked your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/eo.json b/app/soapbox/locales/eo.json
index f0de3c639..9b6569a65 100644
--- a/app/soapbox/locales/eo.json
+++ b/app/soapbox/locales/eo.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferoj",
"navigation_bar.public_timeline": "Fratara tempolinio",
"navigation_bar.security": "Sekureco",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} stelumis vian mesaĝon",
"notification.follow": "{name} eksekvis vin",
diff --git a/app/soapbox/locales/es-AR.json b/app/soapbox/locales/es-AR.json
index 0209e8c72..f686bf5ac 100644
--- a/app/soapbox/locales/es-AR.json
+++ b/app/soapbox/locales/es-AR.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Configuración",
"navigation_bar.public_timeline": "Línea temporal federada",
"navigation_bar.security": "Seguridad",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} marcó tu estado como favorito",
"notification.follow": "{name} te empezó a seguir",
diff --git a/app/soapbox/locales/es.json b/app/soapbox/locales/es.json
index 806de6154..2e1c2be1f 100644
--- a/app/soapbox/locales/es.json
+++ b/app/soapbox/locales/es.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferencias",
"navigation_bar.public_timeline": "Historia federada",
"navigation_bar.security": "Seguridad",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} marcó tu estado como favorito",
"notification.follow": "{name} te empezó a seguir",
diff --git a/app/soapbox/locales/et.json b/app/soapbox/locales/et.json
index f2c6d0804..e8b2de04c 100644
--- a/app/soapbox/locales/et.json
+++ b/app/soapbox/locales/et.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Eelistused",
"navigation_bar.public_timeline": "Föderatiivne ajajoon",
"navigation_bar.security": "Turvalisus",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} märkis su staatuse lemmikuks",
"notification.follow": "{name} jälgib sind",
diff --git a/app/soapbox/locales/eu.json b/app/soapbox/locales/eu.json
index d2d53623f..3aa771947 100644
--- a/app/soapbox/locales/eu.json
+++ b/app/soapbox/locales/eu.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Hobespenak",
"navigation_bar.public_timeline": "Federatutako denbora-lerroa",
"navigation_bar.security": "Segurtasuna",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name}(e)k zure mezua gogoko du",
"notification.follow": "{name}(e)k jarraitzen zaitu",
diff --git a/app/soapbox/locales/fa.json b/app/soapbox/locales/fa.json
index 353b9645b..951d33db9 100644
--- a/app/soapbox/locales/fa.json
+++ b/app/soapbox/locales/fa.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "ترجیحات",
"navigation_bar.public_timeline": "نوشتههای همهجا",
"navigation_bar.security": "امنیت",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} نوشتهٔ شما را پسندید",
"notification.follow": "{name} پیگیر شما شد",
diff --git a/app/soapbox/locales/fi.json b/app/soapbox/locales/fi.json
index e7488b710..ccd31f6b7 100644
--- a/app/soapbox/locales/fi.json
+++ b/app/soapbox/locales/fi.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Asetukset",
"navigation_bar.public_timeline": "Yleinen aikajana",
"navigation_bar.security": "Tunnukset",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} tykkäsi tilastasi",
"notification.follow": "{name} seurasi sinua",
diff --git a/app/soapbox/locales/fr.json b/app/soapbox/locales/fr.json
index 9e9733da2..04910f295 100644
--- a/app/soapbox/locales/fr.json
+++ b/app/soapbox/locales/fr.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Préférences",
"navigation_bar.public_timeline": "Fil public global",
"navigation_bar.security": "Sécurité",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} a ajouté à ses favoris :",
"notification.follow": "{name} vous suit",
diff --git a/app/soapbox/locales/ga.json b/app/soapbox/locales/ga.json
index d499674c5..0e638e2ce 100644
--- a/app/soapbox/locales/ga.json
+++ b/app/soapbox/locales/ga.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/gl.json b/app/soapbox/locales/gl.json
index e6facd425..324a3ee28 100644
--- a/app/soapbox/locales/gl.json
+++ b/app/soapbox/locales/gl.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferencias",
"navigation_bar.public_timeline": "Liña temporal federada",
"navigation_bar.security": "Seguridade",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} marcou como favorito o seu estado",
"notification.follow": "{name} está a seguila",
diff --git a/app/soapbox/locales/he.json b/app/soapbox/locales/he.json
index 440a6350c..d738fc1cf 100644
--- a/app/soapbox/locales/he.json
+++ b/app/soapbox/locales/he.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "העדפות",
"navigation_bar.public_timeline": "ציר זמן בין-קהילתי",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "חצרוצך חובב על ידי {name}",
"notification.follow": "{name} במעקב אחרייך",
diff --git a/app/soapbox/locales/hi.json b/app/soapbox/locales/hi.json
index f2d98d34a..3fc3620c4 100644
--- a/app/soapbox/locales/hi.json
+++ b/app/soapbox/locales/hi.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/hr.json b/app/soapbox/locales/hr.json
index 60e5114b0..37c2b3519 100644
--- a/app/soapbox/locales/hr.json
+++ b/app/soapbox/locales/hr.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Postavke",
"navigation_bar.public_timeline": "Federalni timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} je lajkao tvoj status",
"notification.follow": "{name} te sada slijedi",
diff --git a/app/soapbox/locales/hu.json b/app/soapbox/locales/hu.json
index d1b96be89..2fdb11995 100644
--- a/app/soapbox/locales/hu.json
+++ b/app/soapbox/locales/hu.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Beállítások",
"navigation_bar.public_timeline": "Föderációs idővonal",
"navigation_bar.security": "Biztonság",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} kedvencnek jelölte egy tülködet",
"notification.follow": "{name} követ téged",
diff --git a/app/soapbox/locales/hy.json b/app/soapbox/locales/hy.json
index 195932e29..119b0cef4 100644
--- a/app/soapbox/locales/hy.json
+++ b/app/soapbox/locales/hy.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Նախապատվություններ",
"navigation_bar.public_timeline": "Դաշնային հոսք",
"navigation_bar.security": "Անվտանգություն",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} հավանեց թութդ",
"notification.follow": "{name} սկսեց հետեւել քեզ",
diff --git a/app/soapbox/locales/id.json b/app/soapbox/locales/id.json
index e701eb4d7..aee900815 100644
--- a/app/soapbox/locales/id.json
+++ b/app/soapbox/locales/id.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Pengaturan",
"navigation_bar.public_timeline": "Linimasa gabungan",
"navigation_bar.security": "Keamanan",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} menyukai status anda",
"notification.follow": "{name} mengikuti anda",
diff --git a/app/soapbox/locales/io.json b/app/soapbox/locales/io.json
index 25a1fcd27..720876399 100644
--- a/app/soapbox/locales/io.json
+++ b/app/soapbox/locales/io.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferi",
"navigation_bar.public_timeline": "Federata tempolineo",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorizis tua mesajo",
"notification.follow": "{name} sequeskis tu",
diff --git a/app/soapbox/locales/it.json b/app/soapbox/locales/it.json
index 7e4d70354..1b3497903 100644
--- a/app/soapbox/locales/it.json
+++ b/app/soapbox/locales/it.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Impostazioni",
"navigation_bar.public_timeline": "Timeline federata",
"navigation_bar.security": "Sicurezza",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} ha apprezzato il tuo post",
"notification.follow": "{name} ha iniziato a seguirti",
diff --git a/app/soapbox/locales/ja.json b/app/soapbox/locales/ja.json
index abfdadc24..6282a7164 100644
--- a/app/soapbox/locales/ja.json
+++ b/app/soapbox/locales/ja.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "ユーザー設定",
"navigation_bar.public_timeline": "連合タイムライン",
"navigation_bar.security": "セキュリティ",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name}さんがあなたのトゥートをお気に入りに登録しました",
"notification.follow": "{name}さんにフォローされました",
diff --git a/app/soapbox/locales/ka.json b/app/soapbox/locales/ka.json
index eacf39646..952144b27 100644
--- a/app/soapbox/locales/ka.json
+++ b/app/soapbox/locales/ka.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "პრეფერენსიები",
"navigation_bar.public_timeline": "ფედერალური თაიმლაინი",
"navigation_bar.security": "უსაფრთხოება",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name}-მა თქვენი სტატუსი აქცია ფავორიტად",
"notification.follow": "{name} გამოგყვათ",
diff --git a/app/soapbox/locales/kk.json b/app/soapbox/locales/kk.json
index 8369a8e3f..fbe5196d7 100644
--- a/app/soapbox/locales/kk.json
+++ b/app/soapbox/locales/kk.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Басымдықтар",
"navigation_bar.public_timeline": "Жаһандық желі",
"navigation_bar.security": "Қауіпсіздік",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} жазбаңызды таңдаулыға қосты",
"notification.follow": "{name} сізге жазылды",
diff --git a/app/soapbox/locales/ko.json b/app/soapbox/locales/ko.json
index 4f8172afc..4155f886b 100644
--- a/app/soapbox/locales/ko.json
+++ b/app/soapbox/locales/ko.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "사용자 설정",
"navigation_bar.public_timeline": "연합 타임라인",
"navigation_bar.security": "보안",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name}님이 즐겨찾기 했습니다",
"notification.follow": "{name}님이 나를 팔로우 했습니다",
diff --git a/app/soapbox/locales/lt.json b/app/soapbox/locales/lt.json
index a006305b0..6861f24b9 100644
--- a/app/soapbox/locales/lt.json
+++ b/app/soapbox/locales/lt.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/lv.json b/app/soapbox/locales/lv.json
index ff733946a..a8a0e7bfd 100644
--- a/app/soapbox/locales/lv.json
+++ b/app/soapbox/locales/lv.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/mk.json b/app/soapbox/locales/mk.json
index b5bcd4b14..1e213a179 100644
--- a/app/soapbox/locales/mk.json
+++ b/app/soapbox/locales/mk.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/ms.json b/app/soapbox/locales/ms.json
index 91bad4375..178600394 100644
--- a/app/soapbox/locales/ms.json
+++ b/app/soapbox/locales/ms.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you",
diff --git a/app/soapbox/locales/nl.json b/app/soapbox/locales/nl.json
index 37ec6e6d2..e4846acdd 100644
--- a/app/soapbox/locales/nl.json
+++ b/app/soapbox/locales/nl.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Instellingen",
"navigation_bar.public_timeline": "Globale tijdlijn",
"navigation_bar.security": "Beveiliging",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} voegde jouw toot als favoriet toe",
"notification.follow": "{name} volgt jou nu",
diff --git a/app/soapbox/locales/nn.json b/app/soapbox/locales/nn.json
index 6a8aceac7..feec1bad6 100644
--- a/app/soapbox/locales/nn.json
+++ b/app/soapbox/locales/nn.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferanser",
"navigation_bar.public_timeline": "Federert tidslinje",
"navigation_bar.security": "Sikkerheit",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} likte din status",
"notification.follow": "{name} fulgte deg",
diff --git a/app/soapbox/locales/no.json b/app/soapbox/locales/no.json
index f64edfb0d..abeb7d6ec 100644
--- a/app/soapbox/locales/no.json
+++ b/app/soapbox/locales/no.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferanser",
"navigation_bar.public_timeline": "Felles tidslinje",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} likte din status",
"notification.follow": "{name} fulgte deg",
diff --git a/app/soapbox/locales/oc.json b/app/soapbox/locales/oc.json
index 7f7f48215..3192a2bc8 100644
--- a/app/soapbox/locales/oc.json
+++ b/app/soapbox/locales/oc.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferéncias",
"navigation_bar.public_timeline": "Flux public global",
"navigation_bar.security": "Seguretat",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} a ajustat a sos favorits",
"notification.follow": "{name} vos sèc",
diff --git a/app/soapbox/locales/pl.json b/app/soapbox/locales/pl.json
index fc29622ea..1d1ea84e3 100644
--- a/app/soapbox/locales/pl.json
+++ b/app/soapbox/locales/pl.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferencje",
"navigation_bar.public_timeline": "Globalna oś czasu",
"navigation_bar.security": "Bezpieczeństwo",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} dodał(a) Twój wpis do ulubionych",
"notification.follow": "{name} zaczął(-ęła) Cię śledzić",
diff --git a/app/soapbox/locales/pt-BR.json b/app/soapbox/locales/pt-BR.json
index 8fbcaffe7..29e689477 100644
--- a/app/soapbox/locales/pt-BR.json
+++ b/app/soapbox/locales/pt-BR.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferências",
"navigation_bar.public_timeline": "Global",
"navigation_bar.security": "Segurança",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} adicionou a sua postagem aos favoritos",
"notification.follow": "{name} te seguiu",
diff --git a/app/soapbox/locales/pt.json b/app/soapbox/locales/pt.json
index 74351dfce..a399c23d6 100644
--- a/app/soapbox/locales/pt.json
+++ b/app/soapbox/locales/pt.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferências",
"navigation_bar.public_timeline": "Cronologia federada",
"navigation_bar.security": "Segurança",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} adicionou o teu estado aos favoritos",
"notification.follow": "{name} começou a seguir-te",
diff --git a/app/soapbox/locales/ro.json b/app/soapbox/locales/ro.json
index 2d070e549..0228a3bf7 100644
--- a/app/soapbox/locales/ro.json
+++ b/app/soapbox/locales/ro.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Preferințe",
"navigation_bar.public_timeline": "Flux global",
"navigation_bar.security": "Securitate",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} a adăugat statusul tău la favorite",
"notification.follow": "{name} te urmărește",
diff --git a/app/soapbox/locales/ru.json b/app/soapbox/locales/ru.json
index 3346cd062..55ba4940e 100644
--- a/app/soapbox/locales/ru.json
+++ b/app/soapbox/locales/ru.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Настройки",
"navigation_bar.public_timeline": "Глобальная лента",
"navigation_bar.security": "Безопасность",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} понравился Ваш статус",
"notification.follow": "{name} подписался (-лась) на вас",
diff --git a/app/soapbox/locales/sk.json b/app/soapbox/locales/sk.json
index faec1cb8a..ae94d3c08 100644
--- a/app/soapbox/locales/sk.json
+++ b/app/soapbox/locales/sk.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Voľby",
"navigation_bar.public_timeline": "Federovaná časová os",
"navigation_bar.security": "Zabezbečenie",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} si obľúbil/a tvoj príspevok",
"notification.follow": "{name} ťa začal/a následovať",
diff --git a/app/soapbox/locales/sl.json b/app/soapbox/locales/sl.json
index dbfbd9f6a..908ee433f 100644
--- a/app/soapbox/locales/sl.json
+++ b/app/soapbox/locales/sl.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Nastavitve",
"navigation_bar.public_timeline": "Združena časovnica",
"navigation_bar.security": "Varnost",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} je vzljubil/a vaš status",
"notification.follow": "{name} vam sledi",
diff --git a/app/soapbox/locales/sq.json b/app/soapbox/locales/sq.json
index 0d297feb1..8bad28754 100644
--- a/app/soapbox/locales/sq.json
+++ b/app/soapbox/locales/sq.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Parapëlqime",
"navigation_bar.public_timeline": "Rrjedhë kohore të federuarish",
"navigation_bar.security": "Siguri",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} parapëlqeu gjendjen tuaj",
"notification.follow": "{name} zuri t’ju ndjekë",
diff --git a/app/soapbox/locales/sr-Latn.json b/app/soapbox/locales/sr-Latn.json
index ebcbe0129..adf074dec 100644
--- a/app/soapbox/locales/sr-Latn.json
+++ b/app/soapbox/locales/sr-Latn.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Podešavanja",
"navigation_bar.public_timeline": "Federisana lajna",
"navigation_bar.security": "Security",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} je stavio Vaš status kao omiljeni",
"notification.follow": "{name} Vas je zapratio",
diff --git a/app/soapbox/locales/sr.json b/app/soapbox/locales/sr.json
index 64971a485..6fd00bc79 100644
--- a/app/soapbox/locales/sr.json
+++ b/app/soapbox/locales/sr.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Подешавања",
"navigation_bar.public_timeline": "Здружена временска линија",
"navigation_bar.security": "Безбедност",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} је ставио/ла Ваш статус као омиљени",
"notification.follow": "{name} Вас је запратио/ла",
diff --git a/app/soapbox/locales/sv.json b/app/soapbox/locales/sv.json
index b070ce903..1e2f7adc5 100644
--- a/app/soapbox/locales/sv.json
+++ b/app/soapbox/locales/sv.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Inställningar",
"navigation_bar.public_timeline": "Förenad tidslinje",
"navigation_bar.security": "Säkerhet",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} favoriserade din status",
"notification.follow": "{name} följer dig",
diff --git a/app/soapbox/locales/ta.json b/app/soapbox/locales/ta.json
index 90ab46ec8..5ec0d3a2b 100644
--- a/app/soapbox/locales/ta.json
+++ b/app/soapbox/locales/ta.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "விருப்பங்கள்",
"navigation_bar.public_timeline": "கூட்டாட்சி காலக்கெடு",
"navigation_bar.security": "பத்திரம்",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} ஆர்வம் கொண்டவர், உங்கள் நிலை",
"notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்",
diff --git a/app/soapbox/locales/te.json b/app/soapbox/locales/te.json
index d783b2963..3a0f65147 100644
--- a/app/soapbox/locales/te.json
+++ b/app/soapbox/locales/te.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "ప్రాధాన్యతలు",
"navigation_bar.public_timeline": "సమాఖ్య కాలక్రమం",
"navigation_bar.security": "భద్రత",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} మీ స్టేటస్ ను ఇష్టపడ్డారు",
"notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు",
diff --git a/app/soapbox/locales/th.json b/app/soapbox/locales/th.json
index 3d69d4ef7..563026d36 100644
--- a/app/soapbox/locales/th.json
+++ b/app/soapbox/locales/th.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "การกำหนดลักษณะ",
"navigation_bar.public_timeline": "เส้นเวลาที่ติดต่อกับภายนอก",
"navigation_bar.security": "ความปลอดภัย",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} ได้ชื่นชอบสถานะของคุณ",
"notification.follow": "{name} ได้ติดตามคุณ",
diff --git a/app/soapbox/locales/tr.json b/app/soapbox/locales/tr.json
index 697a2cb99..0a61490d0 100644
--- a/app/soapbox/locales/tr.json
+++ b/app/soapbox/locales/tr.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Tercihler",
"navigation_bar.public_timeline": "Federe zaman tüneli",
"navigation_bar.security": "Güvenlik",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} senin durumunu favorilere ekledi",
"notification.follow": "{name} seni takip ediyor",
diff --git a/app/soapbox/locales/uk.json b/app/soapbox/locales/uk.json
index 31805ad90..c4c428ad7 100644
--- a/app/soapbox/locales/uk.json
+++ b/app/soapbox/locales/uk.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "Налаштування",
"navigation_bar.public_timeline": "Глобальна стрічка",
"navigation_bar.security": "Безпека",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} вподобав(-ла) ваш допис",
"notification.follow": "{name} підписався(-лась) на Вас",
diff --git a/app/soapbox/locales/zh-CN.json b/app/soapbox/locales/zh-CN.json
index 836c7ccd2..ea3dc386c 100644
--- a/app/soapbox/locales/zh-CN.json
+++ b/app/soapbox/locales/zh-CN.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "首选项",
"navigation_bar.public_timeline": "跨站公共时间轴",
"navigation_bar.security": "安全",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} 收藏了你的嘟文",
"notification.follow": "{name} 开始关注你",
diff --git a/app/soapbox/locales/zh-HK.json b/app/soapbox/locales/zh-HK.json
index c79aa4256..d3b4e4ea6 100644
--- a/app/soapbox/locales/zh-HK.json
+++ b/app/soapbox/locales/zh-HK.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "偏好設定",
"navigation_bar.public_timeline": "跨站時間軸",
"navigation_bar.security": "安全",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} 收藏了你的文章",
"notification.follow": "{name} 開始關注你",
diff --git a/app/soapbox/locales/zh-TW.json b/app/soapbox/locales/zh-TW.json
index 8a930f6cc..347e2df5b 100644
--- a/app/soapbox/locales/zh-TW.json
+++ b/app/soapbox/locales/zh-TW.json
@@ -281,6 +281,7 @@
"navigation_bar.preferences": "偏好設定",
"navigation_bar.public_timeline": "聯邦時間軸",
"navigation_bar.security": "安全性",
+ "navigation_bar.soapbox_settings": "Soapbox settings",
"notification.emoji_react": "{name} reacted to your post",
"notification.favourite": "{name} 把你的嘟文加入了最愛",
"notification.follow": "{name} 關注了你",