Compare commits

...

226 Commits

Author SHA1 Message Date
mr. m
5ac63e3b3b feat: Prevent flashing when cancelling new split view creation, b=no-bug, c=split-view 2025-09-22 10:50:44 +02:00
mr. m
d7d5d116d7 feat: Restore breakpad.reportURL to its original value, c=prefs
Removed breakpad.reportURL configuration from privacy settings.

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-21 18:13:39 +02:00
Mr. M
d962cf9949 fix: Fixed closing last tab not closing the window and other refactors, b=closes #10455, c=common, configs, kbs, split-view, folders, tests, workspaces 2025-09-21 17:29:40 +02:00
Mr. M
2ed55a22a6 feat: Remove safe ICF flags for linux, b=no-bug, c=configs 2025-09-21 15:33:57 +02:00
Mr. M
4744a4cf6d feat: Enable crash reports and use npm ci, b=no-bug, c=workflows, common, configs 2025-09-21 15:10:29 +02:00
mr. m
59dcf4c037 chore: Rollback from new folder animation until release (#10451)
* chore: Rollback from new folder animation until release, b=no-bug, c=tabs, folders

* chore: Revert changes for folder tabs unload, b=no-bug, c=folders
2025-09-20 15:50:14 +02:00
mr. m
d765b03365 chore: Rollback from new folder animation until release, b=no-bug, c=tabs, folders (#10450) 2025-09-20 15:39:21 +02:00
mr. m
1af129245c feat: Only take into account selected tabs, not active ones, b=no-bug, c=folders 2025-09-20 15:10:43 +02:00
mr. m
3fe702fe4d fix: animateUnload for folder, p=#10440
This reverts commit a9846855c4.
2025-09-20 13:54:15 +02:00
mr. m
a9846855c4 Revert "fix: animateUnload for folder, p=#10440" (#10448)
This reverts commit 81f7ae46d3.
2025-09-20 13:51:41 +02:00
octaviusz
81f7ae46d3 fix: animateUnload for folder, p=#10440
* fix: `animateUnload` for folder

* fix: Formatting

* fix: Some fixes

* fix: Formatting

* fix: Fix unloading split views, b=no-bug, c=folders, split-view

* test: Fixed tests, b=no-bug, c=folders, tabs

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-20 00:19:33 +02:00
Mr. M
40b7fa67cb Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-19 17:13:55 +02:00
Mr. M
ceb595173f chore: Updated to Firefox 143.0.1, b=no-bug, c=l10n 2025-09-19 17:13:47 +02:00
mr. m
66575a5a34 New Crowdin updates (#10437) 2025-09-19 17:13:04 +02:00
mr. m
39be73681d feat: Hide the folder containers after animating, p=#10434, c=folders
* feat: Hide the folder containers after animating, b=no-bug, c=folders

* feat: Dont iterate twice through split views, b=no-bug, c=folders, tabs
2025-09-19 15:29:37 +02:00
reizumi
cdd7479f8c fix: remove extra spaces between words when renaming a tab/folder, p=#10431 2025-09-19 13:41:32 +02:00
mr. m
026b2b245f feat: Hide the urlbar separator if there are no results, b=no-bug, c=common 2025-09-19 13:40:34 +02:00
mr. m
b711d3adc6 feat: Make the urlbar action have a relative position, b=no-bug, c=common 2025-09-19 10:37:28 +02:00
reizumi
1f1307cf26 style: improve zen folders icon (part 2) (#10429) 2025-09-19 10:30:10 +02:00
mr. m
0bcd31512c feat: Decrease the opacity glance backgrounds should have, b=no-bug, c=glance 2025-09-19 01:16:47 +02:00
mr. m
0555196772 feat: Decrease the bounce for glance animations, b=no-bug, c=glance 2025-09-19 01:15:42 +02:00
mr. m
0fcad36c07 feat: Improved UI for the status panel, b=no-bug, c=common 2025-09-19 01:05:57 +02:00
mr. m
56eb600d1f fix: Fixed invalid 'create new' uses, b=no-bug, c=common, tabs 2025-09-19 00:46:51 +02:00
mr. m
590deef695 fix: Fixed hovering over panels freezing compact mode, b=bug #10414 and #2945, c=compact-mode 2025-09-18 23:40:20 +02:00
Mr. M
58f9b729fe chore: Update surfer deps, b=no-bug, c=no-component 2025-09-18 16:56:31 +02:00
Mr. M
3000649fb9 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-18 16:51:21 +02:00
Mr. M
de7d68b52a fix: Fixed restoring tab inside a split view, b=closes #10413, c=common, folders, tabs 2025-09-18 16:51:18 +02:00
mr. m
c9859bba96 New Crowdin updates, p=#10421 2025-09-18 16:35:25 +02:00
Bibek Bhusal
23bdc994d4 feat: Added more urlbar commands, b=no-bug, c=workspaces, p=#10417
* feat: Added more urlbar commands, b=no-bug, c=workspaces

Added several new commands to the global actions template:
- Toggle Tabs on Right
- Add to Essentials / Remove from Essentials
- Bookmark This Page / Bookmark All Tabs / Show All Bookmarks
- Find in Page / Translate Page
- View Downloads / History
- Manage Extensions / Customize Toolbar / Clear Recent History
- Create New Profile

* fix: condition for adding to essential

* Update tab icons and remove unused actions

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

* Add suggestedIndex property to global actions

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

* Add suggestedIndex to Toggle Tabs action

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

* Fix quotes in ZenUBGlobalActions.sys.mjs

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-18 12:59:32 +02:00
Mia Riezebos
e9807343af fix: remove redundant rules, p=#10416
one of which did nothing, the other introduced ugly margin when tabs were on the right side.
2025-09-18 12:55:48 +02:00
Mr. M
87d513c51d feat: Added more urlbar commands, b=no-bug, c=workspaces 2025-09-18 01:12:52 +02:00
Mr. M
f08c69f1e9 chore: Updated to Firefox 143.0, b=no-bug, c=l10n, workspaces 2025-09-17 20:50:29 +02:00
Mr. M
5380822841 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-17 20:39:04 +02:00
mr. m
71cf878e8b New Crowdin updates (#10405) 2025-09-17 20:38:52 +02:00
Mr. M
bb34403be8 feat: Fix git patch sizes for https://github.com/zen-browser/desktop/pull/10121, b=no-bug, c=workspaces 2025-09-17 20:38:36 +02:00
Vineeth Rajesh
698d19b305 Issue #6968: Allow essential tabs to bypass workspace exclusion as owners (#10121)
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-17 20:37:20 +02:00
reizumi
6ac80edad7 style: Improve Zen Folders icon, p=#10410 2025-09-17 20:21:21 +02:00
Mr. M
eed29f503a test: Fixed tests for folders and pinned tabs, b=no-bug, c=common, folders, tests, workspaces 2025-09-17 20:19:05 +02:00
Mr. M
ac382264c3 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-17 16:09:00 +02:00
Mr. M
16ec5b36c1 feat: Fixed issue with workspace changes getting stuck, b=bug #9334, c=common, compact-mode, glance, split-view, tests, workspaces 2025-09-17 16:08:55 +02:00
mr. m
9a17443b93 fix: Fixed compact mode using the wrong background for blending, b=no-bug, c=compact-mode, common, tabs 2025-09-17 15:08:52 +02:00
mr. m
801533bf26 feat: Decrease the amount of maximum width of the omnibox, b=no-bug, c=common 2025-09-16 23:35:54 +02:00
mr. m
f9f95eeda1 fix: Fixed swiping when hovering the urlbar, b=no-bug, c=split-view, workspaces 2025-09-16 23:26:53 +02:00
mr. m
4fee7fe7ad Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-16 22:28:14 +02:00
mr. m
bd467736a5 feat: Remove smart groups preference in the settings, b=no-bug, c=no-component 2025-09-16 22:28:05 +02:00
reizumi
0e19738798 style: update bookmark-hollow icon, p=#10396
* style: use singular bookmark icon variant for non-bookmarked pages

* fix: use non-bookmark icon for bookmark page item
2025-09-16 20:27:49 +02:00
mr. m
771ea9974d Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-16 17:17:00 +02:00
mr. m
a989b31954 feat: Added more omnibox commands, b=no-bug, c=no-component 2025-09-16 17:16:57 +02:00
mr. m
ca426ea430 New Crowdin updates, p=#10385
* New translations zen-preferences.ftl (Irish)

* New translations zen-preferences.ftl (Portuguese)

* New translations zen-preferences.ftl (Chinese Simplified)

* New translations zen-workspaces.ftl (Irish)

* New translations zen-workspaces.ftl (Portuguese)
2025-09-16 17:12:20 +02:00
mr. m
1166a79c19 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-16 17:10:50 +02:00
mr. m
b0c53ed068 feat: Polished split view creation and fixed minor details, b=no-bug, c=tabs, common, compact-mode, folders, glance, split-view, workspaces 2025-09-16 17:10:31 +02:00
reizumi
142ac7356f fix: repeating right sidebar gradient in compact mode, p=#10393
* fix: repeating right sidebar gradient in compact mode

---------

Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-16 15:08:16 +02:00
octaviusz
f780eb9c33 fix: Split View is not displayed when performing animateSelect, p=#10392 2025-09-16 14:59:40 +02:00
octaviusz
ef09a30239 refactor: Reimplement folder animation logic (#10361)
* refactor: Reimplement folder animation logic

* fix: Tab indent in has-active folder

* fix: Enhance grouping/ungrouping stability and visual consistency
2025-09-16 00:37:06 +02:00
mr. m
6414cb7129 chore: Apply requested changes to https://github.com/zen-browser/desktop/pull/10383, b=no-bug, c=glance 2025-09-16 00:28:29 +02:00
PGray
958f0ac78b chore: Update CSS styles for zen-glance sidebar container, p=#10383 2025-09-16 00:26:17 +02:00
mr. m
d4bcc2efe3 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-16 00:17:45 +02:00
mr. m
7a0cda82ff feat: Improved urlbar actions selection, b=no-bug, c=common, kbs 2025-09-16 00:17:34 +02:00
mr. m
b6b68f701a New Crowdin updates (#10357)
* New translations zen-preferences.ftl (French)

* New translations zen-preferences.ftl (Spanish)

* New translations zen-preferences.ftl (Arabic)

* New translations zen-preferences.ftl (Catalan)

* New translations zen-preferences.ftl (Czech)

* New translations zen-preferences.ftl (Danish)

* New translations zen-preferences.ftl (German)

* New translations zen-preferences.ftl (Greek)

* New translations zen-preferences.ftl (Finnish)

* New translations zen-preferences.ftl (Irish)

* New translations zen-preferences.ftl (Hebrew)

* New translations zen-preferences.ftl (Hungarian)

* New translations zen-preferences.ftl (Italian)

* New translations zen-preferences.ftl (Japanese)

* New translations zen-preferences.ftl (Korean)

* New translations zen-preferences.ftl (Lithuanian)

* New translations zen-preferences.ftl (Dutch)

* New translations zen-preferences.ftl (Polish)

* New translations zen-preferences.ftl (Portuguese)

* New translations zen-preferences.ftl (Russian)

* New translations zen-preferences.ftl (Swedish)

* New translations zen-preferences.ftl (Turkish)

* New translations zen-preferences.ftl (Ukrainian)

* New translations zen-preferences.ftl (Chinese Simplified)

* New translations zen-preferences.ftl (Chinese Traditional)

* New translations zen-preferences.ftl (Vietnamese)

* New translations zen-preferences.ftl (Icelandic)

* New translations zen-preferences.ftl (Portuguese, Brazilian)

* New translations zen-preferences.ftl (Indonesian)

* New translations zen-preferences.ftl (Persian)

* New translations zen-preferences.ftl (Thai)

* New translations zen-preferences.ftl (Norwegian Nynorsk)

* New translations zen-preferences.ftl (Estonian)

* New translations zen-preferences.ftl (English, United Kingdom)

* New translations zen-preferences.ftl (Welsh)

* Update source file zen-workspaces.ftl

* Update source file zen-preferences.ftl

* New translations zen-workspaces.ftl (French)

* New translations zen-workspaces.ftl (Chinese Simplified)

* New translations zen-workspaces.ftl (Chinese Traditional)

* New translations zen-preferences.ftl (French)

* New translations zen-preferences.ftl (Spanish)

* New translations zen-preferences.ftl (Arabic)

* New translations zen-preferences.ftl (Catalan)

* New translations zen-preferences.ftl (Czech)

* New translations zen-preferences.ftl (Danish)

* New translations zen-preferences.ftl (German)

* New translations zen-preferences.ftl (Greek)

* New translations zen-preferences.ftl (Finnish)

* New translations zen-preferences.ftl (Irish)

* New translations zen-preferences.ftl (Hebrew)

* New translations zen-preferences.ftl (Hungarian)

* New translations zen-preferences.ftl (Italian)

* New translations zen-preferences.ftl (Japanese)

* New translations zen-preferences.ftl (Korean)

* New translations zen-preferences.ftl (Lithuanian)

* New translations zen-preferences.ftl (Dutch)

* New translations zen-preferences.ftl (Polish)

* New translations zen-preferences.ftl (Portuguese)

* New translations zen-preferences.ftl (Russian)

* New translations zen-preferences.ftl (Swedish)

* New translations zen-preferences.ftl (Turkish)

* New translations zen-preferences.ftl (Ukrainian)

* New translations zen-preferences.ftl (Chinese Simplified)

* New translations zen-preferences.ftl (Chinese Traditional)

* New translations zen-preferences.ftl (Vietnamese)

* New translations zen-preferences.ftl (Icelandic)

* New translations zen-preferences.ftl (Portuguese, Brazilian)

* New translations zen-preferences.ftl (Indonesian)

* New translations zen-preferences.ftl (Persian)

* New translations zen-preferences.ftl (Thai)

* New translations zen-preferences.ftl (Norwegian Nynorsk)

* New translations zen-preferences.ftl (Estonian)

* New translations zen-preferences.ftl (English, United Kingdom)

* New translations zen-preferences.ftl (Welsh)

* New translations zen-workspaces.ftl (Spanish)

* New translations zen-workspaces.ftl (Arabic)

* New translations zen-workspaces.ftl (Catalan)

* New translations zen-workspaces.ftl (Czech)

* New translations zen-workspaces.ftl (Danish)

* New translations zen-workspaces.ftl (German)

* New translations zen-workspaces.ftl (Greek)

* New translations zen-workspaces.ftl (Finnish)

* New translations zen-workspaces.ftl (Irish)

* New translations zen-workspaces.ftl (Hebrew)

* New translations zen-workspaces.ftl (Hungarian)

* New translations zen-workspaces.ftl (Italian)

* New translations zen-workspaces.ftl (Japanese)

* New translations zen-workspaces.ftl (Korean)

* New translations zen-workspaces.ftl (Lithuanian)

* New translations zen-workspaces.ftl (Dutch)

* New translations zen-workspaces.ftl (Polish)

* New translations zen-workspaces.ftl (Portuguese)

* New translations zen-workspaces.ftl (Russian)

* New translations zen-workspaces.ftl (Swedish)

* New translations zen-workspaces.ftl (Turkish)

* New translations zen-workspaces.ftl (Ukrainian)

* New translations zen-workspaces.ftl (Vietnamese)

* New translations zen-workspaces.ftl (Icelandic)

* New translations zen-workspaces.ftl (Portuguese, Brazilian)

* New translations zen-workspaces.ftl (Indonesian)

* New translations zen-workspaces.ftl (Persian)

* New translations zen-workspaces.ftl (Thai)

* New translations zen-workspaces.ftl (Norwegian Nynorsk)

* New translations zen-workspaces.ftl (Estonian)

* New translations zen-workspaces.ftl (English, United Kingdom)

* New translations zen-workspaces.ftl (Welsh)
2025-09-15 18:10:39 +02:00
mr. m
d4139f0312 feat: New urlbar UI, b=no-bug, c=common 2025-09-15 18:03:31 +02:00
reizumi
541bafd121 fix: change prettyName element from strong to span, p=#10376 2025-09-15 17:16:52 +02:00
mr. m
202a4d14fb chore: Fixed patches for urlbar view after merge, b=no-bug, c=common 2025-09-15 17:06:09 +02:00
mr. m
2915c5861c Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-15 17:03:59 +02:00
mr. m
01122c63fb feat: Overall cleanup for schemes, b=no-bug, c=common, tabs 2025-09-15 17:03:03 +02:00
mr. m
89f653cc31 chore: Rename urlbar to omnibox, b=no-bug, c=common 2025-09-15 16:55:41 +02:00
mr. m
b504ac81d4 feat: Tweaked colors, spacings and cleanup for the urlbar, b=no-bug, c=common 2025-09-15 16:54:22 +02:00
Mr. M
9b25a3c950 feat: Improve addon panel opening method, b=no-bug, c=no-component 2025-09-14 21:48:54 +02:00
Mr. M
d3cca04c15 feat: Urlbar now supports 'switch space' and 'extensions', b=no-bug, c=common, kbs 2025-09-14 21:31:04 +02:00
Mr. M
148e63e226 fix: Fixed temporary containers not working on zen, b=closes #172, c=no-component 2025-09-14 20:02:20 +02:00
Mr. M
e6882a42d6 feat: Added empty splits support and more urlbar actions, b=no-bug, c=workspaces, common, kbs, split-view, tests 2025-09-14 17:41:12 +02:00
mr. m
471de3a25f Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-13 21:20:10 +02:00
mr. m
ab6d0a9040 feat: Disable taskbar tabs, b=no-bug, c=no-component 2025-09-13 21:20:03 +02:00
Mr. M
da5acf20e4 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-13 19:57:01 +02:00
Mr. M
702c37af32 feat: Fixed blending modes for backgrounds on linux, b=no-bug, c=compact-mode, common 2025-09-13 19:56:59 +02:00
mr. m
0251d917b9 Revert "Enable workspace horizontal scrolling compatibility for Logitech mice…" (#10355) 2025-09-13 19:56:26 +02:00
mr. m
73b0dddaa1 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-13 19:55:07 +02:00
mr. m
d5cd9a0e1b feat: Fixed grainy disappearing when swiping, b=no-bug, c=workspaces 2025-09-13 19:55:03 +02:00
mr. m
58245ed8d2 New Crowdin updates (#10343) 2025-09-13 14:41:21 +02:00
Mr. M
9776a049df feat: First urlbar action must be selected, b=no-bug, c=common, tests, workspaces 2025-09-13 14:40:02 +02:00
Mr. M
5c8e6dd5a4 chore: Change the use of hidden after the new firefox update, b=no-bug, c=compact-mode, split-view, workspaces 2025-09-13 01:46:35 +02:00
mr. m
9ce963f1cd feat: New urlbar actions, c=common, p=#10340 2025-09-13 01:35:38 +02:00
Mr. M
0fcc3f7c0e feat: Improve border rendering for compact mode, b=no-bug, c=common, compact-mode, tabs 2025-09-13 01:34:47 +02:00
mr. m
fa956540ae New Crowdin updates, p=#10326 2025-09-12 16:25:11 +02:00
mr. m
7fbffb56ae Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-12 16:10:58 +02:00
mr. m
6d05b86728 perf: Improved swipe performance and new toolbar bg for compact mode, b=no-bug, c=common, compact-mode, tabs, workspaces 2025-09-12 16:10:48 +02:00
Mr. M
53241eb1be feat: Small quality fixes, b=no-bug, c=common, compact-mode, folders, kbs, split-view 2025-09-12 15:00:47 +02:00
Mr. M
171da8bc68 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-12 13:44:10 +02:00
Mr. M
e9b4443a9e fix: Fixed double toolbar issue on twilight, b=no-bug, c=common, tabs, folders, tests 2025-09-12 13:44:03 +02:00
Bojin Li
465de39a53 Enable workspace horizontal scrolling compatibility for Logitech mice (#10325)
* feat: allow both line and pixel scrolling in workspace switcher

* fix: add cooling period for consecutive touchpad scroll events

* fix: add directional detection logic to prevent accidental triggering

* refactor: use cooldown const for deltaMode0 scroll events
2025-09-12 00:53:15 +02:00
Mr. M
dc78a44e9c feat: Added extra checks for the pin tab shortcut, b=no-bug, c=common, kbs 2025-09-11 18:40:51 +02:00
Yukai Huang
ed6ea91528 Allow customize keyboard shortcuts for toggling pin tab (#10301)
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-11 18:29:57 +02:00
Mr. M
09b6a095e4 chore: Add l10n IDs for expand glance shortcut, b=no-bug, c=no-component 2025-09-11 18:29:07 +02:00
Mr. M
96aee71ed8 feat: Remove duplicate statements, b=no-bug, c=kbs 2025-09-11 18:16:41 +02:00
Kyle Kincer
7fb6c78784 feat(glance): Add Ctrl/Cmd+O shortcut to expand Glance; user-configurable via Keyboard Shortcuts; tooltips, p=#10271 2025-09-11 18:02:55 +02:00
mr. m
5933c55c13 chore: Update to Firefox 143.0, c=l10n, common (#10304) 2025-09-11 18:00:10 +02:00
reizumi
2241047976 feat: add icons to the bookmarks submenu (#10293) 2025-09-08 14:52:06 +02:00
mr. m
434066aa6f feat: Added pref for wheel closing an unloaded pinned tab, b=no-bug, c=workspaces, tabs 2025-09-06 21:12:23 +02:00
mr. m
1c5044b90d feat: Only collapse folders after pinned restore, b=no-bug, c=folders, tabs 2025-09-06 21:08:16 +02:00
mr. m
407fc98930 fix: Fixed pinning tabs not storing the position correctly, b=no-bug, c=tabs 2025-09-06 17:37:18 +02:00
mr. m
8bd7f187a3 fix: Fixed bookmarks duplicating at startup, b=closes #10272, c=common, workspaces 2025-09-06 17:24:37 +02:00
mr. m
798c5f8d85 chore: Update twilight version, b=closes #10256, c=tabs, workspaces 2025-09-06 04:38:10 +02:00
mr. m
aefe74e934 Remove unnecessary filesystem permissions (#10258)
* Delete .well-known directory

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

* Remove unnecessary filesystem permissions

Removed filesystem permissions for applications and icons.

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-05 20:29:12 +02:00
Mr. M
4f27b2c167 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-05 12:20:22 +02:00
Mr. M
213151ed9d fix: Fixed dark theme issues, b=closes #9229, c=common, folders 2025-09-05 12:19:22 +02:00
mr. m
93637f5fec New translations zen-folders.ftl (Portuguese) (#10249) 2025-09-05 12:13:44 +02:00
mr. m
e233be5c78 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-04 21:20:59 +02:00
mr. m
137bd469dc feat: Remove compact mode XUL store and only use the pref, b=no-bug, c=compact-mode, folders 2025-09-04 21:20:50 +02:00
Mr. M
62c55a9de1 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-04 12:24:27 +02:00
Kainoa Kanter
07c90bc9b8 feat: add tada & at icons for ZenEmojiPicker, p=#10237 2025-09-04 12:24:16 +02:00
reizumi
cc3f0de843 fix: always show HTTP warning symbol in single toolbar, p=#10241 2025-09-04 12:23:19 +02:00
Mr. M
e533f722ff fix: Fixed flathub missing attributes, b=no-bug, c=workflows, flatpak, folders, workspaces 2025-09-04 12:16:08 +02:00
mr. m
cdbd68254f Revert "feat: add tada & at icons for ZenEmojiPicker (#10233)" (#10235)
This reverts commit eb94927370.
2025-09-04 01:24:21 +02:00
Kainoa Kanter
eb94927370 feat: add tada & at icons for ZenEmojiPicker (#10233) 2025-09-04 01:21:30 +02:00
reizumi
0ba3eb8908 chore: remove pocket pref and icons, p=#10229
* chore: remove pocket pref and icons

* chore: remove pocket svg icons
2025-09-03 22:42:06 +02:00
Mr. M
fe87e22b63 feat: Rename compact mode startup pref, b=closes #8606, c=compact-mode 2025-09-03 18:39:37 +02:00
Mr. M
f0e360d2fd Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-03 18:36:20 +02:00
Mr. M
e0a750e253 fix: Fixed using scrollbar on tabs moves the window around, b=closes #9699, c=common, compact-mode, folders, tabs, workspaces 2025-09-03 18:35:38 +02:00
mr. m
182c8a4ff7 chore: New Crowdin updates, p=#10213 2025-09-03 01:09:35 +02:00
Mr. M
2f6021b0aa Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-02 12:16:57 +02:00
Mr. M
8c28dc9e89 feat: Dont close essentials when they are unloaded, b=no-bug, c=folders, tabs 2025-09-02 12:16:52 +02:00
reizumi
54abd673f1 fix: hide manage themes option in customize toolbar, p=#10201
* fix: hide firefox themes option in customize toolbar

* Update zen-single-components.css

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-09-02 11:34:25 +02:00
Mr. M
57635ff586 feat: Added migration for old accent colors and fixed private mode, b=no-bug, c=common, workspaces 2025-09-02 01:39:57 +02:00
mr. m
458f502184 New Crowdin updates, p=#10194
* New translations zen-folders.ftl (Irish)

* New translations zen-folders.ftl (Portuguese, Brazilian)
2025-09-02 01:17:08 +02:00
reizumi
3301ee5572 fix: wrong security indicator in about pages (#10190) 2025-09-01 23:51:59 +02:00
reizumi
236b5dc5c7 fix: use default zen accent color and revert changes related to accent color (#10187)
* fix: use AccentColor variable and revert changes related to accent color

* fix: revert default accent color to zen accent color
2025-09-01 18:09:35 +02:00
mr. m
4420d0df8c feat: Properly disable folders on private mode, b=no-bug, c=workspaces 2025-09-01 13:14:54 +02:00
mr. m
432ae29bcd Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-01 13:06:12 +02:00
mr. m
3d472de5ac feat: Improved the way we hanle owned tabs inside folders, b=no-bug, c=folders 2025-09-01 13:06:04 +02:00
mr-cheffy
5e942de8bc docs: Update monthly issue metrics, b=(no bug), c={docs} 2025-09-01 02:45:03 +00:00
mr. m
41adb92790 New Crowdin updates (#10174)
* New translations zen-vertical-tabs.ftl (Catalan)

* New translations zen-vertical-tabs.ftl (Danish)

* New translations zen-vertical-tabs.ftl (Korean)

* New translations zen-vertical-tabs.ftl (Ukrainian)

* New translations zen-folders.ftl (French)

* New translations zen-folders.ftl (Spanish)

* New translations zen-folders.ftl (Catalan)

* New translations zen-folders.ftl (Danish)

* New translations zen-folders.ftl (German)

* New translations zen-folders.ftl (Hungarian)

* New translations zen-folders.ftl (Korean)

* New translations zen-folders.ftl (Ukrainian)

* New translations zen-folders.ftl (Estonian)
2025-09-01 00:52:54 +02:00
mr. m
3e125fdb91 feat: Properly update items on group move, b=no-bug, c=tabs 2025-09-01 00:51:48 +02:00
mr. m
8aaa7b7322 fix: Fixed favicon not saving on close, b=no-bug, c=tabs 2025-08-31 22:35:30 +02:00
mr. m
0f4b48bd4a fix: Fixed small issues with colors, b=no-bug, c=common, compact-mode, workspaces 2025-08-31 22:33:00 +02:00
Mr. M
52a399f0ed feat: Accent color will now use the system accent color, b=no-bug, c=common, workspaces 2025-08-31 17:33:05 +02:00
Mr. M
ae66e66aa8 feat: Disable mozilla sponsors, b=no-bug, c=no-component 2025-08-31 14:26:25 +02:00
Mr. M
ba48b736e0 feat: Only close the tab when wheel clicking the tab, b=no-bug, c=tabs 2025-08-31 14:20:17 +02:00
Mr. M
9baed1ab90 feat: Small changes to the welcome page, b=no-bug, c=welcome 2025-08-31 12:15:55 +02:00
Mr. M
b11f6b84d3 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-31 12:06:11 +02:00
Mr. M
6a05a79824 fix: Fixed private mode browsing not starting up, b=no-bug, c=common, folders 2025-08-31 12:06:05 +02:00
reizumi
6a68a28f76 fix: replace essential icons with SVGs in onboarding, p=#10165
* fix: replace essential icons with SVGs in onboarding

* fix: add white border to notion's icon
2025-08-31 11:45:28 +02:00
Mr. M
e972fefa8b Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-31 00:50:05 +02:00
mr. m
30639e67df New Crowdin updates, p=#10159 2025-08-31 00:49:58 +02:00
Mr. M
a4b8e2134f fix: Fixed compact mode not restoring correctly at startup, b=bug #8606, c=compact-mode 2025-08-31 00:49:36 +02:00
Mr. M
7bd39acfdc feat: Fixed drag and droping active folders, b=no-bug, c=folders, tabs 2025-08-31 00:15:16 +02:00
Mr. M
3a03984db1 fix: Fixed compact mode twitching when hovering the urlbar, b=closes #9790, c=compact-mode 2025-08-30 21:38:26 +02:00
Mr. M
7886758127 fix: Fixed startup freezes on some devices, b=closes #10157, c=workspaces 2025-08-30 21:29:32 +02:00
Mr. M
280500cdf6 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-30 17:14:48 +02:00
Mr. M
982ef2d355 chore: Clean up and properly align star icon, b=no-bug, c=common, folders 2025-08-30 17:14:41 +02:00
mr. m
d2e8f00e3f Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-30 15:04:33 +02:00
mr. m
9e4cd6e68b fix: Hide the search popup when swiping workspaces, b=no-bug, c=workspaces 2025-08-30 15:04:13 +02:00
Mr. M
c9171b9972 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-30 15:00:32 +02:00
Mr. M
eedc5b7307 fix: Fixed moving tabs to different workspaces, b=no-bug, c=common, folders, split-view, workspaces 2025-08-30 15:00:20 +02:00
mr. m
f9452241a3 New Crowdin updates, p=#10101 2025-08-30 14:33:36 +02:00
Mr. M
6e9be15dac Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-30 14:33:27 +02:00
Mr. M
07381c9a7a feat: Added pref for context menu refresh, b=no-bug, c=common, tabs 2025-08-30 14:33:21 +02:00
Mr. M
bd4f5cee31 fix: Fixed CTRL + arrow does not move cursor when renaming workspace, b=closes #10115, c=tabs 2025-08-30 14:15:26 +02:00
Mr. M
0a8ebf9950 fix: Fixed menu color turning gray, b=closes #10110, c=common 2025-08-30 14:12:42 +02:00
Mr. M
73c5bc61fc fix: Fixed creating too many unused new tab in task manager, b=closes #10145, c=folders 2025-08-30 14:08:04 +02:00
reizumi
7253b8fa9d fix: make folder search input take up full width (#10147)
* fix: make folder search input take up full width

* fix: remove flex attribute from folder search input
2025-08-30 12:34:22 +02:00
mr. m
42ebc081a8 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-29 19:48:31 +02:00
mr. m
6e5502628e feat: Lower the amount of waiting time between workspace siwtches, b=no-bug, c=common, workspaces 2025-08-29 19:48:25 +02:00
Mr. M
b204671931 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-29 17:43:15 +02:00
Mr. M
d035348896 feat: New status bar UI, b=no-bug, c=mods, common 2025-08-29 17:42:53 +02:00
Rodrigo L. Napolitano
72433745bc fix: adds translation for the 'new folder' feature in Portuguese language, p=#10111 2025-08-29 16:09:38 +02:00
Mr. M
2436ada221 fix: Always expand folders when adding a sub-folder, b=no-bug, c=folders 2025-08-29 13:33:35 +02:00
Mr. M
4a5141c15c Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-29 00:12:29 +02:00
Mr. M
1015537a91 chore: Bump version, b=no-bug, c=no-component 2025-08-29 00:12:25 +02:00
Mr. M
89cafdaa0b fix: Fixed not being able to rename folders in double toolbar, b=no-bug, c=folders 2025-08-29 00:12:02 +02:00
octaviusz
3723517d7d fix: Pin current tab when glance full opening from Zen Folder (#10073) 2025-08-28 22:22:48 +02:00
octaviusz
c095bc7604 fix: Pin current tab when glance splitting from Zen Folder (#10072) 2025-08-28 20:01:18 +02:00
Mr. M
e312e3fe8d fix: Fixed moving folders with sub-folders into new spaces, b=no-bug, c=folders 2025-08-28 16:43:05 +02:00
Mr. M
70aeebaf66 fix: Fixed moving folders to different spaces, b=no-bug, c=folders, workspaces 2025-08-28 16:39:18 +02:00
Mr. M
f9ca9cc74c fix: Fixed creating workspaces with multiple windows opened, b=no-bug, c=workspaces 2025-08-28 16:26:22 +02:00
Mr. M
d9646f939c fix: Only add folder direct childs to the database, b=no-bug, c=tabs 2025-08-28 16:15:55 +02:00
Mr. M
8f0292d836 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-28 16:08:58 +02:00
Mr. M
95b137ac13 fix: Fixed various issues with storing folders at startup, b=no-bug, c=tabs, welcome 2025-08-28 16:08:54 +02:00
mr. m
b1fcaeb97f New Crowdin updates, p=#10055 2025-08-28 13:18:15 +02:00
Mr. M
31def1147a fix: Fixed context menu text inconsistency, b=bug #10016, c=tabs 2025-08-28 13:05:14 +02:00
Mr. M
0a80765589 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-28 13:01:17 +02:00
Mr. M
e34a053dd0 fix: Fixed opening new links in collapsed folders, b=closes #10022, c=folders 2025-08-28 13:00:17 +02:00
mr. m
5e790efdce fix: Fixed settings page not starting up, b=no-bug, c=no-component 2025-08-28 12:41:43 +02:00
Mr. M
005cdf53bd fix: Dont restore pinned tabs for deferred session stores, b=no-bug, c=no-component 2025-08-28 11:57:34 +02:00
Mr. M
429f74a7c7 feat: Set the style directly instead of using motion, b=no-bug, c=folders 2025-08-28 01:27:22 +02:00
octaviusz
1f72765227 fix: Some fixes for folders, p=#10038 2025-08-28 01:20:11 +02:00
Mr. M
91f5e104d2 fix: Move 'unpack folder' next to 'delete folder', b=no-bug, c=no-component 2025-08-28 01:10:40 +02:00
mr. m
994741f323 New Crowdin updates (#10014) 2025-08-27 19:57:11 +02:00
Mr. M
a4ba3340e1 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-27 19:56:04 +02:00
Mr. M
5852b2aaa6 chore: Updated to firefox 142.0.1, b=no-bug, c=l10n, tabs, folders 2025-08-27 19:55:58 +02:00
Mr. M
257547acbd fix: Fixed folder context menu issues with collapsed toolbar, b=no-bug, c=folders 2025-08-27 14:57:26 +02:00
mr. m
a1bfcdb587 fix: Fixed wrong shift size for folders, b=no-bug, c=folders 2025-08-26 22:41:19 +02:00
mr. m
ce24d867a2 fix: Fixed unloading multiple tabs inside an active folder, b=no-bug, c=folders 2025-08-26 20:52:51 +02:00
Mr. M
0979c5dbbc Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-26 16:32:04 +02:00
Mr. M
7db203ca77 fix: Small fixes with the folder database, b=no-bug, c=tabs, folders, workspaces 2025-08-26 16:31:59 +02:00
mr. m
0a205087a4 New Crowdin updates (#10004) 2025-08-26 15:19:51 +02:00
Mr. M
ca6d34def5 feat: Dont show 'new folder' if its an essential tab, b=no-bug, c=common, tabs 2025-08-26 11:41:09 +02:00
Mr. M
32485d6e5a fix: Fixed collapsing tabs inside active folders, b=no-bug, c=folders 2025-08-26 11:39:09 +02:00
Mr. M
5fdeec7139 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-26 10:01:11 +02:00
Mr. M
c61891fe2b fix: Fixed context menu SVGs not having the correct color, b=no-bug, c=folders, workspaces 2025-08-26 10:01:06 +02:00
mr. m
fc28c2fb7d feat: Fixed performance with the update animation, b=no-bug, c=workflows, common, kbs 2025-08-26 01:05:37 +02:00
mr. m
c607e1a4b1 feat: Improve native feel for windows themes, b=no-bug, c=tabs 2025-08-25 19:56:52 +02:00
mr. m
a3adc1a33e fix: Fixed aligment issues with the urlbar and workspace name, b=no-bug, c=common, workspaces 2025-08-25 19:51:46 +02:00
Mr. M
d2a6e18452 fix: Fixed icon aligments issues, b=no-bug, c=common, folders 2025-08-25 19:41:48 +02:00
Mr. M
59ad9b76df fix: Fixed not initializing folders correctly one some scenarios, b=no-bug, c=folders 2025-08-25 17:01:52 +02:00
Mr. M
55891213b4 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-25 15:19:06 +02:00
Mr. M
6e57e08280 fix: Fixed linux builds not having cargo at the import stage, b=no-bug, c=workflows 2025-08-25 14:59:49 +02:00
mr. m
a6ea91af40 New Crowdin updates (#9995) 2025-08-25 14:21:14 +02:00
Mr. M
c673db42aa feat: Small quality checks before release, b=no-bug, c=folders, common, tabs 2025-08-25 14:11:54 +02:00
Mr. M
cc7deaa5a3 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-25 10:09:52 +02:00
Mr. M
5feef90401 fix: Fixed chrome.xhtml not rendering on tabs, b=closes #9989, c=common 2025-08-25 10:09:46 +02:00
mr. m
61aeceb467 fix: Fixed ungrouping a folder not updating the last saved group, b=no-bug, c=no-component 2025-08-25 01:07:06 +02:00
mr. m
1e8fad2fda fix: Fixed tab scrolling when there's an overflow and default kbs, b=no-bug, c=tabs, folders, kbs 2025-08-25 01:02:20 +02:00
mr. m
067de29750 fix: Fixed aligment for workspace names, b=no-bug, c=workspaces 2025-08-25 00:09:05 +02:00
mr. m
61c4c601c0 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-25 00:03:04 +02:00
mr. m
1ea533da24 feat: Improved update animation rendering, b=no-bug, c=common, folders 2025-08-25 00:02:48 +02:00
Mr. M
bfbf5cce61 fix: Iterate through active folder tabs instead of all tabs, b=no-bug, c=common, folders, workspaces 2025-08-24 23:24:31 +02:00
octaviusz
e8aa5c93ee fix: some minor fixes (#9985) 2025-08-24 18:41:55 +02:00
mr. m
7cbfad9369 chore: Bump version and fix some small quality issues, b=no-bug, c=common, folders, tabs, workspaces 2025-08-24 18:19:41 +02:00
mr. m
d2510f49ca feat: New updating animation and changed some default keyboard shortcuts, b=no-bug, c=common, kbs, tabs 2025-08-24 17:50:37 +02:00
octaviusz
4abac03238 fix: calculate margin-top after expand animation (#9983)
* fix: calculate margin top after expand animation

* fix: Forgot to take into account has-active

* fix: Formatting before push
2025-08-24 16:53:16 +02:00
mr. m
f2093e2153 New Crowdin updates, p=#9826 2025-08-24 15:23:31 +02:00
Mr. M
335ff49ef3 refactor: Refactor active folder collapsing, b=no-bug, c=folders, tabs 2025-08-24 15:17:47 +02:00
Mr. M
06090d7236 test: Added tests for folder collapse bug fix, b=closes #9981, c=folders, tests 2025-08-24 12:06:46 +02:00
Mr. M
a65bac9b8a feat: Set a constant blending mode for transparent sidebars, b=no-bug, c=workspaces 2025-08-24 01:27:31 +02:00
mr. m
7981b42c23 chore: Added initial live folders specs, c=folders (#9976) 2025-08-24 01:21:37 +02:00
octaviusz
5afc6cd7d0 fix: improve tab selection for collapsed folders, p=#9977
Co-authored-by: Mr. M <mr.m@tuta.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-08-24 01:21:25 +02:00
Mr. M
9dff069011 feat: Added zen.tabs.open-pinned-in-new-tab pref, b=no-bug, c=common, compact-mode, folders 2025-08-23 19:58:40 +02:00
406 changed files with 20950 additions and 3315 deletions

View File

@@ -146,7 +146,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Setup Surfer - name: Setup Surfer
run: | run: |
@@ -206,7 +206,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Setup Surfer - name: Setup Surfer
run: | run: |
@@ -253,7 +253,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Load Surfer CI setup - name: Load Surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.update_branch }} --display-version ${{ needs.build-data.outputs.version }} run: npm run surfer -- ci --brand ${{ inputs.update_branch }} --display-version ${{ needs.build-data.outputs.version }}
@@ -378,7 +378,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
sudo apt-get update sudo apt-get update
sudo apt-get -y install libfuse2 desktop-file-utils appstream sudo apt-get -y install libfuse2 desktop-file-utils appstream
@@ -618,7 +618,7 @@ jobs:
run: | run: |
git pull git pull
sudo apt-get update sudo apt-get update
npm install npm ci
- name: Generate new Flatpak release - name: Generate new Flatpak release
run: | run: |
@@ -734,8 +734,8 @@ jobs:
GIT_CURL_VERBOSE: 1 GIT_CURL_VERBOSE: 1
with: with:
token: ${{ secrets.DEPLOY_KEY }} token: ${{ secrets.DEPLOY_KEY }}
commit-message: 🚀 Update to version ${{ needs.build-data.outputs.version }} commit-message: Update to version `${{ needs.build-data.outputs.version }}`
title: 🚀 Update to version ${{ needs.build-data.outputs.version }} title: Update to version `${{ needs.build-data.outputs.version }}`
body: | body: |
This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}. This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}.

View File

@@ -31,7 +31,7 @@ jobs:
run: sudo apt install python3-autopep8 run: sudo apt install python3-autopep8
- name: Install dependencies - name: Install dependencies
run: npm install run: npm ci
- name: Lint - name: Lint
run: npm run lint run: npm run lint

View File

@@ -82,7 +82,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Load Surfer CI setup - name: Load Surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }} run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}
@@ -105,7 +105,9 @@ jobs:
- name: Import - name: Import
env: env:
SURFER_COMPAT: ${{ matrix.arch }} SURFER_COMPAT: ${{ matrix.arch }}
run: npm run import run: |
. "$HOME/.cargo/env"
npm run import
- name: Build language packs - name: Build language packs
run: sh scripts/download-language-packs.sh run: sh scripts/download-language-packs.sh

View File

@@ -107,7 +107,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Load surfer CI setup - name: Load surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }} run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}

View File

@@ -70,7 +70,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
- name: Load surfer CI setup - name: Load surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }} run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}

View File

@@ -25,7 +25,7 @@ jobs:
run: npm i -g @zen-browser/surfer run: npm i -g @zen-browser/surfer
- name: Install dependencies - name: Install dependencies
run: npm install run: npm ci
- name: Download Firefox and dependencies - name: Download Firefox and dependencies
run: surfer download run: surfer download

View File

@@ -84,7 +84,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install npm ci
sudo apt-get update sudo apt-get update
sudo apt-get install -y python3 python3-pip dos2unix yasm nasm build-essential libgtk2.0-dev libpython3-dev m4 uuid libasound2-dev libcurl4-openssl-dev libdbus-1-dev libdrm-dev libdbus-glib-1-dev libgtk-3-dev libpulse-dev libx11-xcb-dev libxt-dev xvfb lld llvm --fix-missing sudo apt-get install -y python3 python3-pip dos2unix yasm nasm build-essential libgtk2.0-dev libpython3-dev m4 uuid libasound2-dev libcurl4-openssl-dev libdbus-1-dev libdrm-dev libdbus-glib-1-dev libgtk-3-dev libpulse-dev libx11-xcb-dev libxt-dev xvfb lld llvm --fix-missing
@@ -165,7 +165,9 @@ jobs:
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }} if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
env: env:
SURFER_COMPAT: ${{ matrix.arch }} SURFER_COMPAT: ${{ matrix.arch }}
run: npm run import -- --verbose run: |
. "$HOME/.cargo/env"
npm run import -- --verbose
- name: Bootstrap - name: Bootstrap
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }} if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}

View File

@@ -29,6 +29,7 @@ docs/issue-metrics/*.md
# Some CSS files are preprocessed and prettier doesn't handle them well # Some CSS files are preprocessed and prettier doesn't handle them well
# We also dont want to format the CSS files that are generated by the build # We also dont want to format the CSS files that are generated by the build
src/zen/tabs/zen-tabs.css src/zen/tabs/zen-tabs.css
src/zen/common/styles/zen-theme.css
src/zen/compact-mode/zen-compact-mode.css src/zen/compact-mode/zen-compact-mode.css
src/zen/common/ZenEmojis.mjs src/zen/common/ZenEmojis.mjs

View File

@@ -1 +0,0 @@
https://zen-browser.app/funding.json

View File

@@ -34,8 +34,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
### Firefox Versions ### Firefox Versions
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `142.0`! 🚀 - [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `143.0.1`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 142.0`! - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 143.0.1`!
### Contributing ### Contributing

View File

@@ -1 +1 @@
784e5dbc4955e29ee7a4e0b88adefdd230f2e9fe 1b0467f0c46520bbed6648f6583a9ba6710d76cb

View File

@@ -11,6 +11,7 @@ add-extensions:
add-ld-path: . add-ld-path: .
command: launch-script.sh command: launch-script.sh
finish-args: finish-args:
- --allow=devel
- --share=ipc - --share=ipc
- --share=network - --share=network
- --socket=pulseaudio - --socket=pulseaudio
@@ -19,16 +20,30 @@ finish-args:
- --socket=pcsc - --socket=pcsc
- --socket=cups - --socket=cups
- --persist=.zen - --persist=.zen
- --env=DICPATH=/usr/share/hunspell
- --filesystem=xdg-download:rw - --filesystem=xdg-download:rw
- --filesystem=/run/.heim_org.h5l.kcm-socket
- --filesystem=xdg-run/speech-dispatcher:ro
- --device=all - --device=all
- --talk-name=org.freedesktop.FileManager1 - --talk-name=org.freedesktop.FileManager1
- --talk-name=org.freedesktop.ScreenSaver
- --own-name=org.mozilla.zen.*
- --own-name=org.mpris.MediaPlayer2.firefox.*
- --system-talk-name=org.freedesktop.NetworkManager - --system-talk-name=org.freedesktop.NetworkManager
- --talk-name=org.a11y.Bus - --talk-name=org.a11y.Bus
- --env=GTK_PATH=/app/lib/gtkmodules - --talk-name=org.gtk.vfs.*
- --env=MESA_SHADER_CACHE_DIR=/var/cache/mesa_shader_cache_db - --talk-name=org.freedesktop.Notifications
- --own-name=org.mpris.MediaPlayer2.firefox.*
- --own-name=org.mozilla.zen.*
cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /share/aclocal
- /share/gtk-doc
- /share/doc
- /share/info
- /man
- /share/man
- '*.la'
- '*.a'
modules: modules:
- name: zen_browser - name: zen_browser
buildsystem: simple buildsystem: simple

View File

@@ -65,7 +65,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-hardening ac_add_options --enable-hardening
ac_add_options --disable-profiling ac_add_options --disable-profiling
ac_add_options --disable-crashreporter
ac_add_options --disable-geckodriver ac_add_options --disable-geckodriver
ac_add_options --disable-rust-tests ac_add_options --disable-rust-tests
@@ -101,6 +100,8 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-updater ac_add_options --enable-updater
export MOZ_PACKAGE_JSSHELL=1 export MOZ_PACKAGE_JSSHELL=1
else
ac_add_options --disable-crashreporter
fi fi
ac_add_options --enable-unverified-updates ac_add_options --enable-unverified-updates

View File

@@ -28,7 +28,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf" ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="$LDFLAGS -Wl,-O3" export LDFLAGS="$LDFLAGS -Wl,-O3"
export RUSTFLAGS="$RUSTFLAGS -Clink-args=--icf=safe"
elif test "$SURFER_COMPAT" = "aarch64"; then elif test "$SURFER_COMPAT" = "aarch64"; then
ac_add_options --target=aarch64-linux-gnu ac_add_options --target=aarch64-linux-gnu
@@ -42,7 +41,6 @@ if test "$ZEN_RELEASE"; then
export CPPFLAGS="$CPPFLAGS -O3" export CPPFLAGS="$CPPFLAGS -O3"
export CXXFLAGS="$CXXFLAGS -O3" export CXXFLAGS="$CXXFLAGS -O3"
export LDFLAGS="$LDFLAGS -Wl,-O3" export LDFLAGS="$LDFLAGS -Wl,-O3"
export RUSTFLAGS="$RUSTFLAGS -Clink-args=--icf=safe"
fi fi
# Disable DMD and ELF hacks, enable linker lld # Disable DMD and ELF hacks, enable linker lld

View File

@@ -0,0 +1,300 @@
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 1 day, 7:39:18 | 5:45:29 | 3 days, 0:42:51 |
| Time to close | 23:47:00 | 10:26:06 | 1 day, 23:43:47 |
| Metric | Count |
| --- | ---: |
| Number of items that remain open | 145 |
| Number of items closed | 137 |
| Total number of items created | 282 |
| Title | URL | Time to first response | Time to close |
| --- | --- | --- | --- |
| Tab hover preview has incorrect origin | https://github.com/zen-browser/desktop/issues/10173 | None | None |
| Pinned tabs reset to pinned URL at startup even with related setting unchecked | https://github.com/zen-browser/desktop/issues/10172 | None | None |
| fix: Traditional Chinese as a target language for page translation | https://github.com/zen-browser/desktop/issues/10169 | None | None |
| tab groups do not group tabs anymore | https://github.com/zen-browser/desktop/issues/10167 | 2:40:11 | 12:01:38 |
| Tab Groups stuck in an expanded default state and labels are centered | https://github.com/zen-browser/desktop/issues/10166 | 3:30:58 | 3:30:58 |
| lose all tabs when private window is open and you close the browser | https://github.com/zen-browser/desktop/issues/10163 | 5:54:05 | 5:54:05 |
| Bluescreen into couldnt load XPCOM ERROR | https://github.com/zen-browser/desktop/issues/10161 | None | None |
| Compact Mode non-persistent between session when “Hide toolbar” is enabled (Collapsed toolbar layout) | https://github.com/zen-browser/desktop/issues/10160 | None | None |
| `about:debugging` wrong connected browser warning | https://github.com/zen-browser/desktop/issues/10158 | None | None |
| Window not starting up in 1.15.2b | https://github.com/zen-browser/desktop/issues/10157 | None | 0:07:54 |
| Sidebar bugging when switching spaces too quickly / too much | https://github.com/zen-browser/desktop/issues/10156 | None | None |
| Active Tab detaches when collapsing tab folder | https://github.com/zen-browser/desktop/issues/10154 | None | None |
| Folder icon disappears in semi-open state | https://github.com/zen-browser/desktop/issues/10153 | 0:53:47 | 1:08:24 |
| Pins and Essentials and Spaces | https://github.com/zen-browser/desktop/issues/10152 | 2:13:28 | 2:13:28 |
| Essential Tabs Disappear When Switching Spaces | https://github.com/zen-browser/desktop/issues/10151 | 0:31:07 | None |
| Sidebar content disappears when turning off Compact Mode | https://github.com/zen-browser/desktop/issues/10150 | 1:27:49 | 1:56:45 |
| Split view tab inside folder unloads after browser restart | https://github.com/zen-browser/desktop/issues/10149 | None | None |
| Zen create too many unused new tab in task manager | https://github.com/zen-browser/desktop/issues/10145 | None | 3:06:48 |
| workspace icons doesnt chage | https://github.com/zen-browser/desktop/issues/10140 | 4:53:04 | None |
| Glitching Tool bar in compact mode during collapsed toolbar | https://github.com/zen-browser/desktop/issues/10138 | 5:19:26 | None |
| zen doesn't remember discord sessions | https://github.com/zen-browser/desktop/issues/10136 | None | None |
| New Tab Problem | https://github.com/zen-browser/desktop/issues/10134 | 6:20:10 | 6:20:10 |
| Browsing history reset itself unexpectedly | https://github.com/zen-browser/desktop/issues/10133 | 6:29:41 | None |
| Youtube not fully signed-in | https://github.com/zen-browser/desktop/issues/10130 | 12:08:24 | None |
| Recently closed folder is re-opened as tab group | https://github.com/zen-browser/desktop/issues/10129 | None | None |
| Essentials ordering reverts itself each time browser is relaunched | https://github.com/zen-browser/desktop/issues/10127 | 13:58:08 | None |
| Garbled text on MacOS | https://github.com/zen-browser/desktop/issues/10126 | 15:57:07 | None |
| Black broder around right/middle click | https://github.com/zen-browser/desktop/issues/10125 | 15:59:15 | None |
| Groups Not Collapsing After 1.15.2b Update | https://github.com/zen-browser/desktop/issues/10124 | 10:41:50 | 17:39:32 |
| Unable to load webextension (onetab) and webpage (https://www.youtube.com/@carlsagan42) properly. Developers tools (F12) is also broken. | https://github.com/zen-browser/desktop/issues/10123 | 17:53:26 | None |
| I can't change folder names | https://github.com/zen-browser/desktop/issues/10122 | 2:02:10 | 7:08:18 |
| Zen is not getting updated on Linux systems | https://github.com/zen-browser/desktop/issues/10119 | 1 day, 22:15:27 | None |
| All tabs within folders load automatically upon launch of browser | https://github.com/zen-browser/desktop/issues/10118 | 0:19:31 | 0:48:15 |
| Open New Tab Below replaced by New Folder | https://github.com/zen-browser/desktop/issues/10117 | None | 0:09:29 |
| CTRL + arrow does not move cursor when renaming workspace, folder or tab | https://github.com/zen-browser/desktop/issues/10115 | None | 20:44:04 |
| Long press on the "New Tab" page, the text on the multi-account container page displays abnormally in vertical format | https://github.com/zen-browser/desktop/issues/10114 | 0:59:49 | 0:59:49 |
| Issue with tradingview.com and its fullscreen chart feature | https://github.com/zen-browser/desktop/issues/10113 | 1:18:05 | 1:18:04 |
| Menu color turn gray after 1.15b | https://github.com/zen-browser/desktop/issues/10110 | None | 23:24:28 |
| Missing website backgrounds making some sites unreadable | https://github.com/zen-browser/desktop/issues/10109 | 0:14:46 | 1:28:57 |
| Crunchyroll play back failing | https://github.com/zen-browser/desktop/issues/10107 | 0:35:36 | 2:09:35 |
| Leaking/Exposing IP Address via WebRTC | https://github.com/zen-browser/desktop/issues/10106 | 1:28:42 | 2:23:03 |
| Zen Browser Does Not Uninstall Cleanly on Windows | https://github.com/zen-browser/desktop/issues/10105 | 2:31:49 | 2:31:49 |
| Do not disappear tab after close folder | https://github.com/zen-browser/desktop/issues/10104 | 1:22:59 | 2:43:23 |
| Cannot rename a folder. | https://github.com/zen-browser/desktop/issues/10103 | 0:14:12 | 2:52:44 |
| The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. | https://github.com/zen-browser/desktop/issues/10102 | 3:03:40 | None |
| Workspace to folder conversion | https://github.com/zen-browser/desktop/issues/10099 | 1:07:12 | 4:21:56 |
| Workspace changing isnt working sometimes unless i restart | https://github.com/zen-browser/desktop/issues/10098 | 20:20:44 | None |
| Profile remains locked after closing Zen (stale lock symlink to 127.0.0.1:x) | https://github.com/zen-browser/desktop/issues/10097 | None | None |
| Copy and Pasting from gemini.google.com | https://github.com/zen-browser/desktop/issues/10096 | None | None |
| Picture in Picture closes when opening a side by side tab | https://github.com/zen-browser/desktop/issues/10094 | 2 days, 9:21:19 | None |
| Keep receiving this error when trying to close Zen Browser on Mac | https://github.com/zen-browser/desktop/issues/10093 | 3:01:29 | None |
| Cannot rename folders | https://github.com/zen-browser/desktop/issues/10092 | 0:10:50 | 2:18:47 |
| Zen Crashing after update | https://github.com/zen-browser/desktop/issues/10091 | 1:33:17 | None |
| Tabs inside folders disappear when closing and reopening Zen | https://github.com/zen-browser/desktop/issues/10089 | 5:35:09 | None |
| Can't rename the folders | https://github.com/zen-browser/desktop/issues/10088 | 0:10:31 | 5:56:22 |
| Extensions don't open without loading a web page in a tab. | https://github.com/zen-browser/desktop/issues/10086 | None | None |
| Cant Rename Folders | https://github.com/zen-browser/desktop/issues/10083 | 0:13:53 | 0:15:30 |
| Tab Bar cant be resized smaller in width when on the right. On the left side it works normally. | https://github.com/zen-browser/desktop/issues/10082 | 11:09:07 | 11:09:07 |
| Unable to split view more than 4 tabs like before. | https://github.com/zen-browser/desktop/issues/10080 | 9:26:04 | 9:26:04 |
| Tab Folders jumping to the top of a space after reopening browser. | https://github.com/zen-browser/desktop/issues/10078 | None | None |
| Groups/Folders do not collapse | https://github.com/zen-browser/desktop/issues/10077 | 2:08:46 | 10:30:40 |
| Zen window going blank after new update | https://github.com/zen-browser/desktop/issues/10076 | 3:16:17 | 1 day, 23:00:52 |
| Bookmark titles/names no longer appear in Omnibar search results, only URL is shown twice. | https://github.com/zen-browser/desktop/issues/10075 | 12:09:01 | None |
| Browser are not capable of opening a full screen video on X (twitter) | https://github.com/zen-browser/desktop/issues/10074 | 0:09:19 | None |
| "delete Folder' Not Working | https://github.com/zen-browser/desktop/issues/10070 | 0:17:54 | 0:18:22 |
| Compact Mode turns off after quitting the Browser | https://github.com/zen-browser/desktop/issues/10069 | None | 1:08:15 |
| Can't delete folders with collapsed toolbar | https://github.com/zen-browser/desktop/issues/10068 | 4:28:56 | 4:28:56 |
| Picture-in-Picture Window "Migrates" When Opened | https://github.com/zen-browser/desktop/issues/10066 | 2:11:10 | None |
| Weird black bar apearing with Transparent Zen | https://github.com/zen-browser/desktop/issues/10065 | 2:24:08 | 2:24:08 |
| Unable to resize sidebar on compact mode | https://github.com/zen-browser/desktop/issues/10064 | 2:26:23 | 2:26:23 |
| When switching between a split tabs and another normal tab, the image is cut off on the left | https://github.com/zen-browser/desktop/issues/10062 | None | None |
| Incorrect theme colors in Glance mod after 1.15 update | https://github.com/zen-browser/desktop/issues/10060 | 0:38:54 | 10:26:17 |
| Crash in navigating to diffent page | https://github.com/zen-browser/desktop/issues/10059 | 1:05:23 | None |
| Cannot add tab to Essentials even when there are slots available | https://github.com/zen-browser/desktop/issues/10058 | 4:48:50 | 5:57:03 |
| Zen Browser launches in a completely invisible window | https://github.com/zen-browser/desktop/issues/10057 | None | None |
| Tabs randomly move between groups/folders when opening or relocating | https://github.com/zen-browser/desktop/issues/10056 | None | None |
| The new tab button is missing | https://github.com/zen-browser/desktop/issues/10054 | 0:03:10 | 0:03:10 |
| You can't rename folders | https://github.com/zen-browser/desktop/issues/10052 | 0:01:23 | 20:23:45 |
| Essential and pinned tab favicons aren't being cached, turn to default after browser restart | https://github.com/zen-browser/desktop/issues/10049 | 0:53:00 | 8:32:49 |
| Google Meet shows "Browser not supported" message | https://github.com/zen-browser/desktop/issues/10047 | 1:50:35 | 1:50:35 |
| MongoDB sign in page stuck after clicking login | https://github.com/zen-browser/desktop/issues/10046 | 4:18:15 | 4:18:15 |
| Pinned tabs from various spaces scrambled in consecutive windows | https://github.com/zen-browser/desktop/issues/10044 | None | None |
| New Folders always get pinned (and you can't unpin) | https://github.com/zen-browser/desktop/issues/10043 | 2:34:16 | 5:41:56 |
| Theme no working | https://github.com/zen-browser/desktop/issues/10042 | 0:51:20 | 10:33:11 |
| Can't close the historic tab | https://github.com/zen-browser/desktop/issues/10041 | 8:39:11 | 11:52:29 |
| VISUAL going to the rightmost workspace causes other icons to shift left | https://github.com/zen-browser/desktop/issues/10040 | 11:55:55 | 18:33:56 |
| Session restore almost completely disfunctional | https://github.com/zen-browser/desktop/issues/10039 | None | None |
| Trading chart not rendering properly on insilico terminal | https://github.com/zen-browser/desktop/issues/10037 | 12:48:25 | 12:48:25 |
| space name and text overallaping | https://github.com/zen-browser/desktop/issues/10036 | 13:11:14 | 19:25:14 |
| Branding: Feedback link in Help menu points to Mozilla site. | https://github.com/zen-browser/desktop/issues/10035 | None | None |
| Cannot use any of the right click options of any tab folders in compact mode | https://github.com/zen-browser/desktop/issues/10033 | None | 13:50:42 |
| Deleting folders do not work while sidebar is not expanded | https://github.com/zen-browser/desktop/issues/10032 | 0:06:20 | 13:55:12 |
| Active tabs in collapsed folders will stay in their same place after switching from Expanded Sidebar to Compacted Sidebar | https://github.com/zen-browser/desktop/issues/10031 | 1 day, 10:19:29 | 1 day, 10:19:29 |
| Tab Groups broken in v1.15b | https://github.com/zen-browser/desktop/issues/10030 | 11:33:51 | 11:51:45 |
| New Folder option not visible in private mode | https://github.com/zen-browser/desktop/issues/10029 | 15:02:27 | 15:02:27 |
| Folder context menu don't work when the sidebar is collapsed | https://github.com/zen-browser/desktop/issues/10028 | None | 15:20:22 |
| Browser crashes after downloading | https://github.com/zen-browser/desktop/issues/10027 | 22:43:29 | 1 day, 22:00:29 |
| Folder icons and names are misaligned | https://github.com/zen-browser/desktop/issues/10025 | 16:29:52 | 16:29:52 |
| Bookmark dialog opens in compact sidebar instead of floating URL bar | https://github.com/zen-browser/desktop/issues/10024 | None | None |
| Sidebar freeze when trying to switch spaces | https://github.com/zen-browser/desktop/issues/10023 | 0:04:28 | None |
| When opening a link in a new tab while inside of a collapsed Folder, the current tab disappears | https://github.com/zen-browser/desktop/issues/10022 | None | 18:17:43 |
| Can't compile: fatal: your current branch 'zen_browser' does not have any commits yet | https://github.com/zen-browser/desktop/issues/10020 | None | None |
| Workspace name and icons clasing and Overflow Menu aint working normally | https://github.com/zen-browser/desktop/issues/10018 | 1 day, 2:43:25 | None |
| Contextual menu item text should be “New Folder” not “New folder” | https://github.com/zen-browser/desktop/issues/10016 | 0:22:14 | 20:49:40 |
| Top Bar (in single bar mode) not expanding when tabs are on the right | https://github.com/zen-browser/desktop/issues/10013 | None | None |
| Close Folder and witch active Tab behaviour | https://github.com/zen-browser/desktop/issues/10012 | 1:34:22 | 1 day, 17:57:01 |
| Folders hard to drag first Items in | https://github.com/zen-browser/desktop/issues/10011 | None | None |
| YouTube videos not working — H.264 / AAC not detected on Arch Linux | https://github.com/zen-browser/desktop/issues/10010 | None | None |
| Cant download the update v1.15b | https://github.com/zen-browser/desktop/issues/10009 | 0:21:58 | 4:19:00 |
| When two windows are open, the tabs in the workspace do not sync between the two windows | https://github.com/zen-browser/desktop/issues/10008 | None | 0:00:57 |
| When two windows are open, the tabs in the workspace do not sync between the two windows | https://github.com/zen-browser/desktop/issues/10007 | 8:42:07 | 13:52:58 |
| Tabs unload only for Zammad helpdesk page | https://github.com/zen-browser/desktop/issues/10003 | None | None |
| Tab unloads only for Zammad helpdesk | https://github.com/zen-browser/desktop/issues/10002 | 0:20:37 | 0:20:37 |
| Tabs dont open when pinned | https://github.com/zen-browser/desktop/issues/9999 | None | 8:06:36 |
| "New Tab" tab bar button renders Chinese text vertically in container menu | https://github.com/zen-browser/desktop/issues/9997 | None | None |
| Can't Delete, Edit or Select different profile | https://github.com/zen-browser/desktop/issues/9996 | 5 days, 22:21:43 | None |
| Redirect Links from Apps to Browser Not Working (VSCode, GitHub Auth, etc.) | https://github.com/zen-browser/desktop/issues/9993 | None | 2 days, 2:16:42 |
| Fullscreening a video in Glance causes tab sidebar moving slightly left-ier afterwards - Twilight 1.15t (Firefox 142.0) (2025-08-24) | https://github.com/zen-browser/desktop/issues/9992 | None | None |
| Sidebar urlbar is almost unuseable with site permission and zoom icons taking up 80% of the bar | https://github.com/zen-browser/desktop/issues/9990 | 5:10:46 | 5:10:46 |
| Zen doesn't show its browser UI on the page chrome://browser/content/browser.xhtml | https://github.com/zen-browser/desktop/issues/9989 | None | 6:09:52 |
| New tab panel doesn't show tab titles | https://github.com/zen-browser/desktop/issues/9987 | 0:31:03 | 10:37:46 |
| Cursor hover style switching to default shortly after hover | https://github.com/zen-browser/desktop/issues/9984 | None | None |
| Clicking on a tab reset button hides the other tabs | https://github.com/zen-browser/desktop/issues/9981 | None | 0:01:40 |
| Text Corrupting | https://github.com/zen-browser/desktop/issues/9980 | None | None |
| Splet View windows do not restore their layout after browser restart | https://github.com/zen-browser/desktop/issues/9978 | None | None |
| Changing AccelKey Overrides Custom Shortcuts | https://github.com/zen-browser/desktop/issues/9974 | None | None |
| Button title missing for sidebar collapse | https://github.com/zen-browser/desktop/issues/9973 | None | None |
| Missing "tab rename" in the contextual menu | https://github.com/zen-browser/desktop/issues/9972 | 15:03:21 | None |
| URL bar loses focus if new tab is opened while editing | https://github.com/zen-browser/desktop/issues/9971 | None | None |
| Workspaces and Compact Mode | https://github.com/zen-browser/desktop/issues/9970 | None | None |
| Sound does not work | https://github.com/zen-browser/desktop/issues/9969 | None | None |
| Pre-loading all tabs on startup | https://github.com/zen-browser/desktop/issues/9967 | 3:05:00 | 1 day, 3:23:24 |
| Duplicate 'Stop Loading' Keyboard Shortcut fields | https://github.com/zen-browser/desktop/issues/9965 | None | None |
| Freedom Blocklist not working | https://github.com/zen-browser/desktop/issues/9964 | 11:27:00 | 11:27:00 |
| Prevent tab unload context menu entry missing on tabs | https://github.com/zen-browser/desktop/issues/9963 | None | None |
| Glance buttons (expand, exit, split screen) missing when using Zen Papercut mod | https://github.com/zen-browser/desktop/issues/9962 | 3 days, 6:00:07 | 3 days, 6:00:07 |
| Sidebar Appears Unexpectedly | https://github.com/zen-browser/desktop/issues/9961 | 0:39:14 | 5 days, 0:15:27 |
| Contrast completely broken in multiple places depending on theme color and dark/light mode | https://github.com/zen-browser/desktop/issues/9955 | 6 days, 3:55:23 | None |
| Split views not visible in sidebar when selected from folder pop-up | https://github.com/zen-browser/desktop/issues/9954 | None | None |
| Folder 3 dot state stuck after split view move | https://github.com/zen-browser/desktop/issues/9953 | None | None |
| Context menu for editing tab groups is gone in Zen Twilight | https://github.com/zen-browser/desktop/issues/9951 | 6:53:05 | 11:45:07 |
| 简洁模式启动后自己关闭 | https://github.com/zen-browser/desktop/issues/9949 | 2:20:53 | 10:20:19 |
| Tab bar and top bar are stuck, can't toggle/hide them off and minimize, close button gets clamped together in minimized window | https://github.com/zen-browser/desktop/issues/9946 | None | 1:39:32 |
| Opening links in pinned tabs creates a new pinned tab | https://github.com/zen-browser/desktop/issues/9945 | 10:45:38 | None |
| History panel not colapsing | https://github.com/zen-browser/desktop/issues/9943 | 9:12:13 | None |
| Clicking card in jira doesn't always open the card modal. | https://github.com/zen-browser/desktop/issues/9942 | None | None |
| Zen uses Windows accent color even with relevant settings set to false | https://github.com/zen-browser/desktop/issues/9940 | 17:50:40 | 1 day, 2:24:18 |
| Compact Mode keeps getting disabled randomly | https://github.com/zen-browser/desktop/issues/9939 | 1 day, 3:36:05 | None |
| [macOS] "Ask before quitting with cmd+Q" dialog box shows Firefox instead of Zen and more mentions of Firefox instead of Zen | https://github.com/zen-browser/desktop/issues/9938 | 2 days, 21:11:20 | 10 days, 6:52:44 |
| Zen Browser consistantly crashes on page | https://github.com/zen-browser/desktop/issues/9937 | 6:13:51 | None |
| Essential Tabs do not survive a restart and fail to propagate across all windows | https://github.com/zen-browser/desktop/issues/9935 | 1:43:35 | None |
| Middle click to open a link in a new tab does not preserve the previous tab's container | https://github.com/zen-browser/desktop/issues/9934 | None | 11:02:13 |
| Twighlight folders | https://github.com/zen-browser/desktop/issues/9933 | 6:40:06 | None |
| Opening new tab always shows pop-up menu rather than opening configured new tab | https://github.com/zen-browser/desktop/issues/9932 | 0:10:50 | 7 days, 11:53:34 |
| Homepage blank when first opening Zen Browser | https://github.com/zen-browser/desktop/issues/9928 | 16:41:10 | None |
| Tabs freezing, sidebar not collapsing in VS 1.14.9b | https://github.com/zen-browser/desktop/issues/9927 | 2 days, 2:43:49 | None |
| Windows control butons can be seen for a while when using compact mode | https://github.com/zen-browser/desktop/issues/9922 | None | 12:39:19 |
| Distill plugin opens persistant tabs in the Space part of the sidebar | https://github.com/zen-browser/desktop/issues/9919 | 13 days, 13:36:07 | None |
| Keyboard shortcuts like Ctrl+Shift+NumberRowKey depend on the active keyboard layout | https://github.com/zen-browser/desktop/issues/9918 | None | None |
| SPOTIFY DOESN'T WORK ON WINDOWS | https://github.com/zen-browser/desktop/issues/9917 | 0:04:16 | 5:53:18 |
| "Connection Secure >" menu won't open when Padlock is clicked inside an expanded Address Bar | https://github.com/zen-browser/desktop/issues/9913 | None | 2 days, 0:48:09 |
| Inconsistent behavior when removing essentials via drag and drop | https://github.com/zen-browser/desktop/issues/9912 | None | None |
| Essentials can't be rearranged via drag and drop | https://github.com/zen-browser/desktop/issues/9911 | 2:39:54 | 2:39:54 |
| Reset Pinned Tab doesn't work | https://github.com/zen-browser/desktop/issues/9910 | 12:56:31 | 9 days, 3:42:31 |
| when I use the Collapsed toolbar,The close button on the sidebar shows an abnormal display | https://github.com/zen-browser/desktop/issues/9905 | None | None |
| When Nerd Fonts isstelled Zen will always use them | https://github.com/zen-browser/desktop/issues/9904 | None | None |
| macOS: Zen shortcuts like Cmd+S are intercepted by websites | https://github.com/zen-browser/desktop/issues/9903 | None | None |
| Customize Toolbar issues with Extension Icons (Temporary Containers) | https://github.com/zen-browser/desktop/issues/9901 | None | None |
| Startup hang when using an invalid workspace name | https://github.com/zen-browser/desktop/issues/9900 | None | 0:58:35 |
| Spotify Web Player doesn't play songs: 'Spotify can't play this right now' error | https://github.com/zen-browser/desktop/issues/9896 | 0:18:09 | 0:57:45 |
| Header editor extensions do not work (WebRequest API for onBeforeSendHeaders) | https://github.com/zen-browser/desktop/issues/9895 | None | None |
| Essentials - "remove from Essentials" vs "Close Tab" | https://github.com/zen-browser/desktop/issues/9894 | 7:25:09 | None |
| VAAPI not working on Linux | https://github.com/zen-browser/desktop/issues/9893 | None | None |
| Browser launches up completely blank, no interface, buttons to close or minimize the tab, nothing. | https://github.com/zen-browser/desktop/issues/9890 | 3:45:59 | None |
| Annoying white margin around window contents | https://github.com/zen-browser/desktop/issues/9888 | 4 days, 12:34:56 | None |
| Zen is being recognized as using Internet Explorer 11 | https://github.com/zen-browser/desktop/issues/9887 | 10:15:03 | 10:15:03 |
| Folder unloading bug breaks whole folder tree | https://github.com/zen-browser/desktop/issues/9885 | None | 0:45:09 |
| Bug: Leftover in Default Apps | https://github.com/zen-browser/desktop/issues/9879 | 10 days, 15:06:30 | None |
| Weird rectangle behind side bar in compact mode | https://github.com/zen-browser/desktop/issues/9877 | None | None |
| On startup all previous tabs remain open | https://github.com/zen-browser/desktop/issues/9875 | 11:41:28 | None |
| Spotify skips 5 songs then plays first 5 seconds of one and frezzes. | https://github.com/zen-browser/desktop/issues/9874 | 1:56:21 | 1:56:21 |
| macOS traffic lights are grey while Zen is focused | https://github.com/zen-browser/desktop/issues/9871 | 1:49:43 | 1:49:43 |
| Background audio stops after tab switch: Spotify stalls at a specific timestamp; reload fails; only closing/reopening the tab helps | https://github.com/zen-browser/desktop/issues/9869 | 3:21:56 | 10:26:59 |
| Stripe Payment Element iFrame Performance Issues | https://github.com/zen-browser/desktop/issues/9868 | None | None |
| [1.15t]: Changing the folder icon while in collapsed mode bug | https://github.com/zen-browser/desktop/issues/9866 | None | 1 day, 7:03:54 |
| CTRL + TAB open essential tabs on start up | https://github.com/zen-browser/desktop/issues/9864 | None | None |
| Bluetooth headset device prb | https://github.com/zen-browser/desktop/issues/9863 | 1 day, 22:54:56 | None |
| Notion Crashes in Zen Browser | https://github.com/zen-browser/desktop/issues/9862 | None | None |
| Can't install mods | https://github.com/zen-browser/desktop/issues/9861 | 0:35:44 | None |
| Broken automatic updates and update checker | https://github.com/zen-browser/desktop/issues/9860 | 7 days, 22:56:36 | None |
| "Backward Workspace" and "Forward Workspace" shortcuts conflict with unchangeable tab-cycling shortcut | https://github.com/zen-browser/desktop/issues/9859 | 3:55:25 | 3:55:25 |
| Essentials favicons overlap from multiple workspaces | https://github.com/zen-browser/desktop/issues/9858 | 0:09:18 | None |
| Tap with 2 fingers on mac trackpad issue | https://github.com/zen-browser/desktop/issues/9856 | None | None |
| Compose key closes floating search input | https://github.com/zen-browser/desktop/issues/9855 | None | None |
| Critical Bug - Blackscreen on boot Intel Mac | https://github.com/zen-browser/desktop/issues/9853 | None | None |
| switching to left/upper tab is not working with shortcuts, but working if the tabs are pinned. via APIs may be couse i am uging surfing keys extension but reported here just in case. | https://github.com/zen-browser/desktop/issues/9852 | None | None |
| iCloud Passwords extension on macOS | https://github.com/zen-browser/desktop/issues/9850 | 15:37:13 | 15:37:20 |
| rpi.local:9090 don´t open | https://github.com/zen-browser/desktop/issues/9844 | 2:30:34 | 2 days, 4:55:12 |
| Laggy Scrolling Across All Sites On 120 Hz Retina Display of Macbook Pro (M3 Pro) | https://github.com/zen-browser/desktop/issues/9842 | 3:16:14 | None |
| Folders Bug on multiple windows | https://github.com/zen-browser/desktop/issues/9840 | 2 days, 19:32:00 | None |
| Twilight Updater Bug ("Update ready to install" popup will not go away, even after restarting twilight multiple times) | https://github.com/zen-browser/desktop/issues/9837 | 14 days, 15:03:33 | None |
| Windows UAC is prompted after every Zen update | https://github.com/zen-browser/desktop/issues/9836 | 3 days, 13:49:23 | None |
| Upon reopening a Zen Browser session with multiple windows, workspaces are not selected properly | https://github.com/zen-browser/desktop/issues/9835 | 6 days, 9:06:16 | None |
| When compact mode is enabled, bookmark tabs in the top toolbar fail to display fully on new pages. | https://github.com/zen-browser/desktop/issues/9834 | 3 days, 9:24:00 | None |
| Dark Theme Selected, But Light Theme Appears in Some Areas | https://github.com/zen-browser/desktop/issues/9833 | 1 day, 9:15:06 | 1 day, 20:10:57 |
| Essential tabs is missing icon when browser history is disabled | https://github.com/zen-browser/desktop/issues/9832 | None | 1 day, 0:58:09 |
| [Folders] Broken reordering functionality | https://github.com/zen-browser/desktop/issues/9830 | 1 day, 2:52:11 | 1 day, 7:27:51 |
| Essential opens some new links in a new essential tab | https://github.com/zen-browser/desktop/issues/9829 | None | 0:02:42 |
| Ctrl-shift-t should restore tab folders after deletion | https://github.com/zen-browser/desktop/issues/9828 | 4 days, 14:56:02 | None |
| UrlBar suggestions of renamed tabs are broken | https://github.com/zen-browser/desktop/issues/9825 | 1 day, 14:45:17 | 1 day, 14:45:17 |
| UrlBar persists input if closed with hitting the Escape key | https://github.com/zen-browser/desktop/issues/9824 | 1 day, 17:21:19 | 1 day, 17:21:19 |
| Bookmark tab doesn't show in single toolbar mode | https://github.com/zen-browser/desktop/issues/9823 | 2 days, 2:41:34 | 2 days, 3:29:57 |
| Mouse Hover Shortcut Key Display Lacks Synchronization with User Settings | https://github.com/zen-browser/desktop/issues/9822 | None | None |
| The context menu to delete history from the URL bar suggestions needs two clicks to open | https://github.com/zen-browser/desktop/issues/9820 | None | None |
| The tab bar shows and hide quickly when leaving the search | https://github.com/zen-browser/desktop/issues/9819 | 0:25:47 | 2 days, 8:39:47 |
| Zen Browser freezes when using ChatGPT-5 Browser (especially with code-related responses) | https://github.com/zen-browser/desktop/issues/9816 | 8:28:17 | None |
| Zen hangs on contextual menu (right clicking, opening sub menus etc) on Linux | https://github.com/zen-browser/desktop/issues/9815 | None | None |
| Bookmarks, URL Bar, and Tabs Invisible Text After Update | https://github.com/zen-browser/desktop/issues/9813 | 7:26:37 | None |
| Folder tabs aren't in folders after relaunch | https://github.com/zen-browser/desktop/issues/9812 | 15:43:15 | 1 day, 19:13:37 |
| Location bar unfocused when the last character is deleted | https://github.com/zen-browser/desktop/issues/9810 | 0:18:17 | None |
| Essentials Bug | https://github.com/zen-browser/desktop/issues/9808 | 1:41:03 | None |
| Downloads button having poor visibility after downloading a file in some gradients. | https://github.com/zen-browser/desktop/issues/9807 | 1:44:14 | 1:44:14 |
| Laggy scrolling after not quiting the browser for a while | https://github.com/zen-browser/desktop/issues/9806 | 2 days, 10:50:57 | None |
| Unnecessary haptic feedback on MacOS when pinning new tab (Twilight) | https://github.com/zen-browser/desktop/issues/9805 | 6:15:46 | 6:15:46 |
| New folder renaming text too far to the right | https://github.com/zen-browser/desktop/issues/9804 | 6:17:45 | 6:17:45 |
| [Twilight] Broken haptic feedback on macOS when dragging tabs | https://github.com/zen-browser/desktop/issues/9803 | None | 1:14:26 |
| Video player not working on crunchyroll | https://github.com/zen-browser/desktop/issues/9802 | 1:16:40 | 1:16:40 |
| Switch to tab opens new tab instead of switching | https://github.com/zen-browser/desktop/issues/9801 | 12:20:40 | 12:27:21 |
| Reordering split panels via drag-and-drop does not update ordering in tab list, messes with keyboard navigation ordering. | https://github.com/zen-browser/desktop/issues/9800 | None | 1 day, 2:11:06 |
| tab bar in fullscreen mode | https://github.com/zen-browser/desktop/issues/9799 | None | 18:51:36 |
| Taskbar not showing | https://github.com/zen-browser/desktop/issues/9798 | 10:56:45 | None |
| Security key pin dialog lacks support for paste action | https://github.com/zen-browser/desktop/issues/9796 | 21:28:51 | 1 day, 6:48:45 |
| Last popup opening when submiting forms (i.e pressing enter) | https://github.com/zen-browser/desktop/issues/9795 | 21:44:10 | 1 day, 5:01:56 |
| New password updates don't work | https://github.com/zen-browser/desktop/issues/9794 | 2:53:04 | None |
| Sidebar quickly opening and closing when in compact mode | https://github.com/zen-browser/desktop/issues/9793 | 2:51:23 | None |
| Fail to import password from Brave | https://github.com/zen-browser/desktop/issues/9792 | None | 21:51:13 |
| Favicons not showing | https://github.com/zen-browser/desktop/issues/9791 | 14:44:19 | 4 days, 20:11:15 |
| The sidebar unexpectedly appears as the mouse cursor moves away from the URL bar in compact mode | https://github.com/zen-browser/desktop/issues/9790 | 11:11:16 | 23 days, 3:02:43 |
| Tab doesn't close after search (find on page) | https://github.com/zen-browser/desktop/issues/9789 | None | None |
| Weird Margin when on Fullscreen watching videos when sidebar opened | https://github.com/zen-browser/desktop/issues/9788 | None | None |
| Squashed webpages on smaller windows in hyprland | https://github.com/zen-browser/desktop/issues/9786 | 1:09:51 | None |
| Failed to check for updates | https://github.com/zen-browser/desktop/issues/9785 | 1:15:30 | None |
| Video thumbnails not fully load (YouTube) | https://github.com/zen-browser/desktop/issues/9783 | 0:07:00 | None |
| Version Compatibility Issue | https://github.com/zen-browser/desktop/issues/9782 | 1:12:07 | None |
| Setting Backward / Forward Workspace shortcuts to cmd+opt+right arrow / cmd+opt+left arrow doesn't work | https://github.com/zen-browser/desktop/issues/9779 | 3:51:07 | None |
| The close tab button fails to work when trying to close multiple tabs that are using Glance | https://github.com/zen-browser/desktop/issues/9778 | 2 days, 16:14:18 | None |
| Switching between Spaces not working | https://github.com/zen-browser/desktop/issues/9776 | 0:14:43 | 0:14:43 |
| Sidebar is much darker than the workspace's chosen theme color when in compact mode | https://github.com/zen-browser/desktop/issues/9773 | 0:03:24 | None |
| Exit menu not appearing as it should be! | https://github.com/zen-browser/desktop/issues/9771 | 1:55:10 | 1:55:10 |
| Zorin OS (sub disturbution of ubuntu): automatically unlodaded tabs' icons appear as if they are loaded. | https://github.com/zen-browser/desktop/issues/9770 | 5:45:29 | 2 days, 12:00:33 |
| No requests are shown in Network tabs in the DevTools | https://github.com/zen-browser/desktop/issues/9765 | None | 13:35:18 |
| The Youtube UI is missing | https://github.com/zen-browser/desktop/issues/9764 | 13:42:10 | None |
| Scrolling on Touch Pad not working | https://github.com/zen-browser/desktop/issues/9763 | None | 1 day, 1:06:22 |
| Problem with the translation icon | https://github.com/zen-browser/desktop/issues/9761 | None | None |
| Sidebar appearing again in ubuntu 24.04 even i already hid it | https://github.com/zen-browser/desktop/issues/9758 | None | 4:46:11 |
| Ferefox View is not working | https://github.com/zen-browser/desktop/issues/9757 | None | None |
| Google Docs (Hebrew): Selected text is not deselected after typing, leading to infinite replacement loop. | https://github.com/zen-browser/desktop/issues/9756 | None | None |
| Container tabs can't be added to essentials | https://github.com/zen-browser/desktop/issues/9753 | 10:17:57 | 17:44:03 |
| transparent custom color issue | https://github.com/zen-browser/desktop/issues/9752 | 26 days, 4:17:37 | None |
| night tb extension problem | https://github.com/zen-browser/desktop/issues/9751 | None | 2:37:24 |
| night tab extension not working | https://github.com/zen-browser/desktop/issues/9750 | 0:45:32 | None |
| Media Component showing wrong timing. | https://github.com/zen-browser/desktop/issues/9748 | 1 day, 21:23:48 | None |
| Option+Cmd+E shortcut is assigned twice in standard settings | https://github.com/zen-browser/desktop/issues/9746 | 2 days, 1:35:44 | None |
| Microphone not detected on Google Meet using Zen Browser under Wayland | https://github.com/zen-browser/desktop/issues/9745 | None | None |
| Apple Passwords extension works in firefox but not in zen | https://github.com/zen-browser/desktop/issues/9743 | None | 4:24:39 |
| [Flatpak] Maximize and Minimize button not appearing | https://github.com/zen-browser/desktop/issues/9740 | 16:43:18 | None |
| Zen Browser does not stay in Dark theme | https://github.com/zen-browser/desktop/issues/9739 | 3:02:20 | 10:26:06 |
| Sidebar Hover keeps breaking Sidebar | https://github.com/zen-browser/desktop/issues/9738 | 18:14:03 | 18:14:03 |
| WebGL not working because glxtest cannot determine the primary gpu | https://github.com/zen-browser/desktop/issues/9735 | None | 2 days, 2:10:27 |
| Critical profile and data wipe - my data is inaccessible but viewable via AppData | https://github.com/zen-browser/desktop/issues/9733 | None | None |
| Workspace bookmarks are showing across different workspaces | https://github.com/zen-browser/desktop/issues/9732 | None | None |
| Side bar takes priority over top bar in compact mode, impossible to close window in compact mode with no tabs open | https://github.com/zen-browser/desktop/issues/9730 | None | None |
| Incorrect theme context color provider in dark mode for the bottom search bar | https://github.com/zen-browser/desktop/issues/9729 | 17:05:40 | 23:37:32 |
| URLs open in wrong space | https://github.com/zen-browser/desktop/issues/9728 | 4 days, 4:26:42 | None |
| "ZenCP Isolated Web Content" process pegs all cores after media playback on MacOS | https://github.com/zen-browser/desktop/issues/9727 | 5 days, 2:14:27 | None |
| How to disable url in sidebar. | https://github.com/zen-browser/desktop/issues/9726 | None | 0:03:33 |
| Switch to tab clones tab instead of switching. | https://github.com/zen-browser/desktop/issues/9724 | 0:21:55 | 0:42:52 |
| Not supported HTML5 | https://github.com/zen-browser/desktop/issues/9723 | 3:28:34 | 3:28:34 |
| Zen browsers loses tabs every time it is restarted | https://github.com/zen-browser/desktop/issues/9718 | 15 days, 7:57:29 | 0:03:16 |
| Can't change to different workspaces after a while | https://github.com/zen-browser/desktop/issues/9717 | 5 days, 11:32:11 | None |
| Moving bookmarks in the bookmark bar is not reliable | https://github.com/zen-browser/desktop/issues/9715 | 24 days, 1:43:39 | None |
| Ctrl+Shift+T not restoring the most recent tab | https://github.com/zen-browser/desktop/issues/9714 | None | 14:28:46 |
_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_
Search query used to find these items: `repo:zen-browser/desktop is:issue created:2025-08-01..2025-08-31`

112
docs/live-folders-specs.md Normal file
View File

@@ -0,0 +1,112 @@
# Zen Live Folders - Specification
## Overview
Live Folders are dynamic, auto-updating folders in Zen.
Unlike static folders, they fetch and refresh their contents automatically from external sources (e.g., RSS feeds, APIs).
By default, Live Folders refresh every **30 minutes**, but this interval can be configured in preferences.
---
## Architecture
### `LiveFolderProvider`
- **Abstract base class** for all live folder implementations.
- Defines the contract for fetching and updating live folder contents.
- Responsibilities:
- Define how to fetch items (abstract method `fetchItems()`).
- Handle update intervals (default: 30 min).
- Manage serialization/deserialization of folder state (cache, last update time).
- Provide metadata (icon, label, description).
```ts
interface FolderItem {
id: string;
title: string;
url: string;
}
interface FolderMetadata {
icon: string;
label: string;
}
interface LiveFolderProvider {
fetchItems(): Promise<FolderItem[]>;
getMetadata(): FolderMetadata;
}
```
### Implementations
#### `RssLiveFolderProvider`
- **Description**: Updates live folder contents from an RSS/Atom feed.
- **Configuration**:
- `url`: URL of the RSS feed.
#### `GithubLiveFolderProvider`
- **Description**: Updates live folder contents from GitHub user's Pull Requests.
- **Configuration**:
- `username`: GitHub username.
#### `RestAPILiveFolderProvider`
- **Description**: Updates live folder contents from a REST API endpoint.
- **Configuration**:
- `schema`: JSON schema to validate API responses.
#### Possible future implementations
- `WebhookLiveFolderProvider`
---
# REST API Live Folder Schema
## Overview
REST-based Live Folders allow Zen to fetch JSON data from an HTTP(S) endpoint and map it into folder items.
Each REST Live Folder must provide a **schema-compliant response** that Zen can parse into items.
- **Remote APIs (https://, http://)**: Flexible schema (mapping via config).
- **Localhost APIs (http://127.0.0.1, http://localhost)**: Must strictly follow Zens **Local REST Schema** for security and consistency.
---
## Common Rules
- Requests are always `GET`.
- Responses **must be JSON**.
- CORS headers are ignored (Zen fetches internally).
- Max response size: **1 MB** (to prevent abuse).
- Items exceeding `liveFolder.maxItems` (default 100) will be trimmed.
---
## Remote REST Schema
Remote APIs can return any JSON, but the Live Folder must provide a mapping configuration:
```json
{
"type": "rest",
"url": "https://api.example.com/posts",
"mapping": {
"items": "data.posts",
"id": "id",
"title": "headline",
"url": "link"
}
}
```
### Installation of REST API Live Folder
These schemas would be stored inside a marketplace on Zen's web platform, allowing users to easily discover and integrate new REST API Live Folders into their workspace.
If the user wants to create a new REST API Live Folder, they can do so by providing the necessary schema and configuration through the marketplace interface. This will enable them to customize the folder's behavior and data mapping according to their specific needs.
If it's a custom API and the schema is not publicly available, users can still create a Live Folder by defining their own mapping configuration. This allows them to integrate with proprietary APIs while adhering to Zen's Live Folder standards. This mapping configuration will be fetched via `https://example.com/zen-live-folder.schema.json`.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = تمكين إلغاء تحميل علامة التبويب .label = تمكين إلغاء تحميل علامة التبويب
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = علامات التبويب المثبتة pane-zen-pinned-tab-manager-title = علامات التبويب المثبتة
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = الخروج من ملء الشاشة
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = تبديل وضع القراءة zen-reader-mode-toggle-shortcut-other = تبديل وضع القراءة
zen-picture-in-picture-toggle-shortcut = تبديل الصورة في الصورة zen-picture-in-picture-toggle-shortcut = تبديل الصورة في الصورة
zen-nav-reload-shortcut-2 = إعادة تحميل الصفحة zen-nav-reload-shortcut-2 = إعادة تحميل الصفحة
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = تبديل الشريط الجانبي العائم zen-compact-mode-shortcut-show-sidebar = تبديل الشريط الجانبي العائم
zen-compact-mode-shortcut-show-toolbar = تبديل شريط الأدوات العائم zen-compact-mode-shortcut-show-toolbar = تبديل شريط الأدوات العائم
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = التبديل إلى مساحة العمل 1 zen-workspace-shortcut-switch-1 = التبديل إلى مساحة العمل 1
zen-workspace-shortcut-switch-2 = التبديل إلى مساحة العمل 2 zen-workspace-shortcut-switch-2 = التبديل إلى مساحة العمل 2
zen-workspace-shortcut-switch-3 = التبديل إلى مساحة العمل 3 zen-workspace-shortcut-switch-3 = التبديل إلى مساحة العمل 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = تبديل عرض تقسيم الشبكة
zen-split-view-shortcut-vertical = تبديل العرض العمودي للتقسيم zen-split-view-shortcut-vertical = تبديل العرض العمودي للتقسيم
zen-split-view-shortcut-horizontal = تبديل عرض تقسيم أفقي zen-split-view-shortcut-horizontal = تبديل عرض تقسيم أفقي
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = إخفاء كليهما .label = إخفاء كليهما
.accesskey = خ .accesskey = خ
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = حذف مساحة العمل .label = حذف مساحة العمل
.accesskey = د .accesskey = د
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Habilita la hibernació de pestanyes .label = Habilita la hibernació de pestanyes
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Utilitza un fons temàtic per a la barra d'eines compacta .label = Utilitza un fons temàtic per a la barra d'eines compacta
zen-look-and-feel-compact-sidebar-themed =
.label = Utilitza un fons temàtic per a la barra lateral compacta
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continua on ho vau deixar .label = Continua on ho vau deixar
pane-zen-pinned-tab-manager-title = Pestanyes fixades pane-zen-pinned-tab-manager-title = Pestanyes fixades
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Surt de la pantalla completa
zen-ai-chatbot-sidebar-shortcut = Commuta la barra lateral del bot de conversa d'IA zen-ai-chatbot-sidebar-shortcut = Commuta la barra lateral del bot de conversa d'IA
zen-key-inspector-mac = Commuta l'inspector (Mac) zen-key-inspector-mac = Commuta l'inspector (Mac)
zen-toggle-sidebar-shortcut = Commuta la barra lateral del Firefox zen-toggle-sidebar-shortcut = Commuta la barra lateral del Firefox
zen-toggle-pin-tab-shortcut = Commuta la pestanya fixa
zen-reader-mode-toggle-shortcut-other = Commuta al mode lector zen-reader-mode-toggle-shortcut-other = Commuta al mode lector
zen-picture-in-picture-toggle-shortcut = Commuta al mode imatge en imatge zen-picture-in-picture-toggle-shortcut = Commuta al mode imatge en imatge
zen-nav-reload-shortcut-2 = Recarrega la pàgina zen-nav-reload-shortcut-2 = Recarrega la pàgina
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Tanca la pestanya
zen-compact-mode-shortcut-show-sidebar = Commuta la barra lateral flotant zen-compact-mode-shortcut-show-sidebar = Commuta la barra lateral flotant
zen-compact-mode-shortcut-show-toolbar = Commuta la barra d'eines flotant zen-compact-mode-shortcut-show-toolbar = Commuta la barra d'eines flotant
zen-compact-mode-shortcut-toggle = Canvia el mode compacte zen-compact-mode-shortcut-toggle = Canvia el mode compacte
zen-glance-expand = Amplia el cop d'ull
zen-workspace-shortcut-switch-1 = Canvia a l'espai de treball 1 zen-workspace-shortcut-switch-1 = Canvia a l'espai de treball 1
zen-workspace-shortcut-switch-2 = Canvia a l'espai de treball 2 zen-workspace-shortcut-switch-2 = Canvia a l'espai de treball 2
zen-workspace-shortcut-switch-3 = Canvia a l'espai de treball 3 zen-workspace-shortcut-switch-3 = Canvia a l'espai de treball 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Commuta la quadrícula de la vista dividida
zen-split-view-shortcut-vertical = Commuta la vista dividida vertical zen-split-view-shortcut-vertical = Commuta la vista dividida vertical
zen-split-view-shortcut-horizontal = Commuta la vista dividida horitzontal zen-split-view-shortcut-horizontal = Commuta la vista dividida horitzontal
zen-split-view-shortcut-unsplit = Tanca la vista dividida zen-split-view-shortcut-unsplit = Tanca la vista dividida
zen-new-empty-split-view-shortcut = Nova vista dividida buida
zen-key-select-tab-1 = Selecciona la pestanya 1 zen-key-select-tab-1 = Selecciona la pestanya 1
zen-key-select-tab-2 = Selecciona la pestanya 2 zen-key-select-tab-2 = Selecciona la pestanya 2
zen-key-select-tab-3 = Selecciona la pestanya 3 zen-key-select-tab-3 = Selecciona la pestanya 3

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Cerca { $folder-name }... .placeholder = Cerca { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Reanomena la carpeta
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Desempaqueta la carpeta
zen-folders-new-subfolder =
.label = Subcarpeta nova
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Suprimeix la carpeta
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Converteix la carpeta en un espai
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Canvia l'espai...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Canvia la icona
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Hiberna les pestanyes actives d'aquesta carpeta
zen-folders-unload-folder =
.label = Hiberna totes les pestanyes
zen-folders-search-no-results = No hi ha pestanyes que coincideixin amb aquesta cerca 🤔

View File

@@ -47,4 +47,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icones

View File

@@ -24,7 +24,7 @@ sidebar-zen-create-new =
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Hiberna i canvia la pestanya [one] Hiberna i canvia a la pestanya
*[other] Hiberna { $tabCount } pestanyes i canvia a la primera *[other] Hiberna { $tabCount } pestanyes i canvia a la primera
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =

View File

@@ -2,7 +2,9 @@ zen-panel-ui-workspaces-text = Espais de treball
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Crea un espai .label = Crea un espai
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Crea una carpeta
zen-panel-ui-new-empty-split =
.label = Nova divisió
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Suprimeix l'espai de treball .label = Suprimeix l'espai de treball
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Perfil
zen-workspace-creation-header = Creació d'un espai zen-workspace-creation-header = Creació d'un espai
zen-workspace-creation-label = Els espais s'utilitzen per organitzar les pestanyes i les sessions. zen-workspace-creation-label = Els espais s'utilitzen per organitzar les pestanyes i les sessions.
zen-workspaces-delete-workspace-title = Voleu suprimir l'espai de treball? zen-workspaces-delete-workspace-title = Voleu suprimir l'espai de treball?
zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir aquest espai de treball? Aquesta acció no es pot desfer. zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir { $name }? Aquesta acció no es pot desfer.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Pracoviště
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Povolit uspání karet .label = Povolit uspání karet
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Použít tématické pozadí pro horní lištu .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Použít tématické pozadí pro kompaktní panel karet
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Pokračovat tam, kde jste skončili .label = Pokračovat tam, kde jste skončili
pane-zen-pinned-tab-manager-title = Připnuté karty pane-zen-pinned-tab-manager-title = Připnuté karty
@@ -220,9 +218,10 @@ zen-nav-fwd-shortcut-alt = Přejít vpřed (Alt)
zen-history-show-all-shortcut = Zobrazit celou historii zen-history-show-all-shortcut = Zobrazit celou historii
zen-key-enter-full-screen = Zadejte celou obrazovku zen-key-enter-full-screen = Zadejte celou obrazovku
zen-key-exit-full-screen = Ukončit režim celé obrazovky zen-key-exit-full-screen = Ukončit režim celé obrazovky
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Přepnout postranní panel AI chatbota
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Přepnout inspektor (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Přepnout postranní panel Firefoxu
zen-toggle-pin-tab-shortcut = Přepnout připnutí záložky
zen-reader-mode-toggle-shortcut-other = Přepnout čtecí režim zen-reader-mode-toggle-shortcut-other = Přepnout čtecí režim
zen-picture-in-picture-toggle-shortcut = Přepnout obraz v obraze zen-picture-in-picture-toggle-shortcut = Přepnout obraz v obraze
zen-nav-reload-shortcut-2 = Znovu načíst stránku zen-nav-reload-shortcut-2 = Znovu načíst stránku
@@ -239,9 +238,9 @@ zen-key-stop = Zastavit načítání
zen-full-zoom-reduce-shortcut = Oddálit zen-full-zoom-reduce-shortcut = Oddálit
zen-full-zoom-enlarge-shortcut = Přiblížit zen-full-zoom-enlarge-shortcut = Přiblížit
zen-full-zoom-reset-shortcut = Obnovit velikost zen-full-zoom-reset-shortcut = Obnovit velikost
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt) zen-full-zoom-reset-shortcut-alt = Obnovit přiblížení (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt) zen-full-zoom-enlarge-shortcut-alt = Přiblížit (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2) zen-full-zoom-enlarge-shortcut-alt2 = Oddálit (Alt 2)
zen-bidi-switch-direction-shortcut = Přepnout směr textu zen-bidi-switch-direction-shortcut = Přepnout směr textu
zen-private-browsing-shortcut = Soukromé prohlížení zen-private-browsing-shortcut = Soukromé prohlížení
zen-screenshot-shortcut = Pořídit snímek obrazovky zen-screenshot-shortcut = Pořídit snímek obrazovky
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Zavřít kartu
zen-compact-mode-shortcut-show-sidebar = Přepnout plovoucí postranní panel zen-compact-mode-shortcut-show-sidebar = Přepnout plovoucí postranní panel
zen-compact-mode-shortcut-show-toolbar = Přepnout plovoucí panel nástrojů zen-compact-mode-shortcut-show-toolbar = Přepnout plovoucí panel nástrojů
zen-compact-mode-shortcut-toggle = Přepnout kompaktní režim zen-compact-mode-shortcut-toggle = Přepnout kompaktní režim
zen-glance-expand = Rozšířit Glance
zen-workspace-shortcut-switch-1 = Přepnout do pracovního prostoru 1 zen-workspace-shortcut-switch-1 = Přepnout do pracovního prostoru 1
zen-workspace-shortcut-switch-2 = Přepnout do pracovního prostoru 2 zen-workspace-shortcut-switch-2 = Přepnout do pracovního prostoru 2
zen-workspace-shortcut-switch-3 = Přepnout do pracovního prostoru 3 zen-workspace-shortcut-switch-3 = Přepnout do pracovního prostoru 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Přepnout rozdělený pohled v mřížce
zen-split-view-shortcut-vertical = Přepnout rozdělené zobrazení vertikálně zen-split-view-shortcut-vertical = Přepnout rozdělené zobrazení vertikálně
zen-split-view-shortcut-horizontal = Přepnout horizontální zobrazení rozdělení zen-split-view-shortcut-horizontal = Přepnout horizontální zobrazení rozdělení
zen-split-view-shortcut-unsplit = Zavřít rozdělené zobrazení zen-split-view-shortcut-unsplit = Zavřít rozdělené zobrazení
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Vybrat první kartu zen-key-select-tab-1 = Vybrat první kartu
zen-key-select-tab-2 = Vybrat druhou kartu zen-key-select-tab-2 = Vybrat druhou kartu
zen-key-select-tab-3 = Vybrat třetí kartu zen-key-select-tab-3 = Vybrat třetí kartu

View File

@@ -1,9 +1,11 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Hledat { $folder-name }... .placeholder = Hledat v { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Přejmenovat složku .label = Přejmenovat složku
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Rozbalit složku .label = Rozbalit složku
zen-folders-new-subfolder =
.label = Nová podsložka
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Smazat složku .label = Smazat složku
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Změnit prostor... .label = Změnit prostor...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Změnit ikonu .label = Změnit ikonu
zen-folders-unload-all-tooltip =
.tooltiptext = Uspat aktivní panely v této složce
zen-folders-unload-folder =
.label = Uspat všechny panely
zen-folders-search-no-results = Žádný panel neodpovídá tomuto hledání 🤔 zen-folders-search-no-results = Žádný panel neodpovídá tomuto hledání 🤔

View File

@@ -34,7 +34,7 @@ zen-tabs-renamed = Panel byl úspěšně přejmenován!
zen-background-tab-opened-toast = Nová karta na pozadí byla otevřena! zen-background-tab-opened-toast = Nová karta na pozadí byla otevřena!
zen-workspace-renamed-toast = Pracovní prostor byl úspěšně přejmenován! zen-workspace-renamed-toast = Pracovní prostor byl úspěšně přejmenován!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Pracovní prostory .label = Prostory
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Módy .label = Módy

View File

@@ -24,13 +24,15 @@ sidebar-zen-create-new =
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Unload and switch to tab [one] Uspat a přepnout na kartu
*[other] Unload { $tabCount } tabs and switch to the first [few] Uspat { $tabCount } karty a přepnout na první
*[other] Uspat { $tabCount } karet a přepnout na první
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Reset and pin tab [one] Resetovat a připnout kartu
*[other] Reset and pin { $tabCount } tabs [few] Resetovat a připnout { $tabCount } karty
*[other] Resetovat a připnout { $tabCount } karet
} }
tab-reset-pin-label = Zpět na původní adresu tab-reset-pin-label = Zpět na původní adresu

View File

@@ -1,29 +1,31 @@
zen-panel-ui-workspaces-text = Pracovní prostory zen-panel-ui-workspaces-text = Prostory
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Vytvořit prostor .label = Vytvořit prostor
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Vytvořit složku
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Odstranit pracovní prostor .label = Odstranit pracovní prostor
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Změnit jméno .label = Změnit název
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Změnit ikonu .label = Změnit ikonu
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Nastavit profil .label = Nastavit profil
zen-workspaces-how-to-reorder-title = Jak změnit pořadí prostorů zen-workspaces-how-to-reorder-title = Jak změnit pořadí prostorů
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them zen-workspaces-how-to-reorder-desc = Pořadí prostorů změníte přetažením jejich ikon dole v postranním panelu
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Upravit motiv .label = Upravit motiv
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Otevřít pracovní prostor .label = Otevřít pracovní prostor
.accesskey = O .accesskey = O
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = Upravit pracovní prostor .label = Upravit prostor
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Přesunout panel(y) do pracovního prostoru .label = Přesunout panel(y) do prostoru
.accesskey = C .accesskey = C
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Pracovní prostory .value = Pracovní prostory
@@ -47,5 +49,5 @@ zen-workspace-creation-profile = Profil
.tooltiptext = Profily se používají k oddělení cookies a údajů webových stránek mezi prostory. .tooltiptext = Profily se používají k oddělení cookies a údajů webových stránek mezi prostory.
zen-workspace-creation-header = Vytvořte si prostor zen-workspace-creation-header = Vytvořte si prostor
zen-workspace-creation-label = Prostory slouží k organizaci Vašich karet a relací. zen-workspace-creation-label = Prostory slouží k organizaci Vašich karet a relací.
zen-workspaces-delete-workspace-title = Odstranit pracovní prostor? zen-workspaces-delete-workspace-title = Odstranit prostor?
zen-workspaces-delete-workspace-body = Opravdu chcete odstranit tento prostor? Tuto akci nelze vrátit zpět. zen-workspaces-delete-workspace-body = Opravdu chcete smazat { $name }? Tuto akci nelze vrátit zpět.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Enable Tab Unloader .label = Enable Tab Unloader
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Pinned Tabs
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Reload Page
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Switch to Workspace 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Switch to Workspace 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Hide both
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Workspace .label = Delete Workspace
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Arbejdsområder
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Aktiver fanedeaktivering .label = Aktiver fanedeaktivering
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Brug temabaggrund til kompakt værktøjslinje .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Brug temabaggrund til kompakt sidepanel
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Fortsæt, hvor du slap .label = Fortsæt, hvor du slap
pane-zen-pinned-tab-manager-title = Fastgjorte Faner pane-zen-pinned-tab-manager-title = Fastgjorte Faner
@@ -205,7 +203,7 @@ zen-hide-app-shortcut = Skjul Applikation
zen-hide-other-apps-shortcut = Skjul Andre Applikationer zen-hide-other-apps-shortcut = Skjul Andre Applikationer
zen-search-focus-shortcut = Fokuseret Søgning zen-search-focus-shortcut = Fokuseret Søgning
zen-search-focus-shortcut-alt = Fokuseret Søgning (Alt) zen-search-focus-shortcut-alt = Fokuseret Søgning (Alt)
zen-downloads-shortcut = Open Downloads zen-downloads-shortcut = Åbn downloads
zen-addons-shortcut = Åbn tilføjelser zen-addons-shortcut = Åbn tilføjelser
zen-file-open-shortcut = Åbn fil zen-file-open-shortcut = Åbn fil
zen-save-page-shortcut = Gem side zen-save-page-shortcut = Gem side
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Afslut fuld skærm
zen-ai-chatbot-sidebar-shortcut = Slå sidepanel for AI-chatbot til/fra zen-ai-chatbot-sidebar-shortcut = Slå sidepanel for AI-chatbot til/fra
zen-key-inspector-mac = Slå inspektør til/fra (Mac) zen-key-inspector-mac = Slå inspektør til/fra (Mac)
zen-toggle-sidebar-shortcut = Slå Firefox-sidepanel til/fra zen-toggle-sidebar-shortcut = Slå Firefox-sidepanel til/fra
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Slå Læsertilstand Til/Fra zen-reader-mode-toggle-shortcut-other = Slå Læsertilstand Til/Fra
zen-picture-in-picture-toggle-shortcut = Slå Billede-i-Billede Til/Fra zen-picture-in-picture-toggle-shortcut = Slå Billede-i-Billede Til/Fra
zen-nav-reload-shortcut-2 = Genindlæs side zen-nav-reload-shortcut-2 = Genindlæs side
@@ -255,7 +254,8 @@ zen-close-shortcut = Luk vindue
zen-close-tab-shortcut = Luk fane zen-close-tab-shortcut = Luk fane
zen-compact-mode-shortcut-show-sidebar = Flydende sidepanel til/fra zen-compact-mode-shortcut-show-sidebar = Flydende sidepanel til/fra
zen-compact-mode-shortcut-show-toolbar = Flydende værktøjslinje til/fra zen-compact-mode-shortcut-show-toolbar = Flydende værktøjslinje til/fra
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Kompakt tilstand til/fra
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Skift til arbejdsområde 1 zen-workspace-shortcut-switch-1 = Skift til arbejdsområde 1
zen-workspace-shortcut-switch-2 = Skift til arbejdsområde 2 zen-workspace-shortcut-switch-2 = Skift til arbejdsområde 2
zen-workspace-shortcut-switch-3 = Skift til arbejdsområde 3 zen-workspace-shortcut-switch-3 = Skift til arbejdsområde 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Opdelt visning i gitter til/fra
zen-split-view-shortcut-vertical = Lodret opdelt visning til/fra zen-split-view-shortcut-vertical = Lodret opdelt visning til/fra
zen-split-view-shortcut-horizontal = Vandret opdelt visning til/fra zen-split-view-shortcut-horizontal = Vandret opdelt visning til/fra
zen-split-view-shortcut-unsplit = Luk opdelt visning zen-split-view-shortcut-unsplit = Luk opdelt visning
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Vælg fane #1 zen-key-select-tab-1 = Vælg fane #1
zen-key-select-tab-2 = Vælg fane #2 zen-key-select-tab-2 = Vælg fane #2
zen-key-select-tab-3 = Vælg fane #3 zen-key-select-tab-3 = Vælg fane #3

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Søg i { $folder-name }... .placeholder = Søg i { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Omdøb mappe
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Udpak mappe
zen-folders-new-subfolder =
.label = Ny undermappe
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Slet mappe
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Konverter mappe til Rum
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Skift rum...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Skift ikon
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Stop indlæsning af aktive i denne mappe
zen-folders-unload-folder =
.label = Stop indlæsning af alle faner
zen-folders-search-no-results = Ingen faner matcher den søgning 🤔

View File

@@ -47,4 +47,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Ikoner

View File

@@ -2,7 +2,9 @@ zen-panel-ui-workspaces-text = Arbejdsområder
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Opret rum .label = Opret rum
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Opret mappe
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Slet arbejdsområde .label = Slet arbejdsområde
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Opret et rum zen-workspace-creation-header = Opret et rum
zen-workspace-creation-label = Rum bruges til at organisere dine faner og sessioner. zen-workspace-creation-label = Rum bruges til at organisere dine faner og sessioner.
zen-workspaces-delete-workspace-title = Slet arbejdsområde? zen-workspaces-delete-workspace-title = Slet arbejdsområde?
zen-workspaces-delete-workspace-body = Er du sikker på, at du vil slette dette arbejdsområde? Det kan ikke fortrydes. zen-workspaces-delete-workspace-body = Er du sikker på, at du vil slette { $name }? Dette kan ikke fortrydes.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Arbeitsbereiche
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Tab-Entlader aktivieren .label = Tab-Entlader aktivieren
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Themenhintergrund für kompakte Symbolleiste verwenden .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Themenhintergrund für kompakte Seitenleiste verwenden
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Dort fortfahren, wo Sie aufgehört haben .label = Dort fortfahren, wo Sie aufgehört haben
pane-zen-pinned-tab-manager-title = Angepinnte Tabs pane-zen-pinned-tab-manager-title = Angepinnte Tabs
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Vollbild verlassen
zen-ai-chatbot-sidebar-shortcut = KI-Chatbot-Seitenleiste umschalten zen-ai-chatbot-sidebar-shortcut = KI-Chatbot-Seitenleiste umschalten
zen-key-inspector-mac = Inspektor umschalten (Mac) zen-key-inspector-mac = Inspektor umschalten (Mac)
zen-toggle-sidebar-shortcut = Firefox-Seitenleiste umschalten zen-toggle-sidebar-shortcut = Firefox-Seitenleiste umschalten
zen-toggle-pin-tab-shortcut = Angepinnter Tab umschalten
zen-reader-mode-toggle-shortcut-other = Lesemodus umschalten zen-reader-mode-toggle-shortcut-other = Lesemodus umschalten
zen-picture-in-picture-toggle-shortcut = Bild-in-Bild umschalten zen-picture-in-picture-toggle-shortcut = Bild-in-Bild umschalten
zen-nav-reload-shortcut-2 = Seite neu laden zen-nav-reload-shortcut-2 = Seite neu laden
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Tab schließen
zen-compact-mode-shortcut-show-sidebar = Schwebende Seitenleiste umschalten zen-compact-mode-shortcut-show-sidebar = Schwebende Seitenleiste umschalten
zen-compact-mode-shortcut-show-toolbar = Schwebende Symbolleiste umschalten zen-compact-mode-shortcut-show-toolbar = Schwebende Symbolleiste umschalten
zen-compact-mode-shortcut-toggle = Kompaktmodus umschalten zen-compact-mode-shortcut-toggle = Kompaktmodus umschalten
zen-glance-expand = Glance erweitern
zen-workspace-shortcut-switch-1 = Zu Arbeitsbereich 1 wechseln zen-workspace-shortcut-switch-1 = Zu Arbeitsbereich 1 wechseln
zen-workspace-shortcut-switch-2 = Zu Arbeitsbereich 2 wechseln zen-workspace-shortcut-switch-2 = Zu Arbeitsbereich 2 wechseln
zen-workspace-shortcut-switch-3 = Zu Arbeitsbereich 3 wechseln zen-workspace-shortcut-switch-3 = Zu Arbeitsbereich 3 wechseln
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Geteilte Ansicht Raster umschalten
zen-split-view-shortcut-vertical = Geteilte Ansicht vertikal umschalten zen-split-view-shortcut-vertical = Geteilte Ansicht vertikal umschalten
zen-split-view-shortcut-horizontal = Geteilte Ansicht horizontal umschalten zen-split-view-shortcut-horizontal = Geteilte Ansicht horizontal umschalten
zen-split-view-shortcut-unsplit = Geteilte Ansicht schließen zen-split-view-shortcut-unsplit = Geteilte Ansicht schließen
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Tab #1 auswählen zen-key-select-tab-1 = Tab #1 auswählen
zen-key-select-tab-2 = Tab #2 auswählen zen-key-select-tab-2 = Tab #2 auswählen
zen-key-select-tab-3 = Tab #3 auswählen zen-key-select-tab-3 = Tab #3 auswählen

View File

@@ -2,14 +2,20 @@ zen-folders-search-placeholder =
.placeholder = { $folder-name } durchsuchen... .placeholder = { $folder-name } durchsuchen...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Ordner umbenennen .label = Ordner umbenennen
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Ordner ausklappen .label = Ordner auflösen
zen-folders-new-subfolder =
.label = Neuer Unterordner
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Ordner löschen .label = Ordner löschen
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Ordner in Arbeitsbereich konvertieren .label = Ordner in Arbeitsbereich umwandeln
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Arbeitsbereich wechseln... .label = Arbeitsbereich wechseln...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Symbol anpassen .label = Symbol ändern
zen-folders-search-no-results = Keine Tabs passend zu dieser Suche 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Aktive Tabs in diesem Ordner entladen
zen-folders-unload-folder =
.label = Alle Tabs entladen
zen-folders-search-no-results = Keine passenden Tabs gefunden 🤔

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Arbeitsbereich erstellen .label = Arbeitsbereich erstellen
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Ordner erstellen .label = Ordner erstellen
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Arbeitsbereich löschen .label = Arbeitsbereich löschen
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Arbeitsbereich erstellen zen-workspace-creation-header = Arbeitsbereich erstellen
zen-workspace-creation-label = Arbeitsbereiche werden verwendet, um Ihre Tabs und Sitzungen zu organisieren. zen-workspace-creation-label = Arbeitsbereiche werden verwendet, um Ihre Tabs und Sitzungen zu organisieren.
zen-workspaces-delete-workspace-title = Arbeitsbereich löschen? zen-workspaces-delete-workspace-title = Arbeitsbereich löschen?
zen-workspaces-delete-workspace-body = Sind Sie sicher, dass Sie diesen Arbeitsbereich löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden. zen-workspaces-delete-workspace-body = Sind Sie sicher, dass Sie { $name } löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Χώροι Εργασίας
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Ενεργοποίηση Εκφορτωτή Καρτέλας .label = Ενεργοποίηση Εκφορτωτή Καρτέλας
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Χρήση παρασκηνίου με θέμα για συμπαγή γραμμή εργαλειών .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Χρήση παρασκηνίου με θέμα για συμπαγή πλαϊνή γραμμή
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Συνεχεία από εκεί που σταματήσατε .label = Συνεχεία από εκεί που σταματήσατε
pane-zen-pinned-tab-manager-title = Καρφιτσωμένες Καρτέλες pane-zen-pinned-tab-manager-title = Καρφιτσωμένες Καρτέλες
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Έξοδος από Πλήρη Οθόνη
zen-ai-chatbot-sidebar-shortcut = Εναλλαγή Πλευρικής Μπάρας Συζήτησης AI zen-ai-chatbot-sidebar-shortcut = Εναλλαγή Πλευρικής Μπάρας Συζήτησης AI
zen-key-inspector-mac = Εναλλαγή Επιθεωρητή (Mac) zen-key-inspector-mac = Εναλλαγή Επιθεωρητή (Mac)
zen-toggle-sidebar-shortcut = Εναλλαγή Πλευρικής Μπάρας Firefox zen-toggle-sidebar-shortcut = Εναλλαγή Πλευρικής Μπάρας Firefox
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Εναλλαγή Λειτουργίας Ανάγνωσης zen-reader-mode-toggle-shortcut-other = Εναλλαγή Λειτουργίας Ανάγνωσης
zen-picture-in-picture-toggle-shortcut = Εναλλαγή Εικόνας-σε-Εικόνα zen-picture-in-picture-toggle-shortcut = Εναλλαγή Εικόνας-σε-Εικόνα
zen-nav-reload-shortcut-2 = Ανανέωση Σελίδας zen-nav-reload-shortcut-2 = Ανανέωση Σελίδας
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Κλείσιμο Καρτέλας
zen-compact-mode-shortcut-show-sidebar = Εναλλαγή Αιωρούμενης Πλευρικής Γραμμής zen-compact-mode-shortcut-show-sidebar = Εναλλαγή Αιωρούμενης Πλευρικής Γραμμής
zen-compact-mode-shortcut-show-toolbar = Εναλλαγή Αιωρούμενης Γραμμής Εργαλείων zen-compact-mode-shortcut-show-toolbar = Εναλλαγή Αιωρούμενης Γραμμής Εργαλείων
zen-compact-mode-shortcut-toggle = Εναλλαγή Συμπαγούς Λειτουργίας zen-compact-mode-shortcut-toggle = Εναλλαγή Συμπαγούς Λειτουργίας
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Εναλλαγή στο Χώρο Εργασίας 1 zen-workspace-shortcut-switch-1 = Εναλλαγή στο Χώρο Εργασίας 1
zen-workspace-shortcut-switch-2 = Εναλλαγή στο Χώρο Εργασίας 2 zen-workspace-shortcut-switch-2 = Εναλλαγή στο Χώρο Εργασίας 2
zen-workspace-shortcut-switch-3 = Εναλλαγή στο Χώρο Εργασίας 3 zen-workspace-shortcut-switch-3 = Εναλλαγή στο Χώρο Εργασίας 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Εναλλαγή Πλέγματος Διαιρε
zen-split-view-shortcut-vertical = Εναλλαγή Κάθετης Διαιρεμένης Προβολής zen-split-view-shortcut-vertical = Εναλλαγή Κάθετης Διαιρεμένης Προβολής
zen-split-view-shortcut-horizontal = Εναλλαγή Οριζόντιας Διαιρεμένης Προβολής zen-split-view-shortcut-horizontal = Εναλλαγή Οριζόντιας Διαιρεμένης Προβολής
zen-split-view-shortcut-unsplit = Κλείσιμο Διαιρεμένης Προβολής zen-split-view-shortcut-unsplit = Κλείσιμο Διαιρεμένης Προβολής
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Επιλογή καρτέλας #1 zen-key-select-tab-1 = Επιλογή καρτέλας #1
zen-key-select-tab-2 = Επιλογή καρτέλας #2 zen-key-select-tab-2 = Επιλογή καρτέλας #2
zen-key-select-tab-3 = Επιλογή καρτέλας #3 zen-key-select-tab-3 = Επιλογή καρτέλας #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Απόκρυψη όλων .label = Απόκρυψη όλων
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Νέος φάκελος .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Επέκταση Πλαϊνής στήλης .label = Επέκταση Πλαϊνής στήλης

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Δημιουργία Χώρου .label = Δημιουργία Χώρου
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Διαγραφή Χώρου Εργασίας .label = Διαγραφή Χώρου Εργασίας
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Προφίλ
zen-workspace-creation-header = Δημιουργία Χώρου zen-workspace-creation-header = Δημιουργία Χώρου
zen-workspace-creation-label = Οι χώροι χρησιμοποιούνται για την οργάνωση των καρτελών και των συνεδριών σας. zen-workspace-creation-label = Οι χώροι χρησιμοποιούνται για την οργάνωση των καρτελών και των συνεδριών σας.
zen-workspaces-delete-workspace-title = Διαγραφή Χώρου Εργασίας; zen-workspaces-delete-workspace-title = Διαγραφή Χώρου Εργασίας;
zen-workspaces-delete-workspace-body = Σίγουρα θέλετε να διαγράψετε αυτόν το χώρο εργασίας; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Enable Tab Unload .label = Enable Tab Unload
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Pinned Tabs
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Reload Page
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Switch to Workspace 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Switch to Workspace 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Hide both
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Workspace .label = Delete Workspace
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -57,8 +57,6 @@ zen-tabs-unloader-enabled =
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
@@ -259,6 +257,7 @@ zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Reload Page
@@ -293,6 +292,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Switch to Workspace 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Switch to Workspace 3
@@ -311,6 +311,7 @@ zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -23,4 +23,10 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -18,7 +18,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Hide both
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =

View File

@@ -7,6 +7,9 @@ zen-panel-ui-workspaces-create =
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Space .label = Delete Space
.accesskey = D .accesskey = D

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Habilitar suspensión de pestañas .label = Habilitar suspensión de pestañas
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Usar fondo temático para la barra de herramientas compacta .label = Usar fondo temático para la barra de herramientas compacta
zen-look-and-feel-compact-sidebar-themed =
.label = Usar fondo temático para la barra lateral compacta
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continúe donde lo dejó .label = Continúe donde lo dejó
pane-zen-pinned-tab-manager-title = Pestañas fijadas pane-zen-pinned-tab-manager-title = Pestañas fijadas
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Salir de pantalla completa
zen-ai-chatbot-sidebar-shortcut = Alternar barra lateral del chatbot de IA zen-ai-chatbot-sidebar-shortcut = Alternar barra lateral del chatbot de IA
zen-key-inspector-mac = Alternar inspector (Mac) zen-key-inspector-mac = Alternar inspector (Mac)
zen-toggle-sidebar-shortcut = Alternar barra lateral de Firefox zen-toggle-sidebar-shortcut = Alternar barra lateral de Firefox
zen-toggle-pin-tab-shortcut = Alternar fijar pestaña
zen-reader-mode-toggle-shortcut-other = Cambiar a modo lectura zen-reader-mode-toggle-shortcut-other = Cambiar a modo lectura
zen-picture-in-picture-toggle-shortcut = Cambiar a modo Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Cambiar a modo Picture-in-Picture
zen-nav-reload-shortcut-2 = Recargar página zen-nav-reload-shortcut-2 = Recargar página
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Cerrar pestaña
zen-compact-mode-shortcut-show-sidebar = Alternar barra lateral flotante zen-compact-mode-shortcut-show-sidebar = Alternar barra lateral flotante
zen-compact-mode-shortcut-show-toolbar = Alternar barra de herramientas flotante zen-compact-mode-shortcut-show-toolbar = Alternar barra de herramientas flotante
zen-compact-mode-shortcut-toggle = Alternar modo compacto zen-compact-mode-shortcut-toggle = Alternar modo compacto
zen-glance-expand = Expandir Glance
zen-workspace-shortcut-switch-1 = Cambiar a espacio de trabajo 1 zen-workspace-shortcut-switch-1 = Cambiar a espacio de trabajo 1
zen-workspace-shortcut-switch-2 = Cambiar a espacio de trabajo 2 zen-workspace-shortcut-switch-2 = Cambiar a espacio de trabajo 2
zen-workspace-shortcut-switch-3 = Cambiar a espacio de trabajo 3 zen-workspace-shortcut-switch-3 = Cambiar a espacio de trabajo 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Cambiar a vista dividida en cuadrícula
zen-split-view-shortcut-vertical = Cambiar a vista dividida vertical zen-split-view-shortcut-vertical = Cambiar a vista dividida vertical
zen-split-view-shortcut-horizontal = Cambiar a vista dividida horizontal zen-split-view-shortcut-horizontal = Cambiar a vista dividida horizontal
zen-split-view-shortcut-unsplit = Cerrar vista dividida zen-split-view-shortcut-unsplit = Cerrar vista dividida
zen-new-empty-split-view-shortcut = Nueva vista dividida vacía
zen-key-select-tab-1 = Seleccionar pestaña 1 zen-key-select-tab-1 = Seleccionar pestaña 1
zen-key-select-tab-2 = Seleccionar pestaña 2 zen-key-select-tab-2 = Seleccionar pestaña 2
zen-key-select-tab-3 = Seleccionar pestaña 3 zen-key-select-tab-3 = Seleccionar pestaña 3

View File

@@ -2,14 +2,20 @@ zen-folders-search-placeholder =
.placeholder = Buscar { $folder-name }... .placeholder = Buscar { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Renombrar carpeta .label = Renombrar carpeta
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expandir carpeta .label = Desempaquetar carpeta
zen-folders-new-subfolder =
.label = Nueva subcarpeta
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Borrar carpeta .label = Eliminar carpeta
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convertir carpeta en espacio .label = Convertir carpeta en espacio
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Cambiar espacio... .label = Cambiar espacio...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Cambiar icono .label = Cambiar icono
zen-folders-unload-all-tooltip =
.tooltiptext = Suspensión activa en esta carpeta
zen-folders-unload-folder =
.label = Suspender todas las pestañas
zen-folders-search-no-results = Ninguna pestaña coincide con esa búsqueda 🤔 zen-folders-search-no-results = Ninguna pestaña coincide con esa búsqueda 🤔

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Crear espacio .label = Crear espacio
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Crear carpeta .label = Crear carpeta
zen-panel-ui-new-empty-split =
.label = Nueva división
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Eliminar espacio de trabajo .label = Eliminar espacio de trabajo
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Perfil
zen-workspace-creation-header = Crear un espacio zen-workspace-creation-header = Crear un espacio
zen-workspace-creation-label = Los espacios se utilizan para organizar sus pestañas y sesiones. zen-workspace-creation-label = Los espacios se utilizan para organizar sus pestañas y sesiones.
zen-workspaces-delete-workspace-title = ¿Eliminar espacio de trabajo? zen-workspaces-delete-workspace-title = ¿Eliminar espacio de trabajo?
zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar este espacio de trabajo? Esta acción no se puede deshacer. zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar { $name }? Esta acción no se puede deshacer.

View File

@@ -12,12 +12,12 @@ sync-engine-workspaces =
.label = Tööruumid .label = Tööruumid
.tooltiptext = Sünkroniseeri tööruume seadmete vahel .tooltiptext = Sünkroniseeri tööruume seadmete vahel
.accesskey = t .accesskey = t
zen-glance-title = Pilk zen-glance-title = Glance
zen-glance-header = Pilgu üldised sätted zen-glance-header = Pilgu üldised sätted
zen-glance-description = Saa kiire ülevaade linkidest ilma uut kaarti avamata zen-glance-description = Saa kiire ülevaade linkidest ilma uut kaarti avamata
zen-glance-trigger-label = Aktiveerimise viis zen-glance-trigger-label = Aktiveerimise viis
zen-glance-enabled = zen-glance-enabled =
.label = Luba Pilk .label = Luba Glance
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + Klõps .label = Ctrl + Klõps
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
@@ -44,10 +44,8 @@ zen-tabs-unloader-enabled =
.label = Luba kaartide mälust eemaldamine .label = Luba kaartide mälust eemaldamine
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Kasuta kompaktsel tööriistaribal teema poolt küljendatud tausta .label = Kasuta kompaktsel tööriistaribal teema poolt küljendatud tausta
zen-look-and-feel-compact-sidebar-themed =
.label = Kasuta kompaktsel külgribal teema poolt küljendatud tausta
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Jätka sealt, kus eelmine kord pooleli jäi
pane-zen-pinned-tab-manager-title = Püsikaardid pane-zen-pinned-tab-manager-title = Püsikaardid
zen-pinned-tab-manager-header = Püsikaartide üldised sätted zen-pinned-tab-manager-header = Püsikaartide üldised sätted
zen-pinned-tab-manager-description = Halda püsikaartide täiendavat käitumist zen-pinned-tab-manager-description = Halda püsikaartide täiendavat käitumist
@@ -94,29 +92,29 @@ zen-vertical-tabs-expand-tabs-header = Kuidas kaarte laiendatakse
zen-vertical-tabs-expand-tabs-description = Vali kuidas laiendatakse kaarte külgribal zen-vertical-tabs-expand-tabs-description = Vali kuidas laiendatakse kaarte külgribal
zen-theme-marketplace-header = Zen Mods zen-theme-marketplace-header = Zen Mods
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = Keela kõik muudatused .title = Keela kõik mods-id
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
.title = Luba kõik muudatused .title = Luba kõik muudatused
zen-theme-marketplace-description = Otsi ja paigalda muudatusi veebipoest. zen-theme-marketplace-description = Otsi ja paigalda mods-e veebipoest.
zen-theme-marketplace-remove-button = zen-theme-marketplace-remove-button =
.label = Eemalda muudatus .label = Eemalda mod
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = Kontrolli uuendusi .label = Kontrolli uuendusi
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
.label = Import mods .label = Impordi Mods-id
zen-theme-marketplace-export-button = zen-theme-marketplace-export-button =
.label = Export Mods .label = Ekspordi Mods-id
zen-theme-marketplace-import-success = Mods imported successfully zen-theme-marketplace-import-success = Mods-id on edukalt imporditud
zen-theme-marketplace-import-failure = There was an error importing the mods zen-theme-marketplace-import-failure = Mods-ide importimisel tekkis viga
zen-theme-marketplace-export-success = Mods exported successfully zen-theme-marketplace-export-success = Mods-id on edukalt eksporditud
zen-theme-marketplace-export-failure = There was an error exporting the mods zen-theme-marketplace-export-failure = Mods-ide eksportimisel tekkis viga
zen-theme-marketplace-updates-success = Muudatused on edukalt uuendatud zen-theme-marketplace-updates-success = Mods-id on edukalt uuendatud
zen-theme-marketplace-updates-failure = Couldn't find any updates! zen-theme-marketplace-updates-failure = Uuendusi ei leitud!
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = Keela muudatus .title = Keela mod
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
.title = Luba muudatus .title = Luba mod
zen-theme-marketplace-remove-confirmation = Oled sa kindel, et soovid eemaldada selle muudatuse? zen-theme-marketplace-remove-confirmation = Oled sa kindel, et soovid eemaldada selle mod-i?
zen-theme-marketplace-close-modal = Sulge zen-theme-marketplace-close-modal = Sulge
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = CSS selektor: { $name } .title = CSS selektor: { $name }
@@ -126,7 +124,7 @@ zen-theme-marketplace-input-default-placeholder =
.placeholder = Sisesta midagi... .placeholder = Sisesta midagi...
pane-zen-marketplace-title = Zen Mods pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update = zen-themes-auto-update =
.label = Automatically update installed mods on startup .label = Uuenda paigaldatud mods-e brauseri avamisel automaatselt
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Konteineri kaartide avamisel lülitu tööruumi kuhu konteiner on vaikimisi määratud .label = Konteineri kaartide avamisel lülitu tööruumi kuhu konteiner on vaikimisi määratud
zen-theme-marketplace-link = Külasta veebipoodi zen-theme-marketplace-link = Külasta veebipoodi
@@ -171,7 +169,7 @@ zenCKSOption-group-zen-compact-mode = Kompaktne režiim
zenCKSOption-group-zen-workspace = Tööruumid zenCKSOption-group-zen-workspace = Tööruumid
zenCKSOption-group-zen-other = Muud Zeni funktsioonid zenCKSOption-group-zen-other = Muud Zeni funktsioonid
zenCKSOption-group-zen-split-view = Jaotatud vaade zenCKSOption-group-zen-split-view = Jaotatud vaade
zenCKSOption-group-devTools = Developer Tools zenCKSOption-group-devTools = Arendaja tööriistad
zen-key-quick-restart = Kiirtaaskävitus zen-key-quick-restart = Kiirtaaskävitus
zen-window-new-shortcut = Uus aken zen-window-new-shortcut = Uus aken
zen-tab-new-shortcut = Uus kaart zen-tab-new-shortcut = Uus kaart
@@ -185,7 +183,7 @@ zen-text-action-redo-shortcut = Tee uuesti
zen-text-action-cut-shortcut = Lõika zen-text-action-cut-shortcut = Lõika
zen-text-action-copy-shortcut = Kopeeri zen-text-action-copy-shortcut = Kopeeri
zen-text-action-copy-url-shortcut = Kopeeri praegune URL zen-text-action-copy-url-shortcut = Kopeeri praegune URL
zen-text-action-copy-url-markdown-shortcut = Copy current URL as Markdown zen-text-action-copy-url-markdown-shortcut = Kopeeri praegune URL Markdown-i märgendina
zen-text-action-paste-shortcut = Aseta zen-text-action-paste-shortcut = Aseta
zen-text-action-select-all-shortcut = Vali kõik zen-text-action-select-all-shortcut = Vali kõik
zen-text-action-delete-shortcut = Kustuta zen-text-action-delete-shortcut = Kustuta
@@ -220,9 +218,10 @@ zen-nav-fwd-shortcut-alt = Navigeeri edasi (alternatiivne)
zen-history-show-all-shortcut = Näita kogu ajalugu zen-history-show-all-shortcut = Näita kogu ajalugu
zen-key-enter-full-screen = Täisekraanirežiim zen-key-enter-full-screen = Täisekraanirežiim
zen-key-exit-full-screen = Välju täisekraanirežiimist zen-key-exit-full-screen = Välju täisekraanirežiimist
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Lülita AI vestlusroboti külgriba sisse/välja
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Lülita inspekteerija sisse/välja (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Lülita Firefoxi külgriba sisse/välja
zen-toggle-pin-tab-shortcut = Lülita püsikaardiks märkimine sisse/välja
zen-reader-mode-toggle-shortcut-other = Lülita lugejarežiim sisse/välja zen-reader-mode-toggle-shortcut-other = Lülita lugejarežiim sisse/välja
zen-picture-in-picture-toggle-shortcut = Lülita pilt-pildis sisse/välja zen-picture-in-picture-toggle-shortcut = Lülita pilt-pildis sisse/välja
zen-nav-reload-shortcut-2 = Laadi leht uuesti zen-nav-reload-shortcut-2 = Laadi leht uuesti
@@ -239,9 +238,9 @@ zen-key-stop = Peata laadimine
zen-full-zoom-reduce-shortcut = Vähenda zen-full-zoom-reduce-shortcut = Vähenda
zen-full-zoom-enlarge-shortcut = Suurenda zen-full-zoom-enlarge-shortcut = Suurenda
zen-full-zoom-reset-shortcut = Lähtesta suurendamine zen-full-zoom-reset-shortcut = Lähtesta suurendamine
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt) zen-full-zoom-reset-shortcut-alt = Lähtesta suurendamine (Alternatiivne)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt) zen-full-zoom-enlarge-shortcut-alt = Suurenda (Alternatiivne)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2) zen-full-zoom-enlarge-shortcut-alt2 = Suurenda (Alternatiivne 2)
zen-bidi-switch-direction-shortcut = Muuda teksti suunda zen-bidi-switch-direction-shortcut = Muuda teksti suunda
zen-private-browsing-shortcut = Ava privaatne aken zen-private-browsing-shortcut = Ava privaatne aken
zen-screenshot-shortcut = Tee ekraanipilt zen-screenshot-shortcut = Tee ekraanipilt
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Sulge kaart
zen-compact-mode-shortcut-show-sidebar = Lülita hõljuv külgriba sisse/välja zen-compact-mode-shortcut-show-sidebar = Lülita hõljuv külgriba sisse/välja
zen-compact-mode-shortcut-show-toolbar = Lülita hõljuv tööriistariba sisse/välja zen-compact-mode-shortcut-show-toolbar = Lülita hõljuv tööriistariba sisse/välja
zen-compact-mode-shortcut-toggle = Lülita kompaktne režiim sisse/välja zen-compact-mode-shortcut-toggle = Lülita kompaktne režiim sisse/välja
zen-glance-expand = Laienda Glance
zen-workspace-shortcut-switch-1 = Lülitu tööruumi 1 zen-workspace-shortcut-switch-1 = Lülitu tööruumi 1
zen-workspace-shortcut-switch-2 = Lülitu tööruumi 2 zen-workspace-shortcut-switch-2 = Lülitu tööruumi 2
zen-workspace-shortcut-switch-3 = Lülitu tööruumi 3 zen-workspace-shortcut-switch-3 = Lülitu tööruumi 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Lülita jaotatud vaate ruudustik sisse/välja
zen-split-view-shortcut-vertical = Lülita vertikaalne jaotatud vaade sisse/välja zen-split-view-shortcut-vertical = Lülita vertikaalne jaotatud vaade sisse/välja
zen-split-view-shortcut-horizontal = Lülita horisontaalne jaotatud vaade sisse/välja zen-split-view-shortcut-horizontal = Lülita horisontaalne jaotatud vaade sisse/välja
zen-split-view-shortcut-unsplit = Sulge jaotatud vaade zen-split-view-shortcut-unsplit = Sulge jaotatud vaade
zen-new-empty-split-view-shortcut = Uus tühi jaotatud vaade
zen-key-select-tab-1 = Lülitu kaardile 1 zen-key-select-tab-1 = Lülitu kaardile 1
zen-key-select-tab-2 = Lülitu kaardile 2 zen-key-select-tab-2 = Lülitu kaardile 2
zen-key-select-tab-3 = Lülitu kaardile 3 zen-key-select-tab-3 = Lülitu kaardile 3
@@ -288,16 +289,16 @@ zen-key-goto-history = Ava ajalugu
zen-key-go-home = Avaleht zen-key-go-home = Avaleht
zen-bookmark-show-sidebar-shortcut = Kuva järjehoidjate külgriba zen-bookmark-show-sidebar-shortcut = Kuva järjehoidjate külgriba
zen-bookmark-show-toolbar-shortcut = Kuva järjehoidjariba zen-bookmark-show-toolbar-shortcut = Kuva järjehoidjariba
zen-devtools-toggle-shortcut = Toggle DevTools zen-devtools-toggle-shortcut = Lülita arendaja tööriistad sisse/välja
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox zen-devtools-toggle-browser-toolbox-shortcut = Lülita brauseri tööriistakast sisse/välja
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console zen-devtools-toggle-browser-console-shortcut = Lülita brauseri konsool sisse/välja
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode zen-devtools-toggle-responsive-design-mode-shortcut = Lülita reageeriva disaini režiim sisse/välja
zen-devtools-toggle-inspector-shortcut = Toggle Inspector zen-devtools-toggle-inspector-shortcut = Lülita inspekteerija sisse/välja
zen-devtools-toggle-web-console-shortcut = Toggle Web Console zen-devtools-toggle-web-console-shortcut = Lülita veebikonsool sisse/välja
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger zen-devtools-toggle-js-debugger-shortcut = Lülita JavaScripti siluja sisse/välja
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor zen-devtools-toggle-net-monitor-shortcut = Lülita võrgu jälgija sisse/välja
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor zen-devtools-toggle-style-editor-shortcut = Lülita stiilide redaktor sisse/välja
zen-devtools-toggle-performance-shortcut = Toggle Performance zen-devtools-toggle-performance-shortcut = Lülita jõudluse sektsioon sisse/välja
zen-devtools-toggle-storage-shortcut = Toggle Storage zen-devtools-toggle-storage-shortcut = Lülita mälu sektsioon sisse/välja
zen-devtools-toggle-dom-shortcut = Toggle DOM zen-devtools-toggle-dom-shortcut = Lülita DOM sisse/välja
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility zen-devtools-toggle-accessibility-shortcut = Lülita ligipääsetavuse sektsioon sisse/välja

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Otsi kaustast { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Nimeta kaust ümber
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Paki kaust lahti
zen-folders-new-subfolder =
.label = Uus alamkaust
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Kustuta kaust
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Teisenda kaust tööruumiks
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Liiguta tööruumi...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Muuda ikooni
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Eemalda mälust selle kausta aktiivsed kaardid
zen-folders-unload-folder =
.label = Eemalda mälust kõik kaardid
zen-folders-search-no-results = Otsingule ei vasta ühtegi kaarti 🤔

View File

@@ -2,49 +2,49 @@ zen-panel-ui-current-profile-text = praegune profiil
unified-extensions-description = Laiendusi kasutatakse täiendava funktsionaalsuse lisamiseks { -brand-short-name }i. unified-extensions-description = Laiendusi kasutatakse täiendava funktsionaalsuse lisamiseks { -brand-short-name }i.
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = Lähtesta püsikaart .label = Lähtesta püsikaart
.accesskey = R .accesskey = p
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials ({ $num } / 12 slots filled) .label = Märgi oluliseks ({ $num } / 12 täidetud)
.accesskey = E .accesskey = o
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Eemalda olulistest .label = Eemalda olulistest
.accesskey = R .accesskey = o
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Asenda püsikaardi URL praegusega .label = Asenda püsikaardi URL praegusega
.accesskey = C .accesskey = p
zen-themes-corrupted = Sinu { -brand-short-name } muudatuste fail on vigane. See on nüüd lähtestatud vaikimisi teemaks. zen-themes-corrupted = Sinu { -brand-short-name } mods-ide fail on vigane. See on nüüd lähtestatud vaikimisi teemaks.
zen-shortcuts-corrupted = Sinu { -brand-short-name } otseteede fail on vigane. See on nüüd lähtestatud vaikimisi otseteedeks. zen-shortcuts-corrupted = Sinu { -brand-short-name } otseteede fail on vigane. See on nüüd lähtestatud vaikimisi otseteedeks.
# note: Do not translate the "<br/>" tags in the following string # note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification = zen-new-urlbar-notification =
The new URL bar has been enabled, removing the need for new tab pages.<br/><br/> Uus asukohariba on sisse lülitatud, mistõttu pole enam uue kaardi lehte tarvis.<br/><br/>
Try opening a new tab to see the new URL bar in action! Proovi avada uut kaarti, et näha uut asukohariba!
zen-disable = Disable zen-disable = Lülita välja
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = Minimize .aria-label = Minimeeri
.tooltip = Minimize .tooltip = Minimeeri
zen-panel-ui-gradient-generator-custom-color = Kohandatud värv zen-panel-ui-gradient-generator-custom-color = Kohandatud värv
zen-panel-ui-gradient-generator-saved-message = Värviüleminek on edukalt salvestatud! zen-panel-ui-gradient-generator-saved-message = Värviüleminek on edukalt salvestatud!
zen-copy-current-url-confirmation = URL kopeeriti lõikelauale. zen-copy-current-url-confirmation = URL kopeeriti lõikelauale.
zen-general-cancel-label = zen-general-cancel-label =
.label = Cancel .label = Tühista
zen-general-confirm = zen-general-confirm =
.label = Kinnita .label = Kinnita
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL. zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL.
zen-tabs-renamed = Tab has been successfully renamed! zen-tabs-renamed = Kaart on edukalt ümber nimetatud!
zen-background-tab-opened-toast = New background tab opened! zen-background-tab-opened-toast = Taustal avati uus kaart!
zen-workspace-renamed-toast = Workspace has been successfully renamed! zen-workspace-renamed-toast = Tööruum on edukalt ümber nimetatud!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Spaces .label = Tööruumid
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Mods .label = Mods-id
# note: Do not translate the "<br/>" tags in the following string # note: Do not translate the "<br/>" tags in the following string
zen-learn-more-text = Rohkem teavet zen-learn-more-text = Rohkem teavet
zen-close-label = Sulge zen-close-label = Sulge
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search... .placeholder = Otsi...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emojid
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Ikoonid

View File

@@ -15,22 +15,22 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Peida mõlemad .label = Peida mõlemad
.accesskey = P .accesskey = P
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = Uus kaust
.accesskey = N .accesskey = U
sidebar-zen-expand = sidebar-zen-expand =
.label = Laienda külgriba .label = Laienda külgriba
sidebar-zen-create-new = sidebar-zen-create-new =
.label = Create New... .label = Loo uus...
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Unload and switch to tab [one] Eemalda mälust ning vaheta kaarti
*[other] Unload { $tabCount } tabs and switch to the first *[other] Eemalda mälust { $tabCount } kaarti ning vaheta esimesele kaardile
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Reset and pin tab [one] Lähtesta ja tee püsikaardiks
*[other] Reset and pin { $tabCount } tabs *[other] Lähtesta ja tee püsikaardiks { $tabCount } kaarti
} }
tab-reset-pin-label = Back to pinned url tab-reset-pin-label = Tagasi püsikaardi URL-ile

View File

@@ -4,24 +4,24 @@
zen-welcome-title-line1 = Tere tulemast zen-welcome-title-line1 = Tere tulemast
zen-welcome-title-line2 = rahulikumasse internetti zen-welcome-title-line2 = rahulikumasse internetti
zen-welcome-import-title = A Fresh Start, Same Bookmarks zen-welcome-import-title = Värske algus, samad järjehoidjad
zen-welcome-import-description-1 = Your bookmarks, history, and passwords are like a trail of breadcrumbs through the internet—dont leave them behind! zen-welcome-import-description-1 = Sinu järjehoidjad, ajalugu ja paroolid on nagu seni läbitud rada internetis—ära jäta seda maha!
zen-welcome-import-description-2 = Easily bring them over from another browser and pick up right where you left off.. zen-welcome-import-description-2 = Easily bring them over from another browser and pick up right where you left off..
zen-welcome-import-button = Import now zen-welcome-import-button = Impordi nüüd
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser zen-welcome-set-default-browser = Määra { -brand-short-name } oma vaikebrauseriks
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser zen-welcome-dont-set-default-browser = ÄRA määra { -brand-short-name } oma vaikebrauseriks
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach zen-welcome-initial-essentials-title = Sinu põhilised kaardid, alati käeulatuses
zen-welcome-initial-essentials-description-1 = Keep your most important tabs easily accessible and always at hand, no matter how many you open. zen-welcome-initial-essentials-description-1 = Hoia oma kõige olulisemad kaardid hõlpsalt juurdepääsetavad ning käeulatuses, hoolimata sellest, kui mitu neid avad.
zen-welcome-initial-essentials-description-2 = Essential tabs are always visible, no matter what workspace you are in. zen-welcome-initial-essentials-description-2 = Olulised kaardid on alati nähtavad sõltumata sellest, millises tööruumis hetkel oled.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors zen-welcome-workspace-colors-title = Sinu tööruumid, sinu värvid
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity. zen-welcome-workspace-colors-description = Isikupärasta oma brauser, andes igale tööruumile omapärase värvitooni.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
All set?<br/> Valmis?<br/>
Lets get rolling! Alustame!
zen-welcome-start-browsing-description-1 = Youre all set up and ready to go. Click the button below to start browsing with { -brand-short-name }. zen-welcome-start-browsing-description-1 = Kõik on valmis. { -brand-short-name }iga sirvimise alustamiseks klõpsake alloleval nupul.
zen-welcome-start-browsing = Dive in! zen-welcome-start-browsing = Hakkame pihta!
zen-welcome-default-search-title = Your Default Search Engine zen-welcome-default-search-title = Sinu vaikimisi otsingumootor
zen-welcome-default-search-description = Choose your default search engine. You can always change it later! zen-welcome-default-search-description = Vali oma vaikimisi otsingumootor. Saad seda alati hiljem muuta!
zen-welcome-skip-button = Skip zen-welcome-skip-button = Jäta vahele
zen-welcome-next-action = Next zen-welcome-next-action = Edasi
zen-welcome-finished = Your Zen has been set up correctly! zen-welcome-finished = Zen on edukalt seadistatud!

View File

@@ -1,21 +1,23 @@
zen-panel-ui-workspaces-text = Tööruumid zen-panel-ui-workspaces-text = Tööruumid
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = Uus tööruum
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Uus kaust
zen-panel-ui-new-empty-split =
.label = Uus jaotatud vaade
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Kustuta tööruum .label = Kustuta tööruum
.accesskey = K .accesskey = K
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Change Name .label = Nimeta ümber
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Change Icon .label = Muuda ikooni
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profile .label = Määra profiil
zen-workspaces-how-to-reorder-title = How to reorder spaces zen-workspaces-how-to-reorder-title = Kuidas vahetada tööruumide järjestust
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them zen-workspaces-how-to-reorder-desc = Lohista tööruumide ikoone külgriba alumises servas, et nende järjestust muuta
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Edit Theme .label = Muuda teemat
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Ava tööruum .label = Ava tööruum
.accesskey = A .accesskey = A
@@ -29,23 +31,23 @@ zen-bookmark-edit-panel-workspace-selector =
.value = Tööruumid .value = Tööruumid
.accesskey = T .accesskey = T
zen-panel-ui-gradient-generator-algo-complementary = zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary .label = Täiendvärvid
zen-panel-ui-gradient-generator-algo-splitComplementary = zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split .label = Täiendvärvide kolmik
zen-panel-ui-gradient-generator-algo-analogous = zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous .label = Lähedased värvid
zen-panel-ui-gradient-generator-algo-triadic = zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic .label = Kolmkõla
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = Floating .label = Hõljuv
zen-panel-ui-gradient-click-to-add = Click to add a color zen-panel-ui-gradient-click-to-add = Klõpsa värvi lisamiseks
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Space Name .placeholder = Tööruumi nimi
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Reorder Spaces .label = Muuda tööruumide järjestust
zen-workspace-creation-profile = Profile zen-workspace-creation-profile = Profiil
.tooltiptext = Profiles are used to separate cookies and site data between spaces. .tooltiptext = Profiile kasutatakse küpsiste ning saidi andmete eraldamiseks tööruumide vahel.
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Loo uus tööruum
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Tööruume kasutatakse kaartide ja sessioonide organiseerimiseks.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Kas oled kindel, et soovid kustutada tööruumi { $name }? Seda tegevust ei saa tagasi võtta.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Enable Tab Unloader .label = Enable Tab Unloader
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Pinned Tabs
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Reload Page
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Switch to Workspace 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Switch to Workspace 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Hide both
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = حذف فضای کاری .label = حذف فضای کاری
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Työtilat
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Ota Käyttöön välilehden purkaminen .label = Ota Käyttöön välilehden purkaminen
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Käytä teemoitettua taustaa kompaktissa työkalupalkissa .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Käytä teemoitettua taustaa kompaktissa sivupalkissa
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = Kiinnitetyt Välilehdet pane-zen-pinned-tab-manager-title = Kiinnitetyt Välilehdet
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Poistu Koko Näyttötilasta
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Vaihda Lukijan Tila zen-reader-mode-toggle-shortcut-other = Vaihda Lukijan Tila
zen-picture-in-picture-toggle-shortcut = Vaihda Kuva Kuvaksi zen-picture-in-picture-toggle-shortcut = Vaihda Kuva Kuvaksi
zen-nav-reload-shortcut-2 = Lataa Sivu Uudelleen zen-nav-reload-shortcut-2 = Lataa Sivu Uudelleen
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Sulje Välilehti
zen-compact-mode-shortcut-show-sidebar = Ota käyttöön Kelluva Sivupalkki zen-compact-mode-shortcut-show-sidebar = Ota käyttöön Kelluva Sivupalkki
zen-compact-mode-shortcut-show-toolbar = Ota käyttöön Kelluva Työkalurivi zen-compact-mode-shortcut-show-toolbar = Ota käyttöön Kelluva Työkalurivi
zen-compact-mode-shortcut-toggle = Ota käyttöön Kompaktitila zen-compact-mode-shortcut-toggle = Ota käyttöön Kompaktitila
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Vaihda työtilaan 1 zen-workspace-shortcut-switch-1 = Vaihda työtilaan 1
zen-workspace-shortcut-switch-2 = Vaihda työtilaan 2 zen-workspace-shortcut-switch-2 = Vaihda työtilaan 2
zen-workspace-shortcut-switch-3 = Vaihda työtilaan 3 zen-workspace-shortcut-switch-3 = Vaihda työtilaan 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Vaihda Jaettu Näkymä ruudukkoon
zen-split-view-shortcut-vertical = Vaihda Jaettu Näkymä Pystysuunnassa zen-split-view-shortcut-vertical = Vaihda Jaettu Näkymä Pystysuunnassa
zen-split-view-shortcut-horizontal = Vaihda Jaettu Näkymä Vaakasuoraan zen-split-view-shortcut-horizontal = Vaihda Jaettu Näkymä Vaakasuoraan
zen-split-view-shortcut-unsplit = Sulje Jaettu Näkymä zen-split-view-shortcut-unsplit = Sulje Jaettu Näkymä
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Valitse välilehti #1 zen-key-select-tab-1 = Valitse välilehti #1
zen-key-select-tab-2 = Valitse välilehti #2 zen-key-select-tab-2 = Valitse välilehti #2
zen-key-select-tab-3 = Valitse välilehti #3 zen-key-select-tab-3 = Valitse välilehti #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Piilota molemmat .label = Piilota molemmat
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Poista Työtila .label = Poista Työtila
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -10,14 +10,14 @@ zen-layout-collapsed-toolbar = Barre doutils réduite
sync-currently-syncing-workspaces = Espaces de travail sync-currently-syncing-workspaces = Espaces de travail
sync-engine-workspaces = sync-engine-workspaces =
.label = Espaces de travail .label = Espaces de travail
.tooltiptext = Synchroniser vos espaces de travail sur plusieurs appareils .tooltiptext = Synchronisez vos espaces de travail sur plusieurs appareils
.accesskey = W .accesskey = W
zen-glance-title = Aperçu zen-glance-title = Glance
zen-glance-header = Paramètres généraux dAperçu zen-glance-header = Paramètres généraux de Glance
zen-glance-description = Obtenez un aperçu rapide de vos liens, sans les ouvrir dans un nouvel onglet zen-glance-description = Obtenez un aperçu rapide de vos liens, sans les ouvrir dans un nouvel onglet
zen-glance-trigger-label = Méthode de déclenchement zen-glance-trigger-label = Méthode de déclenchement
zen-glance-enabled = zen-glance-enabled =
.label = Activer Aperçu .label = Activer Glance
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + clic .label = Ctrl + clic
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Espaces de travail
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Activer le déchargement des onglets .label = Activer le déchargement des onglets
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Utiliser larrière-plan du thème pour la barre doutils compacte .label = Utiliser larrière-plan du thème pour la barre doutils en mode compact
zen-look-and-feel-compact-sidebar-themed =
.label = Utiliser larrière-plan du thème pour la barre latérale compacte
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continuez là où vous vous êtes arrêté .label = Continuez là où vous vous êtes arrêté
pane-zen-pinned-tab-manager-title = Onglets épinglés pane-zen-pinned-tab-manager-title = Onglets épinglés
@@ -54,7 +52,7 @@ zen-pinned-tab-manager-description = Gérer le comportement supplémentaire des
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Au démarrage, restaurer les onglets épinglés à leur URL dorigine .label = Au démarrage, restaurer les onglets épinglés à leur URL dorigine
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Activer les Essentiels spécifiques aux conteneurs .label = Activer les Essentials spécifiques aux conteneurs
zen-pinned-tab-manager-close-shortcut-behavior-label = Comportement du raccourci pour fermer l'onglet zen-pinned-tab-manager-close-shortcut-behavior-label = Comportement du raccourci pour fermer l'onglet
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Réinitialiser lURL, décharger et passer à longlet suivant .label = Réinitialiser lURL, décharger et passer à longlet suivant
@@ -70,7 +68,7 @@ zen-pinned-tab-manager-close-close-shortcut-option =
.label = Fermer longlet .label = Fermer longlet
pane-zen-workspaces-header = Espaces de travail pane-zen-workspaces-header = Espaces de travail
zen-settings-workspaces-header = Paramètres généraux des espaces de travail zen-settings-workspaces-header = Paramètres généraux des espaces de travail
zen-settings-workspaces-description = Avec des espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois! zen-settings-workspaces-description = Avec les espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = Activer les espaces de travail .label = Activer les espaces de travail
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
@@ -99,7 +97,7 @@ zen-theme-disable-all-disabled =
.title = Activer tous les mods .title = Activer tous les mods
zen-theme-marketplace-description = Trouvez et installez des mods à partir du magasin. zen-theme-marketplace-description = Trouvez et installez des mods à partir du magasin.
zen-theme-marketplace-remove-button = zen-theme-marketplace-remove-button =
.label = Supprimer le thème .label = Supprimer le mod
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = Vérifier les mises à jour .label = Vérifier les mises à jour
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
@@ -113,10 +111,10 @@ zen-theme-marketplace-export-failure = Une erreur s'est produite lors de l'expor
zen-theme-marketplace-updates-success = Mods mis à jour avec succès zen-theme-marketplace-updates-success = Mods mis à jour avec succès
zen-theme-marketplace-updates-failure = Impossible de trouver des mises à jour ! zen-theme-marketplace-updates-failure = Impossible de trouver des mises à jour !
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = Désactiver le thème .title = Désactiver le mod
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
.title = Activer le thème .title = Activer le mod
zen-theme-marketplace-remove-confirmation = Êtes-vous sûr de vouloir supprimer ce thème? zen-theme-marketplace-remove-confirmation = Êtes-vous sûr de vouloir supprimer ce mod ?
zen-theme-marketplace-close-modal = Fermer zen-theme-marketplace-close-modal = Fermer
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = Sélecteur CSS: { $name } .title = Sélecteur CSS: { $name }
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Quitter le mode plein écran
zen-ai-chatbot-sidebar-shortcut = Activer/désactiver la barre latérale de discussion IA zen-ai-chatbot-sidebar-shortcut = Activer/désactiver la barre latérale de discussion IA
zen-key-inspector-mac = Activer/désactiver linspecteur (macOS) zen-key-inspector-mac = Activer/désactiver linspecteur (macOS)
zen-toggle-sidebar-shortcut = Activer/désactiver la barre latérale de Firefox zen-toggle-sidebar-shortcut = Activer/désactiver la barre latérale de Firefox
zen-toggle-pin-tab-shortcut = Activer/désactiver Épingler l'onglet
zen-reader-mode-toggle-shortcut-other = Activer/désactiver le mode lecture zen-reader-mode-toggle-shortcut-other = Activer/désactiver le mode lecture
zen-picture-in-picture-toggle-shortcut = Activer/désactiver le mode inscrutation zen-picture-in-picture-toggle-shortcut = Activer/désactiver le mode inscrutation
zen-nav-reload-shortcut-2 = Recharger la page zen-nav-reload-shortcut-2 = Recharger la page
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Fermer longlet
zen-compact-mode-shortcut-show-sidebar = Activer/désactiver la barre latérale flottante zen-compact-mode-shortcut-show-sidebar = Activer/désactiver la barre latérale flottante
zen-compact-mode-shortcut-show-toolbar = Activer/désactiver la barre doutils flottante zen-compact-mode-shortcut-show-toolbar = Activer/désactiver la barre doutils flottante
zen-compact-mode-shortcut-toggle = Activer/désactiver le mode compact zen-compact-mode-shortcut-toggle = Activer/désactiver le mode compact
zen-glance-expand = Agrandir Glance
zen-workspace-shortcut-switch-1 = Basculer vers lespace de travail 1 zen-workspace-shortcut-switch-1 = Basculer vers lespace de travail 1
zen-workspace-shortcut-switch-2 = Basculer vers lespace de travail 2 zen-workspace-shortcut-switch-2 = Basculer vers lespace de travail 2
zen-workspace-shortcut-switch-3 = Basculer vers lespace de travail 3 zen-workspace-shortcut-switch-3 = Basculer vers lespace de travail 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Activer/désactiver la vue fractionnée en grille
zen-split-view-shortcut-vertical = Activer/désactiver la vue fractionnée verticale zen-split-view-shortcut-vertical = Activer/désactiver la vue fractionnée verticale
zen-split-view-shortcut-horizontal = Activer/désactiver la vue fractionnée horizontale zen-split-view-shortcut-horizontal = Activer/désactiver la vue fractionnée horizontale
zen-split-view-shortcut-unsplit = Fermer la vue fractionnée zen-split-view-shortcut-unsplit = Fermer la vue fractionnée
zen-new-empty-split-view-shortcut = Nouvelle vue fractionnée vide
zen-key-select-tab-1 = Sélectionner longlet nᵒ1 zen-key-select-tab-1 = Sélectionner longlet nᵒ1
zen-key-select-tab-2 = Sélectionner longlet nᵒ2 zen-key-select-tab-2 = Sélectionner longlet nᵒ2
zen-key-select-tab-3 = Sélectionner longlet nᵒ3 zen-key-select-tab-3 = Sélectionner longlet nᵒ3

View File

@@ -2,14 +2,20 @@ zen-folders-search-placeholder =
.placeholder = Rechercher dans { $folder-name }... .placeholder = Rechercher dans { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Renommer le dossier .label = Renommer le dossier
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Développer le dossier .label = Défaire le dossier
zen-folders-new-subfolder =
.label = Nouveau sous-dossier
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Supprimer le dossier .label = Supprimer le dossier
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convertir le dossier en Espace .label = Convertir le dossier en espace
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Changer d'Espace... .label = Changer d'espace...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Changer d'icône .label = Changer d'icône
zen-folders-unload-all-tooltip =
.tooltiptext = Décharger les onglets actifs de ce dossier
zen-folders-unload-folder =
.label = Décharger tous les onglets
zen-folders-search-no-results = Aucun onglet ne correspond à cette recherche 🤔 zen-folders-search-no-results = Aucun onglet ne correspond à cette recherche 🤔

View File

@@ -4,10 +4,10 @@ tab-context-zen-reset-pinned-tab =
.label = Réinitialiser longlet épinglé .label = Réinitialiser longlet épinglé
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Ajouter aux Essentiels ({ $num } / 12 emplacements remplis) .label = Ajouter aux Essentials ({ $num } / 12 emplacements remplis)
.accesskey = E .accesskey = E
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Retirer des Essentiels .label = Retirer des Essentials
.accesskey = R .accesskey = R
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Remplacer lURL épinglée par lactuelle .label = Remplacer lURL épinglée par lactuelle

View File

@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-welcome-title-line1 = Bienvenue dans zen-welcome-title-line1 = Bienvenue dans
zen-welcome-title-line2 = un internet plus calme zen-welcome-title-line2 = un Internet plus calme
zen-welcome-import-title = Un nouveau départ, les mêmes favoris zen-welcome-import-title = Un nouveau départ, les mêmes favoris
zen-welcome-import-description-1 = Vos favoris, votre historique, et vos mots de passe sont comme des miettes sur internet. Ne les laissez pas trainer derrière vous! zen-welcome-import-description-1 = Vos favoris, votre historique, et vos mots de passe sont comme des miettes sur internet. Ne les laissez pas trainer derrière vous!
zen-welcome-import-description-2 = Importez-les facilement depuis un autre navigateur et reprenez là où vous vous êtes arrêté. zen-welcome-import-description-2 = Importez-les facilement depuis un autre navigateur et reprenez là où vous vous êtes arrêté.
@@ -12,8 +12,8 @@ zen-welcome-set-default-browser = Définir { -brand-short-name } comme votre nav
zen-welcome-dont-set-default-browser = NE PAS définir { -brand-short-name } comme votre navigateur par défaut zen-welcome-dont-set-default-browser = NE PAS définir { -brand-short-name } comme votre navigateur par défaut
zen-welcome-initial-essentials-title = Vos onglets principaux, toujours à portée de main zen-welcome-initial-essentials-title = Vos onglets principaux, toujours à portée de main
zen-welcome-initial-essentials-description-1 = Gardez vos onglets les plus importants facilement accessibles et toujours à portée de main, peu importe combien vous en ouvrez. zen-welcome-initial-essentials-description-1 = Gardez vos onglets les plus importants facilement accessibles et toujours à portée de main, peu importe combien vous en ouvrez.
zen-welcome-initial-essentials-description-2 = Les onglets Essentiels sont toujours visibles, peu importe lespace de travail où vous êtes. zen-welcome-initial-essentials-description-2 = Les onglets Essentials sont toujours visibles, peu importe lespace de travail où vous êtes.
zen-welcome-workspace-colors-title = Vos Espaces de travail, vos couleurs zen-welcome-workspace-colors-title = Vos espaces de travail, vos couleurs
zen-welcome-workspace-colors-description = Personnalisez votre navigateur en donnant à chaque espace de travail sa propre identité de couleur. zen-welcome-workspace-colors-description = Personnalisez votre navigateur en donnant à chaque espace de travail sa propre identité de couleur.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
Tout est prêt?<br/> Tout est prêt?<br/>

View File

@@ -1,10 +1,12 @@
zen-panel-ui-workspaces-text = Espaces zen-panel-ui-workspaces-text = Espaces
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Créer un Espace .label = Créer un espace
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Créer un dossier .label = Créer un dossier
zen-panel-ui-new-empty-split =
.label = Nouvelle vue fractionnée
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Supprimer lEspace .label = Supprimer lespace
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Modifier le nom .label = Modifier le nom
@@ -12,18 +14,18 @@ zen-workspaces-panel-change-icon =
.label = Changer d'icône .label = Changer d'icône
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Définir le profil .label = Définir le profil
zen-workspaces-how-to-reorder-title = Comment réordonner les Espaces zen-workspaces-how-to-reorder-title = Comment réordonner les espaces
zen-workspaces-how-to-reorder-desc = Faites glisser les icônes d'espace en bas de la barre latérale pour les réorganiser zen-workspaces-how-to-reorder-desc = Faites glisser les icônes d'espace en bas de la barre latérale pour les réorganiser
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Modifier le thème .label = Modifier le thème
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Ouvrir un Espace de travail .label = Ouvrir un espace de travail
.accesskey = O .accesskey = O
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = Éditer lEspace .label = Éditer lespace
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Déplacer vers lEspace de travail .label = Déplacer vers lespace de travail
.accesskey = C .accesskey = C
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Espaces de travail .value = Espaces de travail
@@ -40,12 +42,12 @@ zen-panel-ui-gradient-generator-algo-floating =
.label = Flottant .label = Flottant
zen-panel-ui-gradient-click-to-add = Cliquez pour ajouter une couleur zen-panel-ui-gradient-click-to-add = Cliquez pour ajouter une couleur
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Nom de l'Espace .placeholder = Nom de l'espace
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Réorganiser les Espaces .label = Réorganiser les espaces
zen-workspace-creation-profile = Profil zen-workspace-creation-profile = Profil
.tooltiptext = Les profils sont utilisés pour séparer les cookies et les données des sites entre les Espaces. .tooltiptext = Les profils sont utilisés pour séparer les cookies et les données des sites entre les Espaces.
zen-workspace-creation-header = Créer un Espace zen-workspace-creation-header = Créer un espace
zen-workspace-creation-label = Les Espaces sont utilisés pour organiser vos onglets et sessions. zen-workspace-creation-label = Les espaces sont utilisés pour organiser vos onglets et sessions.
zen-workspaces-delete-workspace-title = Supprimer lEspace ? zen-workspaces-delete-workspace-title = Supprimer lespace ?
zen-workspaces-delete-workspace-body = Êtes-vous sûr de vouloir supprimer cet Espace ? Cette action ne peut pas être annulée. zen-workspaces-delete-workspace-body = Êtes-vous sûr de vouloir supprimer { $name } ? Cette action ne peut pas être annulée.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Cumasaigh Díluchtóir Cluaisíní .label = Cumasaigh Díluchtóir Cluaisíní
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Úsáid cúlra téamach don bharra uirlisí dlúth .label = Úsáid cúlra téamach don bharra uirlisí dlúth
zen-look-and-feel-compact-sidebar-themed =
.label = Bain úsáid as cúlra téamach le haghaidh barra taoibh dlúth
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Lean ar aghaidh san áit ar fhág tú .label = Lean ar aghaidh san áit ar fhág tú
pane-zen-pinned-tab-manager-title = Cluaisíní Prionáilte pane-zen-pinned-tab-manager-title = Cluaisíní Prionáilte
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Scoir Lánscáileáin
zen-ai-chatbot-sidebar-shortcut = Barra Taobh Comhrá AI a Athrú zen-ai-chatbot-sidebar-shortcut = Barra Taobh Comhrá AI a Athrú
zen-key-inspector-mac = Scoránaigh Cigire (Mac) zen-key-inspector-mac = Scoránaigh Cigire (Mac)
zen-toggle-sidebar-shortcut = Scoránaigh an Taobhbharra Firefox zen-toggle-sidebar-shortcut = Scoránaigh an Taobhbharra Firefox
zen-toggle-pin-tab-shortcut = Cluaisín bioráin a scoránaigh
zen-reader-mode-toggle-shortcut-other = Scoránaigh Mód Léitheoir zen-reader-mode-toggle-shortcut-other = Scoránaigh Mód Léitheoir
zen-picture-in-picture-toggle-shortcut = Scoránaigh Pictiúr-i-Pictiúr zen-picture-in-picture-toggle-shortcut = Scoránaigh Pictiúr-i-Pictiúr
zen-nav-reload-shortcut-2 = Athlódáil an Leathanach zen-nav-reload-shortcut-2 = Athlódáil an Leathanach
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Dún an Cluaisín
zen-compact-mode-shortcut-show-sidebar = Scoránaigh Barra Taoibh Snámh zen-compact-mode-shortcut-show-sidebar = Scoránaigh Barra Taoibh Snámh
zen-compact-mode-shortcut-show-toolbar = Scoránaigh Barra Uirlisí Snámh zen-compact-mode-shortcut-show-toolbar = Scoránaigh Barra Uirlisí Snámh
zen-compact-mode-shortcut-toggle = Scoránaigh Mód Dlúth zen-compact-mode-shortcut-toggle = Scoránaigh Mód Dlúth
zen-glance-expand = Leathnaigh an Súil
zen-workspace-shortcut-switch-1 = Athraigh go Spás Oibre 1 zen-workspace-shortcut-switch-1 = Athraigh go Spás Oibre 1
zen-workspace-shortcut-switch-2 = Athraigh go Spás Oibre 2 zen-workspace-shortcut-switch-2 = Athraigh go Spás Oibre 2
zen-workspace-shortcut-switch-3 = Athraigh go Spás Oibre 3 zen-workspace-shortcut-switch-3 = Athraigh go Spás Oibre 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Eangach Radharc Scoilte a Athsholáthar
zen-split-view-shortcut-vertical = Athraigh an Radharc Scoilte Ingearach zen-split-view-shortcut-vertical = Athraigh an Radharc Scoilte Ingearach
zen-split-view-shortcut-horizontal = Amharc Scoilte Cothrománach a Athrú zen-split-view-shortcut-horizontal = Amharc Scoilte Cothrománach a Athrú
zen-split-view-shortcut-unsplit = Dún Radharc Scoilte zen-split-view-shortcut-unsplit = Dún Radharc Scoilte
zen-new-empty-split-view-shortcut = Radharc Scoilte Folamh Nua
zen-key-select-tab-1 = Roghnaigh cluaisín #1 zen-key-select-tab-1 = Roghnaigh cluaisín #1
zen-key-select-tab-2 = Roghnaigh cluaisín #2 zen-key-select-tab-2 = Roghnaigh cluaisín #2
zen-key-select-tab-3 = Roghnaigh cluaisín #3 zen-key-select-tab-3 = Roghnaigh cluaisín #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Cuardaigh { $folder-name }... .placeholder = Cuardaigh { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Athainmnigh Fillteán .label = Athainmnigh Fillteán
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Leathnaigh an Fillteán .label = Díphacáil an Fillteán
zen-folders-new-subfolder =
.label = Fo-fhillteán Nua
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Scrios Fillteán .label = Scrios Fillteán
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Athraigh Spás... .label = Athraigh Spás...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Athraigh Deilbhín .label = Athraigh Deilbhín
zen-folders-unload-all-tooltip =
.tooltiptext = Díluchtaigh gníomhach sa fhillteán seo
zen-folders-unload-folder =
.label = Díluchtaigh Gach Cluaisín
zen-folders-search-no-results = Níl aon chluaisíní ann a mheaitseálann an cuardach sin 🤔 zen-folders-search-no-results = Níl aon chluaisíní ann a mheaitseálann an cuardach sin 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Folaigh an dá cheann .label = Folaigh an dá cheann
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Fillteán nua .label = Fillteán Nua
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Barra Taoibh a Leathnú .label = Barra Taoibh a Leathnú

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Cruthaigh Spás .label = Cruthaigh Spás
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Cruthaigh Fillteán .label = Cruthaigh Fillteán
zen-panel-ui-new-empty-split =
.label = Scoilt Nua
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Scrios Spás .label = Scrios Spás
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Próifíl
zen-workspace-creation-header = Cruthaigh Spás zen-workspace-creation-header = Cruthaigh Spás
zen-workspace-creation-label = Úsáidtear spásanna chun do chluaisíní agus do sheisiúin a eagrú. zen-workspace-creation-label = Úsáidtear spásanna chun do chluaisíní agus do sheisiúin a eagrú.
zen-workspaces-delete-workspace-title = Scrios an spás? zen-workspaces-delete-workspace-title = Scrios an spás?
zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat an spás seo a scriosadh? Ní féidir an gníomh seo a chealú. zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat { $name } a scriosadh? Ní féidir an gníomh seo a chealú.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = סביבות עבודה
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = הפעלת פינוי כרטיסיות .label = הפעלת פינוי כרטיסיות
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = שימוש ברקע עם נושא לסרגל מכווץ .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = שימוש ברקע עם נושא לסרגל צדדי מכווץ
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = המשכה מאיפה שהפסקת .label = המשכה מאיפה שהפסקת
pane-zen-pinned-tab-manager-title = כרטיסיות מוצמדות pane-zen-pinned-tab-manager-title = כרטיסיות מוצמדות
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = צא ממסך מלא
zen-ai-chatbot-sidebar-shortcut = הפעל/כבה סרגל צ'אט AI צד zen-ai-chatbot-sidebar-shortcut = הפעל/כבה סרגל צ'אט AI צד
zen-key-inspector-mac = הפעל/כבה בודק (Mac) zen-key-inspector-mac = הפעל/כבה בודק (Mac)
zen-toggle-sidebar-shortcut = הפעל/כבה סרגל צד של Firefox zen-toggle-sidebar-shortcut = הפעל/כבה סרגל צד של Firefox
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = הפעל/כבה מצב קריאה zen-reader-mode-toggle-shortcut-other = הפעל/כבה מצב קריאה
zen-picture-in-picture-toggle-shortcut = הפעל/כבה תמונה-בתמונה zen-picture-in-picture-toggle-shortcut = הפעל/כבה תמונה-בתמונה
zen-nav-reload-shortcut-2 = רענן עמוד zen-nav-reload-shortcut-2 = רענן עמוד
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = סגור כרטיסיה
zen-compact-mode-shortcut-show-sidebar = הפעל/כבה סרגל צד מרחף zen-compact-mode-shortcut-show-sidebar = הפעל/כבה סרגל צד מרחף
zen-compact-mode-shortcut-show-toolbar = הפעל/כבה סרגל מרחף zen-compact-mode-shortcut-show-toolbar = הפעל/כבה סרגל מרחף
zen-compact-mode-shortcut-toggle = הפעל/כבה מצב מכווץ zen-compact-mode-shortcut-toggle = הפעל/כבה מצב מכווץ
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = עבור לסביבת עבודה 1 zen-workspace-shortcut-switch-1 = עבור לסביבת עבודה 1
zen-workspace-shortcut-switch-2 = עבור לסביבת עבודה 2 zen-workspace-shortcut-switch-2 = עבור לסביבת עבודה 2
zen-workspace-shortcut-switch-3 = עבור לסביבת עבודה 3 zen-workspace-shortcut-switch-3 = עבור לסביבת עבודה 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = הפעל/כבה תצוגה מפוצלת רשת
zen-split-view-shortcut-vertical = הפעל/כבה תצוגה מפוצלת אנכית zen-split-view-shortcut-vertical = הפעל/כבה תצוגה מפוצלת אנכית
zen-split-view-shortcut-horizontal = הפעל/כבה תצוגה מפוצלת אופקית zen-split-view-shortcut-horizontal = הפעל/כבה תצוגה מפוצלת אופקית
zen-split-view-shortcut-unsplit = סגור תצוגה מפוצלת zen-split-view-shortcut-unsplit = סגור תצוגה מפוצלת
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = בחר כרטיסיה #1 zen-key-select-tab-1 = בחר כרטיסיה #1
zen-key-select-tab-2 = בחר כרטיסיה #2 zen-key-select-tab-2 = בחר כרטיסיה #2
zen-key-select-tab-3 = בחר כרטיסיה #3 zen-key-select-tab-3 = בחר כרטיסיה #3

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = חיפוש { $folder-name }... .placeholder = חיפוש { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = שינוי שם תיקייה
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = חילוץ תיקייה
zen-folders-new-subfolder =
.label = תת תיקייה חדשה
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = מחיקת תיקייה
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = המרת תיקייה לסביבה
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = שינוי סביבה...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = שינוי סמל
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = פינוי כל הכרטיסייות
zen-folders-search-no-results = אין כרטיסיות שתואמות לחיפוש 🤔

View File

@@ -45,6 +45,6 @@ zen-close-label = סגור
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = חיפוש... .placeholder = חיפוש...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = אימוג'ים
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = סמלים

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = הסתרת שניהם .label = הסתרת שניהם
.accesskey = י .accesskey = י
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = תיקייה חדשה .label = New Folder
.accesskey = מ .accesskey = מ
sidebar-zen-expand = sidebar-zen-expand =
.label = הרחבת סרגל צדדי .label = הרחבת סרגל צדדי

View File

@@ -2,7 +2,9 @@ zen-panel-ui-workspaces-text = סביבות עבודה
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = צור סביבה .label = צור סביבה
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = יצירת תיקייה
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = מחק סיבת עבודה .label = מחק סיבת עבודה
.accesskey = ג .accesskey = ג
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = פרופיל
zen-workspace-creation-header = צור סביבה zen-workspace-creation-header = צור סביבה
zen-workspace-creation-label = סביבות משומשות לסידור כרטיסיות והפעלות. zen-workspace-creation-label = סביבות משומשות לסידור כרטיסיות והפעלות.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = האם ברצונך למחוק { $name }? פעולה זו לא ניתנת לביטול.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Lap ürítő engedélyezése .label = Lap ürítő engedélyezése
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Tematikus háttér használata a kompakt eszköztárhoz .label = Tematikus háttér használata a kompakt eszköztárhoz
zen-look-and-feel-compact-sidebar-themed =
.label = Tematikus háttér használata a kompakt oldalsávhoz
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Folytassa ott, ahol abbahagyta .label = Folytassa ott, ahol abbahagyta
pane-zen-pinned-tab-manager-title = Kitűzött lapok pane-zen-pinned-tab-manager-title = Kitűzött lapok
@@ -119,7 +117,7 @@ zen-theme-marketplace-toggle-disabled-button =
zen-theme-marketplace-remove-confirmation = Biztosan el akarod távolítani ezt a modot? zen-theme-marketplace-remove-confirmation = Biztosan el akarod távolítani ezt a modot?
zen-theme-marketplace-close-modal = Bezárás zen-theme-marketplace-close-modal = Bezárás
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name } .title = CSS szelektor: { $name }
zen-theme-marketplace-dropdown-default-label = zen-theme-marketplace-dropdown-default-label =
.label = Nincs .label = Nincs
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Kilépés a teljes képernyőből
zen-ai-chatbot-sidebar-shortcut = AI Chatbot oldalsáv ki-/bekapcsolása zen-ai-chatbot-sidebar-shortcut = AI Chatbot oldalsáv ki-/bekapcsolása
zen-key-inspector-mac = Vizsgáló ki-/bekapcsolása (Mac) zen-key-inspector-mac = Vizsgáló ki-/bekapcsolása (Mac)
zen-toggle-sidebar-shortcut = Firefox oldalsáv ki-/bekapcsolása zen-toggle-sidebar-shortcut = Firefox oldalsáv ki-/bekapcsolása
zen-toggle-pin-tab-shortcut = Lap rögzítése/feloldása
zen-reader-mode-toggle-shortcut-other = Olvasó mód ki-/bekapcsolása zen-reader-mode-toggle-shortcut-other = Olvasó mód ki-/bekapcsolása
zen-picture-in-picture-toggle-shortcut = Kép a képben mód ki-/bekapcsolása zen-picture-in-picture-toggle-shortcut = Kép a képben mód ki-/bekapcsolása
zen-nav-reload-shortcut-2 = Oldal újratöltése zen-nav-reload-shortcut-2 = Oldal újratöltése
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Lap bezárása
zen-compact-mode-shortcut-show-sidebar = Lebegő oldalsáv ki-/bekapcsolása zen-compact-mode-shortcut-show-sidebar = Lebegő oldalsáv ki-/bekapcsolása
zen-compact-mode-shortcut-show-toolbar = Lebegő eszköztár ki-/bekapcsolása zen-compact-mode-shortcut-show-toolbar = Lebegő eszköztár ki-/bekapcsolása
zen-compact-mode-shortcut-toggle = Kompakt mód ki-/bekapcsolása zen-compact-mode-shortcut-toggle = Kompakt mód ki-/bekapcsolása
zen-glance-expand = Bepillantás bővítése
zen-workspace-shortcut-switch-1 = Első munkakörnyezetre váltás zen-workspace-shortcut-switch-1 = Első munkakörnyezetre váltás
zen-workspace-shortcut-switch-2 = Második munkakörnyezetre váltás zen-workspace-shortcut-switch-2 = Második munkakörnyezetre váltás
zen-workspace-shortcut-switch-3 = Harmadik munkakörnyezetre váltás zen-workspace-shortcut-switch-3 = Harmadik munkakörnyezetre váltás
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Osztott nézet grid ki-/bekapcsolása
zen-split-view-shortcut-vertical = Osztott nézet függőlegesen zen-split-view-shortcut-vertical = Osztott nézet függőlegesen
zen-split-view-shortcut-horizontal = Osztott nézet vízszintesen zen-split-view-shortcut-horizontal = Osztott nézet vízszintesen
zen-split-view-shortcut-unsplit = Osztott nézet bezárása zen-split-view-shortcut-unsplit = Osztott nézet bezárása
zen-new-empty-split-view-shortcut = Új üres osztott nézet
zen-key-select-tab-1 = Első lap kiválasztása zen-key-select-tab-1 = Első lap kiválasztása
zen-key-select-tab-2 = Második lap kiválasztása zen-key-select-tab-2 = Második lap kiválasztása
zen-key-select-tab-3 = Harmadik lap kiválasztása zen-key-select-tab-3 = Harmadik lap kiválasztása

View File

@@ -2,14 +2,20 @@ zen-folders-search-placeholder =
.placeholder = Keresés { $folder-name } mappában... .placeholder = Keresés { $folder-name } mappában...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Mappa átnevezése .label = Mappa átnevezése
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Mappa kinyitása .label = Mappa kibontása
zen-folders-new-subfolder =
.label = Új almappa
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Mappa törlése .label = Mappa törlése
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Mappa konvertálása munkakörnyezeté .label = Mappa konvertálása környezetté
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Környezet váltása... .label = Környezet váltása...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Ikon módosítása .label = Ikon módosítása
zen-folders-unload-all-tooltip =
.tooltiptext = Aktív lapok ürítése ebben a mappában
zen-folders-unload-folder =
.label = Minden lap ürítése
zen-folders-search-no-results = Nincsenek a keresésnek megfelelő lapok 🤔 zen-folders-search-no-results = Nincsenek a keresésnek megfelelő lapok 🤔

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Környezet létrehozása .label = Környezet létrehozása
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Mappa létrehozása .label = Mappa létrehozása
zen-panel-ui-new-empty-split =
.label = Új osztott nézet
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Környezet törlése .label = Környezet törlése
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Környezet létrehozása zen-workspace-creation-header = Környezet létrehozása
zen-workspace-creation-label = A munkakörnyezetek a lapok és munkamenetek rendszerezésére szolgálnak. zen-workspace-creation-label = A munkakörnyezetek a lapok és munkamenetek rendszerezésére szolgálnak.
zen-workspaces-delete-workspace-title = Munkakörnyezet törlése? zen-workspaces-delete-workspace-title = Munkakörnyezet törlése?
zen-workspaces-delete-workspace-body = Biztos, hogy törölni szeretné ezt a munkakörnyezetet? Ez a művelet nem vonható vissza. zen-workspaces-delete-workspace-body = Biztosan törölni szeretnéd ezt: { $name }? Ez a művelet visszafordíthatatlan.

View File

@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Ruang Kerja
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Aktifkan Pelepas Tab .label = Aktifkan Pelepas Tab
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Gunakan latar belakang bertema untuk bilah atas dalam mode ringkas .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Gunakan latar belakang bertema untuk bilah tab dalam mode ringkas
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Lanjutkan dari halaman terakhir yang dibuka .label = Lanjutkan dari halaman terakhir yang dibuka
pane-zen-pinned-tab-manager-title = Tab yang Disematkan pane-zen-pinned-tab-manager-title = Tab yang Disematkan
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Keluar Dari Layar Penuh
zen-ai-chatbot-sidebar-shortcut = Beralih ke AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Beralih ke AI Chatbot Sidebar
zen-key-inspector-mac = Beralih ke Inspector (Mac) zen-key-inspector-mac = Beralih ke Inspector (Mac)
zen-toggle-sidebar-shortcut = Beralih ke Firefox Sidebar zen-toggle-sidebar-shortcut = Beralih ke Firefox Sidebar
zen-toggle-pin-tab-shortcut = Alihkan Sematan Tab
zen-reader-mode-toggle-shortcut-other = Aktif/nonaktifkan Mode Membaca zen-reader-mode-toggle-shortcut-other = Aktif/nonaktifkan Mode Membaca
zen-picture-in-picture-toggle-shortcut = Aktif/nonaktifkan Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Aktif/nonaktifkan Picture-in-Picture
zen-nav-reload-shortcut-2 = Muat Ulang Halaman zen-nav-reload-shortcut-2 = Muat Ulang Halaman
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Tutup Tab
zen-compact-mode-shortcut-show-sidebar = Beralih ke Bilah sisi mengambang zen-compact-mode-shortcut-show-sidebar = Beralih ke Bilah sisi mengambang
zen-compact-mode-shortcut-show-toolbar = Nyala/Matikan Toolbar Mengambang zen-compact-mode-shortcut-show-toolbar = Nyala/Matikan Toolbar Mengambang
zen-compact-mode-shortcut-toggle = Aktifkan/Sembunyikan Mode Ringkas zen-compact-mode-shortcut-toggle = Aktifkan/Sembunyikan Mode Ringkas
zen-glance-expand = Perluas Glance
zen-workspace-shortcut-switch-1 = Beralih ke Ruang Kerja 1 zen-workspace-shortcut-switch-1 = Beralih ke Ruang Kerja 1
zen-workspace-shortcut-switch-2 = Beralih ke Ruang Kerja 2 zen-workspace-shortcut-switch-2 = Beralih ke Ruang Kerja 2
zen-workspace-shortcut-switch-3 = Beralih ke Ruang Kerja 3 zen-workspace-shortcut-switch-3 = Beralih ke Ruang Kerja 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Beralih ke Panel terbagi
zen-split-view-shortcut-vertical = Beralih ke Panel vertikal zen-split-view-shortcut-vertical = Beralih ke Panel vertikal
zen-split-view-shortcut-horizontal = Beralih ke Panel horizontal zen-split-view-shortcut-horizontal = Beralih ke Panel horizontal
zen-split-view-shortcut-unsplit = Tutup Tampilan Belah zen-split-view-shortcut-unsplit = Tutup Tampilan Belah
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Pilih tab #1 zen-key-select-tab-1 = Pilih tab #1
zen-key-select-tab-2 = Pilih tab #2 zen-key-select-tab-2 = Pilih tab #2
zen-key-select-tab-3 = Pilih tab #3 zen-key-select-tab-3 = Pilih tab #3

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Cari { $folder-name }... .placeholder = Cari { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Ubah Nama Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Bongkar Folder
zen-folders-new-subfolder =
.label = Subfolder baru
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Hapus Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Ubah folder menjadi Ruang
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Ubah Ruang...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Ubah Ikon
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Lepaskan tab yang aktif di folder ini
zen-folders-unload-folder =
.label = Lepaskan Semua Tab
zen-folders-search-no-results = Tidak ada tab yang cocok 🤔

View File

@@ -45,6 +45,6 @@ zen-close-label = Tutup
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Cari... .placeholder = Cari...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emoji
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Ikon

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Sembunyikan keduanya .label = Sembunyikan keduanya
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Folder baru .label = Folder Baru
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Perluas Bilah Sisi .label = Perluas Bilah Sisi

View File

@@ -2,16 +2,18 @@ zen-panel-ui-workspaces-text = Ruang Kerja Lainnya
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Buat Ruang .label = Buat Ruang
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Buat Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Hapus Ruang Kerja .label = Hapus Ruang
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Ubah Nama .label = Ubah Nama
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Ubah Ikon .label = Ubah Ikon
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profil .label = Atur Profil
zen-workspaces-how-to-reorder-title = Cara Mengurutkan Ulang Ruang zen-workspaces-how-to-reorder-title = Cara Mengurutkan Ulang Ruang
zen-workspaces-how-to-reorder-desc = Seret ikon ruang di bagian bawah bilah sisi untuk menyusun ulang urutannya zen-workspaces-how-to-reorder-desc = Seret ikon ruang di bagian bawah bilah sisi untuk menyusun ulang urutannya
zen-workspaces-change-theme = zen-workspaces-change-theme =
@@ -20,10 +22,10 @@ zen-workspaces-panel-context-open =
.label = Buka Ruang Kerja .label = Buka Ruang Kerja
.accesskey = O .accesskey = O
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = Edit Ruang Kerja .label = Edit Ruang
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Pindahkan Tab ke Ruang Kerja .label = Pindahkan Tab ke Ruang Lain
.accesskey = C .accesskey = C
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Ruang Kerja .value = Ruang Kerja
@@ -44,8 +46,8 @@ zen-workspace-creation-name =
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Urutkan Ruang .label = Urutkan Ruang
zen-workspace-creation-profile = Profil zen-workspace-creation-profile = Profil
.tooltiptext = Profil digunakan untuk memisahkan cookie dan data situs antar Ruang. .tooltiptext = Profil (Kontainer) digunakan untuk memisahkan cookie dan data situs antar Ruang.
zen-workspace-creation-header = Buat sebuah Ruang zen-workspace-creation-header = Buat sebuah Ruang
zen-workspace-creation-label = Ruang digunakan untuk mengorganisasikan tab dan sesi Anda. zen-workspace-creation-label = Ruang digunakan untuk mengorganisasikan tab dan sesi Anda.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Apakah Anda yakin ingin menghapus { $name }? Tindakan ini tidak bisa dibatalkan.

View File

@@ -44,8 +44,6 @@ zen-tabs-unloader-enabled =
.label = Enable Tab Unloader .label = Enable Tab Unloader
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Use themed background for compact sidebar
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Pinned Tabs
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Reload Page
@@ -256,6 +255,7 @@ zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Switch to Workspace 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Switch to Workspace 3
@@ -274,6 +274,7 @@ zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Close Split View
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Select tab #3

View File

@@ -2,8 +2,10 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rename Folder
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Delete Folder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
@@ -12,4 +14,8 @@ zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Hide both
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New folder .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Expand Sidebar

View File

@@ -3,6 +3,8 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Workspace .label = Delete Workspace
.accesskey = D .accesskey = D
@@ -48,4 +50,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone. zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.

View File

@@ -1,8 +1,8 @@
pane-zen-looks-title = Look and Feel pane-zen-looks-title = Aspetto
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = Cambiare la lingua predefinita potrebbe agevolare i siti nel tracciarti. zen-warning-language = Cambiare la lingua predefinita potrebbe agevolare i siti nel tracciarti.
zen-vertical-tabs-layout-header = Browser Layout zen-vertical-tabs-layout-header = Layout del Browser
zen-vertical-tabs-layout-description = Scegli il layout più adatto a te zen-vertical-tabs-layout-description = Scegli il layout più adatto a te
zen-layout-single-toolbar = Barra degli strumenti singola zen-layout-single-toolbar = Barra degli strumenti singola
zen-layout-multiple-toolbar = Barre degli strumenti multiple zen-layout-multiple-toolbar = Barre degli strumenti multiple
@@ -43,9 +43,7 @@ pane-settings-workspaces-title = Workspace
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Abilita Scaricamento Scheda .label = Abilita Scaricamento Scheda
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Utilizza lo sfondo a tema per la barra degli strumenti compatta .label = Use themed background for compact toolbar
zen-look-and-feel-compact-sidebar-themed =
.label = Utilizza lo sfondo a tema per la barra laterale compatta
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continua da dove avevi interrotto .label = Continua da dove avevi interrotto
pane-zen-pinned-tab-manager-title = Schede Bloccate pane-zen-pinned-tab-manager-title = Schede Bloccate
@@ -65,7 +63,7 @@ zen-pinned-tab-manager-reset-switch-close-shortcut-option =
zen-pinned-tab-manager-switch-close-shortcut-option = zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Passa alla scheda successiva .label = Passa alla scheda successiva
zen-pinned-tab-manager-reset-close-shortcut-option = zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL .label = Ripristina URL
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = Chiudi scheda .label = Chiudi scheda
pane-zen-workspaces-header = Workspace pane-zen-workspaces-header = Workspace
@@ -92,7 +90,7 @@ zen-vertical-tabs-dont-expand-tabs-by-default = Non espandi schede di default
zen-vertical-tabs-expand-tabs-on-hover = Espandi le schede su Hover (Non funziona in modalità compatta) zen-vertical-tabs-expand-tabs-on-hover = Espandi le schede su Hover (Non funziona in modalità compatta)
zen-vertical-tabs-expand-tabs-header = Come espandere le schede zen-vertical-tabs-expand-tabs-header = Come espandere le schede
zen-vertical-tabs-expand-tabs-description = Scegli come espandere le schede nella barra laterale zen-vertical-tabs-expand-tabs-description = Scegli come espandere le schede nella barra laterale
zen-theme-marketplace-header = Zen Mods zen-theme-marketplace-header = Zen Mod
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = Disabilita tutti i temi .title = Disabilita tutti i temi
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
@@ -124,7 +122,7 @@ zen-theme-marketplace-dropdown-default-label =
.label = Nessuno .label = Nessuno
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
.placeholder = Digita qualcosa... .placeholder = Digita qualcosa...
pane-zen-marketplace-title = Zen Mods pane-zen-marketplace-title = Zen Mod
zen-themes-auto-update = zen-themes-auto-update =
.label = Aggiorna automaticamente le mod installate all'avvio .label = Aggiorna automaticamente le mod installate all'avvio
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
@@ -157,12 +155,12 @@ zen-settings-CKS-description = Cambia le scorciatoie da tastiera predefinite a t
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
.label = Disabilita le scorciatoie predefinite di { -brand-short-name } .label = Disabilita le scorciatoie predefinite di { -brand-short-name }
zen-settings-CKS-duplicate-shortcut = zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut .label = Duplica Shortcut
zen-settings-CKS-reset-shortcuts = zen-settings-CKS-reset-shortcuts =
.label = Ripristina predefinito .label = Ripristina predefinito
zenCKSOption-group-other = Altro zenCKSOption-group-other = Altro
zenCKSOption-group-windowAndTabManagement = Gestione Finestre E Tab zenCKSOption-group-windowAndTabManagement = Gestione Finestre E Tab
zenCKSOption-group-navigation = Navigation zenCKSOption-group-navigation = Navigazione
zenCKSOption-group-searchAndFind = Cerca E Trova zenCKSOption-group-searchAndFind = Cerca E Trova
zenCKSOption-group-pageOperations = Operazioni Della Pagina zenCKSOption-group-pageOperations = Operazioni Della Pagina
zenCKSOption-group-historyAndBookmarks = Cronologia & Segnalibri zenCKSOption-group-historyAndBookmarks = Cronologia & Segnalibri
@@ -174,7 +172,7 @@ zenCKSOption-group-zen-split-view = Dividi Vista
zenCKSOption-group-devTools = Strumenti per Sviluppatori zenCKSOption-group-devTools = Strumenti per Sviluppatori
zen-key-quick-restart = Riavvio Rapido zen-key-quick-restart = Riavvio Rapido
zen-window-new-shortcut = Nuova Finestra zen-window-new-shortcut = Nuova Finestra
zen-tab-new-shortcut = New Tab zen-tab-new-shortcut = Nuova Scheda
zen-key-redo = Ripeti zen-key-redo = Ripeti
zen-restore-last-closed-tab-shortcut = Ripristina Scheda Ultima Chiusa zen-restore-last-closed-tab-shortcut = Ripristina Scheda Ultima Chiusa
zen-location-open-shortcut = Apri Posizione zen-location-open-shortcut = Apri Posizione
@@ -223,6 +221,7 @@ zen-key-exit-full-screen = Esci Da Schermo Intero
zen-ai-chatbot-sidebar-shortcut = Attiva/Disattiva La Barra Laterale Chat AI zen-ai-chatbot-sidebar-shortcut = Attiva/Disattiva La Barra Laterale Chat AI
zen-key-inspector-mac = Attiva/Disattiva Ispeziona Elemento (Mac) zen-key-inspector-mac = Attiva/Disattiva Ispeziona Elemento (Mac)
zen-toggle-sidebar-shortcut = Attiva/Disattiva La Barra Laterale di Firefox zen-toggle-sidebar-shortcut = Attiva/Disattiva La Barra Laterale di Firefox
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
zen-reader-mode-toggle-shortcut-other = Attiva/Disattiva Modalità Lettore zen-reader-mode-toggle-shortcut-other = Attiva/Disattiva Modalità Lettore
zen-picture-in-picture-toggle-shortcut = Attiva/Disattiva Immagine zen-picture-in-picture-toggle-shortcut = Attiva/Disattiva Immagine
zen-nav-reload-shortcut-2 = Ricarica Pagina zen-nav-reload-shortcut-2 = Ricarica Pagina
@@ -250,12 +249,13 @@ zen-quit-app-shortcut = Chiudi l'applicazione
zen-key-wr-capture-cmd = Comando Di Acquisizione Wr zen-key-wr-capture-cmd = Comando Di Acquisizione Wr
zen-key-wr-toggle-capture-sequence-cmd = Attiva/Disattiva Sequenza Acquisizione WR zen-key-wr-toggle-capture-sequence-cmd = Attiva/Disattiva Sequenza Acquisizione WR
zen-nav-reload-shortcut = Ricarica Pagina zen-nav-reload-shortcut = Ricarica Pagina
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache) zen-nav-reload-shortcut-skip-cache = Ricarica Pagina (Ignora Cache)
zen-close-shortcut = Chiudi finestra zen-close-shortcut = Chiudi finestra
zen-close-tab-shortcut = Chiudi scheda zen-close-tab-shortcut = Chiudi scheda
zen-compact-mode-shortcut-show-sidebar = Attiva/Disattiva Barra Laterale Fluttuante zen-compact-mode-shortcut-show-sidebar = Attiva/Disattiva Barra Laterale Fluttuante
zen-compact-mode-shortcut-show-toolbar = Attiva/Disattiva Barra Fluttuante zen-compact-mode-shortcut-show-toolbar = Attiva/Disattiva Barra Fluttuante
zen-compact-mode-shortcut-toggle = Attiva/disattiva modalità compatta zen-compact-mode-shortcut-toggle = Attiva/disattiva modalità compatta
zen-glance-expand = Expand Glance
zen-workspace-shortcut-switch-1 = Passa allo spazio di lavoro 1 zen-workspace-shortcut-switch-1 = Passa allo spazio di lavoro 1
zen-workspace-shortcut-switch-2 = Passa allo spazio di lavoro 2 zen-workspace-shortcut-switch-2 = Passa allo spazio di lavoro 2
zen-workspace-shortcut-switch-3 = Passa allo spazio di lavoro 3 zen-workspace-shortcut-switch-3 = Passa allo spazio di lavoro 3
@@ -274,14 +274,15 @@ zen-split-view-shortcut-grid = Attiva/Disattiva Griglia Visualizzazione Dividi
zen-split-view-shortcut-vertical = Attiva/Disattiva Dividi Vista Verticale zen-split-view-shortcut-vertical = Attiva/Disattiva Dividi Vista Verticale
zen-split-view-shortcut-horizontal = Attiva/Disattiva Dividi Vista Orizzontale zen-split-view-shortcut-horizontal = Attiva/Disattiva Dividi Vista Orizzontale
zen-split-view-shortcut-unsplit = Chiudi vista divisa zen-split-view-shortcut-unsplit = Chiudi vista divisa
zen-key-select-tab-1 = Select tab #1 zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-1 = Seleziona Scheda #1
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-2 = Seleziona Scheda #2
zen-key-select-tab-3 = Seleziona Scheda #3
zen-key-select-tab-4 = Seleziona scheda #4 zen-key-select-tab-4 = Seleziona scheda #4
zen-key-select-tab-5 = Seleziona scheda #5 zen-key-select-tab-5 = Seleziona scheda #5
zen-key-select-tab-6 = Select tab #6 zen-key-select-tab-6 = Seleziona Scheda #6
zen-key-select-tab-7 = Seleziona scheda #7 zen-key-select-tab-7 = Seleziona scheda #7
zen-key-select-tab-8 = Select tab #8 zen-key-select-tab-8 = Seleziona Scheda #8
zen-key-select-tab-last = Seleziona l'ultima scheda zen-key-select-tab-last = Seleziona l'ultima scheda
zen-key-show-all-tabs = Mostra tutte le schede zen-key-show-all-tabs = Mostra tutte le schede
zen-key-goto-history = Vai alla cronologia zen-key-goto-history = Vai alla cronologia

View File

@@ -1,15 +1,21 @@
zen-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Cerca { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Rinomina Cartella
zen-folders-panel-expand-folder = zen-folders-panel-unpack-folder =
.label = Expand Folder .label = Scompatta Cartella
zen-folders-new-subfolder =
.label = Nuova Sottocartella
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Cancella Cartella
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Converti la cartella in Spazio
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Cambia Spazio...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Cambia Icona
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
zen-folders-unload-folder =
.label = Scarica tutte le Schede
zen-folders-search-no-results = Nessuna scheda corrispondente alla ricerca 🤔

View File

@@ -43,6 +43,6 @@ zen-close-label = Chiudi
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Cerca... .placeholder = Cerca...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emoji
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icone

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Nascondi entrambi .label = Nascondi entrambi
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Nuova cartella .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Espandi barra laterale .label = Espandi barra laterale

Some files were not shown because too many files have changed in this diff Show More