From 8a176de3ea4b56b4a6fa491fa0f3f173c7a164cb Mon Sep 17 00:00:00 2001 From: Leleat Date: Sun, 21 Apr 2024 14:58:37 +0200 Subject: [PATCH] Release: Bump version to 47 --- CHANGELOG.md | 14 + scripts/aur-build/.SRCINFO | 4 +- scripts/aur-build/PKGBUILD | 2 +- .../metadata.json | 2 +- translations/cs.po | 289 ++++++++--------- translations/de_CH.po | 300 +++++++++--------- translations/de_DE.po | 300 +++++++++--------- translations/es.po | 300 +++++++++--------- translations/hu.po | 298 +++++++++-------- translations/it_IT.po | 300 +++++++++--------- translations/ja.po | 289 ++++++++--------- translations/main.pot | 280 ++++++++-------- translations/nl.po | 289 ++++++++--------- translations/pt_BR.po | 298 +++++++++-------- translations/uk.po | 300 +++++++++--------- translations/zh_TW.po | 280 ++++++++-------- 16 files changed, 1732 insertions(+), 1813 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa11ae..1194b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [47] - 2024-04-21 + +### Fixed + +- Don't untile a window on a single click by taoky (#328) + +### Changed + +- Use native AdwSwitchRow and AdwSpinRow (#334) + +### Removed + +- Removed restore-window-size-on-grab-start/end setting since it should be no longer needed (#334) + ## [46] - 2024-03-24 ### Added diff --git a/scripts/aur-build/.SRCINFO b/scripts/aur-build/.SRCINFO index 0eb10ff..ac0e793 100644 --- a/scripts/aur-build/.SRCINFO +++ b/scripts/aur-build/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-tiling-assistant pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design. - pkgver = 46 + pkgver = 47 pkgrel = 1 url = https://github.com/Leleat/Tiling-Assistant install = INSTALL @@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-tiling-assistant depends = gnome-shell provides = gnome-shell-extension-tiling-assistant conflicts = gnome-shell-extension-tiling-assistant - source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v46 + source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v47 sha256sums = SKIP pkgname = gnome-shell-extension-tiling-assistant diff --git a/scripts/aur-build/PKGBUILD b/scripts/aur-build/PKGBUILD index 2aa399a..6562c48 100644 --- a/scripts/aur-build/PKGBUILD +++ b/scripts/aur-build/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: VeldoraTheDragon <127216238+VeldoraTheDragon@users.noreply.github.com> pkgname=gnome-shell-extension-tiling-assistant -pkgver=46 +pkgver=47 pkgrel=1 pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design." arch=('x86_64') diff --git a/tiling-assistant@leleat-on-github/metadata.json b/tiling-assistant@leleat-on-github/metadata.json index 4e041a7..0485c8c 100644 --- a/tiling-assistant@leleat-on-github/metadata.json +++ b/tiling-assistant@leleat-on-github/metadata.json @@ -9,5 +9,5 @@ "uuid": "tiling-assistant@leleat-on-github", "gettext-domain": "tiling-assistant@leleat-on-github", "settings-schema": "org.gnome.shell.extensions.tiling-assistant", - "version": 46 + "version": 47 } diff --git a/translations/cs.po b/translations/cs.po index 0bdacd5..6088005 100644 --- a/translations/cs.po +++ b/translations/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2021-08-03 01:02+0200\n" "Last-Translator: Vojtěch Perník \n" "Language-Team: Czech \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Obecné" @@ -52,258 +52,258 @@ msgstr "Vyskakovací okno dlaždic" msgid "Open after tiling a window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -311,240 +311,222 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Inverzní časovač akce horního okraje obrazovky" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Obnovit velikost okna na" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "začátku uchopení" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "konci uchopení" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Klávesové zkratky" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Přepnout \"Vyskakovací okno dlaždic\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Režim úprav dlaždic" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Automatické dlaždice" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Přepnout maximalizaci" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Dlaždice nahoře" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Dlaždice dole" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Dlaždice vlevo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Dlaždice vpravo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Dlaždice nahoře vlevo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Dlaždice nahoře vpravo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Dlaždice dole vlevo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Dlaždice dole vpravo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" @@ -591,6 +573,15 @@ msgstr "" msgid "'User Guide' for help..." msgstr "" +#~ msgid "Restore Window Size on" +#~ msgstr "Obnovit velikost okna na" + +#~ msgid "Grab Start" +#~ msgstr "začátku uchopení" + +#~ msgid "Grab End" +#~ msgstr "konci uchopení" + #~ msgid "Raise Tile Groups together" #~ msgstr "Zvedání skupin dlaždic dohromady" diff --git a/translations/de_CH.po b/translations/de_CH.po index c2eaec0..0768e39 100644 --- a/translations/de_CH.po +++ b/translations/de_CH.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2022-03-19 12:06+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "Fortgeschrittene..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Allgemein" @@ -52,30 +52,30 @@ msgstr "Kachel Popup" msgid "Open after tiling a window" msgstr "Nach dem Kacheln eines Fensters öffnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Anwendungen aus allen Arbeitsbereichen einbeziehen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Kachel Gruppen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Gemeinsam öffnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -84,11 +84,11 @@ msgstr "" "gekacheltes Fenster geöffnet wird, werden auch die anderen Fenster der " "Kachelgruppe geöffnet" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "App Switcher und Kachel Popup" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -98,85 +98,85 @@ msgstr "" "andere Erweiterung wieder aktivieren, nachdem Sie diese Einstellung " "umgeschaltet haben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Lücken" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Bildschirmränder" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Maximierte Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Dynamisches Tastenbindungsverhalten" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Deaktiviert" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Fenster Fokus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Kachelzustand" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Kachelzustand (Windows)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -185,98 +185,98 @@ msgstr "" "bis zum unteren Rand gekachelt ist und die Tastenkombination 'bis zum " "unteren Rand kacheln' aktiviert ist, wird das Fenster minimiert" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Bevorzugtes Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Verschieben Sie das Fenster entlang Ihres bevorzugten Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animationen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Entkacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Standard-Fensterbewegungsmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Kacheln an den Rand" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -284,11 +284,11 @@ msgstr "" "Durch Verschieben des Fensters zu den Bildschirmrändern oder -ecken wird die " "Standardkachelvorschau geöffnet" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Adaptive Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -296,30 +296,30 @@ msgstr "" "Das Loslassen eines Fensters, während der Mauszeiger über einer Kachel " "schwebt, schiebt das überlappende Fenster zur Seite" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "Die Kachelvorschau bleibt bei Ihrem bevorzugten Layout von der Seite " "'Layouts'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -327,247 +327,226 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "'Kacheln an den Rand' an Ihr bevorzugtes Layout anpassen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Aktivator für den Verschiebemodus 'Adaptive Kacheln'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Strg" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "RMB" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Aktivator für den Verschiebemodus 'Favorisiertes Layout'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Vertikale Randvorschau Auslösebereich" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Horizontale Randvorschau Auslösebereich" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Umgekehrter Timer für die Aktion am oberen Bildschirmrand" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "Umgekehrter Timer für die Aktion eines querformatigen Displays" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "Umgekehrter Timer für die Aktion eines hochformatigen Displays" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Fenstergrösse wiederherstellen auf" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Bei gekachelten Fenstern kann es vorkommen, dass die Grösse auf Wayland " -"nicht korrekt wiederhergestellt wird. Wenn das der Fall ist, verwenden Sie " -"die Funktion 'Fenstergrösse am Greifende wiederherstellen'" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "Greifen Start" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "Greifen Ende" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Tastenbindungen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Umschalten 'Kacheln Popup'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Kachelbearbeitungsmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Ein tastaturbasierter Modus zur Verwaltung Ihrer gekachelten Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" "Entkacheln oder kacheln des aktuellen Fensters anhand der sichtbaren Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Umschalten 'Immer oben'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Umschalten Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Umschalten vertikale Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Umschalten horizontale Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Fenstergrösse wiederherstellen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Fenster in die Mitte verschieben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Kachel nach oben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Kacheln nach unten" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Kacheln nach links" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Kacheln nach rechts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Kacheln in die Ecke" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Kacheln nach oben links" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Kacheln nach oben rechts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Kacheln nach unten links" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Kacheln nach unten rechts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Fehlersuche" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Gekachelte Rechtecke anzeigen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Freie Rechtecke anzeigen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Panel Anzeige" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Suche nach einem Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Öffnet ein Popup mit allen verfügbaren Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Ein neues Layout hinzufügen." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" "Das Layout auf der Festplatte speichern. Ungültige Änderungen gehen verloren!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" "Die Layouts werden von der Festplatte neu geladen, wobei alle nicht " "gespeicherten Änderungen verworfen werden." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Erweiterte / Experimentelle Einstellungen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" @@ -619,6 +598,23 @@ msgstr "" msgid "'User Guide' for help..." msgstr "'Benutzerhandbuch' für Hilfe..." +#~ msgid "Restore Window Size on" +#~ msgstr "Fenstergrösse wiederherstellen auf" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Bei gekachelten Fenstern kann es vorkommen, dass die Grösse auf Wayland " +#~ "nicht korrekt wiederhergestellt wird. Wenn das der Fall ist, verwenden " +#~ "Sie die Funktion 'Fenstergrösse am Greifende wiederherstellen'" + +#~ msgid "Grab Start" +#~ msgstr "Greifen Start" + +#~ msgid "Grab End" +#~ msgstr "Greifen Ende" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/de_DE.po b/translations/de_DE.po index 2667700..10185c9 100644 --- a/translations/de_DE.po +++ b/translations/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2022-04-24 12:06+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "Fortgeschrittene..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Allgemein" @@ -52,19 +52,19 @@ msgstr "Kachel-Popup" msgid "Open after tiling a window" msgstr "Nach dem Zuordnen eines Fensters öffnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Anwendungen aus allen Arbeitsbereichen einbeziehen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Kachelgruppen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Kachelgruppen deaktivieren" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " @@ -75,11 +75,11 @@ msgstr "" "Tastenbindung 'Fensterfokus' und das Kachel-Popup funktionieren dann " "ebenfalls nicht mehr." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Gemeinsam anheben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -88,11 +88,11 @@ msgstr "" "zugeordnetes Fenster geöffnet wird, werden auch die anderen Fenster der " "Kachelgruppe geöffnet." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "App Switcher und Kachel-Popup" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -101,43 +101,43 @@ msgstr "" "führen. Diese müssen möglicherweise erneut aktiviert werden, wenn diese " "Einstellung angeschaltet wurde." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Zwischenraum" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Bildschirmränder" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Bildschirmrand oben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Bildschirmrand links" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Bildschirmrand rechts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Bildschirmrand unten" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Maximierte Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Dynamisches Tastenbelegungsverhalten" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" @@ -145,34 +145,34 @@ msgstr "" "Die Tastenkombinationen zum Maximieren und Kacheln nach oben/unten/links/" "rechts können ihr Verhalten je nach Kachelzustand des Fensters ändern" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Deaktiviert" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "Das Verhalten der Tastenkombinationen nicht ändern" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Fenster-Fokus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" "Fokus auf das gekachelte Fenster in Richtung des angeklickten Shortcuts " "umschalten" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Kachelzustand" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " @@ -182,11 +182,11 @@ msgstr "" "wird ein zur rechten Hälfte gekacheltes Fenster zum rechten unteren Viertel " "gekachelt, wenn die Option 'Nach unten zuordnen' aktiviert ist. " -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Kachelzustand (Windows)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -195,28 +195,28 @@ msgstr "" "am unteren Rand angeordnet ist und die Tastenkombination 'Zum unteren Rand " "zuordnen' aktiviert ist, wird das Fenster minimiert." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Favorisiertes Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Verschiebt das Fenster entlang des favorisierten Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Aktiver Fensterhinweis" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "Das fokussierte Fenster nicht anzeigen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Minimal" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" @@ -224,11 +224,11 @@ msgstr "" "Vorübergehendes Anzeigen des fokussierten Fensters beim Wechsel zu einem " "Arbeitsbereich mit mehreren sich nicht überlappenden Fenstern" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Immer" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" @@ -236,19 +236,19 @@ msgstr "" "Zeigt immer das fokussierte Fenster an, es sei denn, es ist maximiert oder " "im Vollbildmodus. Es gibt Probleme unter Wayland mit GTK4 Popups" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Hinweisfarbe" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "Die Farbe des Rahmens, der das fokussierte Fenster anzeigt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Rahmengröße" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" @@ -256,11 +256,11 @@ msgstr "" "Die Größe des Rahmens, der das fokussierte Fenster für den immer aktiven " "Hinweis anzeigt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Innere Rahmengröße" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " @@ -270,32 +270,32 @@ msgstr "" "Dies ist dazu gedacht, abgerundete Ecken abzudecken. Allerdings werden GTK4-" "Popups unter Wayland das Fenster aus irgendeinem Grund dahinter setzen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animationen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Entkacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Standard-Fensterbewegungsmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "An den Rand zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -303,11 +303,11 @@ msgstr "" "Durch Verschieben des Fensters zu den Bildschirmrändern oder -ecken wird die " "Standardkachelvorschau geöffnet" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Dynamisches Zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -315,30 +315,30 @@ msgstr "" "Das Loslassen eines Fensters, während der Mauszeiger über einer Kachel " "schwebt, schiebt das überlappende Fenster zur Seite" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "Die Kachelvorschau bleibt bei Ihrem bevorzugten Layout von der Seite " "'Layouts'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Kachelassistent ignorieren" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "Verwendung von Kantenkachelung ohne die Funktionen vom Kachelassistent" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Andere" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Monitorwechsel Wartezeit" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -350,11 +350,11 @@ msgstr "" "diese Weise können Sie Fenster kacheln, indem Sie sie auf eine beliebige " "Bildschirmkanten 'werfen', selbst wenn ein Monitor an diese Kante angrenzt." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Bewegungsmodus mit geringer Leistung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." @@ -363,237 +363,216 @@ msgstr "" "Verzögerungen kommt. Allerdings wird dadurch die Genauigkeit der " "Kachelvorschauaktualisierungen verringert." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "'An den Rand zuordnen' an Ihr bevorzugtes Layout anpassen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Aktivator für den Verschiebemodus 'Dynamisches Zuordnen'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Strg" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "RMB" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "Super" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Aktivator für den Verschiebemodus 'Favorisiertes Layout'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "'Ignoriere Kachel-Assistent' Modus Schalter " -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Vertikale Randvorschau Auslösebereich" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Horizontale Randvorschau Auslösebereich" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Umgekehrter Timer für die Aktion am oberen Bildschirmrand" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "Umgekehrter Timer für die Aktion eines querformatigen Displays" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "Umgekehrter Timer für die Aktion eines hochformatigen Displays" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Fenstergrösse wiederherstellen auf" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Bei zugeordneten Fenstern kann es vorkommen, dass die Grösse auf Wayland " -"nicht korrekt wiederhergestellt wird. Wenn das der Fall ist, muss die " -"Funktion 'Fenstergrösse am Greifende wiederherstellen' genutzt werden." - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "Greifen Start" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "Greifen Ende" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Tastenbelegung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Umschalten 'Kacheln Popup'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Kachelbearbeitungsmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Ein tastaturbasierter Modus zur Verwaltung der gekachelten Fenster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-Zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" "Zuordnen oder Trennen des aktuellen Fensters anhand der sichtbaren Kacheln" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Umschalten 'Immer oben'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Umschalten Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Umschalten vertikale Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Umschalten horizontale Maximierung" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Fenstergrösse wiederherstellen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Fenster in die Mitte verschieben" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Nach oben zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Nach unten zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Nach links zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Nach rechts zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "In die Ecke zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Nach oben links zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Nach oben rechts zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Nach unten links zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Nach unten rechts zuordnen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Kantenkachelung ohne Assistent" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Eckenkachelung ohne Assistenz" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Debugging" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Gekachelte Rechtecke anzeigen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Freie Rechtecke anzeigen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Panel Anzeige" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Suche nach einem Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Öffnet ein Popup mit allen verfügbaren Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Ein neues Layout hinzufügen." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" "Das Layout auf der Festplatte speichern. Ungültige Änderungen gehen verloren!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" "Die Layouts werden von der Festplatte neu geladen, wobei alle nicht " "gespeicherten Änderungen verworfen werden." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Erweiterte / Experimentelle Einstellungen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "Weitere Einstellungen in den Hauptmenü anzeigen" @@ -645,6 +624,23 @@ msgstr "" msgid "'User Guide' for help..." msgstr "'Benutzerhandbuch' für Hilfe..." +#~ msgid "Restore Window Size on" +#~ msgstr "Fenstergrösse wiederherstellen auf" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Bei zugeordneten Fenstern kann es vorkommen, dass die Grösse auf Wayland " +#~ "nicht korrekt wiederhergestellt wird. Wenn das der Fall ist, muss die " +#~ "Funktion 'Fenstergrösse am Greifende wiederherstellen' genutzt werden." + +#~ msgid "Grab Start" +#~ msgstr "Greifen Start" + +#~ msgid "Grab End" +#~ msgstr "Greifen Ende" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/es.po b/translations/es.po index 3c81975..4fd1a7c 100644 --- a/translations/es.po +++ b/translations/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2022-12-03 18:38+0200\n" "Last-Translator: Sergio Varela \n" "Language-Team: \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "Avanzado..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "General" @@ -52,30 +52,30 @@ msgstr "Ventana emergente de distribución en mosaico" msgid "Open after tiling a window" msgstr "Abrir después de disponer en mosaico una ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Incluir aplicaciones de todos los espacios de trabajo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Grupos de ventanas en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Desactivar los grupos de mosaicos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Grupo en primer plano" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -83,12 +83,12 @@ msgstr "" "Se crea un grupo de ventanas cuando una ventana se dispone en mosaico . Si " "una de las ventanas del grupo pasa a primer plano, el resto también lo hacen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "" "Conmutador de aplicaciones y ventana emergente de disposición en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -97,85 +97,85 @@ msgstr "" "aplicaciones (también conocidas como Alt+Tab). Es posible que tenga que " "reactivar esta o la otra extensión después de modificar esta configuración" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Espaciado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Ventanas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Bordes de pantalla" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Borde de pantalla superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Borde de la pantalla izquierda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Borde de la pantalla derecha" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Borde inferior de la pantalla" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Ventanas maximizadas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Comportamiento dinámico de los atajos de teclado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Desactivado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "No cambie el comportamiento de los enlaces de las teclas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Enfoque de ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Estado de disposición en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Estado de disposición en mosaico (Ventanas)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -185,98 +185,98 @@ msgstr "" "no está dispuesta en mosaico o lo está en la parte inferior, minimiza la " "ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Distribución favorita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Mueve la ventana de acuerdo a tu distribución favorita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Sugerencia de ventana activa" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "No indicar la ventana enfocada" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Mínimo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Siempre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Color del indicio" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "El color del marco que indica la ventana enfocada" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Tamaño de los bordes" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Tamaño del borde interior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animaciones" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Al disponer la ventana en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Al sacar la ventana del mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Modo de movimiento de la ventana por defecto" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Disposición en mosaico en los bordes de la pantalla" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -284,11 +284,11 @@ msgstr "" "Al mover la ventana a los bordes o esquinas de la pantalla se abrirá la " "vista previa de disposición en mosaico por defecto" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Disposición en mosaico adaptativa" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -296,30 +296,30 @@ msgstr "" "Si se suelta una ventana mientras se pasa por encima de una ventana " "dispuesta en mosaico, se apartará la(s) ventana(s) superpuesta(s)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "La vista previa de disposición en mosaico se ceñirá a tu distribución " "favorita de la página 'Distribuciones'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Otro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -327,253 +327,232 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" "Adaptar la 'Disposición en mosaico en el borde' a tu distibución favorita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Activador del modo de movimiento 'Organización en mosaico adaptativa'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "Botón derecho del ratón" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Activador del modo de movimiento 'Distribución favorita'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Área de activación de la vista previa del borde vertical" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Área de activación de la vista previa del borde horizontal" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Tiempo hasta conmutar la acción del borde superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" "Acción en borde superior invertida para pantallas con disposición apaisada" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" "Acción en borde superior invertida para pantallas con disposición vertical" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Restaurar el tamaño de la ventana" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Puede ocurrir que las ventanas en mosaico no restauraren correctamente su " -"tamaño en Wayland. Si ese es el caso, utiliza 'Restaurar el tamaño de la " -"ventana al soltar'" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "al agarrar" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "al soltar" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Atajos de teclado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Activar/desactivar la \"Ventana emergente de disposición en mosaico\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Modo de edición de disposición en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Un modo de manejo de las ventanas en mosaico mediante el teclado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-organizar en mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" "Disponer en mosaico o no la ventana actual en base a las ventanas en mosaico " "visibles" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Activar/desactivar 'siempre encima'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Activar/desactivar el maximizado de la ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Activar/desactivar el maximizado vertical de la ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Activar/desactivar el maximizado horizontal de la ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Restaurar el tamaño de la ventana" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Mover la ventana al centro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Disponer en mosaico en el borde superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Disponer en mosaico en el borde inferior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Disponer en mosaico en el borde izquierdo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Disponer en mosaico en el borde derecho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Disposición en mosaico en las esquinas de la pantalla" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Disponer en mosaico en la esquina superior izquierda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Disponer en mosaico en la esquina superior derecha" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Disponer en mosaico en la esquina inferior izquierda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Disponer en mosaico en la esquina inferior derecha" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Depuración" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Mostrar los rectángulos del mosaico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Mostrar los rectángulos del espacio libre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Distribuciones" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Mostrar indicador en el panel" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Buscar una distribución" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" "Abre una ventana emergente con una lista de todas las distribuciones " "disponibles" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Añadir una nueva distribución." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" "Guardar las distribuciones en el disco. ¡Los cambios no válidos se perderán!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" "Recargar las distribuciones desde el disco, descartando todos los cambios no " "guardados." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Ajustes avanzados/experimentales" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" @@ -624,6 +603,23 @@ msgstr "" msgid "'User Guide' for help..." msgstr "Ver 'Guía de usuario' para obtener ayuda..." +#~ msgid "Restore Window Size on" +#~ msgstr "Restaurar el tamaño de la ventana" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Puede ocurrir que las ventanas en mosaico no restauraren correctamente su " +#~ "tamaño en Wayland. Si ese es el caso, utiliza 'Restaurar el tamaño de la " +#~ "ventana al soltar'" + +#~ msgid "Grab Start" +#~ msgstr "al agarrar" + +#~ msgid "Grab End" +#~ msgstr "al soltar" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/hu.po b/translations/hu.po index 798c765..37d8e59 100644 --- a/translations/hu.po +++ b/translations/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2023-02-28 20:11+0100\n" "Last-Translator: infeeeee \n" "Language-Team: \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "Speciális..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Általános" @@ -52,19 +52,19 @@ msgstr "Csempéző felugró ablak" msgid "Open after tiling a window" msgstr "Megnyitás egy ablak csempézése után" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Az összes munkaterületen szereplő ablak belevétele" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Csempe csoportok" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Csempe csoportok kikapcsolása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " @@ -75,11 +75,11 @@ msgstr "" "gyorsbillentyű viselkedései közül az 'Ablak fókuszálása' és a Csempéző " "felugró ablak nem fog működni." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Előtérbe hozás együtt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -87,11 +87,11 @@ msgstr "" "Egy csempe csoport jön létre, amikor ablakok csempézésekor. Ha egy " "csempézett ablak előtérbe kerül, akkor a csoport többi tagja is vele együtt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "Alkalmazásváltó és csempéző felugró ablak" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -100,43 +100,43 @@ msgstr "" "Ennek vagy a másik a kiterjesztésnek a ki-be kapcsolása lehet szükséges " "ennek a beállításnak a megváltoztatása után" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Hézagok" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Ablakok" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Képernyő szélek" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Képernyő felső széle" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Képernyő bal széle" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Képernyő jobb széle" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Képernyő alsó széle" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Maximalizált ablakok" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Dinamikus gyorsbillentyűk viselkedése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" @@ -144,32 +144,32 @@ msgstr "" "A gyorsbillentyűk az ablakok maximalizálásához és fel/le/jobbra/balra " "csempézéséhez az ablak csempézettségétől függően máshogy működhetnek" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Kikapcsolva" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "A gyorsbillentyűk működése nem változik" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Ablak fókuszálása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "A leütött gyorsbillentyű irányában levő ablak fókuszálása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Csempézettség állapota" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " @@ -179,11 +179,11 @@ msgstr "" "ha egy ablak a a képernyő jobb szélére van csempézve, akkor a képernyő jobb " "alsó sarkába fog ugrani a 'csempézés alulra' gyorsbillentyű használatakor" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Csempézettség állapota (ablakok)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -192,28 +192,28 @@ msgstr "" "alulra van csempézve a 'csempézés alulra' gyorsbillentyű megnyomásakor az " "ablak minimalizálódni fog" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Kedvenc elrendezés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Ablak mozgatása a kedvenc elrendezés mentén" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Aktív ablak kiemelése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "A fókuszált ablak megjelölésének kikapcsolása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Minimális" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" @@ -221,11 +221,11 @@ msgstr "" "A fókuszált ablak ideiglenesen megjelölése, több, egymást nem átfedő " "ablakkal rendelkező munkaterületre váltásakor" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Mindig" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" @@ -233,19 +233,19 @@ msgstr "" "A fókuszált ablak megjelölése, hacsak nem maximalizált, vagy teljes " "képernyős. Problémák fordulhatnak elő Wayland és GTK4 felugró ablakokkal" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Kiemelés színe" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "A fókuszált ablak kiemelésének a színe" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Szegély mérete" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" @@ -253,11 +253,11 @@ msgstr "" "A fókuszált ablakot kiemelő keret szegélyének a mérete a mindig aktív " "kiemelésnél" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Belső szegély mérete" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " @@ -267,32 +267,32 @@ msgstr "" "kellene takarnia a lekerekített sarkokat. Azonban GTK4 felugró ablakok " "Waylanden az ablakot a kiemelés mögött jelenítik meg valamiért..." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animációk" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Csempézés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Csempézés megszüntetése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Alapértelmezett ablak mozgatási mód" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Szél csempézés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -300,11 +300,11 @@ msgstr "" "A képernyő széléhez húzott ablak az alapértelmezett csempe előnézetet nyitja " "meg" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Adaptív csempézés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -312,30 +312,30 @@ msgstr "" "Ha az ablak egy csempe fölött lett elengedve, akkor odébb fogja tolni az " "átfedő ablakot, ablakokat" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "A csempe előnézet csak a kedvenc elrendezést fogja használni az " "'Elrendezések' oldalról" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Csempézési segéd mellőzése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "Szél csempézés használata, a 'Tiling Assistant' funkciói nélkül" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Egyéb" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Monitorváltás türelmi ideje" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -347,11 +347,11 @@ msgstr "" "képernyő széle felé való \"dobással\", még akkor is, ha egy másik monitor " "található azon az oldalon." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Alacsony teljesítményű mozgatás mód" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." @@ -359,236 +359,216 @@ msgstr "" "Ablakok mozgatásakor jelentkező késleltetéskor ajánlott bekapcsolni. Azonban " "ez a mód az előnézetek frissítésének a pontosságát is csökkenti." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "A 'szél csempézés' alkalmazása a kedvenc elrendezéshez" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "'Adaptív csempézés' mozgatási mód aktiválója" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "Jobbklikk" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "Szuper" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "'Kedvenc elrendezés' mozgatási mód aktiválója" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "'Csempézési segéd mellőzése' mód aktiválója" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Függőleges szél előnézet aktiváló terület" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Vízszintes szél előnézet aktiváló terület" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Fordított felső képernyő szél művelet időzítő" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "Fordított felső képernyő szél művelet fekvő kijelzőkhöz" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "Fordított felső képernyő szél művelet álló kijelzőkhöz" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Ablakok méretének visszaállítása ilyenkor" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Csempézett ablakok néha nem tudják megfelelően helyreállítani a méretüket " -"Waylanden. Ezt az 'Megfogás végén' funkció kiválasztásával megoldható" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "Megfogás elején" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "Megfogás végén" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Gyorsbillentyűk" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "'Csempéző felugró ablak' be/ki" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Csempe szerkesztő mód" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Billentyűzet vezérelt mód, a csempézett ablakok kezelésére" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-csempézés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" "Az aktuális ablak csempézése, vagy csempézés megszüntetése a látható csempék " "alapján" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "'Mindig felül' be/ki" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Maximalizálás be/ki" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Függőleges maximalizálás be/ki" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Vízszintes maximalizálás be/ki" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Ablak méretének visszaállítása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Ablak középre mozgatása" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Csempézés felülre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Csempézés alulra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Csempézés balra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Csempézés jobbra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Sarok csempézés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Csempézés bal felülre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Csempézés jobb felülre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Csempézés bal alulra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Csempézés jobb alulra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Szél csempézés használata 'Tiling Assistant' nélkül" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Sarok csempézés használata 'Tiling Assistant' nélkül" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Hibakeresés" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Csempézett téglalapok megjelenítése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Üres képernyő téglalapok megjelenítése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Elrendezések" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Jelző a felső sávon" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Elrendezés keresése" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Felugró ablak megnyitása az elérhető elrendezések listájával" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Új elrendezés hozzáadása." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "Elrendezés mentése a lemezre. Érvénytelen változások el fognak veszni!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" "Elrendezések újratöltése a lemezről, az el nem mentett változások " "elvetésével." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Speciális / Kísérleti beállítások" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "Több beállítás megjelenítése a beállítások ablakban" @@ -638,3 +618,19 @@ msgstr "" #: tiling-assistant@leleat-on-github/src/prefs/layoutRowEntry.js:37 msgid "'User Guide' for help..." msgstr "Felhasználói dokumentáció segíthet..." + +#~ msgid "Restore Window Size on" +#~ msgstr "Ablakok méretének visszaállítása ilyenkor" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Csempézett ablakok néha nem tudják megfelelően helyreállítani a méretüket " +#~ "Waylanden. Ezt az 'Megfogás végén' funkció kiválasztásával megoldható" + +#~ msgid "Grab Start" +#~ msgstr "Megfogás elején" + +#~ msgid "Grab End" +#~ msgstr "Megfogás végén" diff --git a/translations/it_IT.po b/translations/it_IT.po index 523ecca..ec2ae2d 100644 --- a/translations/it_IT.po +++ b/translations/it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Tiling-Assistant\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2023-11-26 17:11+0100\n" "Last-Translator: Albano Battistella \n" "Language-Team: Italian <>\n" @@ -40,8 +40,8 @@ msgid "Advanced..." msgstr "Avanzate..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Generale" @@ -53,19 +53,19 @@ msgstr "Popup finestre affiancate" msgid "Open after tiling a window" msgstr "Apri quando una finestra viene affiancata" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Includi app da tutte le aree di lavoro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Gruppi finestre affiancate" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Disabilita i gruppi di finestre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " @@ -76,11 +76,11 @@ msgstr "" "comportamento dinamico di associazione dei tasti 'Window Focus' e anche il " "Tiling Popup non funzionerà più." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Primo piano di gruppo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -89,11 +89,11 @@ msgstr "" "finestra del gruppo viene messa in primo piano, anche le altre finestre del " "gruppo andranno in primo piano" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "Selettore app e finestre affiancate" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -102,43 +102,43 @@ msgstr "" "selezione delle app (aka alt+Tab). Potrebbe essere necessario riattivare " "questa o le altre estensioni dopo averla abilitata." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Spaziatura" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Finestre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Bordi dello schermo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Bordo dello schermo in alto" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Bordo dello schermo a sinistra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Bordo dello schermo a destra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Bordo dello schermo in basso" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Finestre massimizzate" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Scorciatoie dinamiche" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" @@ -147,34 +147,34 @@ msgstr "" "sinistra/destra potrebbero cambiare il loro comportamento basato sullo stato " "di affiancamento della finestra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Disabilita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "Non modificare il comportamento delle associazioni dei tasti" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Stato attivo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" "Passa lo stato attivo alla finestra affiancata nella direzione della " "scorciatoia premuta" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Stato affiancato" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " @@ -184,11 +184,11 @@ msgstr "" "finestra affiancata alla metà destra si affiancherà al quarto in basso a " "destra, se 'affianca in basso' è attivato" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Stato affiancato (finestre)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -197,28 +197,28 @@ msgstr "" "affiancata in basso e la scorciatoia \"affianca in basso\" è attiva, riduce " "a icona la finestra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Layout preferito" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Sposta la finestra seguendo il layout preferito delle finestre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Suggerimento finestra attiva" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "Non indicare la finestra focalizzata" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Minimale" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" @@ -226,11 +226,11 @@ msgstr "" "Indica temporaneamente la finestra focalizzata quando si passa a un'area di " "lavoro con più finestre non sovrapposte" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Sempre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" @@ -238,19 +238,19 @@ msgstr "" "Indica sempre la finestra focalizzata a meno che non sia ingrandita o a " "schermo intero. Ci sono problemi su Wayland con i popup di GTK4" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Suggerimento colore" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "Il colore del riquadro che indica la finestra attiva" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Dimensione del bordo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" @@ -258,11 +258,11 @@ msgstr "" "La dimensione del bordo della cornice che indica la finestra focalizzata per " "il suggerimento sempre attivo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Dimensione del bordo interno" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " @@ -273,32 +273,32 @@ msgstr "" "arrotondati. Tuttavia, i popup di GTK4 su Wayland metteranno la finestra " "dietro il suggerimento per qualsiasi motivo..." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animazioni" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Affianca finestra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Rimuovi affiancamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Modalità di movimento della finestra predefinita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Affiancamento ai bordi" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -306,11 +306,11 @@ msgstr "" "Spostando la finestra sui bordi o sugli angoli dello schermo si aprirà " "l'anteprima di affiancamento predefinita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Affiancamento adattivo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -318,32 +318,32 @@ msgstr "" "Mentre viene trascinata, rilasciare una finestra su una finestra già " "affiancata, spingerà da parte la finestra sovrapposta." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "L'anteprima di affiancamento seguirà il layout preferito nella pagina " "\"Layout\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Ignora l'Assistente di affiancamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" "Usa affiancamento bordi senza le funzionalità dell'assistente di " "affiancamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Altro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Monitora il periodo di tolleranza per il cambio" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -355,11 +355,11 @@ msgstr "" "questo modo puoi affiancare le finestre 'lanciandole' verso qualsiasi bordo " "dello schermo anche se c'è un monitor confinante con quel bordo." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Modalità di movimento a basse prestazioni" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." @@ -368,233 +368,212 @@ msgstr "" "comunque ridurrà la precisione degli aggiornamenti dell'anteprima del " "riquadro." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "Adatta \"Affiancamento ai bordi\" al layout preferito" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Per attivare la modalità \"Affiancamento adattivo\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "Tasto destro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Per attivare la modalità \"Layout preferito\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "Ignora l'attivatore della modalità Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Area di attivazione del bordo verticale" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Area di attivazione del bordo orizzontale" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Timer dell'azione inversa nella parte superiore dello schermo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "Azione inversa nella parte superiore degli schermi orizzontali" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "Azione inversa nella parte superiore degli schermi verticali" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Ripristina dimensione finestra a" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Le finestre affiancate potrebbero non ripristinarsi correttamente su " -"Wayland. Se ciò accade, selezionare \"Ripristina dimensione finestra a Fine " -"trascinamento\"" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "Inizio trascinamento" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "Fine trascinamento" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Scorciatoie" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Attiva/disattiva \"Popup finestre affiancate\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Editor delle finestre affiancate" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Modalità guidata da tastiera per gestire le finestre affiancate" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-affiancamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "Affianca/rimuove la finestra corrente in base ai riquadri visibili" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Attiva/disattiva \"Sempre in primo piano\"" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Attiva/disattiva massimizza" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Attiva/disattiva massimizza in verticale" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Attiva/disattiva massimizza in orizzontale" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Ripristina le dimensioni della finestra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Sposta la finestra al centro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Affianca in alto" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Affianca in basso" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Affianca a sinistra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Affianca a destra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Affianca ad angolo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Affianca in alto a sinistra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Affianca in alto a destra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Affianca in basso a sinistra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Affianca in basso a destra" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Affiancamento dei bordi senza Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Affiancamento d'angolo senza Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Debug" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Mostra guide dei riquadri" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Mostra guide dello spazio libero" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Indicatore del pannello" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Seleziona layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Apre un popup che elenca tutti i layout disponibili" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Aggiungi nuovo layout." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "Salva i layout sul disco. Le modifiche non valide andranno perdute!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "Ricarica i layout dal disco - elimina tutte le modifiche non salvate." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Impostazioni avanzate/sperimentali" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "Mostra più impostazioni nella finestra principale delle preferenze" @@ -646,6 +625,23 @@ msgstr "" msgid "'User Guide' for help..." msgstr "\"Guida utente\" per assistenza..." +#~ msgid "Restore Window Size on" +#~ msgstr "Ripristina dimensione finestra a" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Le finestre affiancate potrebbero non ripristinarsi correttamente su " +#~ "Wayland. Se ciò accade, selezionare \"Ripristina dimensione finestra a " +#~ "Fine trascinamento\"" + +#~ msgid "Grab Start" +#~ msgstr "Inizio trascinamento" + +#~ msgid "Grab End" +#~ msgstr "Fine trascinamento" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/ja.po b/translations/ja.po index 005aa8a..54099c8 100644 --- a/translations/ja.po +++ b/translations/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2021-11-03 17:47+0900\n" "Last-Translator: k-fog \n" "Language-Team: Japanese <>\n" @@ -38,8 +38,8 @@ msgid "Advanced..." msgstr "高度な設定" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "一般" @@ -51,124 +51,124 @@ msgstr "タイリングポップアップ" msgid "Open after tiling a window" msgstr "ウィンドウの整列時に表示" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "全てのワークスペースのアプリケーションを含む" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "タイルグループ" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "タイルグループのフォーカスを同期する" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "隙間" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "ウィンドウ" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "画面端" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "最大化されたウィンドウ" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "動的なキーバインドの動作" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "無効" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "ウィンドウフォーカス" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "整列状態" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "整列状態(ウィンドウ)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -177,98 +177,98 @@ msgstr "" "下に配置されている状態で[下に配置]が実行された場合、ウィンドウを最小化しま" "す。" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "お気に入りのレイアウト" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "お気に入りのレイアウトに従ってウィンドウを移動" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "アニメーション" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "整列時" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "整列解除時" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "端に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -276,38 +276,38 @@ msgstr "" "ウィンドウを画面端または角に移動すると、デフォルトのタイルプレビューを表示す" "る" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -315,242 +315,222 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "マウス右ボタン" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "上下の整列プレビュー反応範囲" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "左右の整列プレビュー反応範囲" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "画面上端での動作切り替え時間" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "横長の画面で画面上端での動作を逆にする" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "縦長の画面で画面上端での動作を逆にする" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Waylandでは、整列されたウィンドウが適切にサイズを復元できない場合があります。" -"その場合、'Restore Window Size on Grab End'を使用してください。" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "キーバインド" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "[タイリングポップアップ]の切り替え" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "タイル編集モード" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "整列したウィンドウをキーボードで操作するモード" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "最大化切り替え" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "上に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "下に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "左に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "右に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "角に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "左上に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "右上に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "左下に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "右下に配置" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "レイアウト" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "レイアウトを探す" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "新しいレイアウトを追加" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "レイアウトを保存する(無効な設定は失われます!)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "保存されていない変更を破棄し、レイアウトを再読込する。" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "高度な/実験な機能の設定" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" @@ -599,6 +579,13 @@ msgstr "" msgid "'User Guide' for help..." msgstr "[ユーザーガイド]からヘルプを参照..." +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Waylandでは、整列されたウィンドウが適切にサイズを復元できない場合がありま" +#~ "す。その場合、'Restore Window Size on Grab End'を使用してください。" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/main.pot b/translations/main.pot index 9577617..f897611 100644 --- a/translations/main.pot +++ b/translations/main.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,8 +38,8 @@ msgid "Advanced..." msgstr "" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "" @@ -51,258 +51,258 @@ msgstr "" msgid "Open after tiling a window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -310,240 +310,222 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" diff --git a/translations/nl.po b/translations/nl.po index 2c40546..5c59337 100644 --- a/translations/nl.po +++ b/translations/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2022-12-03 18:48+0100\n" "Last-Translator: Philip Goto \n" "Language-Team: \n" @@ -39,8 +39,8 @@ msgid "Advanced..." msgstr "Geavanceerd…" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Algemeen" @@ -52,258 +52,258 @@ msgstr "Tegelpop-upvenster" msgid "Open after tiling a window" msgstr "Openen na tegelen venster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Apps van alle werkbladen tonen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Tegelgroepen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Tegelgroepen uitschakelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Samen naar voren brengen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "App-wisselaar en tegelingspop-up" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Ruimtes" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Vensters" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Schermranden" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Schermrand boven" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Schermrand links" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Schermrand rechts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Schermrand onder" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Gemaximaliseerde vensters" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Dynamisch sneltoetsgedrag" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Uitgeschakeld" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Vensterfocus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Tegelstatus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Tegelstatus (Windows)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Favoriete indeling" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Hint van actieve venster" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Minimaal" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Altijd" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Hintkleur" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Randbreedte" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Binnenste randbreedte" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animaties" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Onttegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Standaardvensterbeweginsmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Randtegeling" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Adaptieve tegeling" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Tegelingsassistent negeren" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Overig" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Wachttijd bij schermwissel" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -311,240 +311,222 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Bewegingsmodus met lage prestaties" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "RMK" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "Super" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Randactie op bovenste beeldscherm omdraaien - Tijdklok" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Vensterafmetingen herstellen bij" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "Vastpakpositie" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "Einde van vastpakpositie" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Sneltoetsen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Tegelpop-upvenster tonen/verbergen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Tegelbewerkmodus" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Automatisch tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "Het huidige venster (ont)tegelen gebaseerd op zichtbare tegels" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "‘Altijd voorop’ omschakelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Maximaliseren omschakelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Verticale maximalisatie omschakelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Horizontale maximalisatie omschakelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Venstergrootte herstellen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Venster naar midden verplaatsen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Naar boven tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Naar onder tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Naar links tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Naar rechts tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Hoektegeling" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Naar linksboven tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Naar rechtsboven tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Naar linksonder tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Naar rechtsonder tegelen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Randtegeling zonder tegelingsassistent" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Hoektegeling zonder tegelingsassistent" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Foutopsporing" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Indelingen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Paneelindicator" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Naar indeling zoeken" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Voeg een nieuwe indeling toe." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Geavanceerde/experimentele instellingen" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "" @@ -591,6 +573,15 @@ msgstr "" msgid "'User Guide' for help..." msgstr "‘Gebruikershandleiding’ voor hulp…" +#~ msgid "Restore Window Size on" +#~ msgstr "Vensterafmetingen herstellen bij" + +#~ msgid "Grab Start" +#~ msgstr "Vastpakpositie" + +#~ msgid "Grab End" +#~ msgstr "Einde van vastpakpositie" + #~ msgid "Raise Tile Groups together" #~ msgstr "Tegelgroepen tegelijk focussen" diff --git a/translations/pt_BR.po b/translations/pt_BR.po index 106166d..427e448 100644 --- a/translations/pt_BR.po +++ b/translations/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2022-04-11 16:53-0300\n" "Last-Translator: Fernando Omori \n" "Language-Team: \n" @@ -38,8 +38,8 @@ msgid "Advanced..." msgstr "Avançado..." #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Geral" @@ -51,19 +51,19 @@ msgstr "Popup de Ladrilhamento" msgid "Open after tiling a window" msgstr "Abrir após ladrilhar uma janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Incluir apps de todos os espaços de trabalho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Grupos de Ladrilhos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Desabilitar Grupos de Ladrilhos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " @@ -73,11 +73,11 @@ msgstr "" "levantados ou redimensionados juntos. O Comportamento de Atalhos de Teclado " "Dinâmico 'Foco da Janela' e o 'Popup de Ladrilhamento' não mais funcionarão." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Levantar juntos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -85,11 +85,11 @@ msgstr "" "Um grupo de ladrilhos é criado quando uma janela se torna um ladrilho. Se um " "ladrilho é levantado, levante os outros do grupo também" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "Alternador de apps e Popup de ladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -98,43 +98,43 @@ msgstr "" "(também conhecidas como de alt+tab). Talvez você deva reabilitar esta ou a " "outra extensão após ativar esta opção" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Espaçamentos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Janelas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Bordas da Tela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Borda Superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Borda Esquerda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Borda Direita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Borda Inferior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Janelas Maximizadas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Comportamento de Atalhos de Teclado Dinâmico" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" @@ -142,32 +142,32 @@ msgstr "" "Os atalhos de teclado e o ladrilho para topo/baixo/esquerda/direita podem " "mudar o comportamento baseado no estado do ladrilho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Desativado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "Não mude o comportamento das teclas de atalho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Foco da Janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "Mudar foco para o ladrilho na direção do atalho utilizado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Estado de Ladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " @@ -177,11 +177,11 @@ msgstr "" "ladrilho à metade da direita vai ocupar o quadrante da direita inferior, se " "o 'ladrilhar abaixo' estiver ativado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Estado de Ladrilhamento (Janelas)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -189,28 +189,28 @@ msgstr "" "Parecido com 'Estado de Ladrilhamento' mas se a janela não é ladrilhada ou " "já está abaixo e o atalho 'ladrilhar abaixo' for ativado, minimize a janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Layout favorito" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Mover a janela junto ao seu Layout favorito" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Ativar Dica de Janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "Não indicar a janela em foco" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Minimalista" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" @@ -218,11 +218,11 @@ msgstr "" "Temporariamente indicar a janela focada quando trocar de área de trabalho " "com múltiplas janelas não sobrepostas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Sempre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" @@ -230,19 +230,19 @@ msgstr "" "Sempre indicar a janela focada a menos que esteja maximizada ou tela cheia. " "Há problemas no Wayland com popups GTK4" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Cor da Dica" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "A cor da moldura indicando a janela em foco" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Tamanho da Borda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" @@ -250,11 +250,11 @@ msgstr "" "O tamanho da borda da moldura indicando a janela em foco para a dica sempre " "ativa" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Tamanho Borda Interno" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " @@ -264,32 +264,32 @@ msgstr "" "serve para cobrir os cantos arrendondados. Entretanto, popups GTK4 no " "Wayland vão colocar a janela atrás da dica por algum motivo..." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Animações" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Ladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Desladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Modo Padrão de Movimento de Janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Ladrilhamento às bordas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -297,11 +297,11 @@ msgstr "" "Mover a janela às laterais da tela ou aos cantos abrirá a prévia do ladrilho " "padrão" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Ladrilhamento Adaptivo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -309,31 +309,31 @@ msgstr "" "Soltar uma janela estando encima de um ladrilho empurrará a(s) janela(s) " "sobreposta(s) ao lado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "A prévia do ladrilho se continuará usando seu Layout favorito da página " "'Layouts'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Ignore o Assistente de Ladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" "Use Ladrilhamento de Borda sem os recursos do Assistente de Ladrilhamento" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Outro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Período de Carência para Troca de Monitor" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -345,11 +345,11 @@ msgstr "" "organizar ladrilhos 'jogando' eles em direção a qualquer canto da tela se o " "monitor estiver limítrofe aquela borda." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Modo de Movimento de Baixo Desempenho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." @@ -357,233 +357,213 @@ msgstr "" "Use isso se houver um atraso ao mover janelas. Isso, no entanto, diminuirá a " "precisão das atualizações de visualização dos blocos." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "Adaptar 'Ladrilhamento às Bordas' ao seu Layout Favorito" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Ativador de Modo 'Ladrilhamento Adaptivo'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "Clique Secundário" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "Super" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Ativator de Modo de Movimentação de 'Layout Favorito'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "Ativador do Modo 'Ignorar Assistente de Ladrilhamento'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "Área da Borda Vertical de Gatilho da Prévia" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "Área da Borda Horizontal de Gatilho da Prévia" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Temporizador de ação inversa da borda superior da tela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "Ação Inversa para Telas em modo Paisagem da Borda Superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "Ação Inversa para Telas em modo Retrato da Borda Superior" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Restaurar Tamanho da Janela ao" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Janelas ladrilhadas podem não restaurar seu tamanho apropriadamente no " -"Wayland. Se esse é seu caso, use 'Restaurar Tamanho da Janela ao Soltar'" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "ao Pegar" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "ao Soltar" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Atalhos de teclado" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Alternar 'Popup de Ladrilhamento'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Modo de Edição de Ladrilho" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Um modo que usa o teclado para gerenciar suas janelas ladrilhadas" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Auto-Ladrilhar" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "Ladrilhar/Desladrilhar a janela atual conforme os ladrilhos visíveis" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Alternar 'Sempre no Topo'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Alternar Maximização" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Alternar Maximização Vertical" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Alternar Maximização Horizontal" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Restaurar Tamanho da Janela" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Mover Janela ao Centro" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Ladrilhar acima" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Ladrilhar abaixo" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Ladrilhar à esquerda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Ladrilhar à direita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Ladrilhamento aos Cantos" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Ladrilhar acima e esquerda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Ladrilhar acima e direita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Ladrilhar abaixo e esquerda" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Ladrilhar abaixo e direita" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Ladrilhamento da borda sem Assistente" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Ladrilhamento do Canto sem Assistente" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Debugging" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Mostrar Retângulos Ladrilhados" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Mostrar Retângulos de Espaço Livre" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Layouts" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Indicador de Painel" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Procurar por um Layout" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Abrir um popup listando todos os Layouts disponíveis" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Adicionar um novo Layout." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "Salve os Layouts no disco. As alterações inválidas serão perdidas!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" "Recarregue os Layouts do disco - descartando todas as alterações não salvas." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Configurações Avançadas / Experimentais" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "Mostrar mais configurações na janela de preferências principal" @@ -634,6 +614,22 @@ msgstr "" msgid "'User Guide' for help..." msgstr "'Guia do Usuário' para ajuda..." +#~ msgid "Restore Window Size on" +#~ msgstr "Restaurar Tamanho da Janela ao" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Janelas ladrilhadas podem não restaurar seu tamanho apropriadamente no " +#~ "Wayland. Se esse é seu caso, use 'Restaurar Tamanho da Janela ao Soltar'" + +#~ msgid "Grab Start" +#~ msgstr "ao Pegar" + +#~ msgid "Grab End" +#~ msgstr "ao Soltar" + #~ msgid "" #~ "The keyboard shortcuts to maximize and tile to the top, bottom, left, and " #~ "right won't change their behavior based on the window's tiling state" diff --git a/translations/uk.po b/translations/uk.po index c35de2f..91162b7 100644 --- a/translations/uk.po +++ b/translations/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: 2024-01-14 14:43+0200\n" "Last-Translator: Yevhen Popok \n" "Language-Team: \n" @@ -38,8 +38,8 @@ msgid "Advanced..." msgstr "Додатково" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "Загальне" @@ -51,19 +51,19 @@ msgstr "Спливаюче вікно мозаїки" msgid "Open after tiling a window" msgstr "Відкривати після укладання вікна як плитки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "Включити програми з усіх робочих просторів" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "Групи плиток" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "Не використовувати групи плиток" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " @@ -74,11 +74,11 @@ msgstr "" "розміри. Cпливаюче вікно мозаїки та динамічні клавіатурні скорочення " "'Фокусування вікон' також перестануть працювати." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "Підіймати одночасно" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" @@ -87,11 +87,11 @@ msgstr "" "одне вікно мозаїки, то інші вікна, що належать до групи плиток, підіймаються " "також" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "Перемикач програм та спливаюче вікно мозаїки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" @@ -100,43 +100,43 @@ msgstr "" "(alt+Tab). Можливо, вам доведеться переувімкнути поточне, або ж інше " "розширення після зміни цього параметра" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "Відступи" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "Вікна" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "Краї екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "Верхній край екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "Лівий край екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "Правий край екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "Нижній край екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "Розгорнуті вікна" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "Поведінка динамічних клавіатурних скорочень" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" @@ -144,32 +144,32 @@ msgstr "" "Клавіатурні скорочення розгортання та укладання згори/знизу/ліворуч/" "праворуч, можуть змінювати свою поведінку в залежності від розміщення вікна" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "Вимкнено" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "Не змінювати поведінку клавіатурних скорочень" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "Фокусування вікон" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "Перемикати фокус на вікно мозаїки у напрямку клавіатурного скорочення" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "Положення плиток " -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " @@ -179,11 +179,11 @@ msgstr "" "скорочення. Наприклад, вікно, укладене на правій половині, при активації " "'укласти знизу', переміститься до правої нижньої чверті" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "Положення плиток (вікна)" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" @@ -192,28 +192,28 @@ msgstr "" "укладене чи укладене знизу, активація скорочення 'укласти знизу' приховає " "вікно" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "Улюблений макет" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "Розміщувати вікна, як на улюбленому макеті" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "Підказка щодо активного вікна" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "Не позначати вікно в фокусі" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "Мінімально" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" @@ -221,11 +221,11 @@ msgstr "" "Тимчасово позначати вікно в фокусі під час перемикання на робочий простір з " "декількома вікнами, що не перекриваютьcя" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "Завжди" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" @@ -233,30 +233,30 @@ msgstr "" "Завжди позначати вікно з фокусом. Виключення становлять розгорнуті та " "повноекранні вікна. Є проблеми зі спливаючими вікнами GTK4 на Wayland" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "Колір підказки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "Колір рамки, що позначає вікно з фокусом" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "Розмір рамки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" "Розмір рамки, яка позначає вікно з фокусом для завжди активної підказки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "Розмір внутрішньої рамки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " @@ -266,32 +266,32 @@ msgstr "" "заокруглених кутів. Проте, спливаючі вікна GTK4 на Wayland з якоїсь причини " "розміщуються за підказкою..." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "Анімації" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "Укладання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "Відокремлення" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "Типовий режим переміщення вікон" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "Укладання від краю" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" @@ -299,11 +299,11 @@ msgstr "" "Після пересування вікна до краю чи кута екрана буде відкриватися типове " "спливаюче вікно пропозиції щодо укладання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "Адаптивне укладання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" @@ -311,30 +311,30 @@ msgstr "" "Якщо відпустити захоплене вікна над частиною мозаїки, то перекрите(-і) " "вікно(-а) посунуться вбік" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" "Пропозиція щодо укладання буде формуватися в залежності від вашого " "улюбленого макета зі сторінки 'Макети'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "Ігнорувати Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "Використовувати 'Укладання від краю' без функціоналу Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "Інше" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "Затримка під час переміщення між моніторами" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -346,11 +346,11 @@ msgstr "" "укладати вікна, 'cкидаючи' їх до краю екрана, навіть якщо монітори межують " "по цьому краю." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "Режим переміщення за низької продуктивності" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." @@ -358,238 +358,217 @@ msgstr "" "Використовуйте у разі, якщо є затримка при переміщенні вікон. Зауважте, що " "це знизить точність оновлення пропозиції щодо укладання." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "'Укладання від краю' буде адаптовано до вашого улюбленого макету" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "Активує переміщення в режимі 'Адаптивне укладання'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "Ctrl" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "Alt" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "Права кнопка миші" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "Super" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "Активує переміщення в режимі 'Улюблений макет'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "Активує переміщення в режимі 'Ігнорувати Tiling Assistant'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "" "Ділянка біля вертикальної межі, на якій активується пропозиції щодо укладання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "" "Ділянка біля горизонтальної межі, на якій активується пропозиції щодо " "укладання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "Таймер зворотної дії у верхній частині екрана" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" "Зворотня дія у верхній частині екрана для дисплеїв з альбомною орієнтацією" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" "Зворотня дія у верхній частині екрана для дисплеїв з портретною орієнтацією" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "Відновлювати розмір під час" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" -"Вікна, укладені як плитки, можуть неправильно відновлювати свої розміри на " -"Wayland. В такому разі використовуйте опцію 'Відновлювати розмір під час " -"відпускання'" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "захоплення" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "відпускання" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "Клавіатурні скорочення" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "Увімкнути 'Спливаюче вікно мозаїки'" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "Режим редагування мозаїки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "Керування вікнами мозаїки за допомогою клавіатури" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "Укласти автоматично" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "Укласти/відокремити поточне вікно з урахуванням видимих вікон мозаїки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "Завжди зверху" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "Розгортання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "Вертикальне розгортання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "Горизонтальне розгортання" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "Відновити розмір вікна" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "Перемістити вікно до центру" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "Укласти згори" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "Укласти знизу" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "Укласти ліворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "Укласти праворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "Укладання від кута" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "Укласти згори ліворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "Укласти згори праворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "Укласти знизу ліворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "Укласти знизу праворуч" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "Укладання від краю без використання Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "Укладання від кута без використання Tiling Assistant" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "Зневадження" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "Показати прямокутники мозаїки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "Показати незайняті прямокутники мозаїки" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "Макети" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "Індикатор на панелі" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "Пошук макета" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "Викликати спливаюче вікно з переліком доступних макетів" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "Додати новий макет" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "Зберегти макети на диск. Некоректні зміни будуть втрачені!" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "Перезавантажити макети з диска, відкидаючи всі незбережені зміни." -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "Розширені / Експериментальні налаштування" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr "Додати налаштування в основне вікно параметрів" @@ -638,3 +617,20 @@ msgstr "'Режим редагування мозаїки' недоступни #: tiling-assistant@leleat-on-github/src/prefs/layoutRowEntry.js:37 msgid "'User Guide' for help..." msgstr "Довідка" + +#~ msgid "Restore Window Size on" +#~ msgstr "Відновлювати розмір під час" + +#~ msgid "" +#~ "Tiled windows may not properly restore their size on Wayland. If that's " +#~ "the case, use 'Restore Window Size on Grab End'" +#~ msgstr "" +#~ "Вікна, укладені як плитки, можуть неправильно відновлювати свої розміри " +#~ "на Wayland. В такому разі використовуйте опцію 'Відновлювати розмір під " +#~ "час відпускання'" + +#~ msgid "Grab Start" +#~ msgstr "захоплення" + +#~ msgid "Grab End" +#~ msgstr "відпускання" diff --git a/translations/zh_TW.po b/translations/zh_TW.po index c6dadf2..f5aa58f 100644 --- a/translations/zh_TW.po +++ b/translations/zh_TW.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 03:42+0100\n" +"POT-Creation-Date: 2024-04-21 14:58+0200\n" "PO-Revision-Date: \n" "Last-Translator: laichiaheng\n" "Language-Team: None\n" @@ -34,8 +34,8 @@ msgid "Advanced..." msgstr "" #: tiling-assistant@leleat-on-github/src/ui/prefs.ui:41 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:782 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1003 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:631 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 msgid "General" msgstr "一般" @@ -47,258 +47,258 @@ msgstr "模塊化彈出式選單" msgid "Open after tiling a window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:62 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:56 msgid "Include apps from all workspaces" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:83 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:71 msgid "Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:86 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:74 msgid "Disable Tile Groups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:87 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:75 msgid "" "Tiled windows will no longer adapt their size to other tiled windows nor be " "raised or resized together. The Dynamic Keybinding Behavior 'Window Focus' " "and the Tiling Popup will also no longer work." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:102 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:84 msgid "Raise together" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:103 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:85 msgid "" "A tile group is created when a window gets tiled. If a tiled window is " "raised, raise the other windows of its tile group as well" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:114 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:90 msgid "App Switcher and Tiling Popup" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:115 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:91 msgid "" "This could conflict with other App Switcher (a.k.a. alt+Tab) extensions. You " "may need to re-enable this or the other extension after toggling this setting" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:135 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:105 msgid "Gaps" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:108 msgid "Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:156 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:121 msgid "Screen Edges" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:178 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:138 msgid "Screen Edge Top" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:200 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:155 msgid "Screen Edge Left" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:222 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:172 msgid "Screen Edge Right" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:244 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:189 msgid "Screen Edge Bottom" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:206 msgid "Maximized Windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:282 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:216 msgid "Dynamic Keybinding Behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:283 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:217 msgid "" "The keybindings to maximize and tile to the top/bottom/left/right may change " "their behavior based on the window's tiling state" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:286 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:356 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:620 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:220 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:290 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534 msgid "Disabled" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:221 msgid "Don't change the keybindings' behavior" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:296 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:230 msgid "Window Focus" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:297 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:231 msgid "" "Switch focus to the tiled window in the direction of the pressed shortcut" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:308 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:242 msgid "Tiling State" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:309 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:243 msgid "" "Adapt the tiling state to the pressed shortcut. For instance, a window tiled " "to the right half will tile to the bottom-right quarter, if 'tile to bottom' " "is activated" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:320 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:254 msgid "Tiling State (Windows)" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:321 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:255 msgid "" "Like 'Tiling State' but if the window isn't tiled or is already tiled to the " "bottom and the 'tile to bottom' shortcut is activated, minimize the window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:266 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 msgid "Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:267 msgid "Move the window along your favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:353 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:287 msgid "Active Window Hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:357 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:291 msgid "Don't indicate the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:366 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:300 msgid "Minimal" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:367 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:301 msgid "" "Temporarily indicate the focused window when switching to a workspace with " "multiple non-overlapping windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:378 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:312 msgid "Always" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:379 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:313 msgid "" "Always indicate the focused window unless it's maximized or in fullscreen. " "There are issues on Wayland with GTK4 popups" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:398 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:332 msgid "Hint Color" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:333 msgid "The color of the frame indicating the focused window" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:410 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:344 msgid "Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:411 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:345 msgid "" "The border size of the frame indicating the focused window for the always " "active hint" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:429 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:358 msgid "Inner Border Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:359 msgid "" "The border for the always active hint reaching inside the window frame. This " "is meant to cover rounded corners. However, GTK4 popups on Wayland will put " "the window behind the hint for whatever reason..." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:453 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:377 msgid "Animations" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:460 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:384 msgid "Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:471 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:389 msgid "Untiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:487 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:399 msgid "Default Window Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:488 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:400 msgid "The movement mode that is activated when no modifier key is pressed" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:849 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:407 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 msgid "Edge Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:408 msgid "" "Moving the window to the screen edges or corners will open the default tile " "preview" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:505 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:417 msgid "Adaptive Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:418 msgid "" "Releasing the grab on a window while hovering over a tile will push the " "overlapped window(s) aside" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:430 msgid "" "The tile preview will stick to your favorite layout from the 'Layouts' page" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:529 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:441 msgid "Ignore Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:530 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:442 msgid "Use Edge Tiling without Tiling Assistant's features" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:458 msgid "Other" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:549 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:461 msgid "Monitor Switch Grace Period" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:550 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:462 msgid "" "When a window is dragged to a new monitor the tile preview will stick to the " "old monitor for a very short time. This way you can tile windows by " @@ -306,240 +306,222 @@ msgid "" "edge." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:561 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:467 msgid "Low Performance Movement Mode" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:562 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:468 msgid "" "Use this if there is a lag when moving windows around. This will however " "decrease the precision of the tile preview updates." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:577 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:477 msgid "Adapt 'Edge Tiling' to your Favorite Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:592 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:486 msgid "'Adaptive Tiling' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:601 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:621 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:641 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:495 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:515 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:535 msgid "Ctrl" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:602 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:622 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:642 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:496 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:516 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:536 msgid "Alt" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:603 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:623 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:643 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:497 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:517 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:537 msgid "RMB" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:604 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:644 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:498 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:518 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:538 msgid "Super" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:612 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:506 msgid "'Favorite Layout' Move Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:632 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:526 msgid "'Ignore Tiling Assistant' Mode Activator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:652 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:546 msgid "Vertical Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:675 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:564 msgid "Horizontal Edge Preview Trigger Area" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:698 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:582 msgid "Inverse Top Screen Edge Action Timer" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:721 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:600 msgid "Inverse Top Screen Edge Action for Landscape Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:736 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:609 msgid "Inverse Top Screen Edge Action for Portrait Displays" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:751 -msgid "Restore Window Size on" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:752 -msgid "" -"Tiled windows may not properly restore their size on Wayland. If that's the " -"case, use 'Restore Window Size on Grab End'" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:760 -msgid "Grab Start" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 -msgid "Grab End" -msgstr "" - -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:775 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:624 msgid "Keybindings" msgstr "快捷鍵" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:785 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:634 msgid "Toggle 'Tiling Popup'" msgstr "切換至「彈出式選單」" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:790 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:639 msgid "Tile Editing Mode" msgstr "模塊編輯模式" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:791 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:640 msgid "A keyboard-driven mode to manage your tiled windows" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:796 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:645 msgid "Auto-Tile" msgstr "自動排版" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:797 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:646 msgid "Un/tile the current window based on the visible tiles" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:802 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:651 msgid "Toggle 'Always on Top'" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:811 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:660 msgid "Toggle Maximization" msgstr "切換至最大化" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:816 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:665 msgid "Toggle Vertical Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:674 msgid "Toggle Horizontal Maximization" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:834 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:683 msgid "Restore Window Size" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:839 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:688 msgid "Move Window to Center" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:852 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:912 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:701 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:761 msgid "Tile to top" msgstr "模塊化至上" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:857 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:917 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:706 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:766 msgid "Tile to bottom" msgstr "模塊化至下" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:862 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:922 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:711 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:771 msgid "Tile to left" msgstr "模塊化至左" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:867 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:927 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:716 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:776 msgid "Tile to right" msgstr "模塊化至右" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:877 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:726 msgid "Corner Tiling" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:880 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:944 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:729 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:793 msgid "Tile to top-left" msgstr "模塊化至左上" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:885 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:949 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:734 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:798 msgid "Tile to top-right" msgstr "模塊化至右上" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:890 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:954 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:739 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:803 msgid "Tile to bottom-left" msgstr "模塊化至左下" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:959 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:744 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:808 msgid "Tile to bottom-right" msgstr "模塊化至右下" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:905 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:754 msgid "Edge Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:937 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:786 msgid "Corner Tiling without Tiling Assistant" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:969 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:818 msgid "Debugging" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:976 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:825 msgid "Show Tiled Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:981 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:830 msgid "Show Free Screen Rects" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:992 -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1028 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:841 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:871 msgid "Layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1006 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:855 msgid "Panel Indicator" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1017 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:860 msgid "Search for a Layout" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1018 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:861 msgid "Open a popup listing all the available layouts" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1052 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:895 msgid "Add a new Layout." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1059 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:902 msgid "Save the layouts to the disk. Invalid changes will be lost!" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1066 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:909 msgid "Reload the layouts from the disk - discarding all non-saved changes." msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1123 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:966 msgid "Advanced / Experimental Settings" msgstr "" -#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:1124 +#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:967 msgid "Show more settings in the main preference window" msgstr ""