Commit f869222 1 parent 87bb2d1 commit f869222 Copy full SHA for f869222
File tree 6 files changed +30
-6
lines changed
6 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/godbus/dbus/v5 v5.1.0
12
12
github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a
13
13
github.com/jouyouyun/hardware v0.1.8
14
- github.com/linuxdeepin/dde-api v0.0.0-20241226054448-2620c0f1575c
14
+ github.com/linuxdeepin/dde-api v0.0.0-20250109021416-9ed771fda2cb
15
15
github.com/linuxdeepin/go-dbus-factory v0.0.0-20241205055755-b43db97ea584
16
16
github.com/linuxdeepin/go-gir v0.0.0-20230710064042-bd15f0549c87
17
17
github.com/linuxdeepin/go-lib v0.0.0-20241205060835-186e3626ee51
Original file line number Diff line number Diff line change @@ -32,10 +32,8 @@ github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn
32
32
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
33
33
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
34
34
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
35
- github.com/linuxdeepin/dde-api v0.0.0-20241128100002-d1fb4aa471f5 h1:0OFQ7rwwGOAo45rluOYH7cOMBoBdXis4h1oFNyLteO4 =
36
- github.com/linuxdeepin/dde-api v0.0.0-20241128100002-d1fb4aa471f5 /go.mod h1:Ms92CRDOjzkDmX1x0x6+b0vQSYHJ7Ab9jQMY2JYWiio =
37
- github.com/linuxdeepin/dde-api v0.0.0-20241226054448-2620c0f1575c h1:WU/DqCX032cwgU+/HE5dLfcsEq/fxLPIAkI6KYqjq68 =
38
- github.com/linuxdeepin/dde-api v0.0.0-20241226054448-2620c0f1575c /go.mod h1:Ms92CRDOjzkDmX1x0x6+b0vQSYHJ7Ab9jQMY2JYWiio =
35
+ github.com/linuxdeepin/dde-api v0.0.0-20250109021416-9ed771fda2cb h1:XnElAirUf9DInKFgT0lW1T6x46QP1qPASJInb4doWlI =
36
+ github.com/linuxdeepin/dde-api v0.0.0-20250109021416-9ed771fda2cb /go.mod h1:Ms92CRDOjzkDmX1x0x6+b0vQSYHJ7Ab9jQMY2JYWiio =
39
37
github.com/linuxdeepin/go-dbus-factory v0.0.0-20241205055755-b43db97ea584 h1:LA2Nnk+rFgw1cSTpFLVpZk1o9VxYjLz9w8pVXGgDwVU =
40
38
github.com/linuxdeepin/go-dbus-factory v0.0.0-20241205055755-b43db97ea584 /go.mod h1:iIlTR50SA8MJ9ORPyMOpKWMF4g+AUorbER5AX0RD9Jk =
41
39
github.com/linuxdeepin/go-gir v0.0.0-20230331033513-a8d7a9e89f9b /go.mod h1:a0tox5vepTQu5iO6rdKc4diGT+fkyXZlRROM8ULEvaI =
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ func getWMIdNameMap() map[string]string {
143
143
"view-zoom-in" : gettext .Tr ("Zoom In" ),
144
144
"view-zoom-out" : gettext .Tr ("Zoom Out" ),
145
145
"view-actual-size" : gettext .Tr ("Zoom to Actual Size" ),
146
+ "toggle-to-left" : gettext .Tr ("Window Quick Tile Left" ),
147
+ "toggle-to-right" : gettext .Tr ("Window Quick Tile Right" ),
146
148
}
147
149
return idNameMap
148
150
}
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-01-06 17:16 +0800\n "
11
+ "POT-Creation-Date : 2025-01-09 10:37 +0800\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -506,6 +506,14 @@ msgstr ""
506
506
msgid "Zoom to Actual Size"
507
507
msgstr ""
508
508
509
+ #: ../../keybinding1/shortcuts/id_name_map.go:146
510
+ msgid "Window Quick Tile Left"
511
+ msgstr ""
512
+
513
+ #: ../../keybinding1/shortcuts/id_name_map.go:147
514
+ msgid "Window Quick Tile Right"
515
+ msgstr ""
516
+
509
517
#: ../../langselector1/locale.go:47
510
518
msgid "Authentication is required to switch language"
511
519
msgstr ""
Original file line number Diff line number Diff line change @@ -535,6 +535,14 @@ msgstr ""
535
535
msgid "Zoom to Actual Size"
536
536
msgstr ""
537
537
538
+ #: ../../keybinding1/shortcuts/id_name_map.go:146
539
+ msgid "Window Quick Tile Left"
540
+ msgstr "Window Quick Tile Left"
541
+
542
+ #: ../../keybinding1/shortcuts/id_name_map.go:147
543
+ msgid "Window Quick Tile Right"
544
+ msgstr "Window Quick Tile Right"
545
+
538
546
#: ../../langselector/locale.go:48
539
547
msgid "Authentication is required to switch language"
540
548
msgstr "Authentication is required to switch language"
Original file line number Diff line number Diff line change @@ -517,6 +517,14 @@ msgstr "屏幕缩小"
517
517
msgid "Zoom to Actual Size"
518
518
msgstr "重置屏幕缩放"
519
519
520
+ #: ../../keybinding1/shortcuts/id_name_map.go:146
521
+ msgid "Window Quick Tile Left"
522
+ msgstr "窗口快速铺至左侧"
523
+
524
+ #: ../../keybinding1/shortcuts/id_name_map.go:147
525
+ msgid "Window Quick Tile Right"
526
+ msgstr "窗口快速铺至右侧"
527
+
520
528
#: ../../langselector1/locale.go:47
521
529
msgid "Authentication is required to switch language"
522
530
msgstr "切换语言需要认证"
You can’t perform that action at this time.
0 commit comments