feat: add configurable sidebar and top navigation layout modes commit

This commit is contained in:
mengstabketemaw
2026-06-19 16:17:01 +03:00
parent ddd91b6125
commit 1f27a36b90
6 changed files with 196 additions and 67 deletions

View File

@@ -168,6 +168,12 @@ export const am: Translations = {
title: 'ባለሁለት ደረጃ ማረጋገጫ',
desc: 'በየጊዜው ሲገቡ ከስልክዎ የአንድ ጊዜ ኮድ ያስፈልጋል።',
},
layout: {
title: 'አቀማመጥ',
subtitle: 'የማውጫ አቀማመጥ እንዴት እንደሚታይ ይምረጡ።',
top: 'የላይኛው ትሮች',
sidebar: 'የጎን አሞሌ',
},
notifications: {
title: 'የኢሜይል ማሳወቂያዎች',
desc: 'ስለ መለያ እንቅስቃሴዎ በኢሜይል ዝማኔዎችን ይቀበሉ።',

View File

@@ -166,6 +166,12 @@ export const en = {
title: 'Two-step verification',
desc: 'Require a one-time code from your phone each time you sign in.',
},
layout: {
title: 'Layout',
subtitle: 'Choose how the navigation is displayed.',
top: 'Top tabs',
sidebar: 'Sidebar',
},
notifications: {
title: 'Email notifications',
desc: 'Receive updates about your account activity by email.',