i18n: removed left over of shadow-direction

This commit is contained in:
Lemmy
2026-01-08 10:03:01 -05:00
parent da110f006d
commit 86696ad976
15 changed files with 3 additions and 75 deletions
-5
View File
@@ -601,11 +601,6 @@
"centered": "Zentriertes Feld",
"window": "Eigenes Fenster"
},
"shadow-direction": {
"bottom": "Unten",
"center": "Zentriert",
"top": "Oben"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Gespiegelt",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Centered panel",
"window": "Separate window"
},
"shadow-direction": {
"bottom": "Below",
"center": "Overhead",
"top": "Above"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Mirrored",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Panel centrado",
"window": "Ventana separada"
},
"shadow-direction": {
"bottom": "Inferior",
"center": "Centro",
"top": "Superior"
},
"visualizer-types": {
"linear": "Lineal",
"mirrored": "Espejado",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Panneau centré",
"window": "Fenêtre séparée"
},
"shadow-direction": {
"bottom": "En bas",
"center": "Au centre",
"top": "En haut"
},
"visualizer-types": {
"linear": "Linéaire",
"mirrored": "Miroir",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Középre igazított panel",
"window": "Külön ablak"
},
"shadow-direction": {
"bottom": "Alatt",
"center": "Felett",
"top": "Fölött"
},
"visualizer-types": {
"linear": "Lineáris",
"mirrored": "Tükrözött",
-5
View File
@@ -601,11 +601,6 @@
"centered": "中央に配置",
"window": "独立したウィンドウ"
},
"shadow-direction": {
"bottom": "下",
"center": "中央",
"top": "上"
},
"visualizer-types": {
"linear": "リニア",
"mirrored": "ミラー",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Panela navendîkirî",
"window": "Pencereya cuda"
},
"shadow-direction": {
"bottom": "Jêr",
"center": "Serê jor",
"top": "Jêr"
},
"visualizer-types": {
"linear": "Xêzikî",
"mirrored": "Neynikîkirî",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Gecentreerd paneel",
"window": "Apart venster"
},
"shadow-direction": {
"bottom": "Onder",
"center": "Recht van boven",
"top": "Boven"
},
"visualizer-types": {
"linear": "Lineair",
"mirrored": "Gespiegeld",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Panel wyśrodkowany",
"window": "Oddzielne okno"
},
"shadow-direction": {
"bottom": "Poniżej",
"center": "Nad głową",
"top": "Powyżej"
},
"visualizer-types": {
"linear": "Liniowy",
"mirrored": "Lustrzany",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Painel centralizado",
"window": "Janela separada"
},
"shadow-direction": {
"bottom": "Inferior",
"center": "Centro",
"top": "Superior"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Espelhado",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Центрированная панель",
"window": "Отдельное окно"
},
"shadow-direction": {
"bottom": "Внизу",
"center": "Над головой",
"top": "Вверху"
},
"visualizer-types": {
"linear": "Линейный",
"mirrored": "Зеркальный",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Ortalanmış panel",
"window": "Ayrı pencere"
},
"shadow-direction": {
"bottom": "Alt",
"center": "Merkez",
"top": "Üst"
},
"visualizer-types": {
"linear": "Doğrusal",
"mirrored": "Yansıtılmış",
-5
View File
@@ -601,11 +601,6 @@
"centered": "Центрована панель",
"window": "Окреме вікно"
},
"shadow-direction": {
"bottom": "Знизу",
"center": "По центру",
"top": "Згори"
},
"visualizer-types": {
"linear": "Лінійний",
"mirrored": "Дзеркальний",
-7
View File
@@ -601,11 +601,6 @@
"centered": "居中面板",
"window": "分离窗口"
},
"shadow-direction": {
"bottom": "下方",
"center": "居中",
"top": "上方"
},
"visualizer-types": {
"linear": "线性",
"mirrored": "镜像",
@@ -1223,8 +1218,6 @@
"updating": "正在更新..."
},
"region": {
"clock-panel-desc": "自定义时钟面板外观。",
"clock-panel-title": "时钟面板",
"title": "地区"
},
"screen-recorder": {
@@ -45,7 +45,7 @@ ColumnLayout {
"p": Qt.point(-2, -2)
},
"top": {
"name": I18n.tr("options.shadow-direction.top"),
"name": I18n.tr("positions.top"),
"p": Qt.point(0, -3)
},
"top_right": {
@@ -57,7 +57,7 @@ ColumnLayout {
"p": Qt.point(-3, 0)
},
"center": {
"name": I18n.tr("options.shadow-direction.center"),
"name": I18n.tr("positions.center"),
"p": Qt.point(0, 0)
},
"right": {
@@ -69,7 +69,7 @@ ColumnLayout {
"p": Qt.point(-2, 2)
},
"bottom": {
"name": I18n.tr("options.shadow-direction.bottom"),
"name": I18n.tr("positions.bottom"),
"p": Qt.point(0, 3)
},
"bottom_right": {