diff --git a/locales/cs-CZ.yml b/locales/cs-CZ.yml index f7df0629fedb..9feb93e90fb5 100644 --- a/locales/cs-CZ.yml +++ b/locales/cs-CZ.yml @@ -172,8 +172,6 @@ common: deck-column-width-normal: "Normální" deck-column-width-wider: "Poněkud široké" deck-column-width-wide: "Široké" - use-shadow: "Používat v rozhraní stíny" - rounded-corners: "Zakulatit rohy v rozhraní" circle-icons: "Používat kulaté ikony" contrasted-acct: "Přidat uživatelskému účtu kontrast" wallpaper: "Obrázek na pozadí" diff --git a/locales/en-US.yml b/locales/en-US.yml index 86612bcac1a5..d958b3ef1011 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -217,8 +217,6 @@ common: deck-column-width-normal: "Regular" deck-column-width-wider: "Slightly wide" deck-column-width-wide: "Wide" - use-shadow: "Use shadows in the UI" - rounded-corners: "Round the corners of the UI" circle-icons: "Use circular icons" contrasted-acct: "Add contrast to user account" wallpaper: "Background image" diff --git a/locales/es-ES.yml b/locales/es-ES.yml index c2352ea332c5..1cd0db93d295 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -121,8 +121,6 @@ common: deck-column-width-normal: "Normal" deck-column-width-wider: "Un poco ancho" deck-column-width-wide: "Ancho" - use-shadow: "Usar sombras en la Interfaz de Usuario" - rounded-corners: "Esquinas redondeadas en la Interfaz de Usuario" circle-icons: "Usar iconos circulares" contrasted-acct: "Añadir contraste al nombre de usuario" wallpaper: "Fondo de pantalla" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 8e4e185ae0d7..0484c84214a7 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -228,8 +228,6 @@ common: deck-column-width-normal: "普通" deck-column-width-wider: "やや広" deck-column-width-wide: "広" - use-shadow: "UIに影を使用" - rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" wallpaper: "壁紙" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 58ad77190aba..335763cd29b2 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -172,8 +172,6 @@ common: deck-column-width-normal: "보통" deck-column-width-wider: "조금 넓음" deck-column-width-wide: "넓음" - use-shadow: "UI에 그림자 효과 적용" - rounded-corners: "UI의 모서리를 둥글게 설정" circle-icons: "원형 아이콘 사용" contrasted-acct: "사용자명에 대비 추가" wallpaper: "배경" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index ff794fc782ab..72f60454e249 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -172,8 +172,6 @@ common: deck-column-width-normal: "普通" deck-column-width-wider: "很宽" deck-column-width-wide: "宽" - use-shadow: "在UI中使用阴影效果" - rounded-corners: "UI界面圆角效果" circle-icons: "使用圆形图标" contrasted-acct: "增加用户名的对比度" wallpaper: "壁纸" diff --git a/src/client/app/common/views/components/page/page.vue b/src/client/app/common/views/components/page/page.vue index 015def071763..4b07aceb14de 100644 --- a/src/client/app/common/views/components/page/page.vue +++ b/src/client/app/common/views/components/page/page.vue @@ -1,5 +1,5 @@