Compare commits

...

134 Commits

Author SHA1 Message Date
mr. m
e176c1ba41 perf: Improve startup performance, b=no-bug, c=common 2026-01-10 20:21:20 +01:00
mr. m
8d25577bdb fix: Make sure to disable workspace delete when updating context menus, b=no-bug, c=workspaces 2026-01-10 18:48:56 +01:00
Andrey Bochkarev
fc7f10aef1 feat: Add dnd switch support for groups, p=#11854
* feat: Add dnd switch support for groups

* refactor: Use `changeFolderToSpace` for drag-and-drop workspace changes

* refactor: Use optional parameter instead of attribute

* fix: Formatting

* refactor: Move condition inside function

* Refactor tab group handling in drag-and-drop

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

* feat: Only allow double click rename on labels, b=no-bug, c=common

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-01-10 14:41:28 +01:00
mr. m
44a28e2afe perf: Stop flushing document styles when switching spaces, b=bug #11851, c=glance, workspaces 2026-01-10 13:00:27 +01:00
mr. m
818b2d1af5 chore: Make sure to mark macos unifications as releases, b=no-bug, c=workflows 2026-01-10 12:26:50 +01:00
mr. m
9147e5c10c Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2026-01-10 01:24:26 +01:00
mr. m
d5727a6a1b chore: Clean up build flags to stay more close to firefox defaults, b=no-bug, c=common, configs, windows 2026-01-10 01:24:20 +01:00
rain capsule
6c84a01950 fix: Allow user override of zen.theme.border-radius pref value, p=#11847
* fix: Allow user override of zen.theme.border-radius pref value

* fix: Handle platform-specific zen radius via JS rather than CSS

* lint: border radius js implementation
2026-01-09 17:00:55 +01:00
mr. m
f77249e8e9 fix: Make sure to update cache when swaping docshells, b=bug #11831, c=no-component 2026-01-09 16:52:22 +01:00
mr. m
6bce6f4874 chore: Update SDK version to 26.2 for MacOS artifact builds, b=no-bug, c=workflows, configs 2026-01-09 03:06:31 +01:00
mr. m
0d080ffc38 chore: Specify the new MacOSX SDK dir for artifact builds, b=no-bug, c=configs 2026-01-09 02:49:43 +01:00
mr. m
568607231f Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2026-01-09 02:45:58 +01:00
mr. m
88068613a1 chore: Override minimum MacOS SDK version, b=no-bug, c=workflows 2026-01-09 02:45:52 +01:00
Andrey Bochkarev
1e09b3fb4d feat: Expand pinned section when a tab is pinned, p=#11848 2026-01-09 02:18:10 +01:00
mr. m
4d1e091af6 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2026-01-09 02:17:10 +01:00
mr. m
b22bf7485e feat: Create patches to use MacOS 26.2 SDK version, b=no-bug, c=no-component 2026-01-09 02:16:58 +01:00
Andrey Bochkarev
bcdd9c0567 fix: Fix indentation and activeTabs on new folder tab, p=#11846 2026-01-09 01:38:02 +01:00
mr. m
05b1f52171 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2026-01-09 01:37:49 +01:00
mr. m
edfb427a23 chore: Update MacOS and Windows SDKs, b=no-bug, c=workflows, windows, scripts 2026-01-09 01:37:43 +01:00
Andrey Bochkarev
b7fafdbf02 fix: Unexpected renaming behavior when creating new folders, p=#11843 2026-01-08 23:09:44 +01:00
mr. m
f39faf6638 fix: Fixed closing and reopening zen turning tabs into blank states when having multiple windows, b=bug #11831, c=split-view 2026-01-08 20:48:38 +01:00
mr. m
7e7d860c9e chore: Sync upstream Firefox to version 147.0, p=#11822
* chore: Sync upstream to `Firefox 147.0`

* chore: Continued migration, b=no-bug, c=tests

* chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view

* feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces

* feat: Finish basic migration, b=no-bug, c=kbs, common, folders

* feat: Update surfer, b=no-bug, c=scripts
2026-01-08 18:06:05 +01:00
Andrey Bochkarev
ae93efef57 fix: Prevent indentation for collapsed workspace, b=closes #11839, p=#11830
* fix: Prevent indentation for collapsed workspace (#11830)

* refactor: Use `activeWorkspaceElement` for collapsed pinned tabs check
2026-01-08 15:25:11 +01:00
mr. m
3c7fb093db feat: Make sure dragged tab does not allow the title to overflow, b=no-bug, c=no-component 2026-01-07 01:05:08 +01:00
mr. m
ec4a55e1f8 chore: Revert linking with ld64 due to big compile times and resource usage, b=no-bug, c=configs 2026-01-07 00:28:56 +01:00
mr. m
b0f3839426 feat: Limit the number of threads when building macos releases, b=no-bug, c=configs 2026-01-06 20:20:38 +01:00
mr. m
a537f0f91d feat: Ignore errors when trying to import external mochitests while trying to sync upstream, b=no-bug, c=workflows 2026-01-06 13:02:03 +01:00
mr. m
11f29c12c5 chore: Install autopep8 for code formatting in the upstream workflow, b=no-bug, c=workflows 2026-01-06 12:53:27 +01:00
mr. m
e7631ce9cc feat: Make sure upstream sync workflow initializes git before downloading, b=no-bug, c=workflows 2026-01-06 12:48:26 +01:00
mr. m
481163a756 feat: Correctly initialize new restored windows, p=#11821
* feat: Correctly initialize new restored windows, b=no-bug, c=no-component

* chore: Experiment with different build flags for optimization and build time, b=no-bug, c=common, configs

* chore: Format, b=no-bug, c=no-component
2026-01-06 12:38:22 +01:00
mr. m
281ec6693d feat: Correctly initialize new restored windows, b=no-bug, c=no-component 2026-01-06 12:35:35 +01:00
mr. m
9820bd5772 test: Started adding tests for window sync, b=no-bug, c=tests, workspaces 2026-01-06 01:23:20 +01:00
mr. m
75f4f0c3e6 feat: Created share files, schemas and prefs, p=#11814, c=no-component 2026-01-05 19:42:01 +01:00
mr. m
591193b748 fix: Correctly restore unsynced windows, b=no-bug, c=workspaces 2026-01-05 19:29:22 +01:00
mr. m
2628ba7dd8 chore: Don't imply MOZ_LD64_KNOWN_GOOD from automation flag, b=no-bug, c=no-component 2026-01-05 18:58:35 +01:00
mr. m
2fd0935bf5 chore: Mark ld64 as known for automated macos builds, b=no-bug, c=configs 2026-01-05 18:37:30 +01:00
mr. m
7683b2675a fix: Fixed title overlapping with essential tabs after unlock, b=closes #11808, c=workspaces 2026-01-05 13:35:43 +01:00
mr. m
ea7024aae4 feat: Start using ld64 for macos builds, b=no-bug, c=configs, compact-mode 2026-01-05 13:31:08 +01:00
mr. m
be8cbce23e fix: Fixed 'focus on' not working on twilight, b=closes #11804, c=no-component 2026-01-05 13:30:16 +01:00
mr. m
9c2b8426a9 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2026-01-05 02:22:53 +01:00
mr. m
beb4f94fd2 chore: Change compile flags for macos to fix potential memory leaks, b=bug #9649, c=configs 2026-01-05 02:22:44 +01:00
Andrey Bochkarev
f39ca33aa5 fix: Correctly identify child active groups for collapsible pins, b=closes https://github.com/zen-browser/desktop/issues/11799, p=#11809, c=folders
* fix: Correctly identify child active groups for `zen-workspace-collapsible-pins` (#11799)

* fix: Formatting
2026-01-04 23:44:13 +01:00
mr. m
7743ad968c fix: Fixed deleting a space when its currently selected, b=no-bug, c=common, workspaces 2026-01-04 23:43:29 +01:00
mr. m
7470df4cf6 feat: Fixed creating new unsynced windows rendering the window blank, b=no-bug, c=common, tabs, workspaces 2026-01-04 19:15:18 +01:00
mr. m
aef8400841 feat: Improved gradient rendering for three colors, b=no-bug, c=workspaces 2026-01-03 23:11:08 +01:00
mr. m
babd7ad871 feat: Fixed animating new tabs and improved compact mode correctness, b=no-bug, c=common, compact-mode 2026-01-03 18:36:46 +01:00
mr. m
4000cc3d55 feat: Wait a delay to collapse pinned tabs on startup and listen for space changes on session store, b=no-bug, c=workspaces 2026-01-03 15:55:00 +01:00
mr. m
3fc7629b3a feat: Make workspace initialization an async process for better performance, b=no-bug, c=common, kbs, workspaces 2026-01-03 15:00:53 +01:00
mr. m
9dbd4cdd41 chore: [part 2] Continue on motion to native animations migration, p=#11798
* chore: Motion to native animatiosn migration, b=no-bug, c=common, glance, split-view

* Discard changes to src/zen/glance/zen-glance.css

* Discard changes to src/zen/glance/ZenGlanceManager.mjs

* feat: [part 2]: Continue on motion to native animations migration, b=no-bug, c=common, folders, split-view, workspaces
2026-01-03 02:52:23 +01:00
realSilasYang
3d45363c8f fix: Hide Unified Panel when navigating to management pages, p=#11790
* Hide unified panel popup after context menu actions

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Add unified extensions manage hook initialization

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Fix indentation in ZenSiteDataPanel.sys.mjs

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Refactor code for better readability and consistency

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Remove hidePopup call in addons context menu

Remove call to hidePopup in context_zenOpenGetAddons.

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Refactor code for consistency and readability

Signed-off-by: realSilasYang <64590265+realSilasYang@users.noreply.github.com>

* Simplify event listener setup for manageExtensionItem

Removed unnecessary check for manageExtensionItem and unifiedPanel before adding event listener.

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

---------

Signed-off-by: realSilasYang <64590265+realSilasYang@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>
2026-01-03 02:45:35 +01:00
mr. m
e118cc1a20 chore: Motion to native animatiosn migration, p=#11796
* chore: Motion to native animatiosn migration, b=no-bug, c=common, glance, split-view

* Discard changes to src/zen/glance/zen-glance.css

* Discard changes to src/zen/glance/ZenGlanceManager.mjs
2026-01-03 02:42:17 +01:00
mr. m
bc8a26223b feat: Properly handle new profiles without a previous session, b=no-bug, c=common, workspaces 2026-01-02 13:58:49 +01:00
mr. m
9e6998bc1a feat: Take into account tab entry index may not exist, b=no-bug, c=no-component 2026-01-02 00:18:51 +01:00
mr. m
560c92cc0e fix: Fixed custom tab icons not inheriting color fills on essentials, b=no-bug, c=common, tabs 2026-01-01 23:47:00 +01:00
mr. m
699c42cce4 chore: Change folder structure for icons to match their system name, p=#11784, c=common 2026-01-01 18:30:18 +01:00
mr. m
f6ba087539 feat: Make sure to sync tab's permanent key to other windows, b=bug #11750, c=folders, split-view 2026-01-01 17:43:57 +01:00
mr-cheffy
5fb096865c docs: Update monthly issue metrics, b=(no bug), c={docs} 2026-01-01 02:55:53 +00:00
mr. m
ff69cbe259 feat: Increase inner padding for toolbar buttons for windows and linux, b=no-bug, c=common 2025-12-31 19:54:07 +01:00
mr. m
be0668561f feat: Better menu bar integration, p=#11780, c=workspaces, common, kbs
* feat: Better menu bar integration, b=no-bug, c=workspaces, common, kbs
2025-12-31 18:34:30 +01:00
mr. m
7af0aab07f feat: Optimized SVGs after properly merging paths with inkscape's CLI tool, b=no-bug, c=common, media 2025-12-31 15:25:19 +01:00
mr. m
07b2a74a66 feat: Revert icon optimizations and change welcome essentials, b=no-bug, c=common, media, images, welcome 2025-12-31 13:20:05 +01:00
mr. m
07150962a2 feat: Wait for the next cycle to set a drag image, b=no-bug, c=no-component 2025-12-30 19:30:51 +01:00
mr. m
bfee94c7bf feat: Always restore sessions but clear unpinned tabs when persistent private mode is enabled, b=closes #11751, c=no-component 2025-12-30 18:46:12 +01:00
mr. m
810d959fbf fix: Fixed PGO builds causing daily builds to fail, b=no-bug, c=workspaces 2025-12-30 12:55:32 +01:00
mr. m
639eb9a267 feat: Initialize closed windows if no normal restorable windows have been found, b=no-bug, c=workspaces 2025-12-30 00:47:03 +01:00
mr. m
ec398760c6 feat: Optimized SVGs and improved small details, b=no-bug, c=common, media, tabs, workspaces 2025-12-29 15:46:39 +01:00
mr. m
7a8ac8bd9c feat: Improved pinned tabs collapse impl and disable window sync for tests, b=no-bug, c=tabs, common, workspaces 2025-12-29 02:01:31 +01:00
mr. m
86f9031b67 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-12-28 20:05:27 +01:00
mr. m
335c024e6d chore: Drag and drop refactor, p=#11723
* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces

* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces

* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces

* feat: Properly handle tab moves, b=no-bug, c=workspaces

* feat: Start on new session restore, b=no-bug, c=no-component

* Discard changes to prefs/browser.yaml

* feat: Start doing out own session restore, b=no-bug, c=folders, tabs

* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces

* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component

* chore: Update patches to ff 145, b=no-bug, c=no-component

* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs

* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs

* feat: Clone the previous state, b=no-bug, c=no-component

* feat: Move window sync to its own JS module, b=no-bug, c=workspaces

* feat: Run session saver before opening a new window, b=no-bug, c=no-component

* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces

* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces

* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces

* feat: Start on new session restore, b=no-bug, c=no-component

* feat: Properly handle tab moves, b=no-bug, c=workspaces

* Discard changes to prefs/browser.yaml

* feat: Start doing out own session restore, b=no-bug, c=folders, tabs

* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces

* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component

* chore: Update patches to ff 145, b=no-bug, c=no-component

* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs

* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs

* feat: Clone the previous state, b=no-bug, c=no-component

* feat: Move window sync to its own JS module, b=no-bug, c=workspaces

* feat: Run session saver before opening a new window, b=no-bug, c=no-component

* feat: Start making use of IDs instead of sync identifiers, b=no-bug, c=folders

* feat: Listen to new tab opens for new sync system, b=no-bug, c=common, folders, tabs

* feat: Listen for more tab events and properly sync them, b=no-bug, c=common, folders, tabs

* feat: Start moving browser views to the selected windows, b=no-bug, c=no-component

* chore: Remove extra patch, b=no-bug, c=no-component

* feat: Leave a screenshot of the page behind when switching windows or tabs, b=no-bug, c=common

* feat: Run session saves right before writing and quiting, b=no-bug, c=common

* fix: Fixed going back to a different window not allowing to type on inputs, b=no-bug, c=no-component

* feat: Start syncing folders as well, b=no-bug, c=folders

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* chore: Update patches to ff 146, b=no-bug, c=no-component

* feat: Early support for unsynced windoiws, b=no-bug, c=workspaces

* fix: Move back active views when closing a window, b=no-bug, c=no-component

* feat: Stop rendering sub-layers when swaping browsers, b=no-bug, c=common

* feat: Improved support for unsynced windows support, b=no-bug, c=workspaces, folders

* feat: Implemented 'Move To...' Button for unsynced windows, b=no-bug, c=workspaces, common

* feat: Make sure to properly flush all windows when making a new one and fix removing progress listeners, b=no-bug, c=workspaces

* feat: Make sure to not lose any tabs when opening from a private window, b=no-bug, c=workspaces

* feat: Allow unload to run instantly and fix closing windows on mac, b=no-bug, c=no-component

* feat: Make sure to always initialize an empty state with the sidebar object, b=no-bug, c=workspaces

* chore: Small fixes and QA checks, b=no-bug, c=tabs, workspaces

* fix: Fixed tab labels not changing on unfocused windows, b=no-bug, c=no-component

* feat: Fixed closing windows on macos not returning to the original views, b=no-bug, c=no-component

* chore: Turn off debug flags by default, b=no-bug, c=no-component

* feat: Start implementing old pinned tab behaviour we used to have, b=no-bug, c=common, tabs

* feat: Unsynced windows should always be allowed to change labels, b=no-bug, c=welcome

* feat: Make sure we wait long enough before we initialize workspaces, b=no-bug, c=workspaces

* feat: Dont mix remoteness when changing browser views and restore window spaces, b=no-bug, c=common, folders, workspaces

* test: Fixed tests for the pinned tabs manager, b=no-bug, c=tabs, folders, tests, welcome

* feat: Added partial support for split views, b=no-bug, c=split-view

* chore: Finished basic support for split views, b=no-bug, c=folders, split-view

* feat: Always make sure to save the last closed window to the sidebar object, b=no-bug, c=no-component

* feat: Implement workspace sync store into the session file, b=closes #10857, c=common, tabs, tests, workspaces

* feat: New drag and drop system, b=no-bug, c=tabs, common, folders

* feat: Add support for drag-and-dropping tabs into groups, b=no-bug, c=common, folders, tabs, workspaces

* feat: Add a default value for the workspace cache, b=no-bug, c=workspaces

* fix: Default assign an array instead of an object to the workspaces cache, b=no-bug, c=workspaces

* feat: Take into consideration win data may not have allocated spaces, b=no-bug, c=workspaces

* feat: Always make sure we are assigning the correct space ID, b=no-bug, c=workspaces

* feat: Make sure to initialize windows even if there are no tabs, b=no-bug, c=no-component

* feat: Improved drag and drop simulation, b=no-bug, c=common, tabs

* feat: Implement opacity changes to the drag image, b=no-bug, c=tabs, common, split-view

* feat: Support for drag and dropping outside the window, b=no-bug, c=split-view

* feat: Added transitions when reordering, b=no-bug, c=split-view, tabs

* feat: Started working on drag and dropping to essentials, b=no-bug, c=no-component

* Discard changes to locales/en-US/browser/browser/zen-workspaces.ftl

* Discard changes to prefs/zen/view.yaml

* Discard changes to prefs/zen/zen.yaml

* Discard changes to src/browser/base/content/zen-assets.inc.xhtml

* Discard changes to src/browser/base/content/zen-assets.jar.inc.mn

* Discard changes to src/browser/base/content/zen-panels/popups.inc

* Discard changes to src/browser/base/content/zen-preloaded.inc.xhtml

* Discard changes to src/browser/components/places/content/editBookmark-js.patch

* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch

* Discard changes to src/browser/components/sessionstore/TabState-sys-mjs.patch

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* Discard changes to src/browser/components/urlbar/UrlbarProviderPlaces-sys-mjs.patch

* Discard changes to src/zen/ZenComponents.manifest

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* feat: Finish migration, b=no-bug, c=no-component

* feat: Add support for multi tabs dragging, b=no-bug, c=tabs

* feat: Added support for essential tabs, b=no-bug, c=split-view, tabs, workspaces

* feat: Added support to switch space when holding on the side of the sidebar, b=no-bug, c=common, split-view, workspaces

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* chore: Fixed merge conflicts, b=no-bug, c=no-component

* feat: Added support for split views, b=no-bug, c=split-view

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-12-28 18:26:52 +01:00
mr. m
b66b05dcf6 feat: Allow pinned tabs to be collapsible, p=#11753, c=tabs, folders, workspaces
* fix: Fixed restoring the previous pinned state clearing up the custom icon, b=no-bug, c=tabs

* feat: Allow pinned tabs to be collapsible, b=no-bug, c=tabs, folders, workspaces

* fix: Fixed new folder context menu item not working, b=no-bug, c=common, folders
2025-12-28 17:58:18 +01:00
mr. m
32a9267af2 fix: Fixed restoring the previous pinned state clearing up the custom icon, b=no-bug, c=tabs 2025-12-28 14:58:35 +01:00
mr. m
1338b43e10 feat: Add migration logic for zen_pins database to window sync, b=no-bug, c=common, tabs 2025-12-27 18:52:09 +01:00
mr. m
ec8b14e8f1 fix: Fixed custom tab icons not persisting across sessions, p=#11744
* fix: Fixed custom tab icons not persisting across sessions, b=no-bug, c=common, tabs

* feat: Allow rename tab context menu to appear on expanded mode, b=no-bug, c=tabs
2025-12-27 12:26:34 +01:00
mr. m
47c03d03c8 fix: Run a mouse tracker event on compact mode to check for closes, b=no-bug, c=compact-mode 2025-12-27 12:00:40 +01:00
mr. m
fb7eeebfdb fix: Fixed tab icons disappearing when being restored, b=no-bug, c=tabs 2025-12-25 16:59:15 +01:00
mr. m
d74cf98f6f feat: Make sure to restore spaces even when restore is disabled, b=closes #11724, c=no-component 2025-12-25 15:46:49 +01:00
mr. m
2cba5b94ec feat: Improve migration for new profiles updating to window sync, b=no-bug, c=workspaces 2025-12-25 01:48:10 +01:00
mr. m
6bd199a0b3 fix: Initialize a default space if none exist, b=closes #11720, c=workspaces 2025-12-25 01:12:46 +01:00
mr. m
4c2cb60412 feat: Fixed folders on new windows not expanding at startup, b=no-bug, c=common, folders, tabs, workspaces 2025-12-24 17:34:29 +01:00
mr. m
b3ea7f0e8d feat: Ignore screen sizes when trying to align the tabs toolbar, b=no-bug, c=tabs 2025-12-23 23:28:03 +01:00
mr. m
c761608f27 feat: Fixed spacing for pin reset button, b=no-bug, c=tabs 2025-12-23 21:36:25 +01:00
mr. m
7753202623 feat: Return a copy of workspaces when trying to fetch it to prevent mutations, b=no-bug, c=tabs, workspaces 2025-12-23 20:15:00 +01:00
Dennis Koch
2cc545762e feat: Add print to command palette, p=#11696
* Add print to command palette

* Do not show print command on empty tab
2025-12-22 20:26:52 +01:00
mr. m
578c28df92 feat: Allow tabs to have custom icons and other cleanups, p=#11697
* feat: Allow tabs to have custom icons and other cleanups, b=closes #11686, closees https://github.com/zen-browser/desktop/issues/9972, closes https://github.com/zen-browser/desktop/issues/9251, c=folders, workspaces, tabs, common


* chore: Lint, b=no-bug, c=tabs
2025-12-22 20:26:44 +01:00
mr. m
d93c46fe20 feat: Full cross-window workspace syncing, p=#10034
* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces

* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces

* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces

* feat: Properly handle tab moves, b=no-bug, c=workspaces

* feat: Start on new session restore, b=no-bug, c=no-component

* Discard changes to prefs/browser.yaml

* feat: Start doing out own session restore, b=no-bug, c=folders, tabs

* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces

* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component

* chore: Update patches to ff 145, b=no-bug, c=no-component

* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs

* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs

* feat: Clone the previous state, b=no-bug, c=no-component

* feat: Move window sync to its own JS module, b=no-bug, c=workspaces

* feat: Run session saver before opening a new window, b=no-bug, c=no-component

* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces

* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces

* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces

* feat: Start on new session restore, b=no-bug, c=no-component

* feat: Properly handle tab moves, b=no-bug, c=workspaces

* Discard changes to prefs/browser.yaml

* feat: Start doing out own session restore, b=no-bug, c=folders, tabs

* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces

* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component

* chore: Update patches to ff 145, b=no-bug, c=no-component

* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch

* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs

* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs

* feat: Clone the previous state, b=no-bug, c=no-component

* feat: Move window sync to its own JS module, b=no-bug, c=workspaces

* feat: Run session saver before opening a new window, b=no-bug, c=no-component

* feat: Start making use of IDs instead of sync identifiers, b=no-bug, c=folders

* feat: Listen to new tab opens for new sync system, b=no-bug, c=common, folders, tabs

* feat: Listen for more tab events and properly sync them, b=no-bug, c=common, folders, tabs

* feat: Start moving browser views to the selected windows, b=no-bug, c=no-component

* chore: Remove extra patch, b=no-bug, c=no-component

* feat: Leave a screenshot of the page behind when switching windows or tabs, b=no-bug, c=common

* feat: Run session saves right before writing and quiting, b=no-bug, c=common

* fix: Fixed going back to a different window not allowing to type on inputs, b=no-bug, c=no-component

* feat: Start syncing folders as well, b=no-bug, c=folders

* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch

* chore: Update patches to ff 146, b=no-bug, c=no-component

* feat: Early support for unsynced windoiws, b=no-bug, c=workspaces

* fix: Move back active views when closing a window, b=no-bug, c=no-component

* feat: Stop rendering sub-layers when swaping browsers, b=no-bug, c=common

* feat: Improved support for unsynced windows support, b=no-bug, c=workspaces, folders

* feat: Implemented 'Move To...' Button for unsynced windows, b=no-bug, c=workspaces, common

* feat: Make sure to properly flush all windows when making a new one and fix removing progress listeners, b=no-bug, c=workspaces

* feat: Make sure to not lose any tabs when opening from a private window, b=no-bug, c=workspaces

* feat: Allow unload to run instantly and fix closing windows on mac, b=no-bug, c=no-component

* feat: Make sure to always initialize an empty state with the sidebar object, b=no-bug, c=workspaces

* chore: Small fixes and QA checks, b=no-bug, c=tabs, workspaces

* fix: Fixed tab labels not changing on unfocused windows, b=no-bug, c=no-component

* feat: Fixed closing windows on macos not returning to the original views, b=no-bug, c=no-component

* chore: Turn off debug flags by default, b=no-bug, c=no-component

* feat: Start implementing old pinned tab behaviour we used to have, b=no-bug, c=common, tabs

* feat: Unsynced windows should always be allowed to change labels, b=no-bug, c=welcome

* feat: Make sure we wait long enough before we initialize workspaces, b=no-bug, c=workspaces

* feat: Dont mix remoteness when changing browser views and restore window spaces, b=no-bug, c=common, folders, workspaces

* test: Fixed tests for the pinned tabs manager, b=no-bug, c=tabs, folders, tests, welcome

* feat: Added partial support for split views, b=no-bug, c=split-view

* chore: Finished basic support for split views, b=no-bug, c=folders, split-view

* feat: Always make sure to save the last closed window to the sidebar object, b=no-bug, c=no-component

* feat: Implement workspace sync store into the session file, b=closes #10857, c=common, tabs, tests, workspaces

* feat: Add a default value for the workspace cache, b=no-bug, c=workspaces

* fix: Default assign an array instead of an object to the workspaces cache, b=no-bug, c=workspaces

* feat: Take into consideration win data may not have allocated spaces, b=no-bug, c=workspaces

* feat: Always make sure we are assigning the correct space ID, b=no-bug, c=workspaces

* feat: Make sure to initialize windows even if there are no tabs, b=no-bug, c=no-component

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-12-22 11:12:52 +01:00
mr. m
53d223b9c5 fix: Fixed always recalculating split view leafs on location changes, b=no-bug, c=split-view 2025-12-20 13:05:44 +01:00
mr. m
cf4c754e57 fix: Fixed split view splitters showing up when opening glance, b=closes #11641, c=split-view 2025-12-20 00:26:03 +01:00
mr. m
3e5c355543 fix: Fixed hyperlinks being removed at startup, b=closes #11639, c=tabs, workspaces 2025-12-20 00:18:41 +01:00
mr. m
59072ee932 fix: Fixed new split command not working correctly, b=closes #11637, c=split-view 2025-12-19 23:46:40 +01:00
mr. m
ae2077ab7c fix: Fixed locale for Norwegian Bokmål not being applied correctly, p=#11673, c=no-component 2025-12-19 23:27:07 +01:00
mr. m
02e0cd8717 feat: Apply a language code map for certain locales, p=#11669, c=scripts 2025-12-19 16:13:28 +01:00
mr. m
d16b27cf3b Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-12-19 13:44:24 +01:00
mr. m
253171c2b3 chore: Bump version, b=no-bug, c=no-component 2025-12-19 13:44:19 +01:00
mr. m
36a95ad57c chore: Sync upstream Firefox to version 146.0.1, p=#11658
* chore: Sync upstream to `Firefox 146.0.1`

* Update candidate version to 146.0.1

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

* Update Twilight version to RC 146.0.1

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

* feat: Reduce the animation duration for glance, b=no-bug, c=glance

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-12-19 13:43:18 +01:00
mr. m
f14d06b599 chore: New Crowdin updates, p=#11666
* New translations zen-general.ftl (Romanian)

* New translations zen-general.ftl (Bulgarian)

* New translations zen-general.ftl (German)

* New translations zen-general.ftl (Hebrew)

* New translations zen-general.ftl (Italian)

* New translations zen-general.ftl (Japanese)

* New translations zen-general.ftl (Korean)

* New translations zen-general.ftl (Polish)

* New translations zen-general.ftl (Portuguese)

* New translations zen-general.ftl (Russian)

* New translations zen-general.ftl (Slovak)

* New translations zen-general.ftl (Swedish)

* New translations zen-general.ftl (Turkish)

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

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

* New translations zen-general.ftl (Vietnamese)

* New translations zen-general.ftl (Icelandic)

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

* New translations zen-general.ftl (Welsh)

* New translations zen-general.ftl (Bosnian)

* New translations zen-general.ftl (Norwegian Bokmal)

* New translations zen-split-view.ftl (Romanian)

* New translations zen-split-view.ftl (Bulgarian)

* New translations zen-split-view.ftl (Hebrew)

* New translations zen-split-view.ftl (Japanese)

* New translations zen-split-view.ftl (Slovak)

* New translations zen-split-view.ftl (Turkish)

* New translations zen-split-view.ftl (Vietnamese)

* New translations zen-split-view.ftl (Icelandic)

* New translations zen-split-view.ftl (Welsh)

* New translations zen-split-view.ftl (Bosnian)

* New translations zen-split-view.ftl (Norwegian Bokmal)

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

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

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

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

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

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

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

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

* New translations zen-vertical-tabs.ftl (Chinese Simplified)

* New translations zen-vertical-tabs.ftl (Chinese Traditional)

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

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

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

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

* New translations zen-vertical-tabs.ftl (Norwegian Bokmal)

* New translations zen-welcome.ftl (Romanian)

* New translations zen-welcome.ftl (Arabic)

* New translations zen-welcome.ftl (Bulgarian)

* New translations zen-welcome.ftl (German)

* New translations zen-welcome.ftl (Hebrew)

* New translations zen-welcome.ftl (Japanese)

* New translations zen-welcome.ftl (Slovak)

* New translations zen-welcome.ftl (Turkish)

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

* New translations zen-welcome.ftl (Vietnamese)

* New translations zen-welcome.ftl (Icelandic)

* New translations zen-welcome.ftl (Welsh)

* New translations zen-welcome.ftl (Bosnian)

* New translations zen-welcome.ftl (Norwegian Bokmal)

* New translations zen-workspaces.ftl (Romanian)

* New translations zen-workspaces.ftl (French)

* New translations zen-workspaces.ftl (Arabic)

* New translations zen-workspaces.ftl (Bulgarian)

* New translations zen-workspaces.ftl (Hebrew)

* New translations zen-workspaces.ftl (Japanese)

* New translations zen-workspaces.ftl (Slovak)

* New translations zen-workspaces.ftl (Swedish)

* New translations zen-workspaces.ftl (Turkish)

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

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

* New translations zen-workspaces.ftl (Icelandic)

* New translations zen-workspaces.ftl (Welsh)

* New translations zen-workspaces.ftl (Bosnian)

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

* New translations zen-preferences.ftl (Romanian)

* New translations zen-preferences.ftl (French)

* New translations zen-preferences.ftl (Spanish)

* New translations zen-preferences.ftl (Arabic)

* New translations zen-preferences.ftl (Bulgarian)

* 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 (Slovak)

* 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-preferences.ftl (Bosnian)

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

* New translations zen-folders.ftl (Romanian)

* New translations zen-folders.ftl (Bulgarian)

* New translations zen-folders.ftl (Japanese)

* New translations zen-folders.ftl (Slovak)

* New translations zen-folders.ftl (Swedish)

* New translations zen-folders.ftl (Turkish)

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

* New translations zen-folders.ftl (Icelandic)

* New translations zen-folders.ftl (Welsh)

* New translations zen-folders.ftl (Bosnian)

* New translations zen-folders.ftl (Norwegian Bokmal)

* New translations zen-preferences.ftl (Vietnamese)

* Add new translations for supported languages: Bulgarian, Bosnian, Norwegian Bokmal, Romanian, and Slovak
2025-12-19 13:28:39 +01:00
mr. m
4baca9cfc9 fix: Fixed addons manager opening when all addons are pinned, p=#11635, c=no-component 2025-12-16 15:45:33 +01:00
mr. m
0ae7c19c30 test: Import some mochitests from firefox, p=#10897
* test: Import some mochitests from firefox, b=no-bug, c=tests, scripts, tabs

* feat: Added lint rules to ignore mochi tests, b=no-bug, c=tests

* chore: Finish importing tests, b=no-bug, c=workflows, tests, scripts, tabs
2025-12-15 12:09:42 +01:00
Blake Gearin
e525b32c18 feat: Enable original extensions panel on hide-unified-extensions-button: false, p=#11335
* feat: Enable original extensions panel on hide-unified-extensions-button: false

* Update to fix prettier issues

* Add site-data attribute for CSS usage

* Update to set gUnifiedExtensions._panel

* Update to fix prettier issues

* Set default panel on onToolbarVisibilityChange

* Update panel initialization

* Remove extra char

* Restore unified-extensions-panel-template deletion

* Reduce reimplementation

* Update patch against Firefox 145.0.2

* Fix conflict

* Add panelUIPosition case

* Fix lint

* feat: Improve and reduce patch sizes, b=no-bug, c=common

---------

Signed-off-by: Blake Gearin <hello@blakeg.me>
Co-authored-by: mr. m <mr.m@tuta.com>
2025-12-15 11:19:03 +01:00
mr. m
e3d13d534e chore: Stick closer to firefox default preferences, p=#11611, c=no-component 2025-12-14 18:21:28 +01:00
mr. m
e73ea97ea0 fix: Fixed zen not starting up on macos, b=closes #11599, c=no-component 2025-12-14 01:47:54 +01:00
salmonumbrella
fb9bbc3a51 feat(downloads): add pref to control download popup position independently, p=#11607
* feat(downloads): add pref to control download popup position independently

Add `zen.downloads.icon-popup-position` preference that allows users to
control the download popup/indicator position independently from the
vertical tabs position.

Valid values:
- "follow-tabs" (default): popup appears on same side as vertical tabs
- "left": popup always appears on the left
- "right": popup always appears on the right

This is useful for users who have vertical tabs on the right but prefer
the download indicator to appear on the left side of the screen.

* feat: Convert pref to integers, b=no-bug, c=no-component

---------

Co-authored-by: salmonumbrella <salmonumbrella@users.noreply.github.com>
Co-authored-by: mr. m <mr.m@tuta.com>
2025-12-14 01:08:13 +01:00
mr. m
bdfb810212 fix: Dont use a new timestamp when changing config dumps, b=closes #11601, c=configs 2025-12-13 21:15:37 +01:00
mr. m
f1c6c1b321 fix: Fixed missing space between update and media player, b=closes #11592, c=scripts, common, tabs, workspaces 2025-12-12 19:54:15 +01:00
mr. m
6a218d109a feat: Use github runners instead of blacksmith for less intensive tasks, b=no-bug, c=workflows 2025-12-11 13:35:17 +01:00
mr. m
a6dd6ab984 fix: Move 'Any' import to the JSON with comments module, b=no-bug, c=scripts, tests 2025-12-11 13:31:44 +01:00
mr. m
0c0c982bc2 chore: Implement settings dump schema to update firefox remote servic…, p=#11579
* chore: Implement settings dump schema to update firefox remote services data, b=no-bug, c=configs, scripts

* feat: Also update with timestamps, b=no-bug, c=configs, scripts

* chore: Move JSON with comments to a new module, b=no-bug, c=scripts, tests

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-12-11 13:26:28 +01:00
mr. m
bcf4c4d1a3 feat: Revert not modifying the opacity for windows and linux, b=no-bug, c=workspaces 2025-12-10 18:12:17 +01:00
mr. m
e4c36574b9 feat: Fixed coloring issue for urlbar and use lazy getters for gradient generator, b=no-bug, c=common, workspaces 2025-12-10 00:47:01 +01:00
mr. m
0be950c42a Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-12-09 20:23:03 +01:00
mr. m
ad7c9688b9 chore: Bump version, b=no-bug, c=no-component 2025-12-09 20:22:53 +01:00
mr. m
ef257649a8 chore: Sync upstream to Firefox 146.0, p=#11566 2025-12-09 16:49:43 +01:00
mr. m
cd4d2e4f53 fix: Fixed regression on tab label aligment, b=no-bug, c=tabs 2025-12-09 14:25:24 +01:00
mr. m
9caf32de38 feat: Lower the size for essential tabs, b=no-bug, c=tabs 2025-12-09 01:12:11 +01:00
mr. m
43de5c69e9 fix: Fixed minor aligment and coloring issues, b=no-bug, c=tabs, workspaces 2025-12-08 18:06:58 +01:00
mr. m
85d52d15c2 fix: Fixed incorrect dot possition and scaling, b=no-bug, c=common, workspaces 2025-12-08 01:40:53 +01:00
mr. m
832b0c4fe3 feat: Increase the space of grid for devices that dont support sub-pixel rendering, b=no-bug, c=workspaces 2025-12-07 19:02:14 +01:00
mr. m
57ee00bf3e feat: Add black / white color shades options for gradients, b=no-bug, c=common, workspaces 2025-12-07 18:05:30 +01:00
Mr. M
53181ea34c chore: Import windows titlebar calculation for RC build 2, b=no-bug, c=no-component 2025-12-07 00:25:24 +01:00
mr. m
fa6bb8d27f chore: Sync upstream Firefox to version 146.0, p=#11519 2025-12-03 16:26:18 +01:00
mr-cheffy
1cbed758a9 docs: Update monthly issue metrics, b=(no bug), c={docs} 2025-12-01 02:56:27 +00:00
Mr. M
a1774ee426 feat: Preload compact mode and other UI components, b=no-bug, c=common 2025-11-30 21:28:14 +01:00
Mr. M
9df1fc731d Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-11-30 14:37:05 +01:00
Mr. M
2b0d509230 fix: Fixed windows titlebar not initializing correctly, b=closes #11479, closes #11475, closes #11470 and closes #11471, c=compact-mode 2025-11-30 14:36:22 +01:00
mr. m
8e7a3a9157 chore: New Crowdin updates, p=#11462 2025-11-30 14:36:06 +01:00
mr. m
600d1c209b feat: Let styled status panel ride the trains on macos, b=no-bug, c=no-component 2025-11-29 00:56:44 +01:00
mr. m
d4f1916382 fix: Fixed pinned tabs wrongly restoring on macos, making it crash, b=closes #11416, c=no-component 2025-11-29 00:37:43 +01:00
mr. m
706505cc50 chore: Fix patch corruption for FF 147 Windows border fix, b=no-bug, c=no-component 2025-11-28 12:36:40 +01:00
mr. m
445baecb56 chore: Apply patches to fix double click on the sidebar, p=#11456 2025-11-27 18:59:08 +01:00
mr. m
5dd5414bf1 chore: New Crowdin updates, p=#11438
* New translations zen-preferences.ftl (Polish)

* New translations zen-general.ftl (Czech)
2025-11-27 16:44:58 +01:00
mr. m
833caf2f81 fix: Fixed crash on macos when quiting and glance opening a new window, b=bug #11416 and bug https://github.com/zen-browser/desktop/issues/11409, c=common, compact-mode, glance, tabs, workspaces 2025-11-27 16:44:02 +01:00
mr. m
1d36f05abc chore: Sync upstream Firefox to version 145.0.2, p=#11425
* chore: Sync upstream to `Firefox 145.0.2`

* Update Twilight version to RC 145.0.2 in README

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

* Update candidate version to 145.0.2

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-11-25 18:03:52 +01:00
mr. m
8d12ade0bf fix: prevent new window when shift-clicking links in split view glance, b=closes https://github.com/zen-browser/desktop/issues/11409, p=#11424
Co-authored-by: Nihal <121309701+nihalxkumar@users.noreply.github.com>
2025-11-25 17:55:05 +01:00
mr. m
58c4533939 chore: New Crowdin updates, p=#11418 2025-11-25 17:54:23 +01:00
mr. m
d110dcaa35 feat: Remove legacy pref checking for gradient themes, b=bug #11375, c=common, workspaces 2025-11-24 22:49:50 +01:00
857 changed files with 21863 additions and 9286 deletions

View File

@@ -15,7 +15,7 @@ fonts
welcome welcome
scripts scripts
workflows workflows
winsign windows
flatpak flatpak
configs configs
l10n l10n

View File

@@ -190,7 +190,7 @@ jobs:
name: Lint name: Lint
check-release: check-release:
runs-on: blacksmith-2vcpu-ubuntu-2404 runs-on: ubuntu-latest
needs: [build-data, lint] needs: [build-data, lint]
steps: steps:
- name: Checkout repository - name: Checkout repository
@@ -231,7 +231,7 @@ jobs:
source: source:
permissions: permissions:
contents: write contents: write
runs-on: blacksmith-2vcpu-ubuntu-2404 runs-on: ubuntu-latest
needs: [build-data, check-release] needs: [build-data, check-release]
steps: steps:

View File

@@ -126,8 +126,9 @@ jobs:
export SURFER_PLATFORM="darwin" export SURFER_PLATFORM="darwin"
export PATH="$(python3 -m site --user-base)/bin":$PATH export PATH="$(python3 -m site --user-base)/bin":$PATH
# Always exist with 0, even if bootstrap fails # Always exist with 0, even if bootstrap fails
./mach --no-interactive bootstrap --application-choice browser --no-system-changes --exclude macos-sdk || true ./mach --no-interactive bootstrap --application-choice browser --exclude macos-sdk || true
cd .. cd ..
ls /Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk
- name: Build language packs - name: Build language packs
run: sh scripts/download-language-packs.sh run: sh scripts/download-language-packs.sh

View File

@@ -92,6 +92,7 @@ jobs:
- name: Populate mozconfig - name: Populate mozconfig
env: env:
SURFER_MOZCONFIG_ONLY: true SURFER_MOZCONFIG_ONLY: true
ZEN_RELEASE: 1
run: | run: |
npm run build npm run build
cd engine cd engine

View File

@@ -47,6 +47,12 @@ jobs:
if: steps.check-upstream-branch.outputs.branch_exists == 'false' if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: npm ci run: npm ci
- name: Install dependencies
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: |
git config --global user.email "mr-cheffy@users.noreply.github.com"
git config --global user.name "mr-cheffy"
- name: Setup surfer CI - name: Setup surfer CI
if: steps.check-upstream-branch.outputs.branch_exists == 'false' if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: | run: |
@@ -67,6 +73,12 @@ jobs:
npm run sync npm run sync
fi fi
- name: Run formatter
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: |
sudo apt install python3-autopep8
npm run pretty
- name: Check if any files changed - name: Check if any files changed
id: git-check id: git-check
run: | run: |
@@ -95,6 +107,10 @@ jobs:
echo "Checking if patches apply cleanly..." echo "Checking if patches apply cleanly..."
npm run import npm run import
- name: Import external tests
if: steps.git-check.outputs.files_changed == 'true'
run: python3 scripts/import_external_tests.py || true
- name: Create pull request - name: Create pull request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@v7
if: steps.git-check.outputs.files_changed == 'true' if: steps.git-check.outputs.files_changed == 'true'

View File

@@ -197,12 +197,14 @@ jobs:
else else
rustup target add x86_64-pc-windows-msvc rustup target add x86_64-pc-windows-msvc
fi fi
# Stored in build/windows/.windows-rs-version
WINDOWS_RS_VERSION=$(cat build/windows/.windows-rs-version)
cd engine/ cd engine/
cargo install cargo-download --locked cargo install cargo-download --locked
cargo download -x windows=0.58.0 cargo download -x windows=$WINDOWS_RS_VERSION
export CARGO_INCREMENTAL=0 export CARGO_INCREMENTAL=0
echo "" >> ../configs/common/mozconfig echo "" >> ../configs/common/mozconfig
echo "export MOZ_WINDOWS_RS_DIR=$(pwd)/windows-0.58.0" >> ../configs/common/mozconfig echo "export MOZ_WINDOWS_RS_DIR=$(pwd)/windows-$WINDOWS_RS_VERSION" >> ../configs/common/mozconfig
- name: Build language packs - name: Build language packs
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }} if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}

View File

@@ -17,6 +17,8 @@ engine/
surfer.json surfer.json
src/zen/tests/mochitests/*
src/browser/app/profile/*.js src/browser/app/profile/*.js
pnpm-lock.yaml pnpm-lock.yaml

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 `145.0.1`! 🚀 - [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `146.0.1`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 145.0.1`! - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 147.0`!
### Contributing ### Contributing

View File

@@ -1 +1 @@
99a389c2413be0374ee04b10021ed269c0387b45 459ca9dfb9642c48c4ae314ce489d462b25448a8

View File

@@ -0,0 +1 @@
0.62.2

View File

@@ -47,6 +47,8 @@ if test "$ZEN_RELEASE"; then
# ac_add_options --enable-clang-plugin # ac_add_options --enable-clang-plugin
ac_add_options --enable-bootstrap=-sccache ac_add_options --enable-bootstrap=-sccache
ac_add_options --enable-optimize
ac_add_options --enable-release ac_add_options --enable-release
ac_add_options --disable-debug ac_add_options --disable-debug
ac_add_options --disable-debug-symbols ac_add_options --disable-debug-symbols
@@ -56,8 +58,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-rust-simd ac_add_options --enable-rust-simd
ac_add_options --enable-wasm-simd ac_add_options --enable-wasm-simd
mk_add_options MOZ_PARALLEL_COMPILE=1
ac_add_options --disable-geckodriver ac_add_options --disable-geckodriver
ac_add_options --disable-rust-tests ac_add_options --disable-rust-tests
@@ -73,24 +73,13 @@ if test "$ZEN_RELEASE"; then
fi fi
fi fi
ac_add_options --enable-jemalloc
mk_add_options MOZILLA_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1
MOZILLA_OFFICIAL=1 MOZILLA_OFFICIAL=1
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1
export OPT_LEVEL="3"
ac_add_options OPT_LEVEL="3"
export RUSTC_OPT_LEVEL="3"
ac_add_options RUSTC_OPT_LEVEL="3"
mk_add_options AUTOCLOBBER=1 mk_add_options AUTOCLOBBER=1
export AUTOCLOBBER=1 export AUTOCLOBBER=1
ac_add_options --enable-updater
ac_add_options --enable-js-shell
export MOZ_PACKAGE_JSSHELL=1 export MOZ_PACKAGE_JSSHELL=1
ac_add_options --disable-crashreporter ac_add_options --disable-crashreporter

View File

@@ -0,0 +1,19 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.
{
"remove": {
"identifiers": [
// Firefox adds Perplexity by default, we don't want it as
// its not very privacy focused.
"perplexity",
// These are not search engines, Firefox adds them by default
// but we don't want them.
"wikipedia",
"wikipedia-*",
"ebay",
"ebay-*"
]
}
}

View File

@@ -17,30 +17,16 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-eme=widevine ac_add_options --enable-eme=widevine
# Enable Profile Guided Optimization # Enable Profile Guided Optimization
if test "$ZEN_GA_DISABLE_PGO"; then if ! test "$ZEN_GA_DISABLE_PGO"; then
export ZEN_DUMMY=1 export MOZ_PGO=1
else ac_add_options MOZ_PGO=1
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi fi
# Optimization flags for SURFER_COMPAT
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="$LDFLAGS -Wl,-O3"
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
ac_add_options --enable-optimize="-O3"
# override LTO settings # override LTO settings
export MOZ_LTO=cross,thin export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin ac_add_options --enable-lto=cross,thin
export CFLAGS="$CFLAGS -O3"
export CPPFLAGS="$CPPFLAGS -O3"
export CXXFLAGS="$CXXFLAGS -O3"
export LDFLAGS="$LDFLAGS -Wl,-O3"
fi fi
# Disable DMD and ELF hacks, enable linker lld # Disable DMD and ELF hacks, enable linker lld

View File

@@ -28,28 +28,31 @@ if test "$SURFER_COMPAT" = "x86_64"; then
if test "$ZEN_RELEASE"; then if test "$ZEN_RELEASE"; then
ac_add_options --enable-wasm-avx ac_add_options --enable-wasm-avx
ac_add_options --enable-optimize="-march=nehalem -mtune=haswell -O3 -w"
export CFLAGS="-O3 -march=nehalem"
export CPPFLAGS="-O3 -march=nehalem"
export CXXFLAGS="-O3 -march=nehalem"
export LDFLAGS="-Wl,-O3 -march=nehalem"
export RUSTFLAGS="-Ctarget-cpu=nehalem"
fi fi
else else
ac_add_options --enable-clang-plugin ac_add_options --enable-clang-plugin
ac_add_options --target=aarch64-apple-darwin ac_add_options --target=aarch64-apple-darwin
if test "$ZEN_RELEASE"; then if test "$ZEN_RELEASE"; then
ac_add_options --enable-optimize="-O3 -mcpu=apple-m1 -march=armv8.3-a+simd"
# As of Clang 13, the default is -mcpu=apple-m1 when using a aarch64-apple-macos target, # As of Clang 13, the default is -mcpu=apple-m1 when using a aarch64-apple-macos target,
# but we're using apple64-apple-darwin, which defaults to -mcpu=apple-a7, which disables # but we're using apple64-apple-darwin, which defaults to -mcpu=apple-a7, which disables
# a bunch of # performance-enabling CPU features. # a bunch of # performance-enabling CPU features.
export CFLAGS="-O3 -march=armv8.3-a+simd -mcpu=apple-m1" # TODO: We'll want to switch to aarch64-apple-macos eventually.
export CPPFLAGS="-O3 -march=armv8.3-a+simd -mcpu=apple-m1" export CFLAGS="$CFLAGS -mcpu=apple-m1"
export CXXFLAGS="-O3 -march=armv8.3-a+simd -mcpu=apple-m1" export CXXFLAGS="$CXXFLAGS -mcpu=apple-m1"
export LDFLAGS="-Wl,-O3 -march=armv8.3-a+simd -mcpu=apple-m1"
export RUSTFLAGS="-C target-feature=+v8.3a -Ctarget-cpu=apple-m1"
fi fi
fi fi
if test "$ZEN_RELEASE"; then
ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk
fi
# Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.
# Mozilla sets "MOZ_LD64_KNOWN_GOOD" to true when they do automated builds with PGO/LTO on macOS.
# See https://searchfox.org/firefox-main/rev/e61d59b5c9a651fd7bf28043f87c0dc669833496/build/moz.configure/lto-pgo.configure#261
# export MOZ_LD64_KNOWN_GOOD=1
# ac_add_options --enable-linker=ld64
#
# if test "$ZEN_RELEASE"; then
# mk_add_options MOZ_MAKE_FLAGS="-j4"
# fi

View File

@@ -30,34 +30,19 @@ ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download ac_add_options --disable-bits-download
if test "$SURFER_COMPAT" = "x86_64"; then if test "$SURFER_COMPAT" = "x86_64"; then
ac_add_options --target=x86_64-pc-windows-msvc ac_add_options --target=x86_64-pc-windows-msvc
ac_add_options --enable-eme=widevine,wmfcdm ac_add_options --enable-eme=widevine,wmfcdm
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="-Wl,-O3"
export RUSTFLAGS="-Clink-args=--icf=safe"
elif test "$SURFER_COMPAT" = "aarch64"; then elif test "$SURFER_COMPAT" = "aarch64"; then
ac_add_options --target=aarch64-pc-windows-msvc ac_add_options --target=aarch64-pc-windows-msvc
ac_add_options --enable-eme=widevine ac_add_options --enable-eme=widevine
ac_add_options --enable-optimize="-O2 -mtune=cortex-a55 -march=armv8.2-a+simd"
# override LTO settings # override LTO settings
export MOZ_LTO=cross,thin export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin ac_add_options --enable-lto=cross,thin
export CFLAGS="-O2 -march=armv8.2-a+simd -mtune=cortex-a55"
export CPPFLAGS="-O2 -march=armv8.2-a+simd -mtune=cortex-a55"
export CXXFLAGS="-O2 -march=armv8.2-a+simd -mtune=cortex-a55"
export LDFLAGS="-Wl,-O2 -march=armv8.2-a+simd -mtune=cortex-a55"
export RUSTFLAGS="-C target-feature=+v8.2a -Ctarget-cpu=cortex-a55"
fi fi
if test "$ZEN_CROSS_COMPILING"; then if test "$ZEN_CROSS_COMPILING"; then
if test "$ZEN_GA_GENERATE_PROFILE"; then if test "$ZEN_GA_GENERATE_PROFILE"; then
export CXXFLAGS="$CXXFLAGS -fprofile-generate -mllvm -enable-name-compression=false -mllvm -pgo-temporal-instrumentation -fprofile-update=atomic"
mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0" mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0"
ac_add_options --enable-profile-generate=cross ac_add_options --enable-profile-generate=cross
elif test "$SURFER_COMPAT" = "x86_64"; then elif test "$SURFER_COMPAT" = "x86_64"; then

View File

@@ -8,6 +8,8 @@ files:
translation: browser/browser/zen-general.ftl translation: browser/browser/zen-general.ftl
- source: en-US/browser/browser/zen-split-view.ftl - source: en-US/browser/browser/zen-split-view.ftl
translation: browser/browser/zen-split-view.ftl translation: browser/browser/zen-split-view.ftl
- source: en-US/browser/browser/zen-menubar.ftl
translation: browser/browser/zen-menubar.ftl
- source: en-US/browser/browser/zen-vertical-tabs.ftl - source: en-US/browser/browser/zen-vertical-tabs.ftl
translation: browser/browser/zen-vertical-tabs.ftl translation: browser/browser/zen-vertical-tabs.ftl
- source: en-US/browser/browser/zen-welcome.ftl - source: en-US/browser/browser/zen-welcome.ftl

View File

@@ -0,0 +1,256 @@
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 16:46:00 | 5:17:03 | 1 day, 12:16:08 |
| Time to close | 1 day, 16:51:17 | 10:24:05 | 6 days, 16:29:29 |
| Metric | Count |
| --- | ---: |
| Number of items that remain open | 117 |
| Number of items closed | 121 |
| Total number of items created | 238 |
| Title | URL | Time to first response | Time to close |
| --- | --- | --- | --- |
| Middle Mouse Click to close a tab with tab peek not working | https://github.com/zen-browser/desktop/issues/11492 | None | None |
| Accessing bookmarks in full screen mode on MacOS is awkward | https://github.com/zen-browser/desktop/issues/11491 | None | None |
| Youtube player going off screen at the bottom on MacOS, making the media controls harder to access | https://github.com/zen-browser/desktop/issues/11489 | None | 1:12:11 |
| browser.tabs.closeWindowWithLastTab closes the window even if you have tabs open in other workspaces | https://github.com/zen-browser/desktop/issues/11487 | None | None |
| Deleting a workspace in one window leaves the others in a strange state | https://github.com/zen-browser/desktop/issues/11486 | None | None |
| Creating a new workspace in one window breaks other windows | https://github.com/zen-browser/desktop/issues/11485 | None | None |
| Compact mode unusable on non-primary windows | https://github.com/zen-browser/desktop/issues/11484 | 0:14:09 | None |
| 1password keyboard shortcut (Cmd+.) no longer works when sidebar is collapsed | https://github.com/zen-browser/desktop/issues/11483 | None | None |
| sidebar does not popup in compact mode once the window is snapped | https://github.com/zen-browser/desktop/issues/11482 | None | None |
| Alt + number keys unexpectedly trigger Split View | https://github.com/zen-browser/desktop/issues/11481 | None | None |
| UI bug: bookmark icons invisible/missing | https://github.com/zen-browser/desktop/issues/11480 | None | 0:11:24 |
| Title Bar has a broken appearence and the Window Control buttons are in positions like on MacOS despite being on Windows | https://github.com/zen-browser/desktop/issues/11479 | 0:45:21 | 10:17:29 |
| Theme does not update when switching spaces in an inactive window | https://github.com/zen-browser/desktop/issues/11477 | 0:22:04 | None |
| Compact mode deactivate in Private Mode and can't be reactivate | https://github.com/zen-browser/desktop/issues/11475 | None | 22:01:31 |
| Flawed Search Bar & Undifferentiated Essentials for Each Workspaces | https://github.com/zen-browser/desktop/issues/11474 | 20:29:53 | 20:29:53 |
| Can't run Netflix ( Error code UI3012 ) | https://github.com/zen-browser/desktop/issues/11473 | 5:30:12 | 7:42:29 |
| I lost connectivity at all after updating to version v1.17.11b | https://github.com/zen-browser/desktop/issues/11471 | 6:39:25 | 1 day, 0:59:28 |
| Opening a private window occasionally breaks UI | https://github.com/zen-browser/desktop/issues/11470 | None | 1 day, 1:10:14 |
| Cannot switch space with trackpad swipe gestures on macOS | https://github.com/zen-browser/desktop/issues/11469 | 3:51:59 | 1 day, 4:15:09 |
| I cannot access Google's AI mode on Zen browser | https://github.com/zen-browser/desktop/issues/11468 | 2:05:10 | None |
| ico loading problem for essentials when 'Open Previous WIndows and Tabs' is disabled | https://github.com/zen-browser/desktop/issues/11466 | None | 0:05:48 |
| Session restoration mixing workspaces | https://github.com/zen-browser/desktop/issues/11465 | None | None |
| Title: URL bar loses focus when switching keyboard layout on GNOME (Linux, Arch/Manjaro) | https://github.com/zen-browser/desktop/issues/11464 | None | 0:29:03 |
| The splitscreen break the ui and ux of the browser | https://github.com/zen-browser/desktop/issues/11461 | 3:30:24 | None |
| Sound not playing on any website execpt youtube | https://github.com/zen-browser/desktop/issues/11459 | 2:18:55 | None |
| Using glance on essential tab creates duplicate of essential tab | https://github.com/zen-browser/desktop/issues/11457 | 4:22:37 | 4:22:36 |
| Sidebar getting corrupted and crashing browser | https://github.com/zen-browser/desktop/issues/11455 | 18:13:54 | 1 day, 2:55:36 |
| Double clicking the tabs list not opening a new tab on Windows (It does on Linux) | https://github.com/zen-browser/desktop/issues/11453 | 0:05:41 | 0:05:01 |
| Compact Mode resets toolbar and sidebar visibility settings after restart | https://github.com/zen-browser/desktop/issues/11452 | 1:55:49 | None |
| Bookmarks/History hidden behind side pane on new tab when compact mode used. | https://github.com/zen-browser/desktop/issues/11450 | 4:29:59 | None |
| Pinned extensions keep disappearing from sidebar after closing and opening Zen | https://github.com/zen-browser/desktop/issues/11449 | 0:38:40 | None |
| MacOS SidePanel Spaces Converge When Offline | https://github.com/zen-browser/desktop/issues/11448 | None | None |
| Cursor and address bar disappear when switching keyboard layout on GNOME (Wayland) | https://github.com/zen-browser/desktop/issues/11445 | 1 day, 8:37:33 | None |
| Telegram link | https://github.com/zen-browser/desktop/issues/11444 | 11:39:00 | 11:39:00 |
| Unable to open extensions | https://github.com/zen-browser/desktop/issues/11443 | 3:25:58 | 13:29:15 |
| Tab must be Unloaded before it can be Closed, via Cmd+W | https://github.com/zen-browser/desktop/issues/11442 | 2:10:53 | 2:10:53 |
| Update to Firefox 145.0.2 has made Zen Browser unusable | https://github.com/zen-browser/desktop/issues/11441 | 2:21:19 | 18:05:42 |
| MacOS Crash - enclosing crash log | https://github.com/zen-browser/desktop/issues/11439 | 23:30:54 | 1 day, 0:09:38 |
| Using Ctrl for Glance create extra tabs | https://github.com/zen-browser/desktop/issues/11437 | None | 0:28:39 |
| how to remove the white line? | https://github.com/zen-browser/desktop/issues/11436 | 2:58:39 | 10:37:48 |
| New tab opens in essentials area | https://github.com/zen-browser/desktop/issues/11435 | 0:43:56 | 3:46:27 |
| Bookmarks got multiplied in toolbar when opening a new window | https://github.com/zen-browser/desktop/issues/11434 | None | 10:05:27 |
| moving profile directory makes it non-functional (has fix!) | https://github.com/zen-browser/desktop/issues/11432 | None | None |
| Network login button renders beind viewport | https://github.com/zen-browser/desktop/issues/11430 | 2:18:48 | None |
| tabs not going into respective workspaces after closing zen browser window | https://github.com/zen-browser/desktop/issues/11429 | 8:31:21 | None |
| Download Animation Gone Since Upgrading To 1.17.9b | https://github.com/zen-browser/desktop/issues/11428 | 2:07:15 | 15:04:59 |
| Startup option "Continue where you left off" and "Open previous windows and tabs" synchronization issues with windows, tabs and Spaces | https://github.com/zen-browser/desktop/issues/11427 | 15:38:00 | 16:06:49 |
| Buggy CMD+Q behavior with tab glance | https://github.com/zen-browser/desktop/issues/11426 | None | None |
| Extensions button doesnt exist | https://github.com/zen-browser/desktop/issues/11423 | 0:00:56 | 0:00:56 |
| Usage Issues [Stuck Content, Ineffective Themes, and Glances] | https://github.com/zen-browser/desktop/issues/11421 | 1:36:19 | 1:37:09 |
| Zen opens two windows on startup (second window shows only the home page with no restored tabs) | https://github.com/zen-browser/desktop/issues/11420 | 2:31:45 | None |
| Pinned tabs revert to normal tabs after window restore, causing browser freeze on close | https://github.com/zen-browser/desktop/issues/11416 | 5:04:47 | 5 days, 4:53:53 |
| Address bar gets cut off in a pop out window | https://github.com/zen-browser/desktop/issues/11415 | 11:53:51 | None |
| Opening a tab in glance also opens a new window with the selected link. | https://github.com/zen-browser/desktop/issues/11414 | 9:45:31 | 13:23:52 |
| glance creating new windows | https://github.com/zen-browser/desktop/issues/11413 | None | 1:41:08 |
| Restoration of previous session is not working automatically but after Ctrl+Shift+t in windows | https://github.com/zen-browser/desktop/issues/11412 | None | None |
| duplicate tab shortcut missing | https://github.com/zen-browser/desktop/issues/11411 | 1 day, 0:23:07 | None |
| Zen 1.17.8b is really laggy in windowed mode (Arch Linux) (not just the websites but buttons in the browser ui too) | https://github.com/zen-browser/desktop/issues/11410 | 0:52:24 | 10:41:30 |
| Opening a glance in split view also opens the link in a new window when using "Shift" as modifier | https://github.com/zen-browser/desktop/issues/11409 | 12:21:00 | 1 day, 6:44:30 |
| Browser broken after an update (pages are opened in a little stripe) | https://github.com/zen-browser/desktop/issues/11408 | 18:47:35 | 23:43:06 |
| Workspaces are not synced across different devices on a single firefox account | https://github.com/zen-browser/desktop/issues/11407 | 4:33:42 | 3 days, 10:56:38 |
| Youtube not loading ever | https://github.com/zen-browser/desktop/issues/11406 | 19:47:23 | None |
| After collapsing sidebar, layout shifts from "Only Sidebar" to "Sidebar and Top Toolbar" | https://github.com/zen-browser/desktop/issues/11405 | 1 day, 13:18:36 | 1 day, 20:49:48 |
| Open new window when already a window is open. | https://github.com/zen-browser/desktop/issues/11402 | None | None |
| Tab unpinning causes Tab Stash to crash | https://github.com/zen-browser/desktop/issues/11398 | None | None |
| Strange Pink Rendering Glitch | https://github.com/zen-browser/desktop/issues/11393 | None | None |
| Gradient line below the toolbar | https://github.com/zen-browser/desktop/issues/11391 | 8:24:14 | 8:24:14 |
| After 1.17.7b, zen browser is extremely slow | https://github.com/zen-browser/desktop/issues/11390 | 5:27:46 | None |
| Zen forgets all tabs when the main browser is closed while a private browsing window is open | https://github.com/zen-browser/desktop/issues/11389 | 2:56:12 | 3:40:47 |
| UI Issue | https://github.com/zen-browser/desktop/issues/11388 | 2:25:00 | 2:25:00 |
| Glance Stutter on Windows 10 Specifically | https://github.com/zen-browser/desktop/issues/11387 | 2:31:16 | None |
| прошу помочь решить данную проблему | https://github.com/zen-browser/desktop/issues/11386 | 6:34:42 | 6:34:42 |
| The "Slow page warning" toast is just shown in compact mode | https://github.com/zen-browser/desktop/issues/11385 | None | None |
| Zen browser opens a new instance for each tab or opens a tab inside of a tab | https://github.com/zen-browser/desktop/issues/11384 | 4:05:56 | 4:06:03 |
| Issue with extensions HUD | https://github.com/zen-browser/desktop/issues/11383 | 0:49:47 | 3:01:53 |
| about:support does not show version, build ID etc. | https://github.com/zen-browser/desktop/issues/11382 | 2:39:09 | 4:08:48 |
| Sharing screen in google meet on macOS Sequoia 15.7.2 breaks browser | https://github.com/zen-browser/desktop/issues/11380 | None | None |
| No deletion option for the folders | https://github.com/zen-browser/desktop/issues/11379 | 0:13:25 | None |
| When debugging in the console, the SSE request does not return a value. | https://github.com/zen-browser/desktop/issues/11378 | None | None |
| Bitwarden extension autofill login shortcut not auto-focusing input field when locked | https://github.com/zen-browser/desktop/issues/11377 | 1 day, 7:53:09 | None |
| In Niri in Nixos, the theme changes to light | https://github.com/zen-browser/desktop/issues/11375 | 2 days, 17:42:19 | 4 days, 14:40:38 |
| Cannot provide optional extension permissions | https://github.com/zen-browser/desktop/issues/11374 | 14:12:47 | None |
| Double click on sidebar doesn't open a new tab | https://github.com/zen-browser/desktop/issues/11373 | None | 1:36:14 |
| Zen fullscreen does not trigger KDE Plasma fullscreen state (bottom panel stays visible) | https://github.com/zen-browser/desktop/issues/11372 | None | None |
| Gap above window when maximized on monitor | https://github.com/zen-browser/desktop/issues/11369 | 4:03:49 | 9:53:29 |
| Rapid janky movement of sidebar when its width is set to certain sizes | https://github.com/zen-browser/desktop/issues/11368 | None | None |
| Media control latency and timestamp inconsistencies on YT Music | https://github.com/zen-browser/desktop/issues/11367 | None | None |
| extension toolbar gone / cant pin extensions to toolbar | https://github.com/zen-browser/desktop/issues/11366 | 3:05:26 | 3:05:26 |
| Links using text fragments (#:~:text=..." do not work | https://github.com/zen-browser/desktop/issues/11365 | 16:32:29 | 1 day, 4:18:54 |
| Passbolt Password Manager doesn't work properly | https://github.com/zen-browser/desktop/issues/11360 | None | None |
| opening a new window doesn't bring in pinned tabs on first open, and then on second open not all of the pinned tabs are in their folders | https://github.com/zen-browser/desktop/issues/11359 | 8:59:41 | None |
| Extensions box closed abruptely | https://github.com/zen-browser/desktop/issues/11358 | 2:10:35 | None |
| No return sound from discord audio input check | https://github.com/zen-browser/desktop/issues/11356 | None | None |
| Janky movement for favorites group when transitioning between first and last workspaces | https://github.com/zen-browser/desktop/issues/11355 | 10:30:48 | None |
| Viewport is slimmed down far too much | https://github.com/zen-browser/desktop/issues/11352 | 7:07:05 | 21:48:04 |
| Zen doesnt remember tabs when starting | https://github.com/zen-browser/desktop/issues/11350 | 5:29:24 | None |
| Clear tabs sidebar button is not visible if there are no pinned tabs | https://github.com/zen-browser/desktop/issues/11349 | 0:42:08 | 23:37:58 |
| ctrl+tab tab switcher (mission control tab view) not showing when holding down ctrl + tab when only essentials are open | https://github.com/zen-browser/desktop/issues/11348 | None | None |
| Modules missing top-level preference defaults can break features for new users | https://github.com/zen-browser/desktop/issues/11346 | 1:16:02 | 1:16:02 |
| 1.17.7b no longer allows hiding only the toolbar in Compact Mode | https://github.com/zen-browser/desktop/issues/11344 | 1:58:40 | 6:04:31 |
| Browser extension icons not visible | https://github.com/zen-browser/desktop/issues/11341 | 3:00:42 | 9:19:38 |
| Corner bleed bug | https://github.com/zen-browser/desktop/issues/11340 | 5:32:29 | 10 days, 4:54:09 |
| Double click the side bar now can't open "new tab" | https://github.com/zen-browser/desktop/issues/11339 | None | 0:11:54 |
| Sidebar blur (backdrop-filter) not applying in Compact Mode except in Settings Page | https://github.com/zen-browser/desktop/issues/11337 | 2:12:20 | 2:12:20 |
| Extended URL bar in the sidebar only mode. | https://github.com/zen-browser/desktop/issues/11334 | 4:41:50 | None |
| All Unloaded Tabs Closed after Every Update | https://github.com/zen-browser/desktop/issues/11330 | None | None |
| Zen Browser: blank page when accessing app.datadoghq.eu | https://github.com/zen-browser/desktop/issues/11328 | 0:05:29 | 0:56:10 |
| Double-clicking on sidebar no longer opens a new tab - 1.17.7b | https://github.com/zen-browser/desktop/issues/11327 | None | 0:37:46 |
| Unintuitive drag-and-drop behavior when moving tabs into folders | https://github.com/zen-browser/desktop/issues/11326 | 0:37:20 | 1 day, 3:01:46 |
| Moving the last tab from a window doesn't close it, even with `browser.tabs.closeWindowWithLastTab = true` | https://github.com/zen-browser/desktop/issues/11323 | 0:20:33 | None |
| Error 2069 while watching DRM protected content | https://github.com/zen-browser/desktop/issues/11322 | 3:43:18 | None |
| moving tabs among themselves breaks as the number u move them by increases | https://github.com/zen-browser/desktop/issues/11320 | 3 days, 0:34:57 | None |
| draging the window by using the sidebar | https://github.com/zen-browser/desktop/issues/11319 | 1:05:02 | 1:05:02 |
| Double-clicking on the sidebar no longer opens a new tab. | https://github.com/zen-browser/desktop/issues/11317 | 2:09:26 | 2:09:26 |
| Pinned and essentials tabs automatically unloaded on startup after updating to 1.17.7b | https://github.com/zen-browser/desktop/issues/11315 | 4 days, 4:53:59 | 12 days, 9:07:43 |
| Zen Browser opens two windows on startup after update to 1.17.7b | https://github.com/zen-browser/desktop/issues/11314 | 3 days, 5:12:02 | 8 days, 7:16:06 |
| Extensions that add themselves into the URL bar are not hidden in single mode, resulting in too little space to reliably click on the URL. | https://github.com/zen-browser/desktop/issues/11313 | None | None |
| container name is no longer visible in URL bar | https://github.com/zen-browser/desktop/issues/11312 | 3 days, 14:24:15 | None |
| Compact Toolbar: | https://github.com/zen-browser/desktop/issues/11307 | 2 days, 9:21:05 | 2 days, 23:15:20 |
| Cant install on linux (AUR) | https://github.com/zen-browser/desktop/issues/11306 | 2:13:01 | 5:09:46 |
| Maximized Window Disregards System Work Area | https://github.com/zen-browser/desktop/issues/11304 | 5:14:50 | 13:10:35 |
| CMD+TABbing away while picture-in-picture is open means PiP takes focus (does not happen in raw Firefox) | https://github.com/zen-browser/desktop/issues/11303 | None | None |
| Split View Closing Shortcut Doesn't Work And Opens Weird CSS File | https://github.com/zen-browser/desktop/issues/11301 | 5 days, 21:24:35 | None |
| Compact Mode: Top Toolbar not closing automatically after clicking away from Extensions | https://github.com/zen-browser/desktop/issues/11300 | None | None |
| Window hidden while adjusting slider on theme | https://github.com/zen-browser/desktop/issues/11299 | None | None |
| I found a very unfriendly experience | https://github.com/zen-browser/desktop/issues/11298 | 18:02:40 | 7 days, 19:19:59 |
| Simple HTML dialog closes when I click the first text box within it | https://github.com/zen-browser/desktop/issues/11297 | None | None |
| Paste and Go or Paste + Enter Key Overwriting tabs | https://github.com/zen-browser/desktop/issues/11294 | None | None |
| Collapsed Toolbar: Ctrl+T Temporarily Expands Top Toolbar in Compact Mode | https://github.com/zen-browser/desktop/issues/11291 | None | None |
| Extensions Window not opening after startup | https://github.com/zen-browser/desktop/issues/11290 | None | 1 day, 9:57:38 |
| Opening new tab with middle click leaks data via unexpected search | https://github.com/zen-browser/desktop/issues/11289 | 1 day, 10:13:56 | 1 day, 10:13:56 |
| When submitting bug reports, remove the requirement for confirming the issue can't be reproduced on Firefox. | https://github.com/zen-browser/desktop/issues/11287 | 3:58:51 | 17:59:36 |
| Application Menu overflows out of screen | https://github.com/zen-browser/desktop/issues/11284 | None | 9 days, 17:48:08 |
| Copy current URL with a keyboard shortcut missing in shortcut settings | https://github.com/zen-browser/desktop/issues/11281 | 0:04:41 | 6 days, 23:58:41 |
| tel: links : incomplete functionality - do not copy the number to default tel link handling application | https://github.com/zen-browser/desktop/issues/11280 | None | None |
| CORS Request Fails - Power Automate in Zen | https://github.com/zen-browser/desktop/issues/11279 | 6:14:35 | None |
| Tabs and essentials easy to accidentally drag off | https://github.com/zen-browser/desktop/issues/11278 | 5:34:54 | None |
| (Fixed - Client side) Minor visual clipping when scrolling with a hidden taskbar | https://github.com/zen-browser/desktop/issues/11276 | None | 0:01:03 |
| Firefox's select link feature conflicted with Zen Glance | https://github.com/zen-browser/desktop/issues/11273 | None | 13 days, 12:00:56 |
| Split screen gaps disappearing while in compact mode | https://github.com/zen-browser/desktop/issues/11269 | 3:31:14 | 6 days, 16:29:29 |
| Change Tab(s) to Workspace does not respect profile/container. | https://github.com/zen-browser/desktop/issues/11268 | 1:59:44 | None |
| Youtube Fullscreen Problem | https://github.com/zen-browser/desktop/issues/11265 | None | 5:09:01 |
| Certificate error @ learn.microsoft.com (SEC_ERROR_INVALID_TIME) | https://github.com/zen-browser/desktop/issues/11260 | 2:18:34 | 1 day, 17:17:46 |
| Extentions pin toolbar bug | https://github.com/zen-browser/desktop/issues/11257 | 1 day, 8:06:21 | None |
| Links only open in the browser if the browser is already opening, otherwise links will just launch the browser | https://github.com/zen-browser/desktop/issues/11256 | 1 day, 22:41:45 | None |
| Share menu opens again rather than closing when share button is pressed while share menu is open. | https://github.com/zen-browser/desktop/issues/11248 | None | None |
| Browser layout setting selection has low contrast in dark mode | https://github.com/zen-browser/desktop/issues/11246 | None | None |
| "Change Tab to Workspace" does not respect "Move the new tab button to the top" setting | https://github.com/zen-browser/desktop/issues/11245 | None | None |
| Cmd+Shift+B on sidebar-only mode flashes bookmarks bar | https://github.com/zen-browser/desktop/issues/11244 | None | None |
| Multiple windows reopen on launch despite disabling "Open previous windows and tabs" | https://github.com/zen-browser/desktop/issues/11243 | None | None |
| Crunchyroll doesn't work on Zen Windows on latest version 1.7.6b (Error : SHAK-6007) | https://github.com/zen-browser/desktop/issues/11237 | 0:14:37 | 10:24:05 |
| White space & transparency issues in spaces. | https://github.com/zen-browser/desktop/issues/11236 | None | None |
| Folders briefly auto-open then close on launch | https://github.com/zen-browser/desktop/issues/11235 | None | None |
| Phantom tabs present in detached Zen Window | https://github.com/zen-browser/desktop/issues/11234 | None | None |
| Trying to open a tab to amazon.de will open to amazon.com | https://github.com/zen-browser/desktop/issues/11233 | 1:53:48 | None |
| Glance icons grayed out | https://github.com/zen-browser/desktop/issues/11232 | None | None |
| Most websites dont load past initial state | https://github.com/zen-browser/desktop/issues/11231 | None | 0:10:07 |
| Keep crashing on Windows 11, it starts with the version 1.17.3b | https://github.com/zen-browser/desktop/issues/11230 | 5:57:35 | 2 days, 8:53:01 |
| Zen Browser suggests to update despite having the latest version installed | https://github.com/zen-browser/desktop/issues/11228 | 0:20:38 | 2:38:54 |
| Extensions menu not appearing in the upper right corner | https://github.com/zen-browser/desktop/issues/11227 | 23:02:30 | 0:54:37 |
| Toolbar still visible after toggling Sidebar's width | https://github.com/zen-browser/desktop/issues/11225 | 8 days, 18:39:49 | 8 days, 19:59:54 |
| Cannot install addons in compact mode | https://github.com/zen-browser/desktop/issues/11223 | None | 0:02:33 |
| Slow performance when refreshing | https://github.com/zen-browser/desktop/issues/11222 | 13:44:26 | 13:44:26 |
| When switching search engines in the address bar, the control center buttons will disappear. | https://github.com/zen-browser/desktop/issues/11221 | 7 days, 17:29:07 | 7 days, 17:29:07 |
| Browser switches to another workspace upon clicking a pinned tab | https://github.com/zen-browser/desktop/issues/11220 | 5 days, 14:59:49 | 5 days, 19:54:54 |
| DRM ISSUE (Crunchyroll, Netflix, Prime, and etc.) | https://github.com/zen-browser/desktop/issues/11218 | 6:12:26 | 6:51:11 |
| "Replace pinned URL with current" stopped working | https://github.com/zen-browser/desktop/issues/11217 | None | 3:23:47 |
| Zen high memory usage | https://github.com/zen-browser/desktop/issues/11216 | 4:09:50 | 4:09:50 |
| Visual glitches, ghosting, and screen tearing on Linux for Zen browser versions above 1.15.5b-1 | https://github.com/zen-browser/desktop/issues/11214 | None | None |
| Broken [browser&#124;chrome].tabs.query({}) making Tab Session Manager unusable | https://github.com/zen-browser/desktop/issues/11210 | None | None |
| Click interactions not working on some sites | https://github.com/zen-browser/desktop/issues/11208 | None | 0:11:33 |
| Tabs not closing properly while they are inside a folder. | https://github.com/zen-browser/desktop/issues/11207 | None | 3:59:22 |
| Management of synced tabs is split between two "sidebars" | https://github.com/zen-browser/desktop/issues/11206 | None | None |
| Tab saving broken | https://github.com/zen-browser/desktop/issues/11205 | None | None |
| URL bar focused when starting zen browser with --new-window 'url' flag | https://github.com/zen-browser/desktop/issues/11204 | None | None |
| Unable to connect to local network as of 1.17.5b | https://github.com/zen-browser/desktop/issues/11201 | 0:44:35 | None |
| After wakeup Zen queries DNS for all tabs, even unloaded ones and stalls meanwhile | https://github.com/zen-browser/desktop/issues/11200 | None | None |
| Dublicate entry in Default Apps in KDE Plasma Setting | https://github.com/zen-browser/desktop/issues/11198 | None | None |
| Extension Menu's not working in the home page. | https://github.com/zen-browser/desktop/issues/11193 | 3:04:23 | None |
| space is changed automatically when whatsapp & any other tab is in split view. | https://github.com/zen-browser/desktop/issues/11189 | None | None |
| Opening links from external apps does not work as excepted if Zen is not already running | https://github.com/zen-browser/desktop/issues/11188 | 7:34:42 | 7:57:27 |
| Top suggestion in location bar is unremovable search engine | https://github.com/zen-browser/desktop/issues/11187 | 8:08:43 | 5 days, 21:13:30 |
| Extension installation prompt rendered outside of browser frame | https://github.com/zen-browser/desktop/issues/11186 | 9:29:30 | 23:50:25 |
| Launching Zen with Reopen Previous Windows and Tabs opens outdated tab list | https://github.com/zen-browser/desktop/issues/11185 | None | None |
| Websites just outright broken | https://github.com/zen-browser/desktop/issues/11183 | 6:08:20 | 17:11:50 |
| New extensions button does not appear on blank tab | https://github.com/zen-browser/desktop/issues/11182 | 2 days, 8:40:31 | 10 days, 2:29:48 |
| Prompted to install extension, install erroneously canceled | https://github.com/zen-browser/desktop/issues/11181 | None | None |
| URL Bar history search only matches URL beginning | https://github.com/zen-browser/desktop/issues/11179 | 20:55:48 | 21:09:44 |
| Missing Visual Indicators In "Privacy & Security" Settings | https://github.com/zen-browser/desktop/issues/11178 | 22:31:51 | 9 days, 11:01:53 |
| Extension Install Menu Appears Off Screen | https://github.com/zen-browser/desktop/issues/11177 | None | 5:50:00 |
| Split view bug if switching vertical to horizontal or otherwise | https://github.com/zen-browser/desktop/issues/11176 | None | None |
| Bookmark sidebar does'nt close | https://github.com/zen-browser/desktop/issues/11174 | 0:03:15 | 0:28:44 |
| Jupyterhub terminal didn't show correctly | https://github.com/zen-browser/desktop/issues/11173 | 1 day, 12:00:31 | None |
| Split view container tabs have their highlight in the centre of the tab in compact mode. | https://github.com/zen-browser/desktop/issues/11172 | None | None |
| no extension menu/button in the url bar | https://github.com/zen-browser/desktop/issues/11171 | 11:09:25 | 17:18:29 |
| Double click to open new tab doesnt work | https://github.com/zen-browser/desktop/issues/11170 | 1 day, 9:51:08 | 3 days, 6:19:08 |
| Sidebar not closing in compact mode frequently | https://github.com/zen-browser/desktop/issues/11168 | 17:06:30 | None |
| HiDpi screen issue with Zen Browser | https://github.com/zen-browser/desktop/issues/11165 | None | None |
| With compact mode enabled, this problem occurs when trying to move a tab from one window to another. | https://github.com/zen-browser/desktop/issues/11164 | None | None |
| Microsoft Company Portal flags Zen as Firefox hence preventing it from installing on company managed devices | https://github.com/zen-browser/desktop/issues/11163 | 0:21:58 | None |
| Brew Install Hash Mismatch on MacOS Silicon | https://github.com/zen-browser/desktop/issues/11162 | 3 days, 5:01:22 | 4 days, 5:17:58 |
| Extensions that take over/replace passkeys does not work | https://github.com/zen-browser/desktop/issues/11161 | 20:42:26 | None |
| [CRASH] Segmentation fault error on macOS M4 Pro | https://github.com/zen-browser/desktop/issues/11159 | None | None |
| Upon browser close or restart, all pinned tabs and tabs from "essentials" are removed and closed. | https://github.com/zen-browser/desktop/issues/11157 | 6:21:54 | None |
| Video Lag when Laptop Charger Connected or Disconnected | https://github.com/zen-browser/desktop/issues/11156 | 1:39:07 | None |
| Multiple inconsistancies with private window theme | https://github.com/zen-browser/desktop/issues/11155 | None | None |
| Website immediately switches to blank page | https://github.com/zen-browser/desktop/issues/11152 | 7:52:22 | None |
| URL bar doesn't move back to the sidebar | https://github.com/zen-browser/desktop/issues/11150 | 0:01:40 | 0:04:56 |
| New unified panel icon not showing in sidebar only mode | https://github.com/zen-browser/desktop/issues/11149 | 0:19:16 | 1 day, 3:04:30 |
| Glance animation starts from wrong origin when triggered via right-click search | https://github.com/zen-browser/desktop/issues/11148 | 1:03:12 | 12 days, 22:48:29 |
| Zen no longer shows the Profile icon associated with the current Workspace | https://github.com/zen-browser/desktop/issues/11146 | 0:10:36 | None |
| Double-clicking on the toolbar should fill the screen. | https://github.com/zen-browser/desktop/issues/11145 | 1:08:26 | None |
| Cannot move or drag browser window when tabs are on right | https://github.com/zen-browser/desktop/issues/11142 | None | None |
| MediaSource.addSourceBuffer: Type not supported in MediaSource when playing MP3 (works in Chrome) | https://github.com/zen-browser/desktop/issues/11141 | 1:09:43 | 1:13:18 |
| Cannot access https://zen-browser.app with Zen Browser but can with Firefox, Safari and Comet on macOS Tahoe | https://github.com/zen-browser/desktop/issues/11140 | 0:34:57 | None |
| Extensions don't show up | https://github.com/zen-browser/desktop/issues/11137 | None | 0:01:49 |
| Problem with the whole browser | https://github.com/zen-browser/desktop/issues/11136 | 6:34:23 | 9:22:27 |
| Essential and Pinned dont load after quitting with multiple windows (Ctrl+Shift+Q) on Windows | https://github.com/zen-browser/desktop/issues/11135 | None | None |
| Firefox's grouped tabs do not collapse on toggle | https://github.com/zen-browser/desktop/issues/11134 | 7:02:37 | 7:02:37 |
| Spotify is not working properly | https://github.com/zen-browser/desktop/issues/11133 | 9:28:56 | 11:23:38 |
| Picture-in-Picture (PiP) Feature Does Not Appear | https://github.com/zen-browser/desktop/issues/11132 | 5:41:39 | 11:58:40 |
| Video controls cut off in fullscreen mode, only when Zen itself is also fullscreen. | https://github.com/zen-browser/desktop/issues/11131 | None | 6:38:36 |
| Glance closing animation replays when escape is spammed during closing | https://github.com/zen-browser/desktop/issues/11130 | 19:25:23 | 22:20:06 |
| Little bit of url sticks out of top right or left side when using only sidebar style | https://github.com/zen-browser/desktop/issues/11126 | 1 day, 3:59:29 | None |
| Empty space in the tabs if close a tab in unexpected way | https://github.com/zen-browser/desktop/issues/11125 | None | None |
| Extensions icon dissapeared | https://github.com/zen-browser/desktop/issues/11121 | -1 day, 23:11:28 | 4:25:16 |
| Unable to close hisory/ download/ bookmarks/ tags window without closing the whole application. [Linux] | https://github.com/zen-browser/desktop/issues/11119 | None | None |
| Suddenly lost all of my essential tabs; Can't add container'd tabs as Essential tabs | https://github.com/zen-browser/desktop/issues/11118 | 3:07:03 | 3:07:03 |
| Onboarding unskippable with a large number of search shortcuts | https://github.com/zen-browser/desktop/issues/11117 | 14:58:00 | None |
| Newly created Workspaces are shown behind the active Workspace in existing windows | https://github.com/zen-browser/desktop/issues/11116 | None | None |
| Apple websites' font spacing broken | https://github.com/zen-browser/desktop/issues/11115 | 6 days, 15:27:12 | None |
| Allow pinned tabs to update their titles dynamically with the page, as normal | https://github.com/zen-browser/desktop/issues/11114 | 6:52:55 | None |
| Copy Me That extension stopped working with latest update | https://github.com/zen-browser/desktop/issues/11111 | 0:12:46 | 4:14:11 |
| Browser layout does not reset to previous state | https://github.com/zen-browser/desktop/issues/11109 | 5:17:03 | 5:17:03 |
| On mac bookmarks menu is not appaering then hover coursor on the top edge like it works on windows. | https://github.com/zen-browser/desktop/issues/11108 | 6:13:53 | 6:14:03 |
| Loading icon visible behind all favicons | https://github.com/zen-browser/desktop/issues/11107 | 3:39:00 | None |
| Extensions that already exist cannot be pinned to the Toolbar | https://github.com/zen-browser/desktop/issues/11106 | 7:55:13 | 11:51:53 |
| Sidebar URL is almost entirely overtaken by icons, seriously needs options to hide icons | https://github.com/zen-browser/desktop/issues/11105 | 12:24:07 | 23:18:25 |
_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-11-01..2025-11-30`

View File

@@ -0,0 +1,178 @@
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 1 day, 0:30:20 | 5:02:49 | 2 days, 2:05:28 |
| Time to close | 1 day, 6:06:03 | 15:57:36 | 3 days, 0:29:29 |
| Metric | Count |
| --- | ---: |
| Number of items that remain open | 75 |
| Number of items closed | 85 |
| Total number of items created | 160 |
| Title | URL | Time to first response | Time to close |
| --- | --- | --- | --- |
| Downloads with "always ask you where to save files" occur twice -- in the downloads folder as well as in the path specified after popup | https://github.com/zen-browser/desktop/issues/11779 | None | None |
| Change tab to a different workspace option is not visible | https://github.com/zen-browser/desktop/issues/11778 | 20:10:39 | 20:10:39 |
| Closing Tab Does Not Go To Previous Tab for Pinned tabs | https://github.com/zen-browser/desktop/issues/11775 | None | None |
| Folders tab glance not working on Windows v1.17.15b (64-bit) | https://github.com/zen-browser/desktop/issues/11774 | 1 day, 2:08:49 | None |
| Browser Layout resets after Toggle Sidebar's Width | https://github.com/zen-browser/desktop/issues/11771 | 1 day, 5:27:23 | 1 day, 5:27:23 |
| PDF Download | https://github.com/zen-browser/desktop/issues/11768 | 1 day, 5:48:10 | 1 day, 5:48:10 |
| “Show search suggestions” setting unchecks itself &#124; Settings UI value not synced with about:config | https://github.com/zen-browser/desktop/issues/11767 | 1 day, 6:26:12 | 1 day, 6:26:12 |
| Full screen mode not working in YouTube while using Glance mode | https://github.com/zen-browser/desktop/issues/11766 | 1:59:37 | None |
| Guacamole paste | https://github.com/zen-browser/desktop/issues/11765 | 2:04:31 | 2:04:31 |
| Workspace icons as dots | https://github.com/zen-browser/desktop/issues/11763 | 0:03:17 | 0:23:41 |
| Printing Issue | https://github.com/zen-browser/desktop/issues/11762 | 11:29:55 | None |
| My profiles folder is not loading after the last update. | https://github.com/zen-browser/desktop/issues/11761 | 3:00:38 | None |
| Video Playback Issues | https://github.com/zen-browser/desktop/issues/11760 | 16:12:17 | 16:12:17 |
| When closing the window on mac and reopening the browser, the session isn't restored | https://github.com/zen-browser/desktop/issues/11759 | None | 17:41:15 |
| Identical filenames for clipboard images (image.png) prevents multiple uploads in Gemini | https://github.com/zen-browser/desktop/issues/11758 | 18:30:44 | 18:30:44 |
| Search suggestions cannot be hidden | https://github.com/zen-browser/desktop/issues/11755 | 1:14:56 | 1 day, 3:42:17 |
| [Bug] [Twilight] [Win 11] New window in virtual desktop bugs and opens several new windows | https://github.com/zen-browser/desktop/issues/11754 | 1 day, 10:56:04 | 2 days, 18:04:04 |
| [Twilight] Pinned tab reset when restart | https://github.com/zen-browser/desktop/issues/11751 | 2 days, 2:05:28 | 2 days, 8:02:26 |
| Profile locks are being ignored, causing weird synced behavior | https://github.com/zen-browser/desktop/issues/11750 | 11:19:12 | None |
| selecting tabs, Right Click to add them to a New Folder no longer works | https://github.com/zen-browser/desktop/issues/11745 | 2:42:55 | 3 days, 0:31:33 |
| When Zen Browser is set as the default browser, it cannot open links clicked from external applications under KDE. | https://github.com/zen-browser/desktop/issues/11743 | 7:19:40 | 7:19:40 |
| After updating all the folders and essential tabs are empty | https://github.com/zen-browser/desktop/issues/11741 | 4:15:52 | 3 days, 5:50:29 |
| Poor performance in OnShape | https://github.com/zen-browser/desktop/issues/11740 | None | None |
| Can't hide tab groups. | https://github.com/zen-browser/desktop/issues/11739 | 2:27:37 | 7:47:28 |
| Cannot install extension via local file if sidebar and toolbar are hidden | https://github.com/zen-browser/desktop/issues/11738 | None | 8:26:16 |
| [Bug] White space padding below minimized parent folder containing partially minimized subfolders | https://github.com/zen-browser/desktop/issues/11736 | 3 days, 14:36:08 | 3 days, 14:36:08 |
| Youtube Shorts Video is hidden out of view, but loaded | https://github.com/zen-browser/desktop/issues/11734 | 5:52:53 | None |
| Websites not funcationing correctly in latest version | https://github.com/zen-browser/desktop/issues/11733 | 0:15:44 | 0:15:44 |
| Sidebar not hiding when in compact mode | https://github.com/zen-browser/desktop/issues/11732 | None | None |
| Lag when restoring sessions with addons like Tab Session Manager? | https://github.com/zen-browser/desktop/issues/11731 | 10:52:46 | None |
| Crash and no load video | https://github.com/zen-browser/desktop/issues/11729 | 0:35:39 | 0:35:39 |
| Bug: Right-Click Menu Text Not Visible | https://github.com/zen-browser/desktop/issues/11728 | 5:49:57 | None |
| Firefox Extension pop-up doesnt open when side-panel is hidden | https://github.com/zen-browser/desktop/issues/11727 | None | 0:55:53 |
| Master Password Prompt on duckai | https://github.com/zen-browser/desktop/issues/11725 | None | None |
| [Twilight] Spaces are removed after updating to December 25 version | https://github.com/zen-browser/desktop/issues/11724 | 2:03:12 | None |
| Memory leak on arch linux? | https://github.com/zen-browser/desktop/issues/11721 | 5:03:16 | None |
| Upgrade to 1.18t lost everything. | https://github.com/zen-browser/desktop/issues/11720 | 5:02:49 | 5:14:44 |
| Can't show Kaomoji on Zen. (Special unicode characters Chinese, Korean, Japanese, etc) | https://github.com/zen-browser/desktop/issues/11719 | 1:28:17 | 2 days, 22:27:07 |
| Inconsistent Essential tabs unloading | https://github.com/zen-browser/desktop/issues/11717 | 3:40:23 | None |
| browser is laggy | https://github.com/zen-browser/desktop/issues/11715 | 9:19:37 | 18:42:49 |
| Duplicate “Find on Page” entry in Search & Find shortcut settings | https://github.com/zen-browser/desktop/issues/11714 | None | None |
| Zen sets itself as default | https://github.com/zen-browser/desktop/issues/11712 | 0:17:54 | None |
| Zen does not display data in IndexedDB while on localhost | https://github.com/zen-browser/desktop/issues/11711 | 10:12:55 | 18:12:11 |
| YouTube fullscreen controls are cut off when Zen Browser is in fullscreen mode | https://github.com/zen-browser/desktop/issues/11710 | None | 10:16:10 |
| Chess.com doesn't fit on a page since last update | https://github.com/zen-browser/desktop/issues/11708 | 0:14:05 | 0:14:05 |
| YouTube videos lose contrast when in full screen mode. | https://github.com/zen-browser/desktop/issues/11706 | 6:06:04 | None |
| Disappeared Font Rendering on Wayland Zen Browser | https://github.com/zen-browser/desktop/issues/11705 | None | 2:45:33 |
| TopCV website doesn't displayed correctly | https://github.com/zen-browser/desktop/issues/11704 | 7:52:49 | None |
| Zen not remembering where the tabs opened in the previous sessions. | https://github.com/zen-browser/desktop/issues/11700 | None | 3:04:19 |
| When RestoreDown/maximazing/moving browser the video in Picture-in-Picture mode is returning to the tab by itself | https://github.com/zen-browser/desktop/issues/11698 | 15:05:45 | None |
| I can't continue from where I left off; I need to log in again. | https://github.com/zen-browser/desktop/issues/11695 | 4:19:58 | 4:19:58 |
| Drag addressbar Link to Desktop no longer works | https://github.com/zen-browser/desktop/issues/11694 | 8:13:08 | None |
| opening a link from external application on zen browser | https://github.com/zen-browser/desktop/issues/11692 | 0:08:44 | 0:08:44 |
| Widow border highlight is diffrent depending of the platform | https://github.com/zen-browser/desktop/issues/11691 | 3:53:57 | 3:53:57 |
| Vertical maximize via mouse (Aero Snap) does not work in Zen Browser | https://github.com/zen-browser/desktop/issues/11690 | None | None |
| Some styles appear to be displaying abnormally (context menu, Library) | https://github.com/zen-browser/desktop/issues/11689 | None | None |
| Moving pinned tabs with media playing between windows broken | https://github.com/zen-browser/desktop/issues/11688 | None | None |
| Context menu on tabs says "workspace" instead of "space" | https://github.com/zen-browser/desktop/issues/11686 | None | 1 day, 0:02:12 |
| Can't change folder name | https://github.com/zen-browser/desktop/issues/11683 | 1:50:39 | 6:38:14 |
| Opening DevTools make the browser crash | https://github.com/zen-browser/desktop/issues/11681 | 0:35:01 | 0:35:01 |
| ZEN DOES NOT UPDATE AUTOMATICALLY | https://github.com/zen-browser/desktop/issues/11680 | 0:41:30 | 19:54:17 |
| Visual glitches while scrolling in the bottom of the page. | https://github.com/zen-browser/desktop/issues/11678 | None | None |
| Full screen mode not occupying complete available screen space. | https://github.com/zen-browser/desktop/issues/11676 | None | None |
| On Mac, first item in bookmarks toolbar disappears after closing window and reopening (without closing app) | https://github.com/zen-browser/desktop/issues/11674 | None | None |
| Some web pages freeze for aparently no reason | https://github.com/zen-browser/desktop/issues/11668 | 0:34:14 | None |
| Unable to install Browser Addons in Compact Mode | https://github.com/zen-browser/desktop/issues/11667 | 7:01:49 | None |
| WebGL2 is not working | https://github.com/zen-browser/desktop/issues/11665 | None | 0:04:30 |
| Tab dissapeared after reopening browser after lagging | https://github.com/zen-browser/desktop/issues/11662 | None | None |
| High CPU usage on idle and even higher CPU usage when opening Twitch (even in Troubleshoot Mode) | https://github.com/zen-browser/desktop/issues/11661 | 1:32:07 | 1:47:33 |
| Audio stopped working - Mac | https://github.com/zen-browser/desktop/issues/11660 | None | 23:33:37 |
| Zorin os freeze/crash on video playback | https://github.com/zen-browser/desktop/issues/11657 | None | None |
| "Material Icons" not displaying correctly (but they are in Firefox desktop app) | https://github.com/zen-browser/desktop/issues/11656 | 5:10:45 | None |
| Browser Padding top bar not removable | https://github.com/zen-browser/desktop/issues/11654 | 3:40:52 | 3:40:52 |
| Update to 1.18t: 1) unresponsive on start, 2) duplicated all pinned tabs. | https://github.com/zen-browser/desktop/issues/11653 | 4:27:05 | 4:27:05 |
| Zen doesn't save splitview configuration correctly with "open previous windows and tabs" enabled | https://github.com/zen-browser/desktop/issues/11652 | 1 day, 9:11:28 | 1 day, 9:25:45 |
| Zen reacts to system sound device changes while watching media (youtube) only after playing with the timeline | https://github.com/zen-browser/desktop/issues/11651 | None | None |
| Workspace is synchronized, but bookmarks within the Workspace are not synchronized as well. | https://github.com/zen-browser/desktop/issues/11650 | 9:24:51 | 9:24:51 |
| Zen becomes unresponsive when playing YouTube videos | https://github.com/zen-browser/desktop/issues/11649 | 1 day, 19:29:58 | None |
| proton mail sign up fails on every container except the first container | https://github.com/zen-browser/desktop/issues/11648 | None | None |
| The translation function that comes with Firefox cannot be used after I reinstall ZEN | https://github.com/zen-browser/desktop/issues/11647 | 1 day, 13:40:21 | None |
| Trackpad gesture doesn't work for switching between spaces | https://github.com/zen-browser/desktop/issues/11645 | 4:10:42 | 1 day, 20:43:04 |
| 多工具栏设置无法生效 | https://github.com/zen-browser/desktop/issues/11643 | 1 day, 6:32:46 | 1 day, 18:53:53 |
| A small section of split tabs' border is visible on glance and can be used to resize split tabs | https://github.com/zen-browser/desktop/issues/11641 | None | 2 days, 3:52:57 |
| Opening Zen via a hyperlink doesn't open the link it was given | https://github.com/zen-browser/desktop/issues/11639 | None | 2 days, 6:06:13 |
| Tabs don't show on hover in compact mode when "Tabs are on the right" setting is enabled | https://github.com/zen-browser/desktop/issues/11638 | 0:26:15 | None |
| "New split view" in command bar opens a new tab instead | https://github.com/zen-browser/desktop/issues/11637 | 12:16:48 | 3 days, 3:03:38 |
| The disappearance of the Firefox toolbar extension management icon is a bug or intentional | https://github.com/zen-browser/desktop/issues/11634 | 2:09:59 | 3 days, 0:26:24 |
| Google reverse image search doesn't work, only uploads stripes instead of the actual image | https://github.com/zen-browser/desktop/issues/11633 | 1:34:48 | 2 days, 10:21:07 |
| MacOS: Context Windows appear always on main monitor | https://github.com/zen-browser/desktop/issues/11632 | 3:02:07 | None |
| update firefox version &#124; amazon music and many more media websites not loading | https://github.com/zen-browser/desktop/issues/11631 | 0:30:37 | 0:30:37 |
| UI Scaling issue on linux desktop | https://github.com/zen-browser/desktop/issues/11629 | 3 days, 17:28:00 | None |
| Window can't shrink enough for W11 On-Screen Keyboard | https://github.com/zen-browser/desktop/issues/11628 | 0:50:10 | None |
| Split tab divider can't be moved to resize with bookmarks sidebar open | https://github.com/zen-browser/desktop/issues/11626 | 2 days, 19:07:37 | None |
| Container information cannot be saved correctly. | https://github.com/zen-browser/desktop/issues/11622 | 2:10:41 | 2:10:41 |
| Slow syncing state and browser crashes if trying to delete a space | https://github.com/zen-browser/desktop/issues/11621 | 1 day, 13:13:35 | None |
| Tabs not loaded in beforehand have full favicon transparency | https://github.com/zen-browser/desktop/issues/11620 | 3:00:50 | None |
| Browser keeps crashing when playing videos or just scrolling rapidly. | https://github.com/zen-browser/desktop/issues/11618 | 3:43:34 | 7:22:44 |
| The tab crashes when searching certain words | https://github.com/zen-browser/desktop/issues/11615 | 2 days, 0:53:45 | None |
| Zen profile problems after update and uninstall | https://github.com/zen-browser/desktop/issues/11614 | 11:21:11 | None |
| No button to access extension menu in order to pin when side and top bar enabled | https://github.com/zen-browser/desktop/issues/11612 | 1:54:17 | 1:54:31 |
| Youtube crashes Zen | https://github.com/zen-browser/desktop/issues/11610 | 17:48:03 | None |
| Scree gliches and flashes rapidly | https://github.com/zen-browser/desktop/issues/11606 | None | None |
| Perplexity disappeared in the new version and the app had to installed, all my configurations dissappeared | https://github.com/zen-browser/desktop/issues/11604 | None | 6:03:27 |
| Content under transparent menus appears frozen after menu is opened | https://github.com/zen-browser/desktop/issues/11603 | None | None |
| Nvidia RTX video is broken again for non-fullscreen video on 1.17.13b (2025-12-11) | https://github.com/zen-browser/desktop/issues/11602 | None | None |
| Perplexity gets removed even when added as custom search engine. | https://github.com/zen-browser/desktop/issues/11601 | 9:10:41 | 19:37:58 |
| No content is displaying, just transparent browser | https://github.com/zen-browser/desktop/issues/11599 | 9:27:02 | 1 day, 10:30:08 |
| Bookmarks Side-Panel Font is white on white background when using Windows 11 Dark Theme | https://github.com/zen-browser/desktop/issues/11597 | None | 9 days, 3:57:43 |
| Can't download files from Element | https://github.com/zen-browser/desktop/issues/11596 | 3:27:57 | None |
| The toolbar breaks when changing the browser layout | https://github.com/zen-browser/desktop/issues/11595 | None | None |
| Windows Explorer doesn't open after opening a file through Zen | https://github.com/zen-browser/desktop/issues/11594 | None | None |
| Zen launching instead of opening links | https://github.com/zen-browser/desktop/issues/11593 | None | None |
| Missing spacing between media controls and sidebar notification | https://github.com/zen-browser/desktop/issues/11592 | None | 3:25:48 |
| Addons (extensions) not added when side bar not open | https://github.com/zen-browser/desktop/issues/11591 | 7 days, 7:20:32 | 7 days, 7:20:32 |
| No video streaming on Twitch.TV | https://github.com/zen-browser/desktop/issues/11590 | 1:40:34 | 2:13:10 |
| Zen Browser loops when visiting pionex.us instead of loading and stopping | https://github.com/zen-browser/desktop/issues/11589 | 0:22:45 | 5:25:13 |
| Firefox add-ons fail to auto update | https://github.com/zen-browser/desktop/issues/11586 | 8:36:24 | None |
| Opening two instances (windows) of Zen Browser | https://github.com/zen-browser/desktop/issues/11585 | 1 day, 22:15:12 | None |
| Compact mode word translation(Turkish) error in right click menu in vertical tabs | https://github.com/zen-browser/desktop/issues/11583 | 10 days, 19:56:47 | None |
| Tab reordering does not trigger haptic feedback on MacOS | https://github.com/zen-browser/desktop/issues/11582 | None | None |
| Blur text and content when window is maximized (but not in full full screen) on Mac using Apple Studio display | https://github.com/zen-browser/desktop/issues/11580 | 1:53:06 | 5:20:16 |
| Closing a recently opened tab returns to the top tab, not the previously focused tab | https://github.com/zen-browser/desktop/issues/11576 | 9 days, 1:26:27 | None |
| Toolbar appearing on hover in compact mode results in jittery page | https://github.com/zen-browser/desktop/issues/11575 | 1:27:27 | None |
| Firefox Sync doesn't sync extensions to new instance | https://github.com/zen-browser/desktop/issues/11574 | None | None |
| Spotify no sound | https://github.com/zen-browser/desktop/issues/11570 | 0:02:19 | 0:35:22 |
| performance issue | https://github.com/zen-browser/desktop/issues/11569 | 1:49:29 | 1:49:28 |
| [macOS] Default Unsplit shortcut (Opt+Cmd+U) conflicts with native 'View Source' binding | https://github.com/zen-browser/desktop/issues/11568 | 6 days, 13:28:07 | None |
| pdf markup undo would undo random things a few steps prior. | https://github.com/zen-browser/desktop/issues/11567 | None | None |
| Changing keyboard language closes tab bar | https://github.com/zen-browser/desktop/issues/11563 | 3:38:59 | 3:38:59 |
| Zen started randomly crashing | https://github.com/zen-browser/desktop/issues/11562 | 3:49:51 | 4 days, 5:32:07 |
| "Show all tabs" keyboard shortcut not working | https://github.com/zen-browser/desktop/issues/11560 | 13 days, 1:31:35 | None |
| Unable to go full screen when in split view | https://github.com/zen-browser/desktop/issues/11559 | None | None |
| Closing sequence of windows, makes Zen loose all the unpinned tabs | https://github.com/zen-browser/desktop/issues/11558 | 7 days, 12:45:23 | None |
| Discord Link on https://zen-browser.app/ is Invalid | https://github.com/zen-browser/desktop/issues/11557 | 22:21:31 | 22:21:31 |
| Zen Browser not saving the tabs I had - V1.17.12b | https://github.com/zen-browser/desktop/issues/11555 | 4:07:02 | 2 days, 7:05:04 |
| Hidden Navbar Not Triggering on Hover (Compact Mode) | https://github.com/zen-browser/desktop/issues/11554 | 1 day, 0:22:48 | None |
| Dom manipulation causes massive performance issues | https://github.com/zen-browser/desktop/issues/11553 | 5:49:40 | None |
| "Unload and switch to tab" button kills navigation history | https://github.com/zen-browser/desktop/issues/11552 | None | None |
| Bookmarks in a folder open in reverse order | https://github.com/zen-browser/desktop/issues/11551 | None | 0:05:28 |
| If glance tab opens in a different container than parent tab, glance tab is moved to a regular new tab | https://github.com/zen-browser/desktop/issues/11544 | None | None |
| New tab not opening the normal homepage but opening the floating searchbar instead | https://github.com/zen-browser/desktop/issues/11543 | 0:19:37 | 1:16:54 |
| After my Mac wakes from sleep, Zen often stops loading pages for a few minutes. | https://github.com/zen-browser/desktop/issues/11541 | 7 days, 2:10:40 | None |
| Boxes in the Background | https://github.com/zen-browser/desktop/issues/11538 | None | None |
| Zen Browser Icon disappears from taskbar when the app isn't pinned | https://github.com/zen-browser/desktop/issues/11536 | 1:32:38 | None |
| The Space Icon/Name overlaps the New Tab Button when many tabs are open | https://github.com/zen-browser/desktop/issues/11531 | None | 0:01:23 |
| full screen does not hide the side/top bars | https://github.com/zen-browser/desktop/issues/11530 | 1 day, 1:45:36 | 1 day, 1:45:36 |
| Floading Bookmarks Bar Issue | https://github.com/zen-browser/desktop/issues/11529 | 2:18:35 | 13 days, 19:33:54 |
| Bug on Youtube Playing | https://github.com/zen-browser/desktop/issues/11528 | 0:26:20 | 15:57:36 |
| Site display issue on nokotime.com | https://github.com/zen-browser/desktop/issues/11525 | 7:58:19 | 1 day, 21:13:57 |
| can't load twitch page after update 1.17.12b | https://github.com/zen-browser/desktop/issues/11524 | 0:03:23 | 0:05:16 |
| Browser layout does not return to Single Toolbar after expanding Collapsed Sidebar, reverts to dual toolbars instead. | https://github.com/zen-browser/desktop/issues/11521 | 0:40:45 | 0:40:45 |
| Can't play youtube live video after update | https://github.com/zen-browser/desktop/issues/11518 | 0:42:10 | 16:06:02 |
| Mouse back/forward button didn't work anymore to switch between workspaces | https://github.com/zen-browser/desktop/issues/11517 | 0:44:38 | 0:53:37 |
| Bug on youtube | https://github.com/zen-browser/desktop/issues/11514 | 2 days, 17:49:10 | 2 days, 17:49:10 |
| Manual install issue | https://github.com/zen-browser/desktop/issues/11511 | 5:05:51 | 18:53:21 |
| Tab misplacements and Slow Internet Performance | https://github.com/zen-browser/desktop/issues/11510 | None | 0:13:33 |
| Incorrect origin point of glance animation when opening from split view | https://github.com/zen-browser/desktop/issues/11506 | None | None |
| Zen using passkey from apple keychain instead vaultwarden | https://github.com/zen-browser/desktop/issues/11498 | 1:10:26 | 1 day, 8:36:24 |
| Sidebar jitters due to trying to render more buttons than it can fit (at the top) | https://github.com/zen-browser/desktop/issues/11497 | None | None |
| z index mismatch on this page is slowing down your page modal | https://github.com/zen-browser/desktop/issues/11496 | None | 3 days, 21:12:36 |
_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-12-01..2025-12-31`

View File

@@ -4,7 +4,7 @@
import js from '@eslint/js'; import js from '@eslint/js';
import globals from 'globals'; import globals from 'globals';
import { defineConfig } from 'eslint/config'; import { defineConfig, globalIgnores } from 'eslint/config';
import zenGlobals from './src/zen/zen.globals.js'; import zenGlobals from './src/zen/zen.globals.js';
export default defineConfig([ export default defineConfig([
@@ -23,4 +23,5 @@ export default defineConfig([
}, },
ignores: ['**/vendor/**', '**/tests/**'], ignores: ['**/vendor/**', '**/tests/**'],
}, },
globalIgnores(['**/mochitests/**']),
]); ]);

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = اختصارات لوحة المفاتيح
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } اختصارات لوحة المفاتيح pane-settings-CKS-title = { -brand-short-name } اختصارات لوحة المفاتيح
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = تخصيص اختصارات لوحة المفاتيح zen-settings-CKS-header = تخصيص اختصارات لوحة المفاتيح
zen-settings-CKS-description = تغيير اختصارات لوحة المفاتيح الافتراضية إلى إعجابك وتحسين تجربة التصفح zen-settings-CKS-description = تغيير اختصارات لوحة المفاتيح الافتراضية إلى إعجابك وتحسين تجربة التصفح
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = علامات التبويب على اليمين .label = علامات التبويب على اليسار
.accesskey = ر .accesskey = ر
zen-toolbar-context-compact-mode = zen-toolbar-context-compact-mode =
.label = الوضع المدمج .label = الوضع المدمج

View File

@@ -2,25 +2,25 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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 = Welcome to zen-welcome-title-line1 = مرحبا بك في
zen-welcome-title-line2 = a calmer internet zen-welcome-title-line2 = إنترنت أكثر هدوء
zen-welcome-import-title = A Fresh Start, Same Bookmarks zen-welcome-import-title = بداية جديدة، نفس المفضّلات
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 = المفضّلات، سجل التصفح، وكلمات السر هي أثر خطواتك على الإنترنت…خليها معاك!
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 = أحضرهم بسهولة من متصفح آخر وكمل من حيث انتهيت.
zen-welcome-import-button = Import now zen-welcome-import-button = "استردهم الآن
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser zen-welcome-set-default-browser = اجعل { -brand-short-name } المتصفح الافتراضي لديك
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser zen-welcome-dont-set-default-browser = لا تجعل { -brand-short-name } المتصفح الافتراضي لديك
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach zen-welcome-initial-essentials-title = تبويباتك، دائمًا في متناول يدك
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 = احرص على أن تظل تبويباتك الأهم سهلة الوصول وفي متناول يدك دائمًا، مهما كان عددها.
zen-welcome-initial-essentials-description-2 = Essential tabs are always visible, no matter what workspace you are in. zen-welcome-initial-essentials-description-2 = التبويبات الأساسية تبقى مرئية دائمًا، مهما كانت المساحة التي تعمل فيها.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors zen-welcome-workspace-colors-title = مساحات عملك، ألوانك
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity. zen-welcome-workspace-colors-description = خصص متصفحك بمنح كل مساحة عمل هُوِيَّة.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
All set?<br/> كل شيء تمام؟<br/>
Lets get rolling! يلا نبدأ!
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 = كل حاجة جاهزة، دوس على الزر تحت وابدأ التصفح بـ { -brand-short-name }.
zen-welcome-start-browsing = Dive in! zen-welcome-start-browsing = انطلق!
zen-welcome-default-search-title = Your Default Search Engine zen-welcome-default-search-title = محرك البحث الافتراضي
zen-welcome-default-search-description = Choose your default search engine. You can always change it later! zen-welcome-default-search-description = اختر محرك البحث الافتراضي. يمكنك تغييره لاحقًا!
zen-welcome-skip-button = Skip zen-welcome-skip-button = تخطي
zen-welcome-finished = Your Zen has been set up correctly! zen-welcome-finished = تم إعداد نسختك بشكل صحيح!

View File

@@ -4,9 +4,9 @@
zen-panel-ui-workspaces-text = مساحات العمل zen-panel-ui-workspaces-text = مساحات العمل
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = إنشاء مساحة عمل
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = إنشاء مِلف
zen-panel-ui-new-empty-split = zen-panel-ui-new-empty-split =
.label = New Split .label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
@@ -15,7 +15,7 @@ zen-workspaces-panel-context-delete =
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Change Name .label = Change Name
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Change Icon .label = تغيير الأيقونة
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profile .label = Set Profile
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
@@ -31,7 +31,7 @@ zen-workspaces-panel-context-edit =
.label = تعديل فضاء العمل .label = تعديل فضاء العمل
.accesskey = ه .accesskey = ه
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = تغيير علامة التبويب إلى فضاء العمل .label = تغيير علامة(ات) التبويب إلى فضاء العمل
.accesskey = ج .accesskey = ج
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces .value = Workspaces
@@ -62,4 +62,4 @@ zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo. zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo.
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = Clear
.tooltiptext = Close all unpinned tabs .tooltiptext = إغلاق جميع علامات التبويب الغير مثبتة

View File

@@ -0,0 +1,316 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
pane-zen-looks-title = Look and Feel
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = Changing the default language could make it easier for Websites to track you.
zen-vertical-tabs-layout-header = Browser Layout
zen-vertical-tabs-layout-description = Choose the layout that suits you best
zen-layout-single-toolbar = Only Sidebar
zen-layout-multiple-toolbar = Sidebar and Top Toolbar
zen-layout-collapsed-toolbar = Collapsed Sidebar
sync-currently-syncing-workspaces = Workspaces
sync-engine-workspaces =
.label = Workspaces
.tooltiptext = Sync your workspaces across devices
.accesskey = W
zen-glance-title = Glance
zen-glance-header = General settings for glance
zen-glance-description = Get a quick overview of your links without opening them in a new tab
zen-glance-trigger-label = Trigger method
zen-glance-enabled =
.label = Enable Glance
zen-glance-trigger-ctrl-click =
.label = Ctrl + Click
zen-glance-trigger-alt-click =
.label = Alt + Click
zen-glance-trigger-shift-click =
.label = Shift + Click
zen-glance-trigger-meta-click =
.label = Meta (Command) + Click
zen-look-and-feel-compact-view-header = Show in compact view
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
zen-look-and-feel-compact-view-enabled =
.label = Enable { -brand-short-name }'s compact mode
zen-look-and-feel-compact-view-top-toolbar =
.label = Hide the top toolbar as well in compact mode
zen-look-and-feel-compact-toolbar-flash-popup =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode
pane-zen-tabs-title = Tab Management
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces
zen-tabs-unloader-enabled =
.label = Enable Tab Unloader
zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history
zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only
zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled
zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar
zen-workspace-continue-where-left-off =
.label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs
zen-pinned-tab-manager-header = General settings for pinned tabs
zen-pinned-tab-manager-description = Manage additional behavior of pinned tabs
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Restore pinned tabs to their originally pinned URL on startup
zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Reset URL, unload and switch to next tab
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = Unload and switch to next tab
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = Reset URL and switch to next tab
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Switch to next tab
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL
zen-pinned-tab-manager-close-close-shortcut-option =
.label = Close tab
pane-zen-workspaces-header = Workspaces
zen-settings-workspaces-header = General settings for workspaces
zen-settings-workspaces-description = With workspaces, you can have multiple browsing sessions at once!
zen-settings-workspaces-enabled =
.label = Enable Workspaces
zen-settings-workspaces-hide-default-container-indicator =
.label = Hide the default container indicator in the tab bar
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
pane-zen-theme-title = Theme Settings
zen-vertical-tabs-title = Sidebar and tabs layout
zen-vertical-tabs-header = Vertical Tabs
zen-vertical-tabs-description = Manage your tabs in a vertical layout
zen-vertical-tabs-show-expand-button =
.label = Show Expand Button
zen-vertical-tabs-newtab-on-tab-list =
.label = Show New Tab Button on Tab List
zen-vertical-tabs-newtab-top-button-up =
.label = Move the new tab button to the top
zen-vertical-tabs-expand-tabs-by-default = Expand Tabs by Default
zen-vertical-tabs-dont-expand-tabs-by-default = Don't Expand Tabs by Default
zen-vertical-tabs-expand-tabs-on-hover = Expand Tabs on Hover (Won't work on compact mode)
zen-vertical-tabs-expand-tabs-header = How to expand tabs
zen-vertical-tabs-expand-tabs-description = Choose how to expand tabs in the sidebar
zen-theme-marketplace-header = Zen Mods
zen-theme-disable-all-enabled =
.title = Disable all mods
zen-theme-disable-all-disabled =
.title = Enable all mods
zen-theme-marketplace-description = Find and install mods from the store.
zen-theme-marketplace-remove-button =
.label = Remove mod
zen-theme-marketplace-check-for-updates-button =
.label = Check for Updates
zen-theme-marketplace-import-button =
.label = Import mods
zen-theme-marketplace-export-button =
.label = Export Mods
zen-theme-marketplace-import-success = Mods imported successfully
zen-theme-marketplace-import-failure = There was an error importing the mods
zen-theme-marketplace-export-success = Mods exported successfully
zen-theme-marketplace-export-failure = There was an error exporting the mods
zen-theme-marketplace-updates-success = Mods updated successfully
zen-theme-marketplace-updates-failure = Couldn't find any updates!
zen-theme-marketplace-toggle-enabled-button =
.title = Disable mod
zen-theme-marketplace-toggle-disabled-button =
.title = Enable mod
zen-theme-marketplace-remove-confirmation = Are you sure you want to remove this mod?
zen-theme-marketplace-close-modal = Close
zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = None
zen-theme-marketplace-input-default-placeholder =
.placeholder = Type something...
pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update =
.label = Automatically update installed mods on startup
zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Switch to workspace where container is set as default when opening container tabs
zen-theme-marketplace-link = Visit Store
zen-dark-theme-styles-header = Dark Theme Styles
zen-dark-theme-styles-description = Customize the dark theme to your liking
zen-dark-theme-styles-amoled = Night Theme
zen-dark-theme-styles-default = Default Dark Theme
zen-dark-theme-styles-colorful = Colorful Dark Theme
zen-compact-mode-styles-left = Hide Tab bar
zen-compact-mode-styles-top = Hide Top bar
zen-compact-mode-styles-both = Hide Both
zen-urlbar-title = Zen URL Bar
zen-urlbar-header = General settings for the URL bar
zen-urlbar-description = Customize the URL bar to your liking
zen-urlbar-behavior-label = Behavior
zen-urlbar-behavior-normal =
.label = Normal
zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing
zen-urlbar-behavior-float =
.label = Always floating
pane-zen-CKS-title = Keyboard Shortcuts
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Customize your keyboard shortcuts
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience
zen-settings-CKS-disable-firefox =
.label = Disable { -brand-short-name }'s default keyboard shortcuts
zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut
zen-settings-CKS-reset-shortcuts =
.label = Reset to Default
zenCKSOption-group-other = Other
zenCKSOption-group-windowAndTabManagement = Window & Tab Management
zenCKSOption-group-navigation = Navigation
zenCKSOption-group-searchAndFind = Search & Find
zenCKSOption-group-pageOperations = Page Operations
zenCKSOption-group-historyAndBookmarks = History & Bookmarks
zenCKSOption-group-mediaAndDisplay = Media & Display
zenCKSOption-group-zen-compact-mode = Compact Mode
zenCKSOption-group-zen-workspace = Workspaces
zenCKSOption-group-zen-other = Other Zen Features
zenCKSOption-group-zen-split-view = Split View
zenCKSOption-group-devTools = Developer Tools
zen-key-quick-restart = Quick Restart
zen-window-new-shortcut = New Window
zen-tab-new-shortcut = New Tab
zen-key-redo = Redo
zen-restore-last-closed-tab-shortcut = Restore Last Closed Tab
zen-location-open-shortcut = Open Location
zen-location-open-shortcut-alt = Open Location (Alt)
zen-key-undo-close-window = Undo Close Window
zen-text-action-undo-shortcut = Undo
zen-text-action-redo-shortcut = Redo
zen-text-action-cut-shortcut = Cut
zen-text-action-copy-shortcut = Copy
zen-text-action-copy-url-shortcut = Copy current URL
zen-text-action-copy-url-markdown-shortcut = Copy current URL as Markdown
zen-text-action-paste-shortcut = Paste
zen-text-action-select-all-shortcut = Select All
zen-text-action-delete-shortcut = Delete
zen-history-show-all-shortcut-mac = Show All History (Mac)
zen-full-screen-shortcut = Toggle Full Screen
zen-reader-mode-toggle-shortcut-windows = Toggle Reader Mode (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Toggle Picture-in-Picture (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Toggle Picture-in-Picture (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Toggle Picture-in-Picture (Mac Alt)
zen-page-source-shortcut-safari = View Page Source (Safari)
zen-nav-stop-shortcut = Stop Loading
zen-history-sidebar-shortcut = Show History Sidebar
zen-window-minimize-shortcut = Minimize Window
zen-help-shortcut = Open Help
zen-preferences-shortcut = Open Preferences
zen-hide-app-shortcut = Hide Application
zen-hide-other-apps-shortcut = Hide Other Applications
zen-search-focus-shortcut = Focus Search
zen-search-focus-shortcut-alt = Focus Search (Alt)
zen-downloads-shortcut = Open Downloads
zen-addons-shortcut = Open Add-ons
zen-file-open-shortcut = Open File
zen-save-page-shortcut = Save Page
zen-print-shortcut = Print Page
zen-close-shortcut-2 = Close Tab
zen-mute-toggle-shortcut = Toggle Mute
zen-key-delete = Delete Key
zen-key-go-back = Go Back
zen-key-go-forward = Go Forward
zen-nav-back-shortcut-alt = Navigate Back (Alt)
zen-nav-fwd-shortcut-alt = Navigate Forward (Alt)
zen-history-show-all-shortcut = Show All History
zen-key-enter-full-screen = Enter Full Screen
zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac)
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-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page
zen-key-about-processes = About Processes
zen-page-source-shortcut = View Page Source
zen-page-info-shortcut = View Page Info
zen-find-shortcut = Find on Page
zen-search-find-again-shortcut = Find Again
zen-search-find-again-shortcut-prev = Find Previous
zen-search-find-again-shortcut-2 = Find Again (Alt)
zen-bookmark-this-page-shortcut = Bookmark This Page
zen-bookmark-show-library-shortcut = Show Bookmarks Library
zen-key-stop = Stop Loading
zen-full-zoom-reduce-shortcut = Zoom Out
zen-full-zoom-enlarge-shortcut = Zoom In
zen-full-zoom-reset-shortcut = Reset Zoom
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2)
zen-bidi-switch-direction-shortcut = Switch Text Direction
zen-private-browsing-shortcut = Private Browsing
zen-screenshot-shortcut = Take Screenshot
zen-key-sanitize = Clear Browsing Data
zen-quit-app-shortcut = Quit Application
zen-key-wr-capture-cmd = WR Capture Command
zen-key-wr-toggle-capture-sequence-cmd = Toggle WR Capture Sequence
zen-nav-reload-shortcut = Reload Page
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache)
zen-close-shortcut = Close Window
zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
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-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3
zen-workspace-shortcut-switch-4 = Switch to Workspace 4
zen-workspace-shortcut-switch-5 = Switch to Workspace 5
zen-workspace-shortcut-switch-6 = Switch to Workspace 6
zen-workspace-shortcut-switch-7 = Switch to Workspace 7
zen-workspace-shortcut-switch-8 = Switch to Workspace 8
zen-workspace-shortcut-switch-9 = Switch to Workspace 9
zen-workspace-shortcut-switch-10 = Switch to Workspace 10
zen-workspace-shortcut-forward = Forward Workspace
zen-workspace-shortcut-backward = Backward Workspace
zen-sidebar-shortcut-toggle = Toggle Sidebar's Width
zen-pinned-tab-shortcut-reset = Reset Pinned Tab to Pinned URL
zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
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-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3
zen-key-select-tab-4 = Select tab #4
zen-key-select-tab-5 = Select tab #5
zen-key-select-tab-6 = Select tab #6
zen-key-select-tab-7 = Select tab #7
zen-key-select-tab-8 = Select tab #8
zen-key-select-tab-last = Select last tab
zen-key-show-all-tabs = Show all tabs
zen-key-goto-history = Go to history
zen-key-go-home = Go Home
zen-bookmark-show-sidebar-shortcut = Show Bookmarks Sidebar
zen-bookmark-show-toolbar-shortcut = Show Bookmarks Toolbar
zen-devtools-toggle-shortcut = Toggle DevTools
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode
zen-devtools-toggle-inspector-shortcut = Toggle Inspector
zen-devtools-toggle-web-console-shortcut = Toggle Web Console
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor
zen-devtools-toggle-performance-shortcut = Toggle Performance
zen-devtools-toggle-storage-shortcut = Toggle Storage
zen-devtools-toggle-dom-shortcut = Toggle DOM
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs

View File

@@ -0,0 +1,25 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.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 🤔

View File

@@ -0,0 +1,110 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-current-profile-text = current profile
unified-extensions-description = Extensions are used to bring more extra functionality into { -brand-short-name }.
tab-context-zen-reset-pinned-tab =
.label = Reset Pinned Tab
.accesskey = R
tab-context-zen-add-essential =
.label = Add to Essentials
.accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
tab-context-zen-remove-essential =
.label = Remove from Essentials
.accesskey = R
tab-context-zen-replace-pinned-url-with-current =
.label = Replace Pinned URL with Current
.accesskey = C
zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme.
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
The new URL bar has been enabled, removing the need for new tab pages.<br/><br/>
Try opening a new tab to see the new URL bar in action!
zen-disable = Disable
pictureinpicture-minimize-btn =
.aria-label = Minimize
.tooltip = Minimize
zen-panel-ui-gradient-generator-custom-color = Custom Color
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
zen-copy-current-url-confirmation = Copied current URL!
zen-general-cancel-label =
.label = Cancel
zen-general-confirm =
.label = Confirm
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL!
zen-tabs-renamed = Tab has been successfully renamed!
zen-background-tab-opened-toast = New background tab opened!
zen-workspace-renamed-toast = Workspace has been successfully renamed!
zen-library-sidebar-workspaces =
.label = Spaces
zen-library-sidebar-mods =
.label = Mods
zen-toggle-compact-mode-button =
.label = Compact Mode
.tooltiptext = Toggle Compact Mode
# note: Do not translate the "<br/>" tags in the following string
zen-learn-more-text = Learn More
zen-close-label = Close
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search...
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Icons
urlbar-search-mode-zen_actions = Actions
zen-site-data-settings = Settings
zen-generic-manage = Manage
zen-generic-more = More
zen-generic-next = Next
# These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed
zen-site-data-setting-block = Blocked
zen-site-data-protections-enabled = Enabled
zen-site-data-protections-disabled = Disabled
zen-site-data-setting-cross-site = Cross-Site cookie
zen-site-data-security-info-extension =
.label = Extension
zen-site-data-security-info-secure =
.label = Secure
zen-site-data-security-info-not-secure =
.label = Not Secure
zen-site-data-manage-addons =
.label = Manage Extensions
zen-site-data-get-addons =
.label = Add Extensions
zen-site-data-site-settings =
.label = All Site Settings
zen-site-data-header-share =
.tooltiptext = Share This Page
zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode
zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot
zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page
zen-urlbar-copy-url-button =
.tooltiptext = Copy URL
zen-site-data-setting-site-protection = Tracking Protection
# Section: Feature callouts
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
zen-open-link-in-glance =
.label = Open Link in Glance
.accesskey = G
zen-sidebar-notification-updated-heading = Update Complete!
# See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name }
zen-sidebar-notification-updated-tooltip =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode

View File

@@ -0,0 +1,20 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
tab-zen-split-tabs =
.label =
{ $tabCount ->
[1] Split Tab (multiple selected tabs needed)
*[other] Split { $tabCount } Tabs
}
.accesskey = S
zen-split-link =
.label = Split link to new tab
.accesskey = S
zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation =
.label = Activate reallocation
zen-split-view-modifier-enabled-toast = Split view rearrange is ON.
zen-split-view-modifier-enabled-toast-description = Drag and drop the view to rearrange. Press Esc to exit.
zen-split-view-modifier-disabled-toast = Split view rearrange is OFF.

View File

@@ -0,0 +1,39 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-toolbar-context-tabs-right =
.label = Tabs on the right
.accesskey = R
zen-toolbar-context-compact-mode =
.label = Compact Mode
zen-toolbar-context-compact-mode-enable =
.label = Enable compact mode
.accesskey = D
zen-toolbar-context-compact-mode-just-tabs =
.label = Hide sidebar
zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar
zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar
sidebar-zen-create-new =
.label = Create New...
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
}
tab-reset-pin-label = Back to pinned url

View File

@@ -0,0 +1,26 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-welcome-title-line1 = Welcome to
zen-welcome-title-line2 = a calmer internet
zen-welcome-import-title = A Fresh Start, Same Bookmarks
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-2 = Easily bring them over from another browser and pick up right where you left off.
zen-welcome-import-button = Import now
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach
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-2 = Essential tabs are always visible, no matter what workspace you are in.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity.
zen-welcome-start-browsing-title =
All set?<br/>
Lets get rolling!
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 = Dive in!
zen-welcome-default-search-title = Your Default Search Engine
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
zen-welcome-skip-button = Skip
zen-welcome-finished = Your Zen has been set up correctly!

View File

@@ -0,0 +1,65 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-workspaces-text = Spaces
zen-panel-ui-workspaces-create =
.label = Create Space
zen-panel-ui-folder-create =
.label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete =
.label = Delete Space
.accesskey = D
zen-workspaces-panel-change-name =
.label = Change Name
zen-workspaces-panel-change-icon =
.label = Change Icon
zen-workspaces-panel-context-default-profile =
.label = Set Profile
zen-workspaces-panel-unload =
.label = Unload Space
zen-workspaces-how-to-reorder-title = How to reorder spaces
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
zen-workspaces-change-theme =
.label = Edit Theme
zen-workspaces-panel-context-open =
.label = Open Workspace
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Edit Space
.accesskey = E
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces
.accesskey = W
zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic
zen-panel-ui-gradient-generator-algo-floating =
.label = Floating
zen-panel-ui-gradient-click-to-add = Click to add a color
zen-workspace-creation-name =
.placeholder = Space Name
zen-workspaces-panel-context-reorder =
.label = Reorder Spaces
zen-workspace-creation-profile = Profile
.tooltiptext = Profiles are used to separate cookies and site data between spaces.
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Space?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
# Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo.
zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear
.tooltiptext = Close all unpinned tabs

View File

@@ -0,0 +1,316 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
pane-zen-looks-title = Look and Feel
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = Changing the default language could make it easier for Websites to track you.
zen-vertical-tabs-layout-header = Browser Layout
zen-vertical-tabs-layout-description = Choose the layout that suits you best
zen-layout-single-toolbar = Only Sidebar
zen-layout-multiple-toolbar = Sidebar and Top Toolbar
zen-layout-collapsed-toolbar = Collapsed Sidebar
sync-currently-syncing-workspaces = Workspaces
sync-engine-workspaces =
.label = Workspaces
.tooltiptext = Sync your workspaces across devices
.accesskey = W
zen-glance-title = Glance
zen-glance-header = General settings for glance
zen-glance-description = Get a quick overview of your links without opening them in a new tab
zen-glance-trigger-label = Trigger method
zen-glance-enabled =
.label = Enable Glance
zen-glance-trigger-ctrl-click =
.label = Ctrl + Click
zen-glance-trigger-alt-click =
.label = Alt + Click
zen-glance-trigger-shift-click =
.label = Shift + Click
zen-glance-trigger-meta-click =
.label = Meta (Command) + Click
zen-look-and-feel-compact-view-header = Show in compact view
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
zen-look-and-feel-compact-view-enabled =
.label = Enable { -brand-short-name }'s compact mode
zen-look-and-feel-compact-view-top-toolbar =
.label = Hide the top toolbar as well in compact mode
zen-look-and-feel-compact-toolbar-flash-popup =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode
pane-zen-tabs-title = Tab Management
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces
zen-tabs-unloader-enabled =
.label = Enable Tab Unloader
zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history
zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only
zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled
zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar
zen-workspace-continue-where-left-off =
.label = Continue where you left off
pane-zen-pinned-tab-manager-title = Pinned Tabs
zen-pinned-tab-manager-header = General settings for pinned tabs
zen-pinned-tab-manager-description = Manage additional behavior of pinned tabs
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Restore pinned tabs to their originally pinned URL on startup
zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Reset URL, unload and switch to next tab
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = Unload and switch to next tab
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = Reset URL and switch to next tab
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Switch to next tab
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL
zen-pinned-tab-manager-close-close-shortcut-option =
.label = Close tab
pane-zen-workspaces-header = Workspaces
zen-settings-workspaces-header = General settings for workspaces
zen-settings-workspaces-description = With workspaces, you can have multiple browsing sessions at once!
zen-settings-workspaces-enabled =
.label = Enable Workspaces
zen-settings-workspaces-hide-default-container-indicator =
.label = Hide the default container indicator in the tab bar
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
pane-zen-theme-title = Theme Settings
zen-vertical-tabs-title = Sidebar and tabs layout
zen-vertical-tabs-header = Vertical Tabs
zen-vertical-tabs-description = Manage your tabs in a vertical layout
zen-vertical-tabs-show-expand-button =
.label = Show Expand Button
zen-vertical-tabs-newtab-on-tab-list =
.label = Show New Tab Button on Tab List
zen-vertical-tabs-newtab-top-button-up =
.label = Move the new tab button to the top
zen-vertical-tabs-expand-tabs-by-default = Expand Tabs by Default
zen-vertical-tabs-dont-expand-tabs-by-default = Don't Expand Tabs by Default
zen-vertical-tabs-expand-tabs-on-hover = Expand Tabs on Hover (Won't work on compact mode)
zen-vertical-tabs-expand-tabs-header = How to expand tabs
zen-vertical-tabs-expand-tabs-description = Choose how to expand tabs in the sidebar
zen-theme-marketplace-header = Zen Mods
zen-theme-disable-all-enabled =
.title = Disable all mods
zen-theme-disable-all-disabled =
.title = Enable all mods
zen-theme-marketplace-description = Find and install mods from the store.
zen-theme-marketplace-remove-button =
.label = Remove mod
zen-theme-marketplace-check-for-updates-button =
.label = Check for Updates
zen-theme-marketplace-import-button =
.label = Import mods
zen-theme-marketplace-export-button =
.label = Export Mods
zen-theme-marketplace-import-success = Mods imported successfully
zen-theme-marketplace-import-failure = There was an error importing the mods
zen-theme-marketplace-export-success = Mods exported successfully
zen-theme-marketplace-export-failure = There was an error exporting the mods
zen-theme-marketplace-updates-success = Mods updated successfully
zen-theme-marketplace-updates-failure = Couldn't find any updates!
zen-theme-marketplace-toggle-enabled-button =
.title = Disable mod
zen-theme-marketplace-toggle-disabled-button =
.title = Enable mod
zen-theme-marketplace-remove-confirmation = Are you sure you want to remove this mod?
zen-theme-marketplace-close-modal = Close
zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = None
zen-theme-marketplace-input-default-placeholder =
.placeholder = Type something...
pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update =
.label = Automatically update installed mods on startup
zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Switch to workspace where container is set as default when opening container tabs
zen-theme-marketplace-link = Visit Store
zen-dark-theme-styles-header = Dark Theme Styles
zen-dark-theme-styles-description = Customize the dark theme to your liking
zen-dark-theme-styles-amoled = Night Theme
zen-dark-theme-styles-default = Default Dark Theme
zen-dark-theme-styles-colorful = Colorful Dark Theme
zen-compact-mode-styles-left = Hide Tab bar
zen-compact-mode-styles-top = Hide Top bar
zen-compact-mode-styles-both = Hide Both
zen-urlbar-title = Zen URL Bar
zen-urlbar-header = General settings for the URL bar
zen-urlbar-description = Customize the URL bar to your liking
zen-urlbar-behavior-label = Behavior
zen-urlbar-behavior-normal =
.label = Normal
zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing
zen-urlbar-behavior-float =
.label = Always floating
pane-zen-CKS-title = Keyboard Shortcuts
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Customize your keyboard shortcuts
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience
zen-settings-CKS-disable-firefox =
.label = Disable { -brand-short-name }'s default keyboard shortcuts
zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut
zen-settings-CKS-reset-shortcuts =
.label = Reset to Default
zenCKSOption-group-other = Other
zenCKSOption-group-windowAndTabManagement = Window & Tab Management
zenCKSOption-group-navigation = Navigation
zenCKSOption-group-searchAndFind = Search & Find
zenCKSOption-group-pageOperations = Page Operations
zenCKSOption-group-historyAndBookmarks = History & Bookmarks
zenCKSOption-group-mediaAndDisplay = Media & Display
zenCKSOption-group-zen-compact-mode = Compact Mode
zenCKSOption-group-zen-workspace = Workspaces
zenCKSOption-group-zen-other = Other Zen Features
zenCKSOption-group-zen-split-view = Split View
zenCKSOption-group-devTools = Developer Tools
zen-key-quick-restart = Quick Restart
zen-window-new-shortcut = New Window
zen-tab-new-shortcut = New Tab
zen-key-redo = Redo
zen-restore-last-closed-tab-shortcut = Restore Last Closed Tab
zen-location-open-shortcut = Open Location
zen-location-open-shortcut-alt = Open Location (Alt)
zen-key-undo-close-window = Undo Close Window
zen-text-action-undo-shortcut = Undo
zen-text-action-redo-shortcut = Redo
zen-text-action-cut-shortcut = Cut
zen-text-action-copy-shortcut = Copy
zen-text-action-copy-url-shortcut = Copy current URL
zen-text-action-copy-url-markdown-shortcut = Copy current URL as Markdown
zen-text-action-paste-shortcut = Paste
zen-text-action-select-all-shortcut = Select All
zen-text-action-delete-shortcut = Delete
zen-history-show-all-shortcut-mac = Show All History (Mac)
zen-full-screen-shortcut = Toggle Full Screen
zen-reader-mode-toggle-shortcut-windows = Toggle Reader Mode (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Toggle Picture-in-Picture (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Toggle Picture-in-Picture (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Toggle Picture-in-Picture (Mac Alt)
zen-page-source-shortcut-safari = View Page Source (Safari)
zen-nav-stop-shortcut = Stop Loading
zen-history-sidebar-shortcut = Show History Sidebar
zen-window-minimize-shortcut = Minimize Window
zen-help-shortcut = Open Help
zen-preferences-shortcut = Open Preferences
zen-hide-app-shortcut = Hide Application
zen-hide-other-apps-shortcut = Hide Other Applications
zen-search-focus-shortcut = Focus Search
zen-search-focus-shortcut-alt = Focus Search (Alt)
zen-downloads-shortcut = Open Downloads
zen-addons-shortcut = Open Add-ons
zen-file-open-shortcut = Open File
zen-save-page-shortcut = Save Page
zen-print-shortcut = Print Page
zen-close-shortcut-2 = Close Tab
zen-mute-toggle-shortcut = Toggle Mute
zen-key-delete = Delete Key
zen-key-go-back = Go Back
zen-key-go-forward = Go Forward
zen-nav-back-shortcut-alt = Navigate Back (Alt)
zen-nav-fwd-shortcut-alt = Navigate Forward (Alt)
zen-history-show-all-shortcut = Show All History
zen-key-enter-full-screen = Enter Full Screen
zen-key-exit-full-screen = Exit Full Screen
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac)
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-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture
zen-nav-reload-shortcut-2 = Reload Page
zen-key-about-processes = About Processes
zen-page-source-shortcut = View Page Source
zen-page-info-shortcut = View Page Info
zen-find-shortcut = Find on Page
zen-search-find-again-shortcut = Find Again
zen-search-find-again-shortcut-prev = Find Previous
zen-search-find-again-shortcut-2 = Find Again (Alt)
zen-bookmark-this-page-shortcut = Bookmark This Page
zen-bookmark-show-library-shortcut = Show Bookmarks Library
zen-key-stop = Stop Loading
zen-full-zoom-reduce-shortcut = Zoom Out
zen-full-zoom-enlarge-shortcut = Zoom In
zen-full-zoom-reset-shortcut = Reset Zoom
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2)
zen-bidi-switch-direction-shortcut = Switch Text Direction
zen-private-browsing-shortcut = Private Browsing
zen-screenshot-shortcut = Take Screenshot
zen-key-sanitize = Clear Browsing Data
zen-quit-app-shortcut = Quit Application
zen-key-wr-capture-cmd = WR Capture Command
zen-key-wr-toggle-capture-sequence-cmd = Toggle WR Capture Sequence
zen-nav-reload-shortcut = Reload Page
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache)
zen-close-shortcut = Close Window
zen-close-tab-shortcut = Close Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar
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-2 = Switch to Workspace 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3
zen-workspace-shortcut-switch-4 = Switch to Workspace 4
zen-workspace-shortcut-switch-5 = Switch to Workspace 5
zen-workspace-shortcut-switch-6 = Switch to Workspace 6
zen-workspace-shortcut-switch-7 = Switch to Workspace 7
zen-workspace-shortcut-switch-8 = Switch to Workspace 8
zen-workspace-shortcut-switch-9 = Switch to Workspace 9
zen-workspace-shortcut-switch-10 = Switch to Workspace 10
zen-workspace-shortcut-forward = Forward Workspace
zen-workspace-shortcut-backward = Backward Workspace
zen-sidebar-shortcut-toggle = Toggle Sidebar's Width
zen-pinned-tab-shortcut-reset = Reset Pinned Tab to Pinned URL
zen-split-view-shortcut-grid = Toggle Split View Grid
zen-split-view-shortcut-vertical = Toggle Split View Vertical
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal
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-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3
zen-key-select-tab-4 = Select tab #4
zen-key-select-tab-5 = Select tab #5
zen-key-select-tab-6 = Select tab #6
zen-key-select-tab-7 = Select tab #7
zen-key-select-tab-8 = Select tab #8
zen-key-select-tab-last = Select last tab
zen-key-show-all-tabs = Show all tabs
zen-key-goto-history = Go to history
zen-key-go-home = Go Home
zen-bookmark-show-sidebar-shortcut = Show Bookmarks Sidebar
zen-bookmark-show-toolbar-shortcut = Show Bookmarks Toolbar
zen-devtools-toggle-shortcut = Toggle DevTools
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode
zen-devtools-toggle-inspector-shortcut = Toggle Inspector
zen-devtools-toggle-web-console-shortcut = Toggle Web Console
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor
zen-devtools-toggle-performance-shortcut = Toggle Performance
zen-devtools-toggle-storage-shortcut = Toggle Storage
zen-devtools-toggle-dom-shortcut = Toggle DOM
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs

View File

@@ -0,0 +1,25 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.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 🤔

View File

@@ -0,0 +1,110 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-current-profile-text = current profile
unified-extensions-description = Extensions are used to bring more extra functionality into { -brand-short-name }.
tab-context-zen-reset-pinned-tab =
.label = Reset Pinned Tab
.accesskey = R
tab-context-zen-add-essential =
.label = Add to Essentials
.accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
tab-context-zen-remove-essential =
.label = Remove from Essentials
.accesskey = R
tab-context-zen-replace-pinned-url-with-current =
.label = Replace Pinned URL with Current
.accesskey = C
zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme.
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
The new URL bar has been enabled, removing the need for new tab pages.<br/><br/>
Try opening a new tab to see the new URL bar in action!
zen-disable = Disable
pictureinpicture-minimize-btn =
.aria-label = Minimize
.tooltip = Minimize
zen-panel-ui-gradient-generator-custom-color = Custom Color
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
zen-copy-current-url-confirmation = Copied current URL!
zen-general-cancel-label =
.label = Cancel
zen-general-confirm =
.label = Confirm
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL!
zen-tabs-renamed = Tab has been successfully renamed!
zen-background-tab-opened-toast = New background tab opened!
zen-workspace-renamed-toast = Workspace has been successfully renamed!
zen-library-sidebar-workspaces =
.label = Spaces
zen-library-sidebar-mods =
.label = Mods
zen-toggle-compact-mode-button =
.label = Compact Mode
.tooltiptext = Toggle Compact Mode
# note: Do not translate the "<br/>" tags in the following string
zen-learn-more-text = Learn More
zen-close-label = Close
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search...
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Icons
urlbar-search-mode-zen_actions = Actions
zen-site-data-settings = Settings
zen-generic-manage = Manage
zen-generic-more = More
zen-generic-next = Next
# These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed
zen-site-data-setting-block = Blocked
zen-site-data-protections-enabled = Enabled
zen-site-data-protections-disabled = Disabled
zen-site-data-setting-cross-site = Cross-Site cookie
zen-site-data-security-info-extension =
.label = Extension
zen-site-data-security-info-secure =
.label = Secure
zen-site-data-security-info-not-secure =
.label = Not Secure
zen-site-data-manage-addons =
.label = Manage Extensions
zen-site-data-get-addons =
.label = Add Extensions
zen-site-data-site-settings =
.label = All Site Settings
zen-site-data-header-share =
.tooltiptext = Share This Page
zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode
zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot
zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page
zen-urlbar-copy-url-button =
.tooltiptext = Copy URL
zen-site-data-setting-site-protection = Tracking Protection
# Section: Feature callouts
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
zen-open-link-in-glance =
.label = Open Link in Glance
.accesskey = G
zen-sidebar-notification-updated-heading = Update Complete!
# See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name }
zen-sidebar-notification-updated-tooltip =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode

View File

@@ -0,0 +1,20 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
tab-zen-split-tabs =
.label =
{ $tabCount ->
[1] Split Tab (multiple selected tabs needed)
*[other] Split { $tabCount } Tabs
}
.accesskey = S
zen-split-link =
.label = Split link to new tab
.accesskey = S
zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation =
.label = Activate reallocation
zen-split-view-modifier-enabled-toast = Split view rearrange is ON.
zen-split-view-modifier-enabled-toast-description = Drag and drop the view to rearrange. Press Esc to exit.
zen-split-view-modifier-disabled-toast = Split view rearrange is OFF.

View File

@@ -0,0 +1,39 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-toolbar-context-tabs-right =
.label = Tabs on the right
.accesskey = R
zen-toolbar-context-compact-mode =
.label = Compact Mode
zen-toolbar-context-compact-mode-enable =
.label = Enable compact mode
.accesskey = D
zen-toolbar-context-compact-mode-just-tabs =
.label = Hide sidebar
zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar
zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar
sidebar-zen-create-new =
.label = Create New...
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
}
tab-reset-pin-label = Back to pinned url

View File

@@ -0,0 +1,26 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-welcome-title-line1 = Welcome to
zen-welcome-title-line2 = a calmer internet
zen-welcome-import-title = A Fresh Start, Same Bookmarks
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-2 = Easily bring them over from another browser and pick up right where you left off.
zen-welcome-import-button = Import now
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach
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-2 = Essential tabs are always visible, no matter what workspace you are in.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity.
zen-welcome-start-browsing-title =
All set?<br/>
Lets get rolling!
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 = Dive in!
zen-welcome-default-search-title = Your Default Search Engine
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
zen-welcome-skip-button = Skip
zen-welcome-finished = Your Zen has been set up correctly!

View File

@@ -0,0 +1,65 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-workspaces-text = Spaces
zen-panel-ui-workspaces-create =
.label = Create Space
zen-panel-ui-folder-create =
.label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete =
.label = Delete Space
.accesskey = D
zen-workspaces-panel-change-name =
.label = Change Name
zen-workspaces-panel-change-icon =
.label = Change Icon
zen-workspaces-panel-context-default-profile =
.label = Set Profile
zen-workspaces-panel-unload =
.label = Unload Space
zen-workspaces-how-to-reorder-title = How to reorder spaces
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
zen-workspaces-change-theme =
.label = Edit Theme
zen-workspaces-panel-context-open =
.label = Open Workspace
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Edit Space
.accesskey = E
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces
.accesskey = W
zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic
zen-panel-ui-gradient-generator-algo-floating =
.label = Floating
zen-panel-ui-gradient-click-to-add = Click to add a color
zen-workspace-creation-name =
.placeholder = Space Name
zen-workspaces-panel-context-reorder =
.label = Reorder Spaces
zen-workspace-creation-profile = Profile
.tooltiptext = Profiles are used to separate cookies and site data between spaces.
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Space?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
# Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo.
zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear
.tooltiptext = Close all unpinned tabs

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Dreceres de teclat
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Dreceres de teclat de { -brand-short-name } pane-settings-CKS-title = Dreceres de teclat de { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Personalitzeu les vostres dreceres de teclat zen-settings-CKS-header = Personalitzeu les vostres dreceres de teclat
zen-settings-CKS-description = Canvieu les dreceres de teclat per defecte al vostre gust i milloreu la vostra experiència de navegació zen-settings-CKS-description = Canvieu les dreceres de teclat per defecte al vostre gust i milloreu la vostra experiència de navegació
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Klávesové zkratky
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Klávesové zkratky { -brand-short-name } pane-settings-CKS-title = Klávesové zkratky { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Módy
zen-settings-CKS-header = Přizpůsobte si klávesové zkratky zen-settings-CKS-header = Přizpůsobte si klávesové zkratky
zen-settings-CKS-description = Změňte výchozí klávesové zkratky podle vašich přání a zlepšete svůj zážitek z prohlížení zen-settings-CKS-description = Změňte výchozí klávesové zkratky podle vašich přání a zlepšete svůj zážitek z prohlížení
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -98,13 +98,13 @@ zen-site-data-panel-feature-callout-subtitle = Klikněte na ikonu pro správu na
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Otevřít odkaz v Glance .label = Otevřít odkaz v Glance
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Aktualizace byla dokončena!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Co je nového v prohlížeči { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Zobrazit změny
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Něco se rozbilo?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Restartovat v Nouzovém Režimu

View File

@@ -2,313 +2,315 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
pane-zen-looks-title = Look and Feel pane-zen-looks-title = Edrych a Theimlo
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = Changing the default language could make it easier for Websites to track you. zen-warning-language = Gall newid yr iaith rhagosodedig ei gwneud hi'n haws i Wefannau eich tracio.
zen-vertical-tabs-layout-header = Browser Layout zen-vertical-tabs-layout-header = Cynllun Porwr
zen-vertical-tabs-layout-description = Choose the layout that suits you best zen-vertical-tabs-layout-description = Dewiswch y cynllun sy orau i chi
zen-layout-single-toolbar = Single toolbar zen-layout-single-toolbar = Unig Far Ochr
zen-layout-multiple-toolbar = Multiple toolbars zen-layout-multiple-toolbar = Bar Ochr a Bar Offer Uchaf
zen-layout-collapsed-toolbar = Collapsed toolbar zen-layout-collapsed-toolbar = Bar Ochr wedi'i Leihau
sync-currently-syncing-workspaces = Workspaces sync-currently-syncing-workspaces = Gofodau Gwaith
sync-engine-workspaces = sync-engine-workspaces =
.label = Workspaces .label = Gofodau Gwaith
.tooltiptext = Sync your workspaces across devices .tooltiptext = Cydweddu eich gofodau gwaith ar draws dyfeisiau
.accesskey = W .accesskey = G
zen-glance-title = Glance zen-glance-title = Cipolwg
zen-glance-header = General settings for glance zen-glance-header = Gosodiadau cyffredinol ar gyfer cipolwg
zen-glance-description = Get a quick overview of your links without opening them in a new tab zen-glance-description = Cael trosolwg cyflym o'ch dolenni heb eu hagor mewn tab newydd
zen-glance-trigger-label = Trigger method zen-glance-trigger-label = Dull sbarduno
zen-glance-enabled = zen-glance-enabled =
.label = Enable Glance .label = Galluogi Cipolwg
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + Click .label = Ctrl + Clic
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
.label = Alt + Click .label = Alt + Clic
zen-glance-trigger-shift-click = zen-glance-trigger-shift-click =
.label = Shift + Click .label = Shift + Clic
zen-glance-trigger-meta-click = zen-glance-trigger-meta-click =
.label = Meta (Command) + Click .label = Meta (Command) + Clic
zen-look-and-feel-compact-view-header = Show in compact view zen-look-and-feel-compact-view-header = Dangos mewn golwg gryno
zen-look-and-feel-compact-view-description = Only show the toolbars you use! zen-look-and-feel-compact-view-description = Dim ond dangos y bariau offer rydych chi'n eu defnyddio!
zen-look-and-feel-compact-view-enabled = zen-look-and-feel-compact-view-enabled =
.label = Enable { -brand-short-name }'s compact mode .label = Galluogi modd cryno { -brand-short-name }
zen-look-and-feel-compact-view-top-toolbar = zen-look-and-feel-compact-view-top-toolbar =
.label = Hide the top toolbar as well in compact mode .label = Cuddio'r bar offer uchaf hefyd yn y modd cryno
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode .label = Gwneud i'r bar offer ymddangos yn fyr wrth newid neu agor tabiau newydd yn y modd cryno
pane-zen-tabs-title = Tab Management pane-zen-tabs-title = Rheoli Tabiau
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces pane-settings-workspaces-title = Gofodau Gwaith
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Enable Tab Unloader .label = Galluogi Dadlwytho Tabiau
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = Cau'r tab a newid i'w dab perchennog (neu'r tab ddefnyddiwyd fwyaf diweddar) wrth fynd yn ôl heb dim hanes
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only .label = Mae Ctrl+Tab yn o fewn y tabiau Hanfodol neu Waith yn unig
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab .label = Anwybyddu tabiau sy'n Aros wrth gylchdroi gyda Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled zen-tabs-cycle-by-attribute-warning = Bydd Ctrl+Tab yn cylchdroi yn ôl trefn defnyddiwyd yn ddiweddar, gan ei fod wedi'i alluogi
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Defnyddio cefndir thema ar gyfer bar offer cryno
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Parhau lle gwnaethoch chi adael
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Tabiau wedi'u Pinio
zen-pinned-tab-manager-header = General settings for pinned tabs zen-pinned-tab-manager-header = Gosodiadau cyffredinol ar gyfer tabiau wedi'u pinio
zen-pinned-tab-manager-description = Manage additional behavior of pinned tabs zen-pinned-tab-manager-description = Rheoli ymddygiad ychwanegol tabiau wedi'u pinio
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Restore pinned tabs to their originally pinned URL on startup .label = Adfer tabiau wedi'u pinio i'w URL gwreiddiol wedi'i binio wrth gychwyn
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials .label = Galluogi hanfodion penodol i gynwysyddion
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior zen-pinned-tab-manager-close-shortcut-behavior-label = Cau Ymddygiad Llwybr Byr Tabiau
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Reset URL, unload and switch to next tab .label = Ailosod URL, dadlwytho a newid i'r tab nesaf
zen-pinned-tab-manager-unload-switch-close-shortcut-option = zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = Unload and switch to next tab .label = Dadlwytho a newid i'r tab nesaf
zen-pinned-tab-manager-reset-switch-close-shortcut-option = zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = Reset URL and switch to next tab .label = Ailosod yr URL a newid i'r tab nesaf
zen-pinned-tab-manager-switch-close-shortcut-option = zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Switch to next tab .label = Newid i'r tab nesaf
zen-pinned-tab-manager-reset-close-shortcut-option = zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL .label = Ailosod URL
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = Close tab .label = Cau'r tab
pane-zen-workspaces-header = Workspaces pane-zen-workspaces-header = Gofodau Gwaith
zen-settings-workspaces-header = General settings for workspaces zen-settings-workspaces-header = Gosodiadau cyffredinol ar gyfer gofodau gwaith
zen-settings-workspaces-description = With workspaces, you can have multiple browsing sessions at once! zen-settings-workspaces-description = Gyda gofodau gwaith, gallwch gael sawl sesiwn pori ar unwaith!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = Enable Workspaces .label = Galluogi Gofodau Gwaith
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = Hide the default container indicator in the tab bar .label = Cuddio'r dangosydd cynhwysydd rhagosodedig yn y bar tabiau
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it. zen-key-unsaved = Llwybr byr heb ei gadw! Cadwch ef drwy glicio'r allwedd "Escape" ar ôl ei aildeipio.
zen-key-conflict = Conflicts with { $group } -> { $shortcut } zen-key-conflict = Yn gwrthdaro â { $group } -> { $shortcut }
pane-zen-theme-title = Theme Settings pane-zen-theme-title = Gosodiadau Thema
zen-vertical-tabs-title = Sidebar and tabs layout zen-vertical-tabs-title = Cynllun y bar ochr a'r tabiau
zen-vertical-tabs-header = Vertical Tabs zen-vertical-tabs-header = Tabiau Fertigol
zen-vertical-tabs-description = Manage your tabs in a vertical layout zen-vertical-tabs-description = Rheoli eich tabiau mewn cynllun fertigol
zen-vertical-tabs-show-expand-button = zen-vertical-tabs-show-expand-button =
.label = Show Expand Button .label = Dangos y Botwm Ehangu
zen-vertical-tabs-newtab-on-tab-list = zen-vertical-tabs-newtab-on-tab-list =
.label = Show New Tab Button on Tab List .label = Dangos Botwm Tab Newydd ar y Rhestr Tabiau
zen-vertical-tabs-newtab-top-button-up = zen-vertical-tabs-newtab-top-button-up =
.label = Move the new tab button to the top .label = Symud y botwm tab newydd i'r brig
zen-vertical-tabs-expand-tabs-by-default = Expand Tabs by Default zen-vertical-tabs-expand-tabs-by-default = Ehangu Tabiau yn Rhagosodedig
zen-vertical-tabs-dont-expand-tabs-by-default = Don't Expand Tabs by Default zen-vertical-tabs-dont-expand-tabs-by-default = Peidiwch ag Ehangu Tabiau yn Ragosodedig
zen-vertical-tabs-expand-tabs-on-hover = Expand Tabs on Hover (Won't work on compact mode) zen-vertical-tabs-expand-tabs-on-hover = Yn Ehangu Tabiau wrth Hofran (Ond nid yn y modd cryno)
zen-vertical-tabs-expand-tabs-header = How to expand tabs zen-vertical-tabs-expand-tabs-header = Sut i ehangu tabiau
zen-vertical-tabs-expand-tabs-description = Choose how to expand tabs in the sidebar zen-vertical-tabs-expand-tabs-description = Dewiswch sut i ehangu tabiau yn y bar ochr
zen-theme-marketplace-header = Zen Mods zen-theme-marketplace-header = Addasiadau Zen
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = Disable all mods .title = Analluogi pob addasiad
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
.title = Enable all mods .title = Galluogi pob addasiad
zen-theme-marketplace-description = Find and install mods from the store. zen-theme-marketplace-description = Dewch o hyd i addasiadau o'r storfa a'u gosod.
zen-theme-marketplace-remove-button = zen-theme-marketplace-remove-button =
.label = Remove mod .label = Dileu addasiad
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = Check for Updates .label = Chwilio am Ddiweddariadau
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
.label = Import mods .label = Mewnforio addasiadau
zen-theme-marketplace-export-button = zen-theme-marketplace-export-button =
.label = Export Mods .label = Allforio Addasiadau
zen-theme-marketplace-import-success = Mods imported successfully zen-theme-marketplace-import-success = Addasiadau wedi'u mewnforio'n llwyddiannus
zen-theme-marketplace-import-failure = There was an error importing the mods zen-theme-marketplace-import-failure = Bu gwall wrth fewnforio'r addasiadau
zen-theme-marketplace-export-success = Mods exported successfully zen-theme-marketplace-export-success = Addasiadau wedi'u hallforio'n llwyddiannus
zen-theme-marketplace-export-failure = There was an error exporting the mods zen-theme-marketplace-export-failure = Bu gwall wrth allforio'r addasiadau
zen-theme-marketplace-updates-success = Mods updated successfully zen-theme-marketplace-updates-success = Diweddarwyd yr addasiadau'n llwyddiannus
zen-theme-marketplace-updates-failure = Couldn't find any updates! zen-theme-marketplace-updates-failure = Methu dod o hyd i unrhyw ddiweddariadau!
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = Disable mod .title = Analluogi addasiad
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
.title = Enable mod .title = Galluogi addasiad
zen-theme-marketplace-remove-confirmation = Are you sure you want to remove this mod? zen-theme-marketplace-remove-confirmation = Ydych chi'n siŵr eich bod chi eisiau tynnu'r addasiad hwn?
zen-theme-marketplace-close-modal = Close zen-theme-marketplace-close-modal = Cau
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name } .title = Dewisydd CSS: { $name }
zen-theme-marketplace-dropdown-default-label = zen-theme-marketplace-dropdown-default-label =
.label = None .label = Dim
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
.placeholder = Type something... .placeholder = Teipiwch rywbeth...
pane-zen-marketplace-title = Zen Mods pane-zen-marketplace-title = Addasiadau Zen
zen-themes-auto-update = zen-themes-auto-update =
.label = Automatically update installed mods on startup .label = Diweddaru addasiadau wedi'u gosod yn awtomatig wrth gychwyn
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Switch to workspace where container is set as default when opening container tabs .label = Newid i'r gofod gwith lle mae'r cynhwysydd wedi'i osod fel y rhagosodyn wrth agor tabiau cynhwysydd
zen-theme-marketplace-link = Visit Store zen-theme-marketplace-link = Ymweld â'r Storfa
zen-dark-theme-styles-header = Dark Theme Styles zen-dark-theme-styles-header = Arddulliau Thema Tywyll
zen-dark-theme-styles-description = Customize the dark theme to your liking zen-dark-theme-styles-description = Addaswch y thema dywyll i'r hyn rydych yn ei hoffi
zen-dark-theme-styles-amoled = Night Theme zen-dark-theme-styles-amoled = Thema Nos
zen-dark-theme-styles-default = Default Dark Theme zen-dark-theme-styles-default = Thema Dywyll Rhagosodedig
zen-dark-theme-styles-colorful = Colorful Dark Theme zen-dark-theme-styles-colorful = Thema Dywyll Lliwgar
zen-compact-mode-styles-left = Hide Tab bar zen-compact-mode-styles-left = Cuddio Bar Tab
zen-compact-mode-styles-top = Hide Top bar zen-compact-mode-styles-top = Cuddio Bar Uchaf
zen-compact-mode-styles-both = Hide Both zen-compact-mode-styles-both = Cuddio'r Ddau
zen-urlbar-title = Zen URL Bar zen-urlbar-title = Bar URL Zen
zen-urlbar-header = General settings for the URL bar zen-urlbar-header = Gosodiadau cyffredinol ar gyfer y bar URL
zen-urlbar-description = Customize the URL bar to your liking zen-urlbar-description = Addaswch y bar URL i'r hyn rydych yn ei hoffi
zen-urlbar-behavior-label = Behavior zen-urlbar-behavior-label = Ymddygiad
zen-urlbar-behavior-normal = zen-urlbar-behavior-normal =
.label = Normal .label = Arferol
zen-urlbar-behavior-floating-on-type = zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing .label = Arnofiodim ond wrth deipio
zen-urlbar-behavior-float = zen-urlbar-behavior-float =
.label = Always floating .label = Bob amser yn arnofio
pane-zen-CKS-title = Keyboard Shortcuts pane-zen-CKS-title = Llwybrau Byr Bysellfwrdd
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts pane-settings-CKS-title = Llwybrau Byr Bysellfwrdd { -brand-short-name }
zen-settings-CKS-header = Customize your keyboard shortcuts category-zen-marketplace =
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience .tooltiptext = Addasiadau Zen
zen-settings-CKS-header = Cyfaddasu eich llwybrau byr bysellfwrdd
zen-settings-CKS-description = Newidiwch y llwybrau byr bysellfwrdd arferol i'r hyn rydych yn ei hoffi a gwella'ch profiad pori
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
.label = Disable { -brand-short-name }'s default keyboard shortcuts .label = Analluogi llwybrau byr bysellfwrdd arferol { -brand-short-name }
zen-settings-CKS-duplicate-shortcut = zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut .label = Llwybr Byr Dyblyg
zen-settings-CKS-reset-shortcuts = zen-settings-CKS-reset-shortcuts =
.label = Reset to Default .label = Ailosod i'r Arferol
zenCKSOption-group-other = Other zenCKSOption-group-other = Arall
zenCKSOption-group-windowAndTabManagement = Window & Tab Management zenCKSOption-group-windowAndTabManagement = Rheoli Ffenestri a Thabiau
zenCKSOption-group-navigation = Navigation zenCKSOption-group-navigation = Llywio
zenCKSOption-group-searchAndFind = Search & Find zenCKSOption-group-searchAndFind = Chwilio a Chanfod
zenCKSOption-group-pageOperations = Page Operations zenCKSOption-group-pageOperations = Gweithrediadau Tudalen
zenCKSOption-group-historyAndBookmarks = History & Bookmarks zenCKSOption-group-historyAndBookmarks = Hanes a Nodau Tudalen
zenCKSOption-group-mediaAndDisplay = Media & Display zenCKSOption-group-mediaAndDisplay = Cyfryngau a Dangos
zenCKSOption-group-zen-compact-mode = Compact Mode zenCKSOption-group-zen-compact-mode = Modd Cryno
zenCKSOption-group-zen-workspace = Workspaces zenCKSOption-group-zen-workspace = Gofodau Gwaith
zenCKSOption-group-zen-other = Other Zen Features zenCKSOption-group-zen-other = Nodweddion Zen Eraill
zenCKSOption-group-zen-split-view = Split View zenCKSOption-group-zen-split-view = Golwg Hollt
zenCKSOption-group-devTools = Developer Tools zenCKSOption-group-devTools = Offer Datblygwyr
zen-key-quick-restart = Quick Restart zen-key-quick-restart = Ailgychwyn Cyflym
zen-window-new-shortcut = New Window zen-window-new-shortcut = Ffenestr Newydd
zen-tab-new-shortcut = New Tab zen-tab-new-shortcut = Tab Newydd
zen-key-redo = Redo zen-key-redo = Ailwneud
zen-restore-last-closed-tab-shortcut = Restore Last Closed Tab zen-restore-last-closed-tab-shortcut = Adfer y Tab Ar Gau Diwethaf
zen-location-open-shortcut = Open Location zen-location-open-shortcut = Agor Lleoliad
zen-location-open-shortcut-alt = Open Location (Alt) zen-location-open-shortcut-alt = Agor Lleoliad (Alt)
zen-key-undo-close-window = Undo Close Window zen-key-undo-close-window = Dadwneud Cau Ffenestr
zen-text-action-undo-shortcut = Undo zen-text-action-undo-shortcut = Dadwneud
zen-text-action-redo-shortcut = Redo zen-text-action-redo-shortcut = Ailwneud
zen-text-action-cut-shortcut = Cut zen-text-action-cut-shortcut = Torri
zen-text-action-copy-shortcut = Copy zen-text-action-copy-shortcut = Copïo
zen-text-action-copy-url-shortcut = Copy current URL zen-text-action-copy-url-shortcut = Copïo'r URL cyfredol
zen-text-action-copy-url-markdown-shortcut = Copy current URL as Markdown zen-text-action-copy-url-markdown-shortcut = Copïo'r URL cyfredol fel Markdown
zen-text-action-paste-shortcut = Paste zen-text-action-paste-shortcut = Gludo
zen-text-action-select-all-shortcut = Select All zen-text-action-select-all-shortcut = Dewis y Cyfan
zen-text-action-delete-shortcut = Delete zen-text-action-delete-shortcut = Dileu
zen-history-show-all-shortcut-mac = Show All History (Mac) zen-history-show-all-shortcut-mac = Dangos yr Holl Hanes (Mac)
zen-full-screen-shortcut = Toggle Full Screen zen-full-screen-shortcut = Togglo Sgrin Llawn
zen-reader-mode-toggle-shortcut-windows = Toggle Reader Mode (Windows) zen-reader-mode-toggle-shortcut-windows = Togglo Modd Darllenydd (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Toggle Picture-in-Picture (Alt) zen-picture-in-picture-toggle-shortcut-alt = Togglo Llun-mewn-Llun (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Toggle Picture-in-Picture (Mac) zen-picture-in-picture-toggle-shortcut-mac = Togglo Llun-mewn-Llun (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Toggle Picture-in-Picture (Mac Alt) zen-picture-in-picture-toggle-shortcut-mac-alt = Togglo Llun-mewn-Llun (Mac Alt)
zen-page-source-shortcut-safari = View Page Source (Safari) zen-page-source-shortcut-safari = Gweld Ffynhonnell y Dudalen (Safari)
zen-nav-stop-shortcut = Stop Loading zen-nav-stop-shortcut = Stopio Llwytho
zen-history-sidebar-shortcut = Show History Sidebar zen-history-sidebar-shortcut = Dangos Bar Ochr Hanes
zen-window-minimize-shortcut = Minimize Window zen-window-minimize-shortcut = Lleihau Ffenestr
zen-help-shortcut = Open Help zen-help-shortcut = Agor Cymorth
zen-preferences-shortcut = Open Preferences zen-preferences-shortcut = Agor Dewisiadau
zen-hide-app-shortcut = Hide Application zen-hide-app-shortcut = Cuddio Rhaglen
zen-hide-other-apps-shortcut = Hide Other Applications zen-hide-other-apps-shortcut = Cuddio Rhaglenni Eraill
zen-search-focus-shortcut = Focus Search zen-search-focus-shortcut = Ffocws Chwilio
zen-search-focus-shortcut-alt = Focus Search (Alt) zen-search-focus-shortcut-alt = Ffocws Chwilio (Alt)
zen-downloads-shortcut = Open Downloads zen-downloads-shortcut = Agor Llwythi
zen-addons-shortcut = Open Add-ons zen-addons-shortcut = Agor Ychwanegiadau
zen-file-open-shortcut = Open File zen-file-open-shortcut = Agor Ffeil
zen-save-page-shortcut = Save Page zen-save-page-shortcut = Cadw Tudalen
zen-print-shortcut = Print Page zen-print-shortcut = Argraffu Tudalen
zen-close-shortcut-2 = Close Tab zen-close-shortcut-2 = Cau'r Tab
zen-mute-toggle-shortcut = Toggle Mute zen-mute-toggle-shortcut = Togglo Mudo
zen-key-delete = Delete Key zen-key-delete = Dileu Allwedd
zen-key-go-back = Go Back zen-key-go-back = Nôl
zen-key-go-forward = Go Forward zen-key-go-forward = Ymlaen
zen-nav-back-shortcut-alt = Navigate Back (Alt) zen-nav-back-shortcut-alt = Llywio Nôl (Alt)
zen-nav-fwd-shortcut-alt = Navigate Forward (Alt) zen-nav-fwd-shortcut-alt = Llywio Ymlaen (Alt)
zen-history-show-all-shortcut = Show All History zen-history-show-all-shortcut = Dangos yr Holl Hanes
zen-key-enter-full-screen = Enter Full Screen zen-key-enter-full-screen = Mynd i'r Sgrin Llawn
zen-key-exit-full-screen = Exit Full Screen zen-key-exit-full-screen = Gadael y Sgrin Llawn
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Toglo Bar Ochr Sgwrsfot AI
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Toglo Arolygydd (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Toglo Bar Ochr Firefox
zen-toggle-pin-tab-shortcut = Toggle Pin Tab zen-toggle-pin-tab-shortcut = Toglo Pinio Tab
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Toglo Modd Darllenydd
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Toglo Llun-mewn-Llun
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Ail-lwytho Tudalen
zen-key-about-processes = About Processes zen-key-about-processes = Ynglŷn â Phrosesau
zen-page-source-shortcut = View Page Source zen-page-source-shortcut = Gweld Ffynhonnell Tudalen
zen-page-info-shortcut = View Page Info zen-page-info-shortcut = Gweld Manylion Tudalen
zen-find-shortcut = Find on Page zen-find-shortcut = Canfod ar y Dudalen
zen-search-find-again-shortcut = Find Again zen-search-find-again-shortcut = Canfod Eto
zen-search-find-again-shortcut-prev = Find Previous zen-search-find-again-shortcut-prev = Canfod y Blaenorol
zen-search-find-again-shortcut-2 = Find Again (Alt) zen-search-find-again-shortcut-2 = Canfod Eto (Alt)
zen-bookmark-this-page-shortcut = Bookmark This Page zen-bookmark-this-page-shortcut = Gosod Nod Tudalen i'r Dudalen Hon
zen-bookmark-show-library-shortcut = Show Bookmarks Library zen-bookmark-show-library-shortcut = Dangos Llyfrgell Nodau Tudalen
zen-key-stop = Stop Loading zen-key-stop = Stopio Llwytho
zen-full-zoom-reduce-shortcut = Zoom Out zen-full-zoom-reduce-shortcut = Chwyddo Allan
zen-full-zoom-enlarge-shortcut = Zoom In zen-full-zoom-enlarge-shortcut = Chwyddo i Mewn
zen-full-zoom-reset-shortcut = Reset Zoom zen-full-zoom-reset-shortcut = Ailosod Chwyddo
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt) zen-full-zoom-reset-shortcut-alt = Ailosod Chwyddo (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt) zen-full-zoom-enlarge-shortcut-alt = Chwyddo i Mewn (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2) zen-full-zoom-enlarge-shortcut-alt2 = Chwyddo i Mewn (Alt 2)
zen-bidi-switch-direction-shortcut = Switch Text Direction zen-bidi-switch-direction-shortcut = Newid Cyfeiriad y Testun
zen-private-browsing-shortcut = Private Browsing zen-private-browsing-shortcut = Pori Preifat
zen-screenshot-shortcut = Take Screenshot zen-screenshot-shortcut = Tynnu Llun Sgrin
zen-key-sanitize = Clear Browsing Data zen-key-sanitize = Clirio Data Pori
zen-quit-app-shortcut = Quit Application zen-quit-app-shortcut = Gadael y Rhaglen
zen-key-wr-capture-cmd = WR Capture Command zen-key-wr-capture-cmd = Gorchymyn Cipio WR
zen-key-wr-toggle-capture-sequence-cmd = Toggle WR Capture Sequence zen-key-wr-toggle-capture-sequence-cmd = Toglo Dilyniant Cipio WR
zen-nav-reload-shortcut = Reload Page zen-nav-reload-shortcut = Ail-lwytho Tudalen
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache) zen-nav-reload-shortcut-skip-cache = Ail-lwytho Tudalen (Hepgor Storfa Gof)
zen-close-shortcut = Close Window zen-close-shortcut = Cau Ffenestr
zen-close-tab-shortcut = Close Tab zen-close-tab-shortcut = Cau Tab
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Toglo Bar Ochr Arnofiol
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Toglo Bar Offer Arnofiol
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Toglo Modd Cryno
zen-glance-expand = Expand Glance zen-glance-expand = Ehangu Cipolwg
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Symud i Gofod Gwaith 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Symud i Gofod Gwaith 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Symud i Gofod Gwaith 3
zen-workspace-shortcut-switch-4 = Switch to Workspace 4 zen-workspace-shortcut-switch-4 = Symud i Gofod Gwaith 4
zen-workspace-shortcut-switch-5 = Switch to Workspace 5 zen-workspace-shortcut-switch-5 = Symud i Gofod Gwaith 5
zen-workspace-shortcut-switch-6 = Switch to Workspace 6 zen-workspace-shortcut-switch-6 = Symud i Gofod Gwaith 6
zen-workspace-shortcut-switch-7 = Switch to Workspace 7 zen-workspace-shortcut-switch-7 = Symud i Gofod Gwaith 7
zen-workspace-shortcut-switch-8 = Switch to Workspace 8 zen-workspace-shortcut-switch-8 = Symud i Gofod Gwaith 8
zen-workspace-shortcut-switch-9 = Switch to Workspace 9 zen-workspace-shortcut-switch-9 = Symud i Gofod Gwaith 9
zen-workspace-shortcut-switch-10 = Switch to Workspace 10 zen-workspace-shortcut-switch-10 = Symud i Gofod Gwaith 10
zen-workspace-shortcut-forward = Forward Workspace zen-workspace-shortcut-forward = Gofod Gwaith Ymlaen
zen-workspace-shortcut-backward = Backward Workspace zen-workspace-shortcut-backward = Gofod Gwaith Nôl
zen-sidebar-shortcut-toggle = Toggle Sidebar's Width zen-sidebar-shortcut-toggle = Toglo Lled y Bar Ochr
zen-pinned-tab-shortcut-reset = Reset Pinned Tab to Pinned URL zen-pinned-tab-shortcut-reset = Ailosod y Tab wedi'i Binio i URL wedi'i Binio
zen-split-view-shortcut-grid = Toggle Split View Grid zen-split-view-shortcut-grid = Toglo Grid Golwg Hollt
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Toglo Golwg Hollt Fertigol
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Toglo Golwg Hollt Llorweddol
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Cau Golwg Hollt
zen-new-empty-split-view-shortcut = New Empty Split View zen-new-empty-split-view-shortcut = Golwg Hollt Gwag Newydd
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Dewis tab #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Dewis tab #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Dewis tab #3
zen-key-select-tab-4 = Select tab #4 zen-key-select-tab-4 = Dewis tab #4
zen-key-select-tab-5 = Select tab #5 zen-key-select-tab-5 = Dewis tab #5
zen-key-select-tab-6 = Select tab #6 zen-key-select-tab-6 = Dewis tab #6
zen-key-select-tab-7 = Select tab #7 zen-key-select-tab-7 = Dewis tab #7
zen-key-select-tab-8 = Select tab #8 zen-key-select-tab-8 = Dewis tab #8
zen-key-select-tab-last = Select last tab zen-key-select-tab-last = Dewis y tab olaf
zen-key-show-all-tabs = Show all tabs zen-key-show-all-tabs = Dangos pob tab
zen-key-goto-history = Go to history zen-key-goto-history = Mynd i hanes
zen-key-go-home = Go Home zen-key-go-home = Mynd Adref
zen-bookmark-show-sidebar-shortcut = Show Bookmarks Sidebar zen-bookmark-show-sidebar-shortcut = Dangos Bar Ochr Nodau Tudalen
zen-bookmark-show-toolbar-shortcut = Show Bookmarks Toolbar zen-bookmark-show-toolbar-shortcut = Dangos Bar Offer Nodau Tudalen
zen-devtools-toggle-shortcut = Toggle DevTools zen-devtools-toggle-shortcut = Toglo Offer Datblygu
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox zen-devtools-toggle-browser-toolbox-shortcut = Toglo Blwch Offer Porwr
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console zen-devtools-toggle-browser-console-shortcut = Toglo Consol Porwr
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode zen-devtools-toggle-responsive-design-mode-shortcut = Toglo Modd Dylunio Ymatebol
zen-devtools-toggle-inspector-shortcut = Toggle Inspector zen-devtools-toggle-inspector-shortcut = Toglo Arolygydd
zen-devtools-toggle-web-console-shortcut = Toggle Web Console zen-devtools-toggle-web-console-shortcut = Toglo Consol Gwe
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger zen-devtools-toggle-js-debugger-shortcut = Toglo Dadfygiwr JavaScript
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor zen-devtools-toggle-net-monitor-shortcut = Toglo Monitor Rhwydwaith
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor zen-devtools-toggle-style-editor-shortcut = Toglo Golygydd Arddull
zen-devtools-toggle-performance-shortcut = Toggle Performance zen-devtools-toggle-performance-shortcut = Toglo Perfformiad
zen-devtools-toggle-storage-shortcut = Toggle Storage zen-devtools-toggle-storage-shortcut = Toglo Storio
zen-devtools-toggle-dom-shortcut = Toggle DOM zen-devtools-toggle-dom-shortcut = Toglo DOM
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility zen-devtools-toggle-accessibility-shortcut = Toglo Hygyrchedd
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs zen-close-all-unpinned-tabs-shortcut = Cau Pob Tab Heb ei Binio

View File

@@ -3,23 +3,23 @@
# 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-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Chwilio { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Ail-enwi Ffolder
zen-folders-panel-unpack-folder = zen-folders-panel-unpack-folder =
.label = Unpack Folder .label = Dadbacio Ffolder
zen-folders-new-subfolder = zen-folders-new-subfolder =
.label = New Subfolder .label = Is-ffolder Newydd
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Dileu Ffolder
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Trosi ffolder i Ofod
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Newid Gofod...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Newid Eicon
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = Dadlwytho gweithredol yn y ffolder hon
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Unload All Tabs .label = Dadlwytho Pob Tab
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = Dim tabiau sy'n cyfateb i'r chwiliad hwnnw 🤔

View File

@@ -2,109 +2,109 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-current-profile-text = proffil gweithredol zen-panel-ui-current-profile-text = proffil cyfredol
unified-extensions-description = Mae ehangiadau'n cael ei defnyddio er mwyn ychwanegu fwy o weithrediadau i mewn i { -brand-short-name }. unified-extensions-description = Mae ychwanegiadau'n cael ei defnyddio er mwyn ychwanegu fwy o weithrediadau i { -brand-short-name }.
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = Ailosod Tab wedi'i Binio .label = Ailosod Tab wedi'i Binio
.accesskey = R .accesskey = A
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Ychwanegu at Hanfodion
.accesskey = E .accesskey = H
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max } slotiau wedi'u llenwi
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Diddymu o Hanfodion .label = Dileu o'r Hanfodion
.accesskey = R .accesskey = D
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Ailosod URL wedi'i Binio gyda'r Gyfredol .label = Ailosod URL wedi'i Binio gyda'r Cyfredol
.accesskey = C .accesskey = P
zen-themes-corrupted = Mae eich ffeil am y mod { -brand-short-name } wedi'i llygru. Maent wedi cael eu hailosod i'r thema rhagosodedig. zen-themes-corrupted = Mae eich ffeil addasiadau { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r thema rhagosodedig.
zen-shortcuts-corrupted = Mae eich ffeil llwybr-byr { -brand-short-name } wedi'i llygru. Maent wedi cael eu hailosod i'r llwybr-byr rhagosodedig. zen-shortcuts-corrupted = Mae eich ffeil llwybr-byr { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r llwybr byr rhagosodedig.
# 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 =
Mae'r bar URL newydd wedi'i alluogi, sydd yn dileu'r angen am dudalennau tab newydd.<br/><br/> Mae'r bar URL newydd wedi'i alluogi, sydd yn dileu'r angen am dudalennau tab newydd.<br/><br/>
Ceisiwch agor tab newydd i weld y bar URL newydd ar waith! Ceisiwch agor tab newydd i weld y bar URL newydd ar waith!
zen-disable = Analluogi zen-disable = Analluogi
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = Minimize .aria-label = Lleihau
.tooltip = Minimize .tooltip = Lleihau
zen-panel-ui-gradient-generator-custom-color = Addasu Lliw zen-panel-ui-gradient-generator-custom-color = Lliw Cyfaddas
zen-panel-ui-gradient-generator-saved-message = Llwyddiant arbedi'r graddiant! zen-panel-ui-gradient-generator-saved-message = Llwyddwyd i gadw'r graddiant!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = Wedi copïo'r URL cyfredol!
zen-general-cancel-label = zen-general-cancel-label =
.label = Cancel .label = Na
zen-general-confirm = zen-general-confirm =
.label = Confirm .label = Cadarnhau
zen-pinned-tab-replaced = Mae URL y tab wedi'i binio wedi'i newid i'r URL gyfredol. zen-pinned-tab-replaced = Mae URL y tab wedi'i binio wedi'i newid i'r URL gyfredol!
zen-tabs-renamed = Llwyddiant ailenwi'r tab! zen-tabs-renamed = Mae'r tab wedi cael ei ailenwi'n llwyddiannus!
zen-background-tab-opened-toast = New background tab opened! zen-background-tab-opened-toast = Tab cefndir newydd wedi'i agor!
zen-workspace-renamed-toast = Workspace has been successfully renamed! zen-workspace-renamed-toast = Mae'r Man Gwaith wedi cael ei ailenwi'n llwyddiannus!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Spaces .label = Gofodau
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Mods .label = Modiau
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = Compact Mode .label = Modd Cryno
.tooltiptext = Toggle Compact Mode .tooltiptext = Togglo Modd Cryno
# 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 = Learn More zen-learn-more-text = Dysgu Rhagor
zen-close-label = Cau zen-close-label = Cau
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search... .placeholder = Chwilio...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Eiconau
urlbar-search-mode-zen_actions = Actions urlbar-search-mode-zen_actions = Gweithredoedd
zen-site-data-settings = Settings zen-site-data-settings = Gosodiadau
zen-generic-manage = Manage zen-generic-manage = Rheoli
zen-generic-more = More zen-generic-more = Rhagor
zen-generic-next = Next zen-generic-next = Nesaf
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed zen-site-data-setting-allow = Caniatawyd
zen-site-data-setting-block = Blocked zen-site-data-setting-block = Rhwystrwyd
zen-site-data-protections-enabled = Enabled zen-site-data-protections-enabled = Galluogwyd
zen-site-data-protections-disabled = Disabled zen-site-data-protections-disabled = Analluogwyd
zen-site-data-setting-cross-site = Cross-Site cookie zen-site-data-setting-cross-site = Cwci Traws-Gwefan
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = Extension .label = Estyniad
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
.label = Secure .label = Diogel
zen-site-data-security-info-not-secure = zen-site-data-security-info-not-secure =
.label = Not Secure .label = Ddim yn Ddiogel
zen-site-data-manage-addons = zen-site-data-manage-addons =
.label = Manage Extensions .label = Rheoli Estyniadau
zen-site-data-get-addons = zen-site-data-get-addons =
.label = Add Extensions .label = Ychwanegu Estyniadau
zen-site-data-site-settings = zen-site-data-site-settings =
.label = All Site Settings .label = Pob Gosodiad Gwefan
zen-site-data-header-share = zen-site-data-header-share =
.tooltiptext = Share This Page .tooltiptext = Rhannu'r Dudalen Hon
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode .tooltiptext = Mynd i'r Modd Darllenydd
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot .tooltiptext = Cymryd Llun Sgrin
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page .tooltiptext = Nodi'r Dudalen Hon
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = Copy URL .tooltiptext = Copïo URL
zen-site-data-setting-site-protection = Tracking Protection zen-site-data-setting-site-protection = Diogelu Rhag Tracio
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more zen-site-data-panel-feature-callout-title = Cartref newydd ar gyfer ychwanegiadau, caniatâd, a mwy
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions. zen-site-data-panel-feature-callout-subtitle = Cliciwch yr eicon i reoli gosodiadau'r wefan, gweld manylion diogelwch, cael mynediad at estyniadau, a chyflawni gweithredoedd cyffredin.
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Open Link in Glance .label = Agor y Ddolen yn Cipolwg
.accesskey = G .accesskey = C
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Diweddariad Wedi'i Gwblhau!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Beth sy'n newydd yn { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Gweld Nodiadau Rhyddhau
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Rhywbeth wedi torri?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Ailgychwyn yn y Modd Diogel

View File

@@ -5,16 +5,16 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[1] Split Tab (multiple selected tabs needed) [1] Tab Hollt (angen sawl tab wedi'u dewis)
*[other] Split { $tabCount } Tabs *[other] Hollti { $tabCount } Tab
} }
.accesskey = S .accesskey = H
zen-split-link = zen-split-link =
.label = Hollti'r dolyn i tab newydd .label = Rhannu dolen i dab newydd
.accesskey = S .accesskey = D
zen-split-view-modifier-header = Golygfa Hollt zen-split-view-modifier-header = Golwg Hollt
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =
.label = Activate reallocation .label = Galluogi ailddyrannu
zen-split-view-modifier-enabled-toast = Mae aildrefnu golygfa hollt ymlaen. zen-split-view-modifier-enabled-toast = Mae aildrefnu'r olwg hollt YMLAEN
zen-split-view-modifier-enabled-toast-description = Llusgwch a gollyngwch yr olygfa i aildrefnu. Pwyswch Esc i gau. zen-split-view-modifier-enabled-toast-description = Llusgwch a gollwng y golwg i'w haildrefnu. Pwyswch Esc i adael.
zen-split-view-modifier-disabled-toast = Split view rearrange is OFF. zen-split-view-modifier-disabled-toast = Mae aildrefnu'r olwg hollt i FFWRDD.

View File

@@ -3,37 +3,37 @@
# 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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = Tabs on the right .label = Tabiau ar y dde
.accesskey = R
zen-toolbar-context-compact-mode =
.label = Compact mode
zen-toolbar-context-compact-mode-enable =
.label = Enable compact mode
.accesskey = D .accesskey = D
zen-toolbar-context-compact-mode =
.label = Modd Cryno
zen-toolbar-context-compact-mode-enable =
.label = Galluogi modd cryno
.accesskey = G
zen-toolbar-context-compact-mode-just-tabs = zen-toolbar-context-compact-mode-just-tabs =
.label = Hide sidebar .label = Cuddio'r bar ochr
zen-toolbar-context-compact-mode-just-toolbar = zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar .label = Cuddio'r bar offer
zen-toolbar-context-compact-mode-hide-both = zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Cuddio'r ddau
.accesskey = H .accesskey = C
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New Folder .label = Ffolder Newydd
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Ehangu'r Bar Ochr
sidebar-zen-create-new = sidebar-zen-create-new =
.label = Create New... .label = Creu Newydd...
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Unload and switch to tab [un] Dadlwytho a newid i dab
*[other] Unload { $tabCount } tabs and switch to the first *[arall] Dadlwytho { $tabCount } tab a newid i'r cyntaf
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Reset and pin tab [un] Ailosod a phinio tab
*[other] Reset and pin { $tabCount } tabs *[arall] Ailosod a phinio { $tabCount } tab
} }
tab-reset-pin-label = Back to pinned url tab-reset-pin-label = Nôl i'r url wedi'i binio

View File

@@ -3,24 +3,24 @@
# 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 = Croeso i zen-welcome-title-line1 = Croeso i
zen-welcome-title-line2 = a calmer internet zen-welcome-title-line2 = rhyngrwyd llonyddach
zen-welcome-import-title = A Fresh Start, Same Bookmarks zen-welcome-import-title = Dechrau Newydd, Yr Un Nodau Tudalen
zen-welcome-import-description-1 = Mae eich nodau tudalen, eich hanes, a'ch cyfrineiriau fel llwybr o friwsion bara trwy'r we - peidiwch â'u gadael ar ôl! zen-welcome-import-description-1 = Mae eich nodau tudalen, hanes a chyfrineiriau fel llwybr o friwsion ar draws y rhyngrwyd—peidiwch eu gadael ar eich hôl!
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 = Dewch â nhw drosodd yn hawdd o borwr arall a phara ymlaen o le roeddech chi.
zen-welcome-import-button = Mewnforio nawr zen-welcome-import-button = Mewnforio nawr
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser zen-welcome-set-default-browser = Gosod { -brand-short-name } fel eich porwr arferol
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser zen-welcome-dont-set-default-browser = PEIDIO gosod { -brand-short-name } fel eich porwr arferol
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach zen-welcome-initial-essentials-title = Eich Tabiau Allweddol, Bob Tro o Fewn Gafael
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 = Cadwch eich tabiau pwysicaf yn hawdd eu cyrraedd ac wrth law bob amser, faint bynnag rydych chi'n eu hagor.
zen-welcome-initial-essentials-description-2 = Essential tabs are always visible, no matter what workspace you are in. zen-welcome-initial-essentials-description-2 = Mae tabiau hanfodol bob amser yn weladwy, pa bynnag man gwaith rydych chi ynddo.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors zen-welcome-workspace-colors-title = Eich Mannau Gwaith, Eich Lliwiau
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity. zen-welcome-workspace-colors-description = Personolwch eich porwr trwy roi lliw unigryw i bob gweithle.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
All set?<br/> Yn barod?<br/>
Lets get rolling! Ffwrdd â ni!
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 = Rydych chi wedi'ch paratoi ac yn barod i fynd. Cliciwch y botwm isod i ddechrau pori gyda { -brand-short-name }.
zen-welcome-start-browsing = Dive in! zen-welcome-start-browsing = Ymlaen!
zen-welcome-default-search-title = Your Default Search Engine zen-welcome-default-search-title = Eich Peiriant Chwilio Arferol
zen-welcome-default-search-description = Choose your default search engine. You can always change it later! zen-welcome-default-search-description = Dewiswch eich peiriant chwilio arferol. Gallwch chi ei newid yn nes ymlaen!
zen-welcome-skip-button = Skip zen-welcome-skip-button = Hepgor
zen-welcome-finished = Your Zen has been set up correctly! zen-welcome-finished = Mae eich Zen wedi'i osog yn gywir!

View File

@@ -2,64 +2,64 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-workspaces-text = Workspaces zen-panel-ui-workspaces-text = Gofodau Gwaith
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = Creu Gofod
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Creu Ffolder
zen-panel-ui-new-empty-split = zen-panel-ui-new-empty-split =
.label = New Split .label = Hollt Newydd
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Workspace .label = Dileu Gofod Gwaith
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Change Name .label = Newid Enw
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Change Icon .label = Newid Eicon
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profile .label = Gosod Proffil
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
.label = Unload Space .label = Dadlwytho Gofod
zen-workspaces-how-to-reorder-title = How to reorder spaces zen-workspaces-how-to-reorder-title = Sut i aildrefnu gofodau
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 = Llusgwch yr eiconau gofod ar waelod y bar ochr i'w haildrefnu
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Edit Theme .label = Golygu Thema
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Open Workspace .label = Agor Gofod Gwaith
.accesskey = O .accesskey = G
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = Edit Workspace .label = Golygu Gofod
.accesskey = E .accesskey = G
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace .label = Newid Tab(iau) i Ofod Gwaith
.accesskey = C .accesskey = N
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces .value = Gofodau Gwaith
.accesskey = W .accesskey = o
zen-panel-ui-gradient-generator-algo-complementary = zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary .label = Cyflenwol
zen-panel-ui-gradient-generator-algo-splitComplementary = zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split .label = Hollti
zen-panel-ui-gradient-generator-algo-analogous = zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous .label = Cyfatebol
zen-panel-ui-gradient-generator-algo-triadic = zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic .label = Triadig
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = Floating .label = Arnofiol
zen-panel-ui-gradient-click-to-add = Click to add a color zen-panel-ui-gradient-click-to-add = Cliciwch i ychwanegu lliw
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Space Name .placeholder = Enw'r Gofod
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Reorder Spaces .label = Aildrefnu Gofodau
zen-workspace-creation-profile = Profile zen-workspace-creation-profile = Proffil
.tooltiptext = Profiles are used to separate cookies and site data between spaces. .tooltiptext = Mae proffiliau'n cael eu defnyddio i wahanu cwcis a data gwefan rhwng gofodau.
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Creu Gofod
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Mae gofodau'n cael eu defnyddio i drefnu eich tabiau a'ch sesiynau.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Dileu Gofod Gwaith?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone. zen-workspaces-delete-workspace-body = Ydych chi'n siŵr eich bod chi eisiau dileu { $name }? Does dim modd dadwneud y weithred hon.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo. zen-workspaces-close-all-unpinned-tabs-toast = Tabiau wedi'u Cau! Defnyddiwch <span>{ $shortcut }</span> i'w hailagor.
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = Clirio
.tooltiptext = Close all unpinned tabs .tooltiptext = Cau pob tab heb ei binio

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Tastaturgenveje
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Tastaturgenveje pane-settings-CKS-title = { -brand-short-name } Tastaturgenveje
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Tilpas dine tastaturgenveje zen-settings-CKS-header = Tilpas dine tastaturgenveje
zen-settings-CKS-description = Skift standardtastaturgenveje efter din smag, og forbedr din browseroplevelse zen-settings-CKS-description = Skift standardtastaturgenveje efter din smag, og forbedr din browseroplevelse
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -5,9 +5,9 @@
pane-zen-looks-title = Aussehen pane-zen-looks-title = Aussehen
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = Das Ändern der Standardsprache könnte es Websites einfacher machen, Sie zu verfolgen. zen-warning-language = Das Ändern der Standardsprache könnte es Websites erleichtern, dich zu verfolgen.
zen-vertical-tabs-layout-header = Browser-Layout zen-vertical-tabs-layout-header = Browser-Layout
zen-vertical-tabs-layout-description = Wählen Sie das Layout, das am besten zu Ihnen passt zen-vertical-tabs-layout-description = Wähle das Layout, das am besten zu dir passt
zen-layout-single-toolbar = Einzelne Symbolleiste zen-layout-single-toolbar = Einzelne Symbolleiste
zen-layout-multiple-toolbar = Mehrere Symbolleisten zen-layout-multiple-toolbar = Mehrere Symbolleisten
zen-layout-collapsed-toolbar = Eingeklappte Symbolleiste zen-layout-collapsed-toolbar = Eingeklappte Symbolleiste
@@ -18,7 +18,7 @@ sync-engine-workspaces =
.accesskey = W .accesskey = W
zen-glance-title = Schnellansicht zen-glance-title = Schnellansicht
zen-glance-header = Allgemeine Einstellungen für die Schnellansicht zen-glance-header = Allgemeine Einstellungen für die Schnellansicht
zen-glance-description = Erhalten Sie einen schnellen Überblick über Ihre Links, ohne sie in einem neuen Tab zu öffnen zen-glance-description = Verschaffe dir einen schnellen Überblick über deine Links, ohne sie in einem neuen Tab zu öffnen
zen-glance-trigger-label = Auslösemethode zen-glance-trigger-label = Auslösemethode
zen-glance-enabled = zen-glance-enabled =
.label = Schnellansicht aktivieren .label = Schnellansicht aktivieren
@@ -31,9 +31,9 @@ zen-glance-trigger-shift-click =
zen-glance-trigger-meta-click = zen-glance-trigger-meta-click =
.label = Meta (Befehlstaste) + Klick .label = Meta (Befehlstaste) + Klick
zen-look-and-feel-compact-view-header = In der Kompaktansicht anzeigen zen-look-and-feel-compact-view-header = In der Kompaktansicht anzeigen
zen-look-and-feel-compact-view-description = Zeigen Sie nur die Symbolleisten an, die Sie verwenden! zen-look-and-feel-compact-view-description = Zeige nur die Symbolleisten an, die du verwendest!
zen-look-and-feel-compact-view-enabled = zen-look-and-feel-compact-view-enabled =
.label = { -brand-short-name } Kompaktmodus aktivieren .label = { -brand-short-name }-Kompaktmodus aktivieren
zen-look-and-feel-compact-view-top-toolbar = zen-look-and-feel-compact-view-top-toolbar =
.label = Die obere Symbolleiste auch im Kompaktmodus ausblenden .label = Die obere Symbolleiste auch im Kompaktmodus ausblenden
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
@@ -45,16 +45,16 @@ pane-settings-workspaces-title = Arbeitsbereiche
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Tab-Entlader aktivieren .label = Tab-Entlader aktivieren
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Tab schließen und zum Besitzer-Tab (oder den zuletzt benutzten Tab) wechseln, wenn kein Tab-Verlauf vorhanden ist .label = Tab schließen und zum Besitzer-Tab (oder dem zuletzt benutzten Tab) wechseln, wenn kein Tab-Verlauf vorhanden ist
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Strg+Tab wechselt nur zwischen Essential- oder Arbeitsbereich-Tabs .label = Strg+Tab wechselt nur zwischen Essential- oder Arbeitsbereich-Tabs
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
.label = Ausstehende Tabs beim Wechseln mit Strg+Tab ignorieren .label = Ausstehende Tabs beim Wechseln mit Strg+Tab ignorieren
zen-tabs-cycle-by-attribute-warning = Strg+Tab wechselt in der zuletzt verwendeten Reihenfolge, da diese Option aktiviert ist zen-tabs-cycle-by-attribute-warning = Strg+Tab wechselt in der zuletzt verwendeten Reihenfolge, da diese Option aktiviert ist
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Theme Hintergrund für kompakte Symbolleiste verwenden .label = Theme-Hintergrund für kompakte Symbolleiste 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 du aufgehört hast
pane-zen-pinned-tab-manager-title = Angepinnte Tabs pane-zen-pinned-tab-manager-title = Angepinnte Tabs
zen-pinned-tab-manager-header = Allgemeine Einstellungen für angepinnte Tabs zen-pinned-tab-manager-header = Allgemeine Einstellungen für angepinnte Tabs
zen-pinned-tab-manager-description = Zusätzliches Verhalten von angepinnten Tabs verwalten zen-pinned-tab-manager-description = Zusätzliches Verhalten von angepinnten Tabs verwalten
@@ -79,10 +79,10 @@ pane-zen-workspaces-header = Arbeitsbereiche
zen-settings-workspaces-header = Allgemeine Einstellungen für Arbeitsbereiche zen-settings-workspaces-header = Allgemeine Einstellungen für Arbeitsbereiche
zen-settings-workspaces-description = Mit Arbeitsbereichen kannst du mehrere Browser-Sitzungen gleichzeitig haben zen-settings-workspaces-description = Mit Arbeitsbereichen kannst du mehrere Browser-Sitzungen gleichzeitig haben
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = Arbeitsbereiche aktivieren (Experimentell) .label = Arbeitsbereiche aktivieren (experimentell)
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = Container-Indikator in der Tab-Leiste ausblenden .label = Container-Indikator in der Tab-Leiste ausblenden
zen-key-unsaved = Nicht gespeichertes Tastenkürzel! Bitte speichern Sie es, indem Sie nach der Neueingabe die "Escape"-Taste drücken. zen-key-unsaved = Nicht gespeichertes Tastenkürzel! Bitte speichere es, indem du nach der Eingabe die Escape-Taste drückst.
zen-key-conflict = Konflikt mit { $group } -> { $shortcut } zen-key-conflict = Konflikt mit { $group } -> { $shortcut }
pane-zen-theme-title = Design-Einstellungen pane-zen-theme-title = Design-Einstellungen
zen-vertical-tabs-title = Seitenleiste und Tab-Layout zen-vertical-tabs-title = Seitenleiste und Tab-Layout
@@ -91,15 +91,15 @@ zen-vertical-tabs-description = Verwalte die Ausrichtung der Tabs und andere Lay
zen-vertical-tabs-show-expand-button = zen-vertical-tabs-show-expand-button =
.label = Erweitern-Schaltfläche anzeigen .label = Erweitern-Schaltfläche anzeigen
zen-vertical-tabs-newtab-on-tab-list = zen-vertical-tabs-newtab-on-tab-list =
.label = "Neuen Tab"-Button in der Tab-Liste anzeigen .label = "Neuer Tab"-Button in der Tab-Liste anzeigen
zen-vertical-tabs-newtab-top-button-up = zen-vertical-tabs-newtab-top-button-up =
.label = Schaltfläche "Neuer Tab" nach oben verschieben .label = Schaltfläche Neuer Tab nach oben verschieben
zen-vertical-tabs-expand-tabs-by-default = Tabs standardmäßig erweitern zen-vertical-tabs-expand-tabs-by-default = Tabs standardmäßig erweitern
zen-vertical-tabs-dont-expand-tabs-by-default = Tabs standardmäßig nicht erweitern zen-vertical-tabs-dont-expand-tabs-by-default = Tabs standardmäßig nicht erweitern
zen-vertical-tabs-expand-tabs-on-hover = Tabs bei Hover erweitern (funktioniert nicht im Kompaktmodus) zen-vertical-tabs-expand-tabs-on-hover = Tabs beim Drüberfahren erweitern (funktioniert nicht im Kompaktmodus)
zen-vertical-tabs-expand-tabs-header = Wie Tabs erweitert werden sollen zen-vertical-tabs-expand-tabs-header = Wie Tabs erweitert werden sollen
zen-vertical-tabs-expand-tabs-description = Wähle aus, wie Tabs in der Seitenleiste erweitert werden sollen zen-vertical-tabs-expand-tabs-description = Wähle aus, wie Tabs in der Seitenleiste erweitert werden sollen
zen-theme-marketplace-header = Zen Mods zen-theme-marketplace-header = Zen-Mods
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = Alle Mods deaktivieren .title = Alle Mods deaktivieren
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
@@ -131,21 +131,21 @@ zen-theme-marketplace-dropdown-default-label =
.label = Keine .label = Keine
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
.placeholder = Gib etwas ein... .placeholder = Gib etwas ein...
pane-zen-marketplace-title = Zen Mods pane-zen-marketplace-title = Zen-Mods
zen-themes-auto-update = zen-themes-auto-update =
.label = Installierte Mods beim Start automatisch aktualisieren .label = Installierte Mods beim Start automatisch aktualisieren
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Zum Arbeitsbereich wechseln, in dem Container als Standard gesetzt ist, wenn Container-Tabs geöffnet werden .label = Zum Arbeitsbereich wechseln, in dem Container als Standard gesetzt ist, wenn Container-Tabs geöffnet werden
zen-theme-marketplace-link = Store besuchen zen-theme-marketplace-link = Store besuchen
zen-dark-theme-styles-header = Dunkles Design - Stile zen-dark-theme-styles-header = Dunkles Design Stile
zen-dark-theme-styles-description = Passen Sie das dunkle Design nach Ihren Wünschen an zen-dark-theme-styles-description = Passe das dunkle Design nach deinen Wünschen an
zen-dark-theme-styles-amoled = Nacht-Design zen-dark-theme-styles-amoled = Nacht-Design
zen-dark-theme-styles-default = Standard dunkles Design zen-dark-theme-styles-default = Standardmäßiges dunkles Design
zen-dark-theme-styles-colorful = Farbenfrohes dunkles Design zen-dark-theme-styles-colorful = Farbenfrohes dunkles Design
zen-compact-mode-styles-left = Tab-Leiste ausblenden zen-compact-mode-styles-left = Tab-Leiste ausblenden
zen-compact-mode-styles-top = Obere Leiste ausblenden zen-compact-mode-styles-top = Obere Leiste ausblenden
zen-compact-mode-styles-both = Beide ausblenden zen-compact-mode-styles-both = Beides ausblenden
zen-urlbar-title = Zen Adressleiste zen-urlbar-title = Zen-Adressleiste
zen-urlbar-header = Allgemeine Einstellungen für die Adressleiste zen-urlbar-header = Allgemeine Einstellungen für die Adressleiste
zen-urlbar-description = Passen Sie die Adressleiste nach Ihren Wünschen an zen-urlbar-description = Passen Sie die Adressleiste nach Ihren Wünschen an
zen-urlbar-behavior-label = Verhalten zen-urlbar-behavior-label = Verhalten
@@ -158,11 +158,13 @@ zen-urlbar-behavior-float =
pane-zen-CKS-title = Tastenkürzel pane-zen-CKS-title = Tastenkürzel
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Tastenkürzel pane-settings-CKS-title = { -brand-short-name }-Tastenkürzel
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Passen Sie Ihre Tastenkürzel an zen-settings-CKS-header = Passen Sie Ihre Tastenkürzel an
zen-settings-CKS-description = Ändere die Standard-Tastenkürzel nach deinen Wünschen und verbessere dein Browser-Erlebnis zen-settings-CKS-description = Ändere die Standard-Tastenkürzel nach deinen Wünschen und verbessere dein Browser-Erlebnis
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
.label = { -brand-short-name } Standard-Tastenkürzel deaktivieren .label = { -brand-short-name }-Standard-Tastenkürzel deaktivieren
zen-settings-CKS-duplicate-shortcut = zen-settings-CKS-duplicate-shortcut =
.label = Doppeltes Tastenkürzel .label = Doppeltes Tastenkürzel
zen-settings-CKS-reset-shortcuts = zen-settings-CKS-reset-shortcuts =
@@ -175,10 +177,10 @@ zenCKSOption-group-pageOperations = Seitenoperationen
zenCKSOption-group-historyAndBookmarks = Verlauf & Lesezeichen zenCKSOption-group-historyAndBookmarks = Verlauf & Lesezeichen
zenCKSOption-group-mediaAndDisplay = Medien & Anzeige zenCKSOption-group-mediaAndDisplay = Medien & Anzeige
zenCKSOption-group-zen-compact-mode = Kompaktmodus zenCKSOption-group-zen-compact-mode = Kompaktmodus
zenCKSOption-group-zen-workspace = Zen Arbeitsbereiche zenCKSOption-group-zen-workspace = Zen-Arbeitsbereiche
zenCKSOption-group-zen-other = Andere Zen-Funktionen zenCKSOption-group-zen-other = Andere Zen-Funktionen
zenCKSOption-group-zen-split-view = Zen Geteilte Ansicht zenCKSOption-group-zen-split-view = Geteilte Ansicht
zenCKSOption-group-devTools = Entwicklertools zenCKSOption-group-devTools = Entwicklerwerkzeuge
zen-key-quick-restart = Schneller Neustart zen-key-quick-restart = Schneller Neustart
zen-window-new-shortcut = Neues Fenster zen-window-new-shortcut = Neues Fenster
zen-tab-new-shortcut = Neuer Tab zen-tab-new-shortcut = Neuer Tab
@@ -218,11 +220,11 @@ zen-file-open-shortcut = Datei öffnen
zen-save-page-shortcut = Seite speichern zen-save-page-shortcut = Seite speichern
zen-print-shortcut = Seite drucken zen-print-shortcut = Seite drucken
zen-close-shortcut-2 = Tab schließen zen-close-shortcut-2 = Tab schließen
zen-mute-toggle-shortcut = Stumm schalten umschalten zen-mute-toggle-shortcut = Stummschalten umschalten
zen-key-delete = Löschen-Taste zen-key-delete = Löschen-Taste
zen-key-go-back = Zurück gehen zen-key-go-back = Zurückgehen
zen-key-go-forward = Vorwärts gehen zen-key-go-forward = Vorwärts gehen
zen-nav-back-shortcut-alt = Zurück navigieren (Alt) zen-nav-back-shortcut-alt = Zurücknavigieren (Alt)
zen-nav-fwd-shortcut-alt = Vorwärts navigieren (Alt) zen-nav-fwd-shortcut-alt = Vorwärts navigieren (Alt)
zen-history-show-all-shortcut = Gesamten Verlauf anzeigen zen-history-show-all-shortcut = Gesamten Verlauf anzeigen
zen-key-enter-full-screen = Vollbild aktivieren zen-key-enter-full-screen = Vollbild aktivieren
@@ -230,7 +232,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-toggle-pin-tab-shortcut = Tab anheften/lösen
zen-reader-mode-toggle-shortcut-other = Lesemodus umschalten zen-reader-mode-toggle-shortcut-other = Lesemodus umschalten
zen-picture-in-picture-toggle-shortcut = Bild-im-Bild umschalten zen-picture-in-picture-toggle-shortcut = Bild-im-Bild umschalten
zen-nav-reload-shortcut-2 = Seite neu laden zen-nav-reload-shortcut-2 = Seite neu laden
@@ -283,7 +285,7 @@ zen-split-view-shortcut-grid = Raster-Layout für geteilte Ansicht umschalten
zen-split-view-shortcut-vertical = Vertikales Layout für geteilte Ansicht umschalten zen-split-view-shortcut-vertical = Vertikales Layout für geteilte Ansicht umschalten
zen-split-view-shortcut-horizontal = Horizontales Layout für geteilte Ansicht umschalten zen-split-view-shortcut-horizontal = Horizontales Layout für geteilte Ansicht 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 = Neuer leerer Split View zen-new-empty-split-view-shortcut = Neue leere geteilte Ansicht
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
@@ -301,7 +303,7 @@ zen-bookmark-show-toolbar-shortcut = Lesezeichen-Symbolleiste anzeigen
zen-devtools-toggle-shortcut = Entwicklertools umschalten zen-devtools-toggle-shortcut = Entwicklertools umschalten
zen-devtools-toggle-browser-toolbox-shortcut = Browser-Toolbox umschalten zen-devtools-toggle-browser-toolbox-shortcut = Browser-Toolbox umschalten
zen-devtools-toggle-browser-console-shortcut = Browser-Konsole umschalten zen-devtools-toggle-browser-console-shortcut = Browser-Konsole umschalten
zen-devtools-toggle-responsive-design-mode-shortcut = Responsive Design-Modus umschalten zen-devtools-toggle-responsive-design-mode-shortcut = Responsive-Design-Modus umschalten
zen-devtools-toggle-inspector-shortcut = Inspektor umschalten zen-devtools-toggle-inspector-shortcut = Inspektor umschalten
zen-devtools-toggle-web-console-shortcut = Web-Konsole umschalten zen-devtools-toggle-web-console-shortcut = Web-Konsole umschalten
zen-devtools-toggle-js-debugger-shortcut = JavaScript-Debugger umschalten zen-devtools-toggle-js-debugger-shortcut = JavaScript-Debugger umschalten

View File

@@ -13,13 +13,13 @@ zen-folders-new-subfolder =
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 umwandeln .label = 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 ändern .label = Icon ändern
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Aktive Tabs in diesem Ordner entladen .tooltiptext = Alle aktiven Tabs in diesem Ordner entladen
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Alle Tabs entladen .label = Alle Tabs entladen
zen-folders-search-no-results = Keine passenden Tabs gefunden zen-folders-search-no-results = Keine Tabs gefunden

View File

@@ -2,42 +2,42 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-current-profile-text = Aktuelles Profil zen-panel-ui-current-profile-text = Dein aktuelles Profil
unified-extensions-description = Erweiterungen werden verwendet, um { -brand-short-name } zusätzliche Funktionen hinzuzufügen. unified-extensions-description = Mit Erweiterungen kannst du { -brand-short-name } um zusätzliche Funktionen erweitern.
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = Angehefteten Tab zurücksetzen .label = Angehefteten Tab zurücksetzen
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Zu Essentials hinzufügen
.accesskey = E .accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } von { $max } Plätzen belegt
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Aus Essentials entfernen .label = Aus Essentials entfernen
.accesskey = R .accesskey = R
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Angeheftete URL durch aktuelle ersetzen .label = Angeheftete URL durch aktuelle ersetzen
.accesskey = C .accesskey = C
zen-themes-corrupted = Deine { -brand-short-name } Mods-Datei ist beschädigt. Sie wurde auf das Standard-Design zurückgesetzt. zen-themes-corrupted = Deine { -brand-short-name }-Mods-Datei ist beschädigt. Wir haben sie auf das Standard-Design zurückgesetzt.
zen-shortcuts-corrupted = Deine { -brand-short-name } Tastenkürzel-Datei ist beschädigt. Sie wurde auf die Standard-Tastenkürzel zurückgesetzt. zen-shortcuts-corrupted = Deine { -brand-short-name }-Tastenkombinationsdatei ist beschädigt. Sie wurde auf die Standard-Tastenkombinationen zurückgesetzt.
# 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 =
Die neue Adressleiste wurde aktiviert und macht neue Tab-Seiten überflüssig.<br/><br/> Die neue Adressleiste wurde aktiviert und macht neue Tab-Seiten überflüssig.<br/><br/>
Öffne einen neuen Tab, um die neue Adressleiste in Aktion zu sehen! Öffne einfach einen neuen Tab, um die neue Adressleiste auszuprobieren!
zen-disable = Deaktivieren zen-disable = Deaktivieren
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = Minimieren .aria-label = Minimieren
.tooltip = Minimieren .tooltip = Minimieren
zen-panel-ui-gradient-generator-custom-color = Benutzerdefinierte Farbe zen-panel-ui-gradient-generator-custom-color = Eigene Farbe
zen-panel-ui-gradient-generator-saved-message = Farbverlauf erfolgreich gespeichert! zen-panel-ui-gradient-generator-saved-message = Farbverlauf gespeichert!
zen-copy-current-url-confirmation = Aktuelle URL kopiert! zen-copy-current-url-confirmation = URL kopiert!
zen-general-cancel-label = zen-general-cancel-label =
.label = Abbrechen .label = Abbrechen
zen-general-confirm = zen-general-confirm =
.label = Bestätigen .label = Bestätigen
zen-pinned-tab-replaced = Die URL des angehefteten Tabs wurde durch die aktuelle URL ersetzt! zen-pinned-tab-replaced = Die URL des angehefteten Tabs wurde aktualisiert!
zen-tabs-renamed = Tab wurde erfolgreich umbenannt! zen-tabs-renamed = Tab umbenannt!
zen-background-tab-opened-toast = Neuer Hintergrund-Tab geöffnet! zen-background-tab-opened-toast = Neuer Tab im Hintergrund geöffnet!
zen-workspace-renamed-toast = Arbeitsbereich wurde erfolgreich umbenannt! zen-workspace-renamed-toast = Arbeitsbereich umbenannt!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Arbeitsbereiche .label = Arbeitsbereiche
zen-library-sidebar-mods = zen-library-sidebar-mods =
@@ -66,7 +66,7 @@ zen-site-data-setting-allow = Erlaubt
zen-site-data-setting-block = Blockiert zen-site-data-setting-block = Blockiert
zen-site-data-protections-enabled = Aktiviert zen-site-data-protections-enabled = Aktiviert
zen-site-data-protections-disabled = Deaktiviert zen-site-data-protections-disabled = Deaktiviert
zen-site-data-setting-cross-site = Cross-Site-Cookie zen-site-data-setting-cross-site = Seitenübergreifendes Cookie
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = Erweiterung .label = Erweiterung
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
@@ -84,27 +84,27 @@ zen-site-data-header-share =
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Lesemodus aktivieren .tooltiptext = Lesemodus aktivieren
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Screenshot erstellen .tooltiptext = Bildschirmfoto erstellen
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Diese Seite als Lesezeichen hinzufügen .tooltiptext = Diese Seite als Lesezeichen speichern
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = URL kopieren .tooltiptext = URL kopieren
zen-site-data-setting-site-protection = Tracking-Schutz zen-site-data-setting-site-protection = Tracking-Schutz
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = Ein neuer Ort für Add-ons, Berechtigungen und mehr zen-site-data-panel-feature-callout-title = Hier findest du Add-ons, Berechtigungen und mehr
zen-site-data-panel-feature-callout-subtitle = Klicke auf das Symbol, um Website-Einstellungen zu verwalten, Sicherheitsinformationen anzuzeigen, auf Erweiterungen zuzugreifen und häufige Aktionen auszuführen. zen-site-data-panel-feature-callout-subtitle = Klicke auf das Symbol, um Website-Einstellungen anzupassen, Sicherheitsinfos anzuzeigen, auf Erweiterungen zuzugreifen und häufige Aktionen auszuführen.
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Link in Glance öffnen .label = Link in Glance öffnen
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Update abgeschlossen!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Was in { -brand-short-name } neu ist
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Versionshinweise anzeigen
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Funktioniert etwas nicht?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Im abgesicherten Modus neu starten

View File

@@ -5,16 +5,16 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[1] Tab aufteilen (mehrere ausgewählte Tabs erforderlich) [1] Tab aufteilen (wähle mehrere Tabs aus)
*[other] { $tabCount } Tabs aufteilen *[other] { $tabCount } Tabs aufteilen
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Link in neuem Tab aufteilen .label = Link in geteiltem Tab öffnen
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Geteilte Ansicht zen-split-view-modifier-header = Geteilte Ansicht
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =
.label = Neuanordnung aktivieren .label = Anordnung ändern
zen-split-view-modifier-enabled-toast = Neuanordnung der geteilten Ansicht ist EIN. zen-split-view-modifier-enabled-toast = Anordnung der geteilten Ansicht aktiv.
zen-split-view-modifier-enabled-toast-description = Ziehen Sie die Ansicht per Drag & Drop, um sie neu anzuordnen. Drücken Sie Esc zum Beenden. zen-split-view-modifier-enabled-toast-description = Ziehe die Ansicht per Drag & Drop, um sie neu anzuordnen. Drücke Esc zum Beenden.
zen-split-view-modifier-disabled-toast = Neuanordnung der geteilten Ansicht ist AUS. zen-split-view-modifier-disabled-toast = Anordnung der geteilten Ansicht deaktiviert.

View File

@@ -3,31 +3,31 @@
# 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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = Tabs rechts .label = Tabs rechts anzeigen
.accesskey = R .accesskey = R
zen-toolbar-context-compact-mode = zen-toolbar-context-compact-mode =
.label = Kompaktmodus .label = Kompaktmodus
zen-toolbar-context-compact-mode-enable = zen-toolbar-context-compact-mode-enable =
.label = Kompaktmodus aktivieren .label = Kompaktmodus einschalten
.accesskey = D .accesskey = D
zen-toolbar-context-compact-mode-just-tabs = zen-toolbar-context-compact-mode-just-tabs =
.label = Seitenleiste ausblenden .label = Nur Seitenleiste ausblenden
zen-toolbar-context-compact-mode-just-toolbar = zen-toolbar-context-compact-mode-just-toolbar =
.label = Symbolleiste ausblenden .label = Nur Symbolleiste ausblenden
zen-toolbar-context-compact-mode-hide-both = zen-toolbar-context-compact-mode-hide-both =
.label = Beide ausblenden .label = Beides ausblenden
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Neuer Ordner .label = Neuer Ordner
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Seitenleiste erweitern .label = Seitenleiste ausklappen
sidebar-zen-create-new = sidebar-zen-create-new =
.label = Neu erstellen... .label = Neu erstellen...
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Tab entladen und dorthin wechseln [one] Tab entladen und öffnen
*[other] { $tabCount } Tabs entladen und zum ersten wechseln *[other] { $tabCount } Tabs entladen und zum ersten wechseln
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
@@ -36,4 +36,4 @@ tabbrowser-reset-pin-button =
[one] Tab zurücksetzen und anheften [one] Tab zurücksetzen und anheften
*[other] { $tabCount } Tabs zurücksetzen und anheften *[other] { $tabCount } Tabs zurücksetzen und anheften
} }
tab-reset-pin-label = Zurück zur angehefteten URL tab-reset-pin-label = Zur ursprünglichen URL zurückkehren

View File

@@ -5,22 +5,22 @@
zen-welcome-title-line1 = Willkommen zu zen-welcome-title-line1 = Willkommen zu
zen-welcome-title-line2 = einem ruhigeren Internet zen-welcome-title-line2 = einem ruhigeren Internet
zen-welcome-import-title = Ein neuer Anfang, dieselben Lesezeichen zen-welcome-import-title = Ein neuer Anfang, dieselben Lesezeichen
zen-welcome-import-description-1 = Ihre Lesezeichen, Ihr Verlauf und Ihre Passwörter sind wie eine Spur durch das Internet lassen Sie sie nicht zurück! zen-welcome-import-description-1 = Deine Lesezeichen, dein Verlauf und deine Passwörter sind wie eine Spur durch das Internet lass sie nicht zurück!
zen-welcome-import-description-2 = Übertrage sie ganz einfach aus einem anderen Browser und mache genau dort weiter, wo du aufgehört hast. zen-welcome-import-description-2 = Übertrage sie ganz einfach aus einem anderen Browser und mache genau dort weiter, wo du aufgehört hast.
zen-welcome-import-button = Jetzt importieren zen-welcome-import-button = Jetzt importieren
zen-welcome-set-default-browser = { -brand-short-name } als Standardbrowser festlegen zen-welcome-set-default-browser = { -brand-short-name } als Standardbrowser festlegen
zen-welcome-dont-set-default-browser = { -brand-short-name } NICHT als Standardbrowser festlegen zen-welcome-dont-set-default-browser = { -brand-short-name } nicht als Standardbrowser festlegen
zen-welcome-initial-essentials-title = Deine wichtigsten Tabs, immer in Reichweite zen-welcome-initial-essentials-title = Deine wichtigsten Tabs, immer in Reichweite
zen-welcome-initial-essentials-description-1 = Halte deine wichtigsten Tabs leicht zugänglich und immer griffbereit, egal wie viele du öffnest. zen-welcome-initial-essentials-description-1 = Halte deine wichtigsten Tabs leicht zugänglich und immer griffbereit, egal wie viele du öffnest.
zen-welcome-initial-essentials-description-2 = Essential-Tabs sind immer sichtbar, unabhängig davon, in welchem Arbeitsbereich du dich befindest. zen-welcome-initial-essentials-description-2 = Essential-Tabs sind immer sichtbar, unabhängig davon, in welchem Arbeitsbereich du dich befindest.
zen-welcome-workspace-colors-title = Deine Arbeitsbereiche, deine Farben zen-welcome-workspace-colors-title = Deine Arbeitsbereiche, deine Farben
zen-welcome-workspace-colors-description = Personalisieren Sie Ihren Browser, indem Sie jedem Arbeitsbereich eine eigene Farbidentität geben. zen-welcome-workspace-colors-description = Personalisiere deinen Browser, indem du jedem Arbeitsbereich eine eigene Farbidentität gibst.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
Alles bereit?<br/> Alles bereit?<br/>
Dann kann es losgehen! Los gehts!
zen-welcome-start-browsing-description-1 = Du bist startklar! Klicke auf die Schaltfläche unten, um mit { -brand-short-name } zu beginnen. zen-welcome-start-browsing-description-1 = Du bist startklar! Klicke auf den Button unten, um mit { -brand-short-name } loszulegen.
zen-welcome-start-browsing = Los geht's! zen-welcome-start-browsing = Los geht's!
zen-welcome-default-search-title = Ihre Standard-Suchmaschine zen-welcome-default-search-title = Deine Standard-Suchmaschine
zen-welcome-default-search-description = Wähle deine Standard-Suchmaschine. Du kannst sie jederzeit später ändern! zen-welcome-default-search-description = Wähle deine Standard-Suchmaschine. Du kannst sie jederzeit später ändern!
zen-welcome-skip-button = Überspringen zen-welcome-skip-button = Überspringen
zen-welcome-finished = Dein Zen wurde erfolgreich eingerichtet! zen-welcome-finished = Dein Zen wurde erfolgreich eingerichtet!

View File

@@ -21,9 +21,9 @@ zen-workspaces-panel-context-default-profile =
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
.label = Arbeitsbereich entladen .label = Arbeitsbereich entladen
zen-workspaces-how-to-reorder-title = So ordnest du Arbeitsbereiche neu an zen-workspaces-how-to-reorder-title = So ordnest du Arbeitsbereiche neu an
zen-workspaces-how-to-reorder-desc = Ziehe die Arbeitsbereich-Symbole am unteren Rand der Seitenleiste, um sie neu anzuordnen zen-workspaces-how-to-reorder-desc = Zieh die Arbeitsbereich-Symbole am unteren Rand der Seitenleiste, um sie neu anzuordnen
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Design bearbeiten .label = Design anpassen
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Arbeitsbereich öffnen .label = Arbeitsbereich öffnen
.accesskey = O .accesskey = O
@@ -31,7 +31,7 @@ zen-workspaces-panel-context-edit =
.label = Arbeitsbereich bearbeiten .label = Arbeitsbereich bearbeiten
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Tab(s) zu Arbeitsbereich verschieben .label = Tabs zu Arbeitsbereich verschieben
.accesskey = C .accesskey = C
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Arbeitsbereiche .value = Arbeitsbereiche
@@ -46,20 +46,20 @@ zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadisch .label = Triadisch
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = Fließend .label = Fließend
zen-panel-ui-gradient-click-to-add = Klicken Sie, um eine Farbe hinzuzufügen zen-panel-ui-gradient-click-to-add = Klick hier, um eine Farbe hinzuzufügen
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Name des Arbeitsbereichs .placeholder = Name des Arbeitsbereichs
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Arbeitsbereiche neu anordnen .label = Arbeitsbereiche neu anordnen
zen-workspace-creation-profile = Profil zen-workspace-creation-profile = Profil
.tooltiptext = Profile werden verwendet, um Cookies und Website-Daten zwischen Arbeitsbereichen zu trennen. .tooltiptext = Profile trennen Cookies und Website-Daten zwischen verschiedenen Arbeitsbereichen.
zen-workspace-creation-header = Arbeitsbereich erstellen zen-workspace-creation-header = Arbeitsbereich erstellen
zen-workspace-creation-label = Arbeitsbereiche helfen dir, deine Tabs und Sitzungen zu organisieren. zen-workspace-creation-label = Arbeitsbereiche helfen dir, deine 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 = Möchtest du { $name } wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden. zen-workspaces-delete-workspace-body = Möchtest du { $name } wirklich löschen? Das lässt sich nicht rückgängig machen.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs geschlossen! Nutze <span>{ $shortcut }</span>, um rückgängig zu machen. zen-workspaces-close-all-unpinned-tabs-toast = Tabs geschlossen! Nutze <span>{ $shortcut }</span>, um das rückgängig zu machen.
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Aufräumen .label = Aufräumen
.tooltiptext = Alle nicht angehefteten Tabs schließen .tooltiptext = Alle nicht angehefteten Tabs schließen

View File

@@ -45,7 +45,7 @@ pane-settings-workspaces-title = Χώροι Εργασίας
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Ενεργοποίηση Εκφορτωτή Καρτέλας .label = Ενεργοποίηση Εκφορτωτή Καρτέλας
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = Κλείσιμο καρτέλας και αλλαγή στην καρτέλα ιδιοκτήτη (ή στην πιο πρόσφατα χρησιμοποιούμενη καρτέλα) όταν επιστρέφεις χωρίς ιστορικό
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only .label = Ctrl+Tab cycles within Essential or Workspace tabs only
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
@@ -159,6 +159,8 @@ pane-zen-CKS-title = Συντομεύσεις Πληκτρολογίου
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Συντομεύσεις Πληκτρολογίου { -brand-short-name } pane-settings-CKS-title = Συντομεύσεις Πληκτρολογίου { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Προσαρμόστε τις συντομεύσεις πληκτρολογίου zen-settings-CKS-header = Προσαρμόστε τις συντομεύσεις πληκτρολογίου
zen-settings-CKS-description = Προσαρμόστε τις προεπιλεγμένες συντομεύσεις πληκτρολογίου στις προτιμήσεις σας και βελτιώστε την εμπειρία περιήγησής σας zen-settings-CKS-description = Προσαρμόστε τις προεπιλεγμένες συντομεύσεις πληκτρολογίου στις προτιμήσεις σας και βελτιώστε την εμπειρία περιήγησής σας
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -8,9 +8,9 @@ tab-context-zen-reset-pinned-tab =
.label = Επαναφορά Καρφιτσωμένης Καρτέλας .label = Επαναφορά Καρφιτσωμένης Καρτέλας
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Προσθήκη στα Απαραίτητα
.accesskey = E .accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max } γεμισμένες θέσεις
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Αφαίρεση από Απαραίτητα .label = Αφαίρεση από Απαραίτητα
.accesskey = R .accesskey = R
@@ -29,7 +29,7 @@ pictureinpicture-minimize-btn =
.tooltip = Ελαχιστοποίηση .tooltip = Ελαχιστοποίηση
zen-panel-ui-gradient-generator-custom-color = Προσαρμοσμένο Χρώμα zen-panel-ui-gradient-generator-custom-color = Προσαρμοσμένο Χρώμα
zen-panel-ui-gradient-generator-saved-message = Επιτυχής αποθήκευση της διαβάθμισης! zen-panel-ui-gradient-generator-saved-message = Επιτυχής αποθήκευση της διαβάθμισης!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = Αντιγράφηκε το τρέχον URL!
zen-general-cancel-label = zen-general-cancel-label =
.label = Ακύρωση .label = Ακύρωση
zen-general-confirm = zen-general-confirm =
@@ -43,7 +43,7 @@ zen-library-sidebar-workspaces =
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Mods .label = Mods
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = Compact Mode .label = Συμπαγής Λειτουργία
.tooltiptext = Toggle Compact Mode .tooltiptext = Toggle Compact Mode
# note: Do not translate the "<br/>" tags in the following string # note: Do not translate the "<br/>" tags in the following string
@@ -55,41 +55,41 @@ 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 = Εικονίδια
urlbar-search-mode-zen_actions = Actions urlbar-search-mode-zen_actions = Ενέργειες
zen-site-data-settings = Settings zen-site-data-settings = Ρυθμίσεις
zen-generic-manage = Manage zen-generic-manage = Διαχείριση
zen-generic-more = More zen-generic-more = Περισσότερα
zen-generic-next = Next zen-generic-next = Επόμενο
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed zen-site-data-setting-allow = Επιτρέπεται
zen-site-data-setting-block = Blocked zen-site-data-setting-block = Αποκλείστηκε
zen-site-data-protections-enabled = Enabled zen-site-data-protections-enabled = Ενεργό
zen-site-data-protections-disabled = Disabled zen-site-data-protections-disabled = Ανενεργό
zen-site-data-setting-cross-site = Cross-Site cookie zen-site-data-setting-cross-site = Cross-Site cookie
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = Extension .label = Επέκταση
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
.label = Secure .label = Ασφαλές
zen-site-data-security-info-not-secure = zen-site-data-security-info-not-secure =
.label = Not Secure .label = Μη Ασφαλές
zen-site-data-manage-addons = zen-site-data-manage-addons =
.label = Manage Extensions .label = Διαχείριση Επεκτάσεων
zen-site-data-get-addons = zen-site-data-get-addons =
.label = Add Extensions .label = Προσθήκη Επεκτάσεων
zen-site-data-site-settings = zen-site-data-site-settings =
.label = All Site Settings .label = Όλες Οι Ρυθμίσεις Ιστοσελίδας
zen-site-data-header-share = zen-site-data-header-share =
.tooltiptext = Share This Page .tooltiptext = Κοινοποίηση Αυτή Της Σελίδας
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode .tooltiptext = Είσοδος Σε Λειτουργία Ανάγνωσης
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot .tooltiptext = Λήψη στιγμιότυπου οθόνης
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page .tooltiptext = Σελιδοδείκτης στη Σελίδα
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = Copy URL .tooltiptext = Αντιγραφή URL
zen-site-data-setting-site-protection = Tracking Protection zen-site-data-setting-site-protection = Προστασία Ανίχνευσης
# Section: Feature callouts # Section: Feature callouts
@@ -98,13 +98,13 @@ zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site set
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Open Link in Glance .label = Open Link in Glance
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Η Ενημέρωση Ολοκληρώθηκε!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Τι νέο υπάρχει στο { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Προβολή Σημειώσεων Έκδοσης
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Χάλασε κάτι;
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Επανεκκίνηση σε Ασφαλή Λειτουργία

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Keyboard Shortcuts
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Customize your keyboard shortcuts zen-settings-CKS-header = Customize your keyboard shortcuts
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -191,6 +191,9 @@ category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Customize your keyboard shortcuts zen-settings-CKS-header = Customize your keyboard shortcuts
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience
@@ -350,3 +353,4 @@ zen-devtools-toggle-storage-shortcut = Toggle Storage
zen-devtools-toggle-dom-shortcut = Toggle DOM zen-devtools-toggle-dom-shortcut = Toggle DOM
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs
zen-new-unsynced-window-shortcut = New Unsynced Window

View File

@@ -23,9 +23,6 @@ zen-folders-panel-convert-folder-to-space =
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = Unload active in this folder

View File

@@ -18,6 +18,10 @@ tab-context-zen-remove-essential =
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Replace Pinned URL with Current .label = Replace Pinned URL with Current
.accesskey = C .accesskey = C
tab-context-zen-edit-title =
.label = Change Label...
tab-context-zen-edit-icon =
.label = Change Icon...
zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme. zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme.
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts. zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts.
@@ -33,7 +37,6 @@ pictureinpicture-minimize-btn =
.tooltip = Minimize .tooltip = Minimize
zen-panel-ui-gradient-generator-custom-color = Custom Color zen-panel-ui-gradient-generator-custom-color = Custom Color
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = Copied current URL!
@@ -47,12 +50,6 @@ zen-tabs-renamed = Tab has been successfully renamed!
zen-background-tab-opened-toast = New background tab opened! zen-background-tab-opened-toast = New background tab opened!
zen-workspace-renamed-toast = Workspace has been successfully renamed! zen-workspace-renamed-toast = Workspace has been successfully renamed!
zen-library-sidebar-workspaces =
.label = Spaces
zen-library-sidebar-mods =
.label = Mods
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = Compact Mode .label = Compact Mode
.tooltiptext = Toggle Compact Mode .tooltiptext = Toggle Compact Mode

View File

@@ -0,0 +1,23 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-menubar-toggle-pinned-tabs =
.label =
{ $pinnedAreCollapsed ->
[true] Expand Pinned Tabs
*[false] Collapse Pinned Tabs
}
zen-menubar-appearance =
.label = Appearance
zen-menubar-appearance-description =
.label = Websites will use:
zen-menubar-appearance-auto =
.label = Automatic
zen-menubar-appearance-light =
.label = Light
zen-menubar-appearance-dark =
.label = Dark

View File

@@ -4,6 +4,9 @@
zen-panel-ui-workspaces-text = Spaces zen-panel-ui-workspaces-text = Spaces
zen-panel-ui-spaces-label =
.label = Spaces
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
@@ -43,12 +46,8 @@ zen-workspaces-panel-context-edit =
.label = Edit Space .label = Edit Space
.accesskey = E .accesskey = E
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces .value = Spaces
.accesskey = W .accesskey = W
zen-panel-ui-gradient-generator-algo-complementary = zen-panel-ui-gradient-generator-algo-complementary =
@@ -66,6 +65,10 @@ zen-panel-ui-gradient-click-to-add = Click to add a color
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Space Name .placeholder = Space Name
zen-move-tab-to-workspace-button =
.label = Move To...
.tooltiptext = Move all tabs in this window to a Space
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Reorder Spaces .label = Reorder Spaces
@@ -83,3 +86,9 @@ zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcu
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = Clear
.tooltiptext = Close all unpinned tabs .tooltiptext = Close all unpinned tabs
zen-panel-ui-workspaces-change-forward =
.label = Next Space
zen-panel-ui-workspaces-change-back =
.label = Previous Space

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Atajos de teclado
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Atajos de teclado de { -brand-short-name } pane-settings-CKS-title = Atajos de teclado de { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Modificaciones de Zen
zen-settings-CKS-header = Personalice sus atajos de teclado zen-settings-CKS-header = Personalice sus atajos de teclado
zen-settings-CKS-description = Cambie los atajos de teclado predeterminados a su gusto y mejore su experiencia de navegación zen-settings-CKS-description = Cambie los atajos de teclado predeterminados a su gusto y mejore su experiencia de navegación
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Klaviatuuri otseteed
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name }i klaviatuuri otseteed pane-settings-CKS-title = { -brand-short-name }i klaviatuuri otseteed
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Kohanda oma klaviatuuri otseteid zen-settings-CKS-header = Kohanda oma klaviatuuri otseteid
zen-settings-CKS-description = Muuda vaikimisi klaviatuuri otseteid oma eelistustele ning paranda veebisirvimise kogemust zen-settings-CKS-description = Muuda vaikimisi klaviatuuri otseteid oma eelistustele ning paranda veebisirvimise kogemust
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Keyboard Shortcuts
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Customize your keyboard shortcuts zen-settings-CKS-header = Customize your keyboard shortcuts
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -159,12 +159,14 @@ pane-zen-CKS-title = Näppäimistön Pikanäppäimet
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Näppäimistön Pikakuvakkeet pane-settings-CKS-title = { -brand-short-name } Näppäimistön Pikakuvakkeet
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Muokkaa näppäimistön pikakuvakkeita zen-settings-CKS-header = Muokkaa näppäimistön pikakuvakkeita
zen-settings-CKS-description = Muuta oletus näppäimistön pikakuvakkeet mieltymykseesi ja paranna selauskokemustasi zen-settings-CKS-description = Muuta oletus näppäimistön pikakuvakkeet mieltymykseesi ja paranna selauskokemustasi
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
.label = Poista { -brand-short-name }oletusnäppäimistön pikakuvakkeet käytöstä .label = Poista { -brand-short-name }oletusnäppäimistön pikakuvakkeet käytöstä
zen-settings-CKS-duplicate-shortcut = zen-settings-CKS-duplicate-shortcut =
.label = Monista pikanäppäin .label = Monista pikakuvake
zen-settings-CKS-reset-shortcuts = zen-settings-CKS-reset-shortcuts =
.label = Palauta oletukset .label = Palauta oletukset
zenCKSOption-group-other = Muu zenCKSOption-group-other = Muu
@@ -306,9 +308,9 @@ zen-devtools-toggle-inspector-shortcut = Vaihda Tarkastajaa
zen-devtools-toggle-web-console-shortcut = Vaihda Selaimen Konsoli zen-devtools-toggle-web-console-shortcut = Vaihda Selaimen Konsoli
zen-devtools-toggle-js-debugger-shortcut = Vaihda Javascript- Debuggeria zen-devtools-toggle-js-debugger-shortcut = Vaihda Javascript- Debuggeria
zen-devtools-toggle-net-monitor-shortcut = Vaihda Verkon Valvontaa zen-devtools-toggle-net-monitor-shortcut = Vaihda Verkon Valvontaa
zen-devtools-toggle-style-editor-shortcut = Vaihda Tyylin Muokkainta zen-devtools-toggle-style-editor-shortcut = Vaihda Tyylin Muokkausohjelmaa
zen-devtools-toggle-performance-shortcut = Vaihda Suorituskykyä zen-devtools-toggle-performance-shortcut = Vaihda Suorituskykyä
zen-devtools-toggle-storage-shortcut = Vaihda Tallennustilaa zen-devtools-toggle-storage-shortcut = Vaihda Tallennustilaa
zen-devtools-toggle-dom-shortcut = Vaihda DOM:ia zen-devtools-toggle-dom-shortcut = Vaihda DOM:ia
zen-devtools-toggle-accessibility-shortcut = Vaihda Esteettömyystilaa zen-devtools-toggle-accessibility-shortcut = Vaihda Esteettömyystilaan
zen-close-all-unpinned-tabs-shortcut = Sulje kaikki kiinnittämättömät välilehdet zen-close-all-unpinned-tabs-shortcut = Sulje kaikki kiinnittämättömät välilehdet

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Raccourcis clavier
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Raccourcis clavier { -brand-short-name } pane-settings-CKS-title = Raccourcis clavier { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Mods Zen
zen-settings-CKS-header = Personnaliser les raccourcis clavier zen-settings-CKS-header = Personnaliser les raccourcis clavier
zen-settings-CKS-description = Changez les raccourcis clavier par défaut selon vos préférences et améliorez votre expérience de navigation zen-settings-CKS-description = Changez les raccourcis clavier par défaut selon vos préférences et améliorez votre expérience de navigation
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -28,7 +28,7 @@ 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 = Modifier 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

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Aicearraí Méarchláir
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Aicearraí Méarchláir { -brand-short-name } pane-settings-CKS-title = Aicearraí Méarchláir { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Saincheap do aicearraí méarchláir zen-settings-CKS-header = Saincheap do aicearraí méarchláir
zen-settings-CKS-description = Athraigh na haicearraí méarchláir réamhshocraithe de réir mar is mian leat agus feabhsaigh do thaithí brabhsála zen-settings-CKS-description = Athraigh na haicearraí méarchláir réamhshocraithe de réir mar is mian leat agus feabhsaigh do thaithí brabhsála
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -6,19 +6,19 @@ pane-zen-looks-title = מראה ותחושה
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = שינוי שפת ברירת המחדל עשוי לעזור לאתרים לעקוב אחריך. zen-warning-language = שינוי שפת ברירת המחדל עשוי לעזור לאתרים לעקוב אחריך.
zen-vertical-tabs-layout-header = סידור דפדפן zen-vertical-tabs-layout-header = פריסת דפדפן
zen-vertical-tabs-layout-description = אפשר לבחור את הסדר המועדף עליך zen-vertical-tabs-layout-description = אפשר לבחור את הפריסה שהכי מתאימה לך
zen-layout-single-toolbar = סרגל יחיד zen-layout-single-toolbar = סרגל צד בלבד
zen-layout-multiple-toolbar = מספר סרגלים zen-layout-multiple-toolbar = סרגל כלים עליון וסרגל צד
zen-layout-collapsed-toolbar = סרגל מכווץ zen-layout-collapsed-toolbar = סרגל צד מכווץ
sync-currently-syncing-workspaces = סביבות עבודה sync-currently-syncing-workspaces = סביבות עבודה
sync-engine-workspaces = sync-engine-workspaces =
.label = סביבות עבודה .label = סביבות עבודה
.tooltiptext = סנכרון סביבות העבודה שלך בין מכשירים .tooltiptext = סנכרון סביבות העבודה שלך בין מכשירים
.accesskey = ' .accesskey = '
zen-glance-title = במבט קצר zen-glance-title = במבט מהיר
zen-glance-header = הגדרות כלליות למבט קצר zen-glance-header = הגדרות כלליות למבט המהיר
zen-glance-description = אפשר לקבל תצוגה מהירה של הקישורים שלך מבלי לפתוח אותם בכרטיסייה חדשה zen-glance-description = אפשר לקבל תצוגה מהירה של הקישורים שלך מבלי לפתוח אותם בלשונית חדשה
zen-glance-trigger-label = שיטת הפעלה zen-glance-trigger-label = שיטת הפעלה
zen-glance-enabled = zen-glance-enabled =
.label = הפעל במבט קצר .label = הפעל במבט קצר
@@ -37,101 +37,101 @@ zen-look-and-feel-compact-view-enabled =
zen-look-and-feel-compact-view-top-toolbar = zen-look-and-feel-compact-view-top-toolbar =
.label = הסתרת סרגל עליון גם במצב מכווץ .label = הסתרת סרגל עליון גם במצב מכווץ
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = הקפצה קצרה של סרגל הכלים במעבר או פתיחת כרטיסיות חדשות במצב מכווץ .label = הקפצה קצרה של סרגל הכלים במעבר או פתיחת לשוניות חדשות במצב מכווץ
pane-zen-tabs-title = ניהול כרטיסיות pane-zen-tabs-title = ניהול לשוניות
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = סביבות עבודה pane-settings-workspaces-title = סביבות עבודה
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = הפעלת פינוי כרטיסיות .label = הפעלת כיבוי לשוניות
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = סגירת הלשונית ומעבר ללשונית האם שלה (או ללשונית שהכי נמצאת בשימוש) בעת לחיצה על כפתור החזרה כשאין היסטוריית גלישה
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only .label = הקיצור Ctrl+Tab מחליף בין לשוניות חיוניות ולשוניות בסביבת העבודה בלבד
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab .label = התעלם מלשוניות בטעינה שעוברים עם Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled zen-tabs-cycle-by-attribute-warning = הקיצור Ctrl+Tab יחליף לפי סדר מועד השימוש האחרון, אם אפשרות זו מופעלת
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = שימוש ברקע עם עיצוב לסרגל מכווץ .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 = לשוניות מוצמדות
zen-pinned-tab-manager-header = הגדרות כלליות לכרתיסיות מוצמדות zen-pinned-tab-manager-header = הגדרות כלליות ללשוניות מוצמדות
zen-pinned-tab-manager-description = ניהול התנהגות נוספות של כרטיסיות צמודות zen-pinned-tab-manager-description = ניהול הגדרות התנהגות נוספות ללשוניות מוצמדות
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = שחזור כרטיסיות מוצמדות לקישור האתר המוצמד המקורי שלהן בהפעלה .label = שחזור כרטיסיות לשוניות לקישור האתר המוצמד המקורי שלהן בהפעלה
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = הפעל נחוצים ספציפים למכלים .label = הפעלת פתיחת אתרים נחוצים במגירות מוגדרות
zen-pinned-tab-manager-close-shortcut-behavior-label = התנהגות קיצור המקלדת סגור כרטיסייה zen-pinned-tab-manager-close-shortcut-behavior-label = התנהגות קיצור המקשים לסגירת לשוניות
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = אפס קישור, פנה, ועבור לכרטיסייה הבאה .label = איפוס כתובת, כיבוי לשונית ומעבר ללשונית הבאה
zen-pinned-tab-manager-unload-switch-close-shortcut-option = zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = פנה ועבור לכרטיסייה הבאה .label = כיבוי לשונית ומעבר ללשונית הבאה
zen-pinned-tab-manager-reset-switch-close-shortcut-option = zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = אפס קישור ועבור לכרטיסייה הבאה .label = איפוס כתובת ומעבר ללשונית הבאה
zen-pinned-tab-manager-switch-close-shortcut-option = zen-pinned-tab-manager-switch-close-shortcut-option =
.label = עבור לכרטיסייה הבאה .label = מעבר ללשונית הבאה
zen-pinned-tab-manager-reset-close-shortcut-option = zen-pinned-tab-manager-reset-close-shortcut-option =
.label = אפס קישור .label = איפוס כתובת
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = סגור כרטיסייה .label = סגירת לשונית
pane-zen-workspaces-header = סביבות עבודה pane-zen-workspaces-header = סביבות עבודה
zen-settings-workspaces-header = הגדרות כלליות לסביבות עבודה zen-settings-workspaces-header = הגדרות כלליות לסביבות עבודה
zen-settings-workspaces-description = עם סביבות עבודה, אפשר לקיים מספר הפעלות גלישה בו-זמנית! zen-settings-workspaces-description = בעזרת סביבות העבודה, אפשר להפעיל מספר הפעלות גלישה בו־זמנית!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = הפעל סביבות עבודה .label = הפעלת סביבות עבודה
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = הסתרת המחוון המכל המוגדר כברירת מחדל בשורת הכרטיסיות .label = הסתרת המחוון המכל המוגדר כברירת מחדל בשורת הלשוניות
zen-key-unsaved = קיצור מקלדת לא נשמר! יש לשמור אותו על ידי הקשה על "Escape" לאחר הקלדה מחדש. zen-key-unsaved = קיצור מקלדת לא נשמר! יש לשמור אותו על ידי הקשה על "Escape" לאחר הקלדה מחדש.
zen-key-conflict = קונפליקט עם { $group } -> { $shortcut } zen-key-conflict = קונפליקט עם { $group } -> { $shortcut }
pane-zen-theme-title = הגדרות ערכת נושא pane-zen-theme-title = הגדרות ערכת נושא
zen-vertical-tabs-title = סדר סרגל צד כרטיסיות zen-vertical-tabs-title = פריסת סרגל הצד והלשוניות
zen-vertical-tabs-header = כרטיסיות אנכיות zen-vertical-tabs-header = לשוניות אנכיות
zen-vertical-tabs-description = נהל את הכרטיסיות שלך בסדר אנכי zen-vertical-tabs-description = ניהול הלשוניות בפריסה אנכית
zen-vertical-tabs-show-expand-button = zen-vertical-tabs-show-expand-button =
.label = הצגת כפתור הרחבה .label = הצגת כפתור הרחבה
zen-vertical-tabs-newtab-on-tab-list = zen-vertical-tabs-newtab-on-tab-list =
.label = הצגת כפתור כרטיסייה חדשה ברשימת כרטיסיות .label = הצגת כפתור לשונית חדשה ברשימת הלשוניות
zen-vertical-tabs-newtab-top-button-up = zen-vertical-tabs-newtab-top-button-up =
.label = הזזה של כפתור כרטיסייה חדשה לאיזור העליון .label = העברת כפתור לשונית חדשה לחלק העליון
zen-vertical-tabs-expand-tabs-by-default = הרחבת כרטיסיות כברירת מחדל zen-vertical-tabs-expand-tabs-by-default = הרחבת לשוניות כברירת מחדל
zen-vertical-tabs-dont-expand-tabs-by-default = ביטול הרחבת כרטיסיות כברירת מחדל zen-vertical-tabs-dont-expand-tabs-by-default = ביטול הרחבת לשוניות כברירת מחדל
zen-vertical-tabs-expand-tabs-on-hover = הרחב כרטיסיות על ריחוף עכבר (לא יעבוד במצב מכווץ) zen-vertical-tabs-expand-tabs-on-hover = הרחבת לשוניות בעת מעבר של הסמן על פניהן (לא עובדת במצב חסכוני)
zen-vertical-tabs-expand-tabs-header = איך להרחיב כרטיסיות zen-vertical-tabs-expand-tabs-header = איך להרחיב לשוניות
zen-vertical-tabs-expand-tabs-description = איך כרטיסיות מורחבות בסרגל צד zen-vertical-tabs-expand-tabs-description = נא לבחור איך להרחיב לשוניות בסרגל הצד
zen-theme-marketplace-header = מודים ל-Zen zen-theme-marketplace-header = התאמות של Zen
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = כבה את כל המודים .title = כיבוי כל ההתאמות
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
.title = הפעל את כל המודים .title = הפעלת כל ההתאמות
zen-theme-marketplace-description = אפשר למצוא ולהתקין מודים מהחנות. zen-theme-marketplace-description = אפשר למצוא ולהתקין התאמות מהחנות.
zen-theme-marketplace-remove-button = zen-theme-marketplace-remove-button =
.label = הסר מוד .label = הסרת התאמה
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = בדיקת עדכונים .label = בדיקת עדכונים
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
.label = ייבא מודים .label = ייבוא התאמות
zen-theme-marketplace-export-button = zen-theme-marketplace-export-button =
.label = ייצוא מודים .label = ייצוא התאמות
zen-theme-marketplace-import-success = מודים יובאו בהצלחה zen-theme-marketplace-import-success = ההתאמות יובאו בהצלחה
zen-theme-marketplace-import-failure = אירעה שגיאה בייבוא ​​המודים zen-theme-marketplace-import-failure = אירעה שגיאה בייבוא ​​ההתאמות
zen-theme-marketplace-export-success = מודים יוצאו בהצלחה zen-theme-marketplace-export-success = ההתאמות יוצאו בהצלחה
zen-theme-marketplace-export-failure = אירעה שגיאה בייצוא המודים zen-theme-marketplace-export-failure = אירעה שגיאה בייצוא ההתאמות
zen-theme-marketplace-updates-success = מודים עודכנו בהצלחה zen-theme-marketplace-updates-success = ההתאמות עודכנו בהצלחה
zen-theme-marketplace-updates-failure = לא נמצאו עדכונים! zen-theme-marketplace-updates-failure = לא נמצאו עדכונים!
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = כבה מוד .title = כיבוי התאמה
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
.title = הפעל מוד .title = הפעלת התאמה
zen-theme-marketplace-remove-confirmation = האם ברצונך להסיר את המוד הזה? zen-theme-marketplace-remove-confirmation = להסיר התאמה זו?
zen-theme-marketplace-close-modal = סגור zen-theme-marketplace-close-modal = סגירה
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = בורר CSS: { $name } .title = בורר CSS: { $name }
zen-theme-marketplace-dropdown-default-label = zen-theme-marketplace-dropdown-default-label =
.label = כלום .label = כלום
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
.placeholder = מקלידים פה... .placeholder = אפשר להקליד כאן...
pane-zen-marketplace-title = מודים ל-Zen pane-zen-marketplace-title = התאמות של Zen
zen-themes-auto-update = zen-themes-auto-update =
.label = עדכון אוטומטי של מודים מותקנים בעת ההפעלה .label = עדכון אוטומטי של מודים מותקנים בעת ההפעלה
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
@@ -159,6 +159,8 @@ pane-zen-CKS-title = קיצורי מקלדת
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = קיצורי מקלדת של { -brand-short-name } pane-settings-CKS-title = קיצורי מקלדת של { -brand-short-name }
category-zen-marketplace =
.tooltiptext = מצבים של Zen
zen-settings-CKS-header = התאמה אישית של קיצורי מקלדת zen-settings-CKS-header = התאמה אישית של קיצורי מקלדת
zen-settings-CKS-description = אפשר לשנות קיצורי מקלדת ברירת מחדל לטעמך כדי לשפר את חווית הגלישה שלך zen-settings-CKS-description = אפשר לשנות קיצורי מקלדת ברירת מחדל לטעמך כדי לשפר את חווית הגלישה שלך
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
@@ -181,7 +183,7 @@ zenCKSOption-group-zen-split-view = תצוגה מפוצלת
zenCKSOption-group-devTools = כלי פיתוח zenCKSOption-group-devTools = כלי פיתוח
zen-key-quick-restart = הפעלה מחדש קצרה zen-key-quick-restart = הפעלה מחדש קצרה
zen-window-new-shortcut = חלון חדש zen-window-new-shortcut = חלון חדש
zen-tab-new-shortcut = כרטיסייה חדשה zen-tab-new-shortcut = לשונית חדשה
zen-key-redo = בצע מחדש zen-key-redo = בצע מחדש
zen-restore-last-closed-tab-shortcut = שחזר כרטיסייה אחרונה שנסגרה zen-restore-last-closed-tab-shortcut = שחזר כרטיסייה אחרונה שנסגרה
zen-location-open-shortcut = פתח מיקום zen-location-open-shortcut = פתח מיקום
@@ -311,4 +313,4 @@ zen-devtools-toggle-performance-shortcut = הפעל/כבה ביצועים
zen-devtools-toggle-storage-shortcut = הפעל/כבה אחסון zen-devtools-toggle-storage-shortcut = הפעל/כבה אחסון
zen-devtools-toggle-dom-shortcut = הפעל/כבה DOM zen-devtools-toggle-dom-shortcut = הפעל/כבה DOM
zen-devtools-toggle-accessibility-shortcut = הפעל/כבה נגישות zen-devtools-toggle-accessibility-shortcut = הפעל/כבה נגישות
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs zen-close-all-unpinned-tabs-shortcut = סגירת כל הלשוניות שאינן מוצמדות

View File

@@ -5,106 +5,104 @@
zen-panel-ui-current-profile-text = פרופיל נוכחי zen-panel-ui-current-profile-text = פרופיל נוכחי
unified-extensions-description = הרחבות מוסיפות פונקציונליות נוספת ל{ -brand-short-name }. unified-extensions-description = הרחבות מוסיפות פונקציונליות נוספת ל{ -brand-short-name }.
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = אפס כרטיסייה מוצמדת .label = איפוס לשונית מוצמדת
.accesskey = ר .accesskey = ר
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = הוספה לחיוניים
.accesskey = ק .accesskey = ק
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max } מקומות מלאים
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = הסר מנחוצים .label = הסרה מהחיוניים
.accesskey = ר .accesskey = ר
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = החלף קישור מוצמד עם הנוכחי .label = החלפת הכתובת המוצמדת בנוכחית
.accesskey = ב .accesskey = ב
zen-themes-corrupted = קובץ המודים { -brand-short-name } שלך פגום. הם אופסו לנושא ברירת המחדל. zen-themes-corrupted = קובץ המודים { -brand-short-name } שלך פגום. הם אופסו לנושא ברירת המחדל.
zen-shortcuts-corrupted = קיצורי דרך { -brand-short-name } פגום. הם אופסו לקיצורי דרך ברירת מחדל. zen-shortcuts-corrupted = קיצורי דרך { -brand-short-name } פגום. הם אופסו לקיצורי דרך ברירת מחדל.
# 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 = הופעלה שורת הכתובת החדשה, כך שאין צורך בעמודי לשונית חדשה.<br/><br/>אפשר לפתוח לשונית חדשה ולראות את שורת הכתובת החדשה בפעולה!
סרגל הכתובת החדש הופעל, ומסיר את הצורך בעמודי כרטיסייה חדשה.<br/><br/> zen-disable = השבתה
נסה לפתוח כרטיסייה חדשה כדי לראות את סרגל הכתובת החדש בפעולה!
zen-disable = כבה
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = מזער .aria-label = מזעור
.tooltip = מזער .tooltip = מזעור
zen-panel-ui-gradient-generator-custom-color = צבע מותאם אישית zen-panel-ui-gradient-generator-custom-color = צבע מותאם אישית
zen-panel-ui-gradient-generator-saved-message = מיזוג הצבעים נשמר בהצלחה! zen-panel-ui-gradient-generator-saved-message = מיזוג הצבעים נשמר בהצלחה!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = הכתובת הנוכחית הועתקה!
zen-general-cancel-label = zen-general-cancel-label =
.label = ביטול .label = ביטול
zen-general-confirm = zen-general-confirm =
.label = אישור .label = אישור
zen-pinned-tab-replaced = קישור כרטיסייה מוצמדת הוחלפה עם הקישור הנוכחי. zen-pinned-tab-replaced = כתובת הלשונית המוצמדת הוחלפה בכתובת הנוכחית!
zen-tabs-renamed = שם הכרטיסייה שונתה בהצלחה! zen-tabs-renamed = שם הלשונית השתנה בהצלחה!
zen-background-tab-opened-toast = לשונית נפתחה ברקע! zen-background-tab-opened-toast = לשונית נפתחה ברקע!
zen-workspace-renamed-toast = שם הסביבת עבודה שונתה בהצלחה! zen-workspace-renamed-toast = שם סביבת העבודה השתנה בהצלחה!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = סביבות .label = סביבות
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = מודים .label = מודים
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = מצב מכווץ .label = מצב חסכוני
.tooltiptext = הפעל/כבה מצב מכווץ .tooltiptext = הפעלתיבוי מצב חסכוני
# 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 = מידע נוסף zen-learn-more-text = מידע נוסף
zen-close-label = סגור 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 = אימוג'ים .label = אימוג׳י
zen-icons-picker-svg = zen-icons-picker-svg =
.label = סמלים .label = סמלים
urlbar-search-mode-zen_actions = פעולות urlbar-search-mode-zen_actions = פעולות
zen-site-data-settings = הגדרות zen-site-data-settings = הגדרות
zen-generic-manage = ניהול zen-generic-manage = ניהול
zen-generic-more = עוד zen-generic-more = עוד
zen-generic-next = Next zen-generic-next = הבא
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = אושר zen-site-data-setting-allow = אושר
zen-site-data-setting-block = חסום zen-site-data-setting-block = חסום
zen-site-data-protections-enabled = Enabled zen-site-data-protections-enabled = מופעל
zen-site-data-protections-disabled = Disabled zen-site-data-protections-disabled = מושבת
zen-site-data-setting-cross-site = Cross-Site cookie zen-site-data-setting-cross-site = עוגיות חוצות אתרים
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = תוספים .label = הרחבה
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
.label = מאובטח .label = מאובטח
zen-site-data-security-info-not-secure = zen-site-data-security-info-not-secure =
.label = לא מאובטח .label = לא מאובטח
zen-site-data-manage-addons = zen-site-data-manage-addons =
.label = נהל תוספים .label = ניהול הרחבות
zen-site-data-get-addons = zen-site-data-get-addons =
.label = הוספת תוספים .label = הוספת הרחבות
zen-site-data-site-settings = zen-site-data-site-settings =
.label = כל הגדרות אתר .label = כל הגדרות האתרים
zen-site-data-header-share = zen-site-data-header-share =
.tooltiptext = Share This Page .tooltiptext = שיתוף עמוד זה
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode .tooltiptext = כניסה למצב קריאה
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot .tooltiptext = צילום מסך
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page .tooltiptext = הוספת עמוד זה לסימניות
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = Copy URL .tooltiptext = העתקת כתובת
zen-site-data-setting-site-protection = Tracking Protection zen-site-data-setting-site-protection = הגנת מעקב
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = בית חדש לתוספים, הרשאות, ועוד zen-site-data-panel-feature-callout-title = בית חדש לתוספים, הרשאות, ועוד
zen-site-data-panel-feature-callout-subtitle = ניתן ללחוץ על הסמל כדי לנהל הגדרות אתר, לצפות במידע אבטחה, לגשת לתוספים, ולבצע פעולות נפוצות. zen-site-data-panel-feature-callout-subtitle = ניתן ללחוץ על הסמל כדי לנהל הגדרות אתר, לצפות במידע אבטחה, לגשת לתוספים, ולבצע פעולות נפוצות.
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Open Link in Glance .label = קישור חדש במבט מהיר
.accesskey = G .accesskey = ע
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = העדכון הושלם!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = מה חדש ב־{ -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = צפייה בהערות שחרור הגרסה
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = משהו השתבש?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = הפעלה מחדש במצב בטוח

View File

@@ -5,12 +5,12 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[1] פיצול כרטיסייה (נדרש מספר כרטיסיות מסומנות) [1] פיצול לשונית (נדרש מספר לשוניות מסומנות)
*[other] פיצול { $tabCount } כרטיסיות *[other] פיצול { $tabCount } לשוניות
} }
.accesskey = ד .accesskey = ד
zen-split-link = zen-split-link =
.label = פצל קישור לכרטיסייה חדשה .label = פיצול הקישור ללשונית חדשה
.accesskey = ד .accesskey = ד
zen-split-view-modifier-header = תצוגה מפוצלת zen-split-view-modifier-header = תצוגה מפוצלת
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -3,12 +3,12 @@
# 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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = כרטיסיות בצד ימין .label = לשוניות בצד שמאל
.accesskey = ר .accesskey = ר
zen-toolbar-context-compact-mode = zen-toolbar-context-compact-mode =
.label = מצב מכווץ .label = מצב חסכוני
zen-toolbar-context-compact-mode-enable = zen-toolbar-context-compact-mode-enable =
.label = הפעל מצב מכווץ .label = הפעלת מצב חסכוני
.accesskey = ג .accesskey = ג
zen-toolbar-context-compact-mode-just-tabs = zen-toolbar-context-compact-mode-just-tabs =
.label = הסתרת סרגל צידי .label = הסתרת סרגל צידי
@@ -21,19 +21,19 @@ zen-toolbar-context-new-folder =
.label = תיקייה חדשה .label = תיקייה חדשה
.accesskey = מ .accesskey = מ
sidebar-zen-expand = sidebar-zen-expand =
.label = הרחבת סרגל צדדי .label = הרחבת סרגל הצד
sidebar-zen-create-new = sidebar-zen-create-new =
.label = הוספה... .label = יצירת חדש...
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] פנה ועבור ללשונית [one] כיבוי לשונית ומעבר ללשונית
*[other] פנה { $tabCount } לשוניות ועבור לראשונה *[other] כיבוי { $tabCount } לשוניות ומעבר ללשונית הראשונה
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] אפס והצמד לשונית [one] איפוס והצמדת לשונית
*[other] אפס והצמד { $tabCount } לשוניות *[other] איפוס והצמדת { $tabCount } לשוניות
} }
tab-reset-pin-label = חזור לקישור המוצמד tab-reset-pin-label = חזרה לכתובת המוצמדת

View File

@@ -2,25 +2,25 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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 = להנות מ zen-welcome-title-line1 = ברוך בואך אל
zen-welcome-title-line2 = אינטרנט רגוע יותר zen-welcome-title-line2 = אינטרנט רגוע יותר
zen-welcome-import-title = התחלה חדשה, אותן סימניות zen-welcome-import-title = התחלה חדשה, אותן סימניות
zen-welcome-import-description-1 = הסימניות, ההיסטוריה, והסיסמאות שלך הן כמו שביל פירורי לחם דרך האינטרנט—לא להשאיר אותן מאחור! zen-welcome-import-description-1 = הסימניות, ההיסטוריה, והסיסמאות שלך הן כמו שביל פירורי לחם דרך האינטרנט—לא להשאיר אותן מאחור!
zen-welcome-import-description-2 = אפשר להחזיר אותן בקלות מדפדפן אחר ולהמשיך בדיוק מאיפה שהפסקת.. zen-welcome-import-description-2 = אפשר להחזיר אותן בקלות מדפדפן אחר ולהמשיך בדיוק מאיפה שהפסקת..
zen-welcome-import-button = ייבא עכשיו zen-welcome-import-button = ייבוא כעת
zen-welcome-set-default-browser = הגדר { -brand-short-name } כדפדפן ברירת מחדל zen-welcome-set-default-browser = הגדרת { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-dont-set-default-browser = אל תגדיר { -brand-short-name } כדפדפן ברירת מחדל zen-welcome-dont-set-default-browser = לא להגדיר את { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-initial-essentials-title = הכרטיסיות החשובות ביותר, תמיד בקרבתך zen-welcome-initial-essentials-title = הלשוניות החשובות, תמיד במרחק לחיצה
zen-welcome-initial-essentials-description-1 = הכרטיסיות הכי חשובות עליך תמיד זמינות בקלות, לא משנה כמה כרטיסיות פתוחות. zen-welcome-initial-essentials-description-1 = הלשוניות הכי חשובות שלך תמיד זמינות וקל לגשת אליהן, לא משנה כמה לשוניות פתוחות.
zen-welcome-initial-essentials-description-2 = כרטיסיות נחוצות תמיד מוצגות, לא משנה באיזה סביבת עבודה. zen-welcome-initial-essentials-description-2 = הלשוניות הנחוצות מוצגות תמיד, לא משנה באיזו סביבת עבודה משתמשים.
zen-welcome-workspace-colors-title = הסביבות עבודה שלך, הצבעים שלך zen-welcome-workspace-colors-title = סביבות העבודה שלך, בצבעים שלך
zen-welcome-workspace-colors-description = ניתן להתאים אישית את הדפדפן שלך על ידי הגדרת צבע ייחודי לכל סביבת עבודה. zen-welcome-workspace-colors-description = ניתן להתאים אישית את הדפדפן שלך על ידי הגדרת צבע ייחודי לכל סביבת עבודה.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
הכל מוכן?<br/> הכול מוכן?<br/>
הגיע הזמן להתחיל! יוצאים לדרך!
zen-welcome-start-browsing-description-1 = הכל מוגדר מוכן להתחלה. לחיצה על הכפתור למטה כדי להתחיל לגלוש עם { -brand-short-name }. zen-welcome-start-browsing-description-1 = הכול מוגדר והדפדפן מוכן לשימוש. יש ללחוץ על הכפתור למטה בשביל להתחיל לגלוש עם { -brand-short-name }.
zen-welcome-start-browsing = יאללה בלאגן! zen-welcome-start-browsing = מתחילים!
zen-welcome-default-search-title = מנוע החיפוש ברירת מחדל שלך zen-welcome-default-search-title = מנוע חיפוש ברירת מחדל
zen-welcome-default-search-description = יש לבחור את מנוע החיפוש ברירת מחדל שלך. תמיד ניתן לשנות אותו! zen-welcome-default-search-description = נא לבחור מנוע החיפוש ברירת מחדל. תמיד ניתן לשנות הגדרה זו!
zen-welcome-skip-button = דלג zen-welcome-skip-button = דילוג
zen-welcome-finished = הZen שלך הוגדר בהצלחה! zen-welcome-finished = דפדפן Zen שלך הוגדר בהצלחה!

View File

@@ -4,13 +4,13 @@
zen-panel-ui-workspaces-text = סביבות עבודה 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 = יצירת תיקייה .label = יצירת תיקייה
zen-panel-ui-new-empty-split = zen-panel-ui-new-empty-split =
.label = פיצול חדש .label = פיצול חדש
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = מחק סיבת עבודה .label = מחיקת סביבה
.accesskey = ג .accesskey = ג
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = שינוי שם .label = שינוי שם
@@ -19,19 +19,19 @@ zen-workspaces-panel-change-icon =
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = הגדרת פרופיל .label = הגדרת פרופיל
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
.label = פינוי סיבבת עבודה .label = פינוי סביבת עבודה
zen-workspaces-how-to-reorder-title = איך לסדר מחדש סביבות zen-workspaces-how-to-reorder-title = איך לסדר מחדש סביבות
zen-workspaces-how-to-reorder-desc = אפשר לסדר מחדש סביבות על ידי גרירה ושחרור של הסמלים בסרגל התחתון zen-workspaces-how-to-reorder-desc = גרירה והזזה של סמלי הסביבות בתחתית סרגל הצד תשנה את הסדר שלהן
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = עריכת ערכת נושא .label = עריכת ערכת נושא
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = פתח סביבת עבודה .label = פתיחת סביבת עבודה
.accesskey = ם .accesskey = ם
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = ערוך סביבת עבודה .label = ערוך סביבת עבודה
.accesskey = ק .accesskey = ק
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = העבר כרטיסיות לסביבת עבודה .label = העברת לשוני(ו)ת לסביבת עבודה
.accesskey = ב .accesskey = ב
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = סביבות עבודה .value = סביבות עבודה
@@ -46,20 +46,20 @@ zen-panel-ui-gradient-generator-algo-triadic =
.label = טריאדי .label = טריאדי
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = מרחף .label = מרחף
zen-panel-ui-gradient-click-to-add = לחיצה להוספת צבע zen-panel-ui-gradient-click-to-add = יש ללחוץ כדי להוסיף צבע
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = שם סביבה .placeholder = שם סביבה
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = שינוי סדר סביבות .label = שינוי סדר סביבות
zen-workspace-creation-profile = פרופיל zen-workspace-creation-profile = פרופיל
.tooltiptext = פרופילים משמשים להפרדת קובצי Cookie ונתוני אתר בין סביבות שונות. .tooltiptext = פרופילים משמשים להפרדת קובצי Cookie ונתוני אתר בין סביבות שונות.
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 = למחוק את הסביבה?
zen-workspaces-delete-workspace-body = האם ברצונך למחוק { $name }? פעולה זו לא ניתנת לביטול. zen-workspaces-delete-workspace-body = למחוק את { $name }? לא ניתן לבטל פעולה זו.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo. zen-workspaces-close-all-unpinned-tabs-toast = הלשוניות נסגרו! לחיצה על <span>{ $shortcut }</span> תבטל את הסגירה.
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = ניקוי
.tooltiptext = Close all unpinned tabs .tooltiptext = סגירת כל הלשוניות שאינן מוצמדות

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Gyorsgombok
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } gyorsgombok pane-settings-CKS-title = { -brand-short-name } gyorsgombok
category-zen-marketplace =
.tooltiptext = Zen modok
zen-settings-CKS-header = Gyorsgombok személyre szabása zen-settings-CKS-header = Gyorsgombok személyre szabása
zen-settings-CKS-description = Állítsd be kedvedre az alapértelmezett gyorsgombokat, hogy növeld a böngészési élményedet zen-settings-CKS-description = Állítsd be kedvedre az alapértelmezett gyorsgombokat, hogy növeld a böngészési élményedet
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Pintasan Keyboard
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Pintasan Keyboard { -brand-short-name } pane-settings-CKS-title = Pintasan Keyboard { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Sesuaikan pintasan keyboard Anda zen-settings-CKS-header = Sesuaikan pintasan keyboard Anda
zen-settings-CKS-description = Ubah pintasan keyboard default sesuai keinginan Anda dan tingkatkan pengalaman browsing Anda zen-settings-CKS-description = Ubah pintasan keyboard default sesuai keinginan Anda dan tingkatkan pengalaman browsing Anda
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -2,313 +2,315 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
pane-zen-looks-title = Útlit og tilfinning pane-zen-looks-title = Útlit og viðmót
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = Changing the default language could make it easier for Websites to track you. zen-warning-language = Það að breyta sjálfgefnu tungumáli gæti gert vefsvæðum auðveldara að fylgjast með ferðum þínum.
zen-vertical-tabs-layout-header = Browser Layout zen-vertical-tabs-layout-header = Framsetning vafra
zen-vertical-tabs-layout-description = Choose the layout that suits you best zen-vertical-tabs-layout-description = Veldu framsetninguna sem hentar þér best
zen-layout-single-toolbar = Single toolbar zen-layout-single-toolbar = Stök verkfærastika
zen-layout-multiple-toolbar = Multiple toolbars zen-layout-multiple-toolbar = Hliðarstika og efsta verkfærastika
zen-layout-collapsed-toolbar = Collapsed toolbar zen-layout-collapsed-toolbar = Samfallin hliðarstika
sync-currently-syncing-workspaces = Workspaces sync-currently-syncing-workspaces = Vinnusvæði
sync-engine-workspaces = sync-engine-workspaces =
.label = Workspaces .label = Vinnusvæði
.tooltiptext = Sync your workspaces across devices .tooltiptext = Samstilltu vinnusvæðin þín á milli tækja
.accesskey = W .accesskey = V
zen-glance-title = Glance zen-glance-title = Skyndisýn
zen-glance-header = General settings for glance zen-glance-header = Almennar stillingar fyrir skyndisýn
zen-glance-description = Get a quick overview of your links without opening them in a new tab zen-glance-description = Fáðu fljótlegt heildarsýn yfir tenglana þína án þess að þurfa að opna þá í nýjum flipum
zen-glance-trigger-label = Trigger method zen-glance-trigger-label = Virkjunaraðferð
zen-glance-enabled = zen-glance-enabled =
.label = Virkja Glance .label = Virkja Skyndisýn
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + Click .label = Ctrl + smella
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
.label = Alt + Click .label = Alt + smella
zen-glance-trigger-shift-click = zen-glance-trigger-shift-click =
.label = Shift + Click .label = Shift + smella
zen-glance-trigger-meta-click = zen-glance-trigger-meta-click =
.label = Meta (Command) + Click .label = Meta (Slaufa) + smella
zen-look-and-feel-compact-view-header = Sýna í þéttri sýn zen-look-and-feel-compact-view-header = Sýna í þjappaðri sýn
zen-look-and-feel-compact-view-description = Only show the toolbars you use! zen-look-and-feel-compact-view-description = Aðeins birta verkfærastikurnar sem þú notar!
zen-look-and-feel-compact-view-enabled = zen-look-and-feel-compact-view-enabled =
.label = Enable { -brand-short-name }'s compact mode .label = Virkja þjappað viðmót í { -brand-short-name }
zen-look-and-feel-compact-view-top-toolbar = zen-look-and-feel-compact-view-top-toolbar =
.label = Hide the top toolbar as well in compact mode .label = Fela efstu verkfærastikuna einnig í þjöppuðu viðmóti
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode .label = Láta verkfærastikuna hoppa upp þegar skipt er um flipa eða nýir eru opnaðir í þjöppuðu viðmóti
pane-zen-tabs-title = Tab Management pane-zen-tabs-title = Umsýsla flipa
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces pane-settings-workspaces-title = Vinnusvæði
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Enable Tab Unloader .label = Virkja afhleðslu flipa
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = Loka flipa og skipta yfir í upprunaflipa hans (eða síðast notaða flipa) þegar farið er til baka og enginn vafurferill er til staðar
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only .label = Ctrl+Tab flettir aðeins innan flipa í Höfuðatriði eða vinnusvæðum
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab .label = Hunsa flipa í bið þegar flett er í gegnum með Ctrl + Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled zen-tabs-cycle-by-attribute-warning = Ctrl+Tab mun fletta í gegnum röð eftir nýlega notuðum flipum, þegar það er virkjað
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Nota þemabakgrunn fyrir þjappaða verkfærastiku
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = Halda áfram þar sem þú hættir síðast
pane-zen-pinned-tab-manager-title = Pinned Tabs pane-zen-pinned-tab-manager-title = Festir flipar
zen-pinned-tab-manager-header = General settings for pinned tabs zen-pinned-tab-manager-header = Almennar stillingar fyrir festa flipa
zen-pinned-tab-manager-description = Manage additional behavior of pinned tabs zen-pinned-tab-manager-description = Sýsla með aukahegðun festra flipa
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Restore pinned tabs to their originally pinned URL on startup .label = Endurheimta festa flipa í upprunalega festa slóð í ræsingu
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials .label = Virkja sérefnisbundna aðalflipa
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior zen-pinned-tab-manager-close-shortcut-behavior-label = Hegðun flýtileiðar til að loka flipum
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Reset URL, unload and switch to next tab .label = Endurstilla slóð, afhlaða og skipta yfir á næsta flipa
zen-pinned-tab-manager-unload-switch-close-shortcut-option = zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = Unload and switch to next tab .label = Afhlaða og skipta yfir á næsta flipa
zen-pinned-tab-manager-reset-switch-close-shortcut-option = zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = Reset URL and switch to next tab .label = Endurstilla slóð og skipta yfir á næsta flipa
zen-pinned-tab-manager-switch-close-shortcut-option = zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Switch to next tab .label = Skipta á næsta flipa
zen-pinned-tab-manager-reset-close-shortcut-option = zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL .label = Endurstilla slóð
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = Close tab .label = Loka flipa
pane-zen-workspaces-header = Workspaces pane-zen-workspaces-header = Vinnusvæði
zen-settings-workspaces-header = General settings for workspaces zen-settings-workspaces-header = Almennar stillingar fyrir vinnusvæði
zen-settings-workspaces-description = With workspaces, you can have multiple browsing sessions at once! zen-settings-workspaces-description = Með því að nota vinnusvæði geturðu verið í mörgum vafurlotum í einu!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = Enable Workspaces .label = Virkja vinnusvæði
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = Hide the default container indicator in the tab bar .label = Fela sjálfgefinn vísi um gáma í flipastikunni
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it. zen-key-unsaved = Óvistuð flýtileið! Endilega vistaðu hana með því að ýta á "Escape"-lykilinn eftir að skrifa hana aftur.
zen-key-conflict = Conflicts with { $group } -> { $shortcut } zen-key-conflict = Stangast á við { $group } -> { $shortcut }
pane-zen-theme-title = Theme Settings pane-zen-theme-title = Stillingar þema
zen-vertical-tabs-title = Sidebar and tabs layout zen-vertical-tabs-title = Framsetning hliðarstiku og flipa
zen-vertical-tabs-header = Vertical Tabs zen-vertical-tabs-header = Lóðréttir flipar
zen-vertical-tabs-description = Manage your tabs in a vertical layout zen-vertical-tabs-description = Sýslaðu með flipana þína í lóðréttri framsetningu
zen-vertical-tabs-show-expand-button = zen-vertical-tabs-show-expand-button =
.label = Show Expand Button .label = Birta 'Fletta út'-hnapp
zen-vertical-tabs-newtab-on-tab-list = zen-vertical-tabs-newtab-on-tab-list =
.label = Show New Tab Button on Tab List .label = Sýna hnappinn 'Nýr flipi' á flipalista
zen-vertical-tabs-newtab-top-button-up = zen-vertical-tabs-newtab-top-button-up =
.label = Move the new tab button to the top .label = Færa hnappinn 'Nýr flipi' efst
zen-vertical-tabs-expand-tabs-by-default = Expand Tabs by Default zen-vertical-tabs-expand-tabs-by-default = Fletta sjálfgefið út flipum
zen-vertical-tabs-dont-expand-tabs-by-default = Don't Expand Tabs by Default zen-vertical-tabs-dont-expand-tabs-by-default = Ekki fletta sjálfgefið út flipum
zen-vertical-tabs-expand-tabs-on-hover = Expand Tabs on Hover (Won't work on compact mode) zen-vertical-tabs-expand-tabs-on-hover = Fletta flipum út við yfirsvif (mun ekki virka í þjöppuðu viðmóti)
zen-vertical-tabs-expand-tabs-header = How to expand tabs zen-vertical-tabs-expand-tabs-header = Hvernig á að fletta út flipum
zen-vertical-tabs-expand-tabs-description = Choose how to expand tabs in the sidebar zen-vertical-tabs-expand-tabs-description = Veldu hvernig á að fletta út flipum í hliðarstikunni
zen-theme-marketplace-header = Zen Mods zen-theme-marketplace-header = Viðbrigðasnið Zen
zen-theme-disable-all-enabled = zen-theme-disable-all-enabled =
.title = Disable all themes .title = Gera öll viðbrigðasnið óvirk
zen-theme-disable-all-disabled = zen-theme-disable-all-disabled =
.title = Enable all themes .title = Virkja öll viðbrigðasnið
zen-theme-marketplace-description = Find and install themes from the store. zen-theme-marketplace-description = Finndu og settu upp viðbrigðasnið úr safninu.
zen-theme-marketplace-remove-button = zen-theme-marketplace-remove-button =
.label = Remove Theme .label = Fjarlægja þema
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = Athuga fyrir uppfærslum .label = Athuga með uppfærslur
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
.label = Import mods .label = Flytja inn viðbrigðasnið
zen-theme-marketplace-export-button = zen-theme-marketplace-export-button =
.label = Export Mods .label = Flytja út viðbrigðasnið
zen-theme-marketplace-import-success = Mods imported successfully zen-theme-marketplace-import-success = Tókst að flytja inn viðbrigðasnið
zen-theme-marketplace-import-failure = There was an error importing the mods zen-theme-marketplace-import-failure = Villa kom upp við að flytja inn viðbrigðasnið
zen-theme-marketplace-export-success = Mods exported successfully zen-theme-marketplace-export-success = Tókst að flytja út viðbrigðasnið
zen-theme-marketplace-export-failure = There was an error exporting the mods zen-theme-marketplace-export-failure = Villa kom upp við að flytja út viðbrigðasnið
zen-theme-marketplace-updates-success = Theme updated successfully zen-theme-marketplace-updates-success = Tókst að uppfæra viðbrigðasnið
zen-theme-marketplace-updates-failure = Couldn't find any updates! zen-theme-marketplace-updates-failure = Fann ekki neinar uppfærslur!
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = Slökkva á þema .title = Gera mod-breytingar óvirkar
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
.title = Kveikja á þema .title = Gera mod-breytingar virkar
zen-theme-marketplace-remove-confirmation = Are you sure you want to remove this mod? zen-theme-marketplace-remove-confirmation = Ertu viss að þú viljir fjarlægja þessa mod-breytingu?
zen-theme-marketplace-close-modal = Loka zen-theme-marketplace-close-modal = Loka
zen-theme-marketplace-theme-header-title = zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name } .title = CSS-veljari: { $name }
zen-theme-marketplace-dropdown-default-label = zen-theme-marketplace-dropdown-default-label =
.label = Ekkert .label = Ekkert
zen-theme-marketplace-input-default-placeholder = zen-theme-marketplace-input-default-placeholder =
.placeholder = Skrifaðu eitthvað... .placeholder = Skrifaðu eitthvað...
pane-zen-marketplace-title = Zen Mods pane-zen-marketplace-title = Viðbrigðasnið Zen
zen-themes-auto-update = zen-themes-auto-update =
.label = Automatically update installed mods on startup .label = Uppfæra uppsett viðbrigðasnið sjálfkrafa við ræsingu
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Switch to workspace where container is set as default when opening container tabs .label = Skipta yfir á vinnusvæði þar sem gámur er settur sem sjálfgefinn þegar gámaflipar eru opnaðir
zen-theme-marketplace-link = Visit Store zen-theme-marketplace-link = Heimsækja hugbúnaðarsafn
zen-dark-theme-styles-header = Dark Theme Styles zen-dark-theme-styles-header = Stílar dökks þema
zen-dark-theme-styles-description = Customize the dark theme to your liking zen-dark-theme-styles-description = Sérsníddu dökka þemað eins og þér líkar best
zen-dark-theme-styles-amoled = Night Theme zen-dark-theme-styles-amoled = Næturþema
zen-dark-theme-styles-default = Default Dark Theme zen-dark-theme-styles-default = Sjálfgefið dökkt þemaDefault Dark Theme
zen-dark-theme-styles-colorful = Colorful Dark Theme zen-dark-theme-styles-colorful = Litríkt dökkt þema
zen-compact-mode-styles-left = Hide Tab bar zen-compact-mode-styles-left = Fela flipastiku
zen-compact-mode-styles-top = Hide Top bar zen-compact-mode-styles-top = Fela stiku efst
zen-compact-mode-styles-both = Hide Both zen-compact-mode-styles-both = Fela bæði
zen-urlbar-title = Zen URL Bar zen-urlbar-title = Zen-staðsetningastikan
zen-urlbar-header = General settings for the URL bar zen-urlbar-header = Almennar stillingar fyrir staðsetningastikuna
zen-urlbar-description = Customize the URL bar to your liking zen-urlbar-description = Sérsníddu staðsetningastikuna eins og þér líkar best
zen-urlbar-behavior-label = Behavior zen-urlbar-behavior-label = Hegðun
zen-urlbar-behavior-normal = zen-urlbar-behavior-normal =
.label = Normal .label = Venjulegt
zen-urlbar-behavior-floating-on-type = zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing .label = Einungis fljótandi við innslátt
zen-urlbar-behavior-float = zen-urlbar-behavior-float =
.label = Always floating .label = Alltaf fljótandi
pane-zen-CKS-title = Keyboard Shortcuts pane-zen-CKS-title = Flýtileiðir á lyklaborði
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Keyboard Shortcuts pane-settings-CKS-title = Flýtilyklar í { -brand-short-name }
zen-settings-CKS-header = Customize your keyboard shortcuts category-zen-marketplace =
zen-settings-CKS-description = Change the default keyboard shortcuts to your liking and improve your browsing experience .tooltiptext = Viðbrigðasnið Zen
zen-settings-CKS-header = Sérsníddu þínar eigin flýtileiðir á lyklaborði
zen-settings-CKS-description = Breyttu sjálfgefnu lyklaborði í það sem þér líkar og bættu þannig vafursupplifunina þína
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
.label = Disable { -brand-short-name }'s default keyboard shortcuts .label = Gera sjálfgefna flýtilykla í { -brand-short-name } óvirka
zen-settings-CKS-duplicate-shortcut = zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut .label = Tvítaka flýtileið
zen-settings-CKS-reset-shortcuts = zen-settings-CKS-reset-shortcuts =
.label = Reset to Default .label = Frumstilla á sjálfgefið
zenCKSOption-group-other = Other zenCKSOption-group-other = Annað
zenCKSOption-group-windowAndTabManagement = Window & Tab Management zenCKSOption-group-windowAndTabManagement = Umsýsla glugga og flipa
zenCKSOption-group-navigation = Navigation zenCKSOption-group-navigation = Flakk
zenCKSOption-group-searchAndFind = Search & Find zenCKSOption-group-searchAndFind = Leita og finna
zenCKSOption-group-pageOperations = Page Operations zenCKSOption-group-pageOperations = Aðgerðir á síðu
zenCKSOption-group-historyAndBookmarks = History & Bookmarks zenCKSOption-group-historyAndBookmarks = Ferill og bókamerki
zenCKSOption-group-mediaAndDisplay = Media & Display zenCKSOption-group-mediaAndDisplay = Myndefni og birting
zenCKSOption-group-zen-compact-mode = Compact Mode zenCKSOption-group-zen-compact-mode = Þjappað viðmót
zenCKSOption-group-zen-workspace = Workspaces zenCKSOption-group-zen-workspace = Vinnusvæði
zenCKSOption-group-zen-other = Other Zen Features zenCKSOption-group-zen-other = Aðrir eiginleikar Zen
zenCKSOption-group-zen-split-view = Split View zenCKSOption-group-zen-split-view = Skiptingarsýn
zenCKSOption-group-devTools = Developer Tools zenCKSOption-group-devTools = Forritunarverkfæri
zen-key-quick-restart = Quick Restart zen-key-quick-restart = Fljótleg endurræsing
zen-window-new-shortcut = New Window zen-window-new-shortcut = Nýr gluggi
zen-tab-new-shortcut = New Tab zen-tab-new-shortcut = Nýr flipi
zen-key-redo = Redo zen-key-redo = Endurgera
zen-restore-last-closed-tab-shortcut = Restore Last Closed Tab zen-restore-last-closed-tab-shortcut = Endurheimta síðasta lokaða flipa
zen-location-open-shortcut = Open Location zen-location-open-shortcut = Opna staðsetningu
zen-location-open-shortcut-alt = Open Location (Alt) zen-location-open-shortcut-alt = Opna staðsetningu (Alt)
zen-key-undo-close-window = Undo Close Window zen-key-undo-close-window = Afturkalla lokun á glugga
zen-text-action-undo-shortcut = Undo zen-text-action-undo-shortcut = Afturkalla
zen-text-action-redo-shortcut = Redo zen-text-action-redo-shortcut = Endurgera
zen-text-action-cut-shortcut = Cut zen-text-action-cut-shortcut = Klippa
zen-text-action-copy-shortcut = Copy zen-text-action-copy-shortcut = Afrita
zen-text-action-copy-url-shortcut = Copy current URL zen-text-action-copy-url-shortcut = Afrita fyrirliggjandi slóð
zen-text-action-copy-url-markdown-shortcut = Copy current URL as Markdown zen-text-action-copy-url-markdown-shortcut = Afrita fyrirliggjandi slóð sem Markdown
zen-text-action-paste-shortcut = Paste zen-text-action-paste-shortcut = Líma
zen-text-action-select-all-shortcut = Select All zen-text-action-select-all-shortcut = Velja allt
zen-text-action-delete-shortcut = Delete zen-text-action-delete-shortcut = Eyða
zen-history-show-all-shortcut-mac = Show All History (Mac) zen-history-show-all-shortcut-mac = Birta allan vafurferilinn (Mac)
zen-full-screen-shortcut = Toggle Full Screen zen-full-screen-shortcut = Víxla skjáfylli
zen-reader-mode-toggle-shortcut-windows = Toggle Reader Mode (Windows) zen-reader-mode-toggle-shortcut-windows = Víxla lesham (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Toggle Picture-in-Picture (Alt) zen-picture-in-picture-toggle-shortcut-alt = Víxla mynd-í-mynd (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Toggle Picture-in-Picture (Mac) zen-picture-in-picture-toggle-shortcut-mac = Víxla mynd-í-mynd (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Toggle Picture-in-Picture (Mac Alt) zen-picture-in-picture-toggle-shortcut-mac-alt = Víxla mynd-í-mynd (Mac Alt)
zen-page-source-shortcut-safari = View Page Source (Safari) zen-page-source-shortcut-safari = Skoða frumkóða síðu (Safari)
zen-nav-stop-shortcut = Stop Loading zen-nav-stop-shortcut = Stöðva hleðslu
zen-history-sidebar-shortcut = Show History Sidebar zen-history-sidebar-shortcut = Sýna ferilhliðarstiku
zen-window-minimize-shortcut = Minimize Window zen-window-minimize-shortcut = Fela glugga
zen-help-shortcut = Open Help zen-help-shortcut = Opna hjálparyfirlit
zen-preferences-shortcut = Open Preferences zen-preferences-shortcut = Opna kjörstillingar
zen-hide-app-shortcut = Hide Application zen-hide-app-shortcut = Fela forrit
zen-hide-other-apps-shortcut = Hide Other Applications zen-hide-other-apps-shortcut = Fela önnur forrit
zen-search-focus-shortcut = Focus Search zen-search-focus-shortcut = Setja virkni á leit
zen-search-focus-shortcut-alt = Focus Search (Alt) zen-search-focus-shortcut-alt = Setja virkni á leit (Alt)
zen-downloads-shortcut = Open Downloads zen-downloads-shortcut = Opna niðurhal
zen-addons-shortcut = Open Add-ons zen-addons-shortcut = Opna viðbætur
zen-file-open-shortcut = Open File zen-file-open-shortcut = Opna skrá
zen-save-page-shortcut = Save Page zen-save-page-shortcut = Vista síðu
zen-print-shortcut = Print Page zen-print-shortcut = Prenta síðu
zen-close-shortcut-2 = Close Tab zen-close-shortcut-2 = Loka flipa
zen-mute-toggle-shortcut = Toggle Mute zen-mute-toggle-shortcut = Víxla hljóði
zen-key-delete = Delete Key zen-key-delete = Eyða-lykill
zen-key-go-back = Go Back zen-key-go-back = Fara til baka
zen-key-go-forward = Go Forward zen-key-go-forward = Fara áfram
zen-nav-back-shortcut-alt = Navigate Back (Alt) zen-nav-back-shortcut-alt = Fara til baka (Alt)
zen-nav-fwd-shortcut-alt = Navigate Forward (Alt) zen-nav-fwd-shortcut-alt = Fara áfram (Alt)
zen-history-show-all-shortcut = Show All History zen-history-show-all-shortcut = Birta allan vafurferilinn
zen-key-enter-full-screen = Enter Full Screen zen-key-enter-full-screen = Fylla skjáinn
zen-key-exit-full-screen = Exit Full Screen zen-key-exit-full-screen = Hætta í skjáfylli
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar zen-ai-chatbot-sidebar-shortcut = Víxla hliðarspjaldi AI-spjalls af/á
zen-key-inspector-mac = Toggle Inspector (Mac) zen-key-inspector-mac = Víxla yfirferð af/á (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar zen-toggle-sidebar-shortcut = Víxla Firefox-hliðarstiku af/á
zen-toggle-pin-tab-shortcut = Toggle Pin Tab zen-toggle-pin-tab-shortcut = Víxla festingu flipa af/á
zen-reader-mode-toggle-shortcut-other = Toggle Reader Mode zen-reader-mode-toggle-shortcut-other = Víxla lesham af/á
zen-picture-in-picture-toggle-shortcut = Toggle Picture-in-Picture zen-picture-in-picture-toggle-shortcut = Víxla af/á mynd-í-mynd
zen-nav-reload-shortcut-2 = Reload Page zen-nav-reload-shortcut-2 = Endurlesa síðu
zen-key-about-processes = About Processes zen-key-about-processes = Um vinnsluferli
zen-page-source-shortcut = View Page Source zen-page-source-shortcut = Skoða frumkóða síðu
zen-page-info-shortcut = View Page Info zen-page-info-shortcut = Skoða upplýsingar um síðu
zen-find-shortcut = Find on Page zen-find-shortcut = Finna á síðu
zen-search-find-again-shortcut = Find Again zen-search-find-again-shortcut = Finna aftur
zen-search-find-again-shortcut-prev = Find Previous zen-search-find-again-shortcut-prev = Finna fyrra
zen-search-find-again-shortcut-2 = Find Again (Alt) zen-search-find-again-shortcut-2 = Finna aftur (Alt)
zen-bookmark-this-page-shortcut = Bookmark This Page zen-bookmark-this-page-shortcut = Bókamerkja þessa síðu
zen-bookmark-show-library-shortcut = Show Bookmarks Library zen-bookmark-show-library-shortcut = Birta bókamerkjasafn
zen-key-stop = Stop Loading zen-key-stop = Stöðva hleðslu
zen-full-zoom-reduce-shortcut = Zoom Out zen-full-zoom-reduce-shortcut = Renna frá
zen-full-zoom-enlarge-shortcut = Zoom In zen-full-zoom-enlarge-shortcut = Renna að
zen-full-zoom-reset-shortcut = Reset Zoom zen-full-zoom-reset-shortcut = Endurstilla aðdrátt
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt) zen-full-zoom-reset-shortcut-alt = Endurstilla aðdrátt (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt) zen-full-zoom-enlarge-shortcut-alt = Renna að (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2) zen-full-zoom-enlarge-shortcut-alt2 = Renna að (Alt 2)
zen-bidi-switch-direction-shortcut = Switch Text Direction zen-bidi-switch-direction-shortcut = Breyta stefnu texta
zen-private-browsing-shortcut = Private Browsing zen-private-browsing-shortcut = Einkavafur
zen-screenshot-shortcut = Take Screenshot zen-screenshot-shortcut = Taka skjámynd
zen-key-sanitize = Clear Browsing Data zen-key-sanitize = Hreinsa vafurgögn
zen-quit-app-shortcut = Quit Application zen-quit-app-shortcut = Hætta í forritinu
zen-key-wr-capture-cmd = WR Capture Command zen-key-wr-capture-cmd = Skipun fyrir WR-upptöku
zen-key-wr-toggle-capture-sequence-cmd = Toggle WR Capture Sequence zen-key-wr-toggle-capture-sequence-cmd = Víxla WR-upptökurunu af/á
zen-nav-reload-shortcut = Reload Page zen-nav-reload-shortcut = Endurlesa síðu
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache) zen-nav-reload-shortcut-skip-cache = Endurlesa síðu (sleppa skyndiminni)
zen-close-shortcut = Close Window zen-close-shortcut = Loka glugga
zen-close-tab-shortcut = Close Tab zen-close-tab-shortcut = Loka flipa
zen-compact-mode-shortcut-show-sidebar = Toggle Floating Sidebar zen-compact-mode-shortcut-show-sidebar = Víxla fljótandi hliðarstiku af/á
zen-compact-mode-shortcut-show-toolbar = Toggle Floating Toolbar zen-compact-mode-shortcut-show-toolbar = Víxla fljótandi hliðarstiku af/á
zen-compact-mode-shortcut-toggle = Toggle Compact Mode zen-compact-mode-shortcut-toggle = Víxla þjöppuðu viðmóti af/á
zen-glance-expand = Expand Glance zen-glance-expand = Víkka Skyndisýn
zen-workspace-shortcut-switch-1 = Switch to Workspace 1 zen-workspace-shortcut-switch-1 = Skipta yfir á vinnusvæði 1
zen-workspace-shortcut-switch-2 = Switch to Workspace 2 zen-workspace-shortcut-switch-2 = Skipta yfir á vinnusvæði 2
zen-workspace-shortcut-switch-3 = Switch to Workspace 3 zen-workspace-shortcut-switch-3 = Skipta yfir á vinnusvæði 3
zen-workspace-shortcut-switch-4 = Switch to Workspace 4 zen-workspace-shortcut-switch-4 = Skipta yfir á vinnusvæði 4
zen-workspace-shortcut-switch-5 = Switch to Workspace 5 zen-workspace-shortcut-switch-5 = Skipta yfir á vinnusvæði 5
zen-workspace-shortcut-switch-6 = Switch to Workspace 6 zen-workspace-shortcut-switch-6 = Skipta yfir á vinnusvæði 6
zen-workspace-shortcut-switch-7 = Switch to Workspace 7 zen-workspace-shortcut-switch-7 = Skipta yfir á vinnusvæði 7
zen-workspace-shortcut-switch-8 = Switch to Workspace 8 zen-workspace-shortcut-switch-8 = Skipta yfir á vinnusvæði 8
zen-workspace-shortcut-switch-9 = Switch to Workspace 9 zen-workspace-shortcut-switch-9 = Skipta yfir á vinnusvæði 9
zen-workspace-shortcut-switch-10 = Switch to Workspace 10 zen-workspace-shortcut-switch-10 = Skipta yfir á vinnusvæði 10
zen-workspace-shortcut-forward = Forward Workspace zen-workspace-shortcut-forward = Vinnusvæði áfram
zen-workspace-shortcut-backward = Backward Workspace zen-workspace-shortcut-backward = Vinnusvæði afturábak
zen-sidebar-shortcut-toggle = Toggle Sidebar's Width zen-sidebar-shortcut-toggle = Víxla breidd hliðarspjalds
zen-pinned-tab-shortcut-reset = Reset Pinned Tab to Pinned URL zen-pinned-tab-shortcut-reset = Endursetja festan flipa á festa slóð
zen-split-view-shortcut-grid = Toggle Split View Grid zen-split-view-shortcut-grid = Víxla reitaskiptri skiptingarsýn
zen-split-view-shortcut-vertical = Toggle Split View Vertical zen-split-view-shortcut-vertical = Víxla lóðréttri skiptingarsýn
zen-split-view-shortcut-horizontal = Toggle Split View Horizontal zen-split-view-shortcut-horizontal = Víxla láréttri skiptingarsýn
zen-split-view-shortcut-unsplit = Close Split View zen-split-view-shortcut-unsplit = Hætta skiptingarsýn
zen-new-empty-split-view-shortcut = New Empty Split View zen-new-empty-split-view-shortcut = Ný auð skiptingarsýn
zen-key-select-tab-1 = Select tab #1 zen-key-select-tab-1 = Velja flipa #1
zen-key-select-tab-2 = Select tab #2 zen-key-select-tab-2 = Velja flipa #2
zen-key-select-tab-3 = Select tab #3 zen-key-select-tab-3 = Velja flipa #3
zen-key-select-tab-4 = Select tab #4 zen-key-select-tab-4 = Velja flipa #4
zen-key-select-tab-5 = Select tab #5 zen-key-select-tab-5 = Velja flipa #5
zen-key-select-tab-6 = Select tab #6 zen-key-select-tab-6 = Velja flipa #6
zen-key-select-tab-7 = Select tab #7 zen-key-select-tab-7 = Velja flipa #7
zen-key-select-tab-8 = Select tab #8 zen-key-select-tab-8 = Velja flipa #8
zen-key-select-tab-last = Select last tab zen-key-select-tab-last = Velja síðasta flipa
zen-key-show-all-tabs = Show all tabs zen-key-show-all-tabs = Sýna alla flipa
zen-key-goto-history = Go to history zen-key-goto-history = Fara í vafurferil
zen-key-go-home = Go Home zen-key-go-home = Fara heim
zen-bookmark-show-sidebar-shortcut = Show Bookmarks Sidebar zen-bookmark-show-sidebar-shortcut = Birta hliðarstiku bókamerkja
zen-bookmark-show-toolbar-shortcut = Show Bookmarks Toolbar zen-bookmark-show-toolbar-shortcut = Birta verkfærastiku bókamerkja
zen-devtools-toggle-shortcut = Toggle DevTools zen-devtools-toggle-shortcut = Víxla DevTools af/á
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox zen-devtools-toggle-browser-toolbox-shortcut = Víxla vafraverkfærum af/á
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console zen-devtools-toggle-browser-console-shortcut = Víxla vafrastjórnborði af/á
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode zen-devtools-toggle-responsive-design-mode-shortcut = Víxla kvarðanlegu notandaviðmóti af/á
zen-devtools-toggle-inspector-shortcut = Toggle Inspector zen-devtools-toggle-inspector-shortcut = Víxla yfirferð af/á
zen-devtools-toggle-web-console-shortcut = Toggle Web Console zen-devtools-toggle-web-console-shortcut = Víxla vefstjórnborði af/á
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger zen-devtools-toggle-js-debugger-shortcut = Víxla JavaScript-aflúsara af/á
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor zen-devtools-toggle-net-monitor-shortcut = Víxla netkerfisvaktara af/á
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor zen-devtools-toggle-style-editor-shortcut = Víxla stílaritli af/á
zen-devtools-toggle-performance-shortcut = Toggle Performance zen-devtools-toggle-performance-shortcut = Víxla afköstum af/á
zen-devtools-toggle-storage-shortcut = Toggle Storage zen-devtools-toggle-storage-shortcut = Víxla geymslurými af/á
zen-devtools-toggle-dom-shortcut = Toggle DOM zen-devtools-toggle-dom-shortcut = Víxla DOM af/á
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility zen-devtools-toggle-accessibility-shortcut = Víxla auðvelduðu aðgengi af/á
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs zen-close-all-unpinned-tabs-shortcut = Loka öllum ófestum flipum

View File

@@ -3,23 +3,23 @@
# 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-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = Leita í { $folder-name }...
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = Endurnefna möppu
zen-folders-panel-unpack-folder = zen-folders-panel-unpack-folder =
.label = Unpack Folder .label = Afpakka möppu
zen-folders-new-subfolder = zen-folders-new-subfolder =
.label = New Subfolder .label = Ný undirmappa
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Delete Folder .label = Eyða möppu
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space .label = Umbreyta möppu í svæði
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Change Space... .label = Skipta um vinnusvæði...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Breyta tákni
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = Senda virkt inn í þessa möppu
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Unload All Tabs .label = Afhlaða alla flipa
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = Engir flipar samsvara þessari leit 🤔

View File

@@ -2,109 +2,107 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-current-profile-text = núverandi prófíl zen-panel-ui-current-profile-text = fyrirliggjandi notkunarsnið
unified-extensions-description = Viðbætur eru notaðar til að koma með meiri auka virkni inn í { -brand-short-name }. unified-extensions-description = Forritsaukar eru notaðir til að auðga notagildi í { -brand-short-name }.
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = Endursetja Festan Flipa .label = Endursetja festan flipa
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Bæta við aðalflipa
.accesskey = E .accesskey = F
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max } hólf fyllt
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Fjarlægja frá Höfuðatriði .label = Fjarlægja úr aðalflipum
.accesskey = R .accesskey = R
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Setja aftur Fest-URL með Núverandi .label = Skipta út festri slóð með núverandi
.accesskey = C .accesskey = P
zen-themes-corrupted = { -brand-short-name } mods skráin þín er skemmd. Þeir hafa verið endurstilltir á sjálfgefið þema. zen-themes-corrupted = Viðbrigðaskráin þín fyrir { -brand-short-name } er skemmd. Þau notast í staðinn við sjálfgefið þema.
zen-shortcuts-corrupted = { -brand-short-name } flýtivísaskráin þín er skemmd. Þeir hafa verið endurstilltir á sjálfgefna flýtileiðir. zen-shortcuts-corrupted = Flýtivísaskráin þín { -brand-short-name } er skemmd. Þeir notast í staðinn við þá sjálfgefnu.
# 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 = Nýja vefslóðastikan hefur verið virkjuð sem fjarlægir þörfina á nýjum flipasíðum.<br/><br/>Prófaðu að opna nýjan flipa til að sjá nýju vefslóðastikuna í notkun!
Nýja vefslóðastikan hefur verið virkjuð og fjarlægir þörfina á nýjum flipasíðum.<br/><br/> zen-disable = Gera óvirkt
Prófaðu að opna nýjan flipa til að sjá nýju vefslóðastikuna í notkun!
zen-disable = Óvirkja
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = Minimize .aria-label = Lágmarka
.tooltip = Minimize .tooltip = Lágmarka
zen-panel-ui-gradient-generator-custom-color = Sérsniðinn litur zen-panel-ui-gradient-generator-custom-color = Sérsniðinn litur
zen-panel-ui-gradient-generator-saved-message = Vistað hallann! zen-panel-ui-gradient-generator-saved-message = Tókst vista litstigulinn!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = Afritaði fyrirliggjandi slóð!
zen-general-cancel-label = zen-general-cancel-label =
.label = Cancel .label = Hætta við
zen-general-confirm = zen-general-confirm =
.label = Confirm .label = Staðfesta
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL. zen-pinned-tab-replaced = URL-slóð festa flipans hefur verið skipt út með fyrirliggjandi slóð!
zen-tabs-renamed = Tab has been successfully renamed! zen-tabs-renamed = Tókst að endurnefna flipann!
zen-background-tab-opened-toast = New background tab opened! zen-background-tab-opened-toast = Nýr bakgrunnsflipi opnaður!
zen-workspace-renamed-toast = Workspace has been successfully renamed! zen-workspace-renamed-toast = Tókst að endurnefna vinnusvæðið!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Spaces .label = Svæði
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Mods .label = Viðbrigðasnið
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = Compact Mode .label = Þjappað viðmót
.tooltiptext = Toggle Compact Mode .tooltiptext = Víxla þjöppuðu viðmóti
# 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 = Læra Meira zen-learn-more-text = Frekari upplýsingar
zen-close-label = Loka zen-close-label = Loka
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search... .placeholder = Leita...
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = Emoji-tjáningartákn
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Táknmyndir
urlbar-search-mode-zen_actions = Actions urlbar-search-mode-zen_actions = Aðgerðir
zen-site-data-settings = Settings zen-site-data-settings = Stillingar
zen-generic-manage = Manage zen-generic-manage = Stýra
zen-generic-more = More zen-generic-more = Meira
zen-generic-next = Next zen-generic-next = Næsta
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed zen-site-data-setting-allow = Leyft
zen-site-data-setting-block = Blocked zen-site-data-setting-block = Lokað á
zen-site-data-protections-enabled = Enabled zen-site-data-protections-enabled = Virkt
zen-site-data-protections-disabled = Disabled zen-site-data-protections-disabled = Óvirkt
zen-site-data-setting-cross-site = Cross-Site cookie zen-site-data-setting-cross-site = Millivefja-vefkaka
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = Extension .label = Forritsauki
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
.label = Secure .label = Öruggt
zen-site-data-security-info-not-secure = zen-site-data-security-info-not-secure =
.label = Not Secure .label = Ekki öruggt
zen-site-data-manage-addons = zen-site-data-manage-addons =
.label = Manage Extensions .label = Sýsla með forritsauka
zen-site-data-get-addons = zen-site-data-get-addons =
.label = Add Extensions .label = Bæta við forritsaukum
zen-site-data-site-settings = zen-site-data-site-settings =
.label = All Site Settings .label = Allar vefsvæðastillingar
zen-site-data-header-share = zen-site-data-header-share =
.tooltiptext = Share This Page .tooltiptext = Deila þessari síðu
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode .tooltiptext = Fara í lesham
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot .tooltiptext = Taka skjámynd
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page .tooltiptext = Bókamerkja þessa síðu
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = Copy URL .tooltiptext = Afrita slóð
zen-site-data-setting-site-protection = Tracking Protection zen-site-data-setting-site-protection = Vörn gegn rakningu
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more zen-site-data-panel-feature-callout-title = Ný miðstöð fyrir forritsauka, aðgangsheimildir og fleira
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions. zen-site-data-panel-feature-callout-subtitle = Smelltu á táknmyndina til að sýsla með stillingar vefsvæða, skoða öryggisupplýsingar, hafa aðgang að forritsaukum og framkvæma ýmsar algengar aðgerðir.
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Open Link in Glance .label = Opna tengil í Skyndisýn
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Uppfærslu lokið!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Nýtt á döfinni í { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Skoða útgáfuupplýsingar
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Bilaði eitthvað?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Endurræsa í öruggum ham

View File

@@ -5,16 +5,16 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[1] Split Tab (multiple selected tabs needed) [1] Skipta tengli (margir valdir flipar nauðsynlegir)
*[other] Split { $tabCount } Tabs *[other] Skipta { $tabCount } flipum
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split link to new tab .label = Skipta tengli í nýjan flipa
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Skiptingarsýn
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =
.label = Activate reallocation .label = Virkja umröðun
zen-split-view-modifier-enabled-toast = Split view rearrange is ON. zen-split-view-modifier-enabled-toast = Umröðun skiptingarsýnar er VIRK.
zen-split-view-modifier-enabled-toast-description = Drag and drop the view to rearrange. Press Esc to exit. zen-split-view-modifier-enabled-toast-description = Dragðu og slepptu gluggahlutum til að umraða. Ýttu á ESC til að hætta.
zen-split-view-modifier-disabled-toast = Split view rearrange is OFF. zen-split-view-modifier-disabled-toast = Umröðun skiptingarsýnar er ÓVIRK.

View File

@@ -3,37 +3,37 @@
# 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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = Tabs on the right .label = Flipar til hægri
.accesskey = R .accesskey = R
zen-toolbar-context-compact-mode = zen-toolbar-context-compact-mode =
.label = Compact mode .label = Þjappað viðmót
zen-toolbar-context-compact-mode-enable = zen-toolbar-context-compact-mode-enable =
.label = Enable compact mode .label = Virkja þjappað viðmót
.accesskey = D .accesskey = D
zen-toolbar-context-compact-mode-just-tabs = zen-toolbar-context-compact-mode-just-tabs =
.label = Hide sidebar .label = Fela hliðarstiku
zen-toolbar-context-compact-mode-just-toolbar = zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar .label = Fela verkfærastiku
zen-toolbar-context-compact-mode-hide-both = zen-toolbar-context-compact-mode-hide-both =
.label = Hide both .label = Fela bæði
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New Folder .label = Ný mappa
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expand Sidebar .label = Þenja út hliðarstiku
sidebar-zen-create-new = sidebar-zen-create-new =
.label = Create New... .label = Búa til nýtt...
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Unload and switch to tab [one] Afhlaða og skipta yfir á flipa
*[other] Unload { $tabCount } tabs and switch to the first *[other] Afhlaða { $tabCount } flipa skipta yfir á þann fyrsta
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Reset and pin tab [one] Endurstilla og festa flipa
*[other] Reset and pin { $tabCount } tabs *[other] Endurstilla og festa { $tabCount } flipa
} }
tab-reset-pin-label = Back to pinned url tab-reset-pin-label = Til baka á festa slóð

View File

@@ -2,25 +2,25 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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 = Welcome to zen-welcome-title-line1 = Velkomin í
zen-welcome-title-line2 = a calmer internet zen-welcome-title-line2 = rólegra internet
zen-welcome-import-title = A Fresh Start, Same Bookmarks zen-welcome-import-title = Ný byrjun, sömu bókamerkin
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 = Bókamerkin þín, vafurferillinn þinn og lykilorð eru eins og brauðmolaslóð út um internetið - ekki skilja þá eftir fyrir úlfana!
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 = Flyttu á einfaldan hátt inn gögn frá öðrum vafra og haltu áfram þar sem þú skildir við síðast.
zen-welcome-import-button = Import now zen-welcome-import-button = Flytja inn núna
zen-welcome-set-default-browser = Set { -brand-short-name } as your default browser zen-welcome-set-default-browser = Setja { -brand-short-name } sem sjálfgefna vafrann þinn
zen-welcome-dont-set-default-browser = DONT set { -brand-short-name } as your default browser zen-welcome-dont-set-default-browser = EKKI setja { -brand-short-name } sem sjálfgefna vafrann þinn
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach zen-welcome-initial-essentials-title = Aðalfliparnir þinir, alltaf innan seilingar
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 = Haltu mikilvægustu flipunum þínum við hendina, alveg sama hve þeir eru margir.
zen-welcome-initial-essentials-description-2 = Essential tabs are always visible, no matter what workspace you are in. zen-welcome-initial-essentials-description-2 = Aðalfliparnir eru alltaf sjáanlegir, sama hvaða vinnusvæði þú ert á.
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors zen-welcome-workspace-colors-title = Vinnusvæðin þín, litirnir þínir
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity. zen-welcome-workspace-colors-description = Aðlagaðu vafrann að þínum þörfum með því að gefa hverju vinnusvæði sinn einstaka lit.
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
All set?<br/> Allt klárt?<br/>
Lets get rolling! Hefjumst handa!
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 = Þú hefur stillt allt sem þarf og getur farið af stað. Smelltu á hnappinn hér fyrir neðan til að fara að vafra með { -brand-short-name }.
zen-welcome-start-browsing = Dive in! zen-welcome-start-browsing = Dýfðu þér í djúpu laugina!
zen-welcome-default-search-title = Your Default Search Engine zen-welcome-default-search-title = Sjálfgefna leitarvélin þín
zen-welcome-default-search-description = Choose your default search engine. You can always change it later! zen-welcome-default-search-description = Veldu þér sjálfgefna leitarvél. Þú getur alltaf breytt þessu síðar.
zen-welcome-skip-button = Skip zen-welcome-skip-button = Sleppa
zen-welcome-finished = Your Zen has been set up correctly! zen-welcome-finished = Zen-vafrinn þinn hefur verið uppsettur með tilhlýðilegum hætti!

View File

@@ -2,64 +2,64 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-workspaces-text = Workspaces zen-panel-ui-workspaces-text = Svæði
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = Búa til vinnusvæði
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Búa til möppu
zen-panel-ui-new-empty-split = zen-panel-ui-new-empty-split =
.label = New Split .label = Ný skipting
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Delete Workspace .label = Eyða vinnusvæði
.accesskey = D .accesskey = E
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Change Name .label = Breyta nafni
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Change Icon .label = Skipta um táknmynd
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profile .label = Setja notkunarsnið
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
.label = Unload Space .label = Afhlaða vinnusvæði
zen-workspaces-how-to-reorder-title = How to reorder spaces zen-workspaces-how-to-reorder-title = Hvernig á að endurraða vinnusvæðum
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 = Dragðu tákn vinnusvæða neðst í hliðarstikunni til að endurraða þeim
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Edit Theme .label = Breyta þema
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Open Workspace .label = Opna vinnusvæði
.accesskey = O .accesskey = O
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = Edit Workspace .label = Breyta vinnusvæði
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace .label = Færa flipa yfir í vinnusvæði
.accesskey = C .accesskey = B
zen-bookmark-edit-panel-workspace-selector = zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces .value = Vinnusvæði
.accesskey = W .accesskey = V
zen-panel-ui-gradient-generator-algo-complementary = zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary .label = Gagnstætt
zen-panel-ui-gradient-generator-algo-splitComplementary = zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split .label = Skipta
zen-panel-ui-gradient-generator-algo-analogous = zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous .label = Hliðrænt
zen-panel-ui-gradient-generator-algo-triadic = zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic .label = Þrípunkta
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = Floating .label = Fljótandi
zen-panel-ui-gradient-click-to-add = Click to add a color zen-panel-ui-gradient-click-to-add = Smelltu til að bæta við lit
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Space Name .placeholder = Nafn vinnusvæðis
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Reorder Spaces .label = Endurraða vinnusvæðum
zen-workspace-creation-profile = Profile zen-workspace-creation-profile = Notkunarsnið
.tooltiptext = Profiles are used to separate cookies and site data between spaces. .tooltiptext = Notkunarsnið eru til þess að aðskilja vefkökur og gögn vefsvæða á milli vinnusvæða.
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = Búa til vinnusvæði
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = Vinnusvæði eru notuð til að skipuleggja flipana þína og vafurlotur.
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = Eyða svæði?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone. zen-workspaces-delete-workspace-body = Ertu viss um að þú viljir eyða { $name }? Þessi aðgerð er ekki afturkallanleg.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo. zen-workspaces-close-all-unpinned-tabs-toast = Flipa lokað! Notaðu <span>{ $shortcut }</span> til að afturkalla.
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = Hreinsa
.tooltiptext = Close all unpinned tabs .tooltiptext = Loka öllum ófestum flipum

View File

@@ -45,7 +45,7 @@ pane-settings-workspaces-title = Workspace
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Abilita Scaricamento Scheda .label = Abilita Scaricamento Scheda
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = Chiudi scheda e passa alla scheda proprietario (o scheda usata più di recente) quando si torna indietro senza cronologia
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cicla solo tra le schede Essenziali o Spazi .label = Ctrl+Tab cicla solo tra le schede Essenziali o Spazi
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
@@ -159,6 +159,8 @@ pane-zen-CKS-title = Tasti Scorciatoie
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Scorciatoie Da Tastiera { -brand-short-name } pane-settings-CKS-title = Scorciatoie Da Tastiera { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mod
zen-settings-CKS-header = Personalizza le scorciatoie da tastiera zen-settings-CKS-header = Personalizza le scorciatoie da tastiera
zen-settings-CKS-description = Cambia le scorciatoie da tastiera predefinite a tuo piacimento e migliora la tua esperienza di navigazione zen-settings-CKS-description = Cambia le scorciatoie da tastiera predefinite a tuo piacimento e migliora la tua esperienza di navigazione
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -8,9 +8,9 @@ tab-context-zen-reset-pinned-tab =
.label = Reimposta scheda fissata .label = Reimposta scheda fissata
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Aggiungi agli Essenziali
.accesskey = E .accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max } slot riempiti
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Rimuovi dagli Essenziali .label = Rimuovi dagli Essenziali
.accesskey = R .accesskey = R
@@ -96,13 +96,13 @@ zen-site-data-panel-feature-callout-subtitle = Clicca l'icona per gestire le imp
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Apri collegamento in Sguardo .label = Apri collegamento in Sguardo
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = Aggiornamento completato!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = Cosa c'è di nuovo in { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = Vedi Note di Rilascio
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = Si è rotto qualcosa?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = Riavvia in Modalità Provvisoria

View File

@@ -5,39 +5,39 @@
pane-zen-looks-title = 外観 pane-zen-looks-title = 外観
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = デフォルト言語を変更すると、ウェブサイトがあなたを追跡しやすくなります。 zen-warning-language = デフォルト言語を変更すると、ウェブサイトがあなたにトラッキングしやすくなります。
zen-vertical-tabs-layout-header = ブラウザーのレイアウト zen-vertical-tabs-layout-header = ブラウザーのレイアウト
zen-vertical-tabs-layout-description = 最適なレイアウトを選択 zen-vertical-tabs-layout-description = 最適なレイアウトを選択してください
zen-layout-single-toolbar = 単一ツールバー zen-layout-single-toolbar = サイドバーだけ
zen-layout-multiple-toolbar = 複数ツールバー zen-layout-multiple-toolbar = サイドバーと上のツールバー
zen-layout-collapsed-toolbar = 折りたたみツールバー zen-layout-collapsed-toolbar = 折りたたまれたサイドバー
sync-currently-syncing-workspaces = ワークスペース sync-currently-syncing-workspaces = ワークスペース
sync-engine-workspaces = sync-engine-workspaces =
.label = ワークスペース .label = ワークスペース
.tooltiptext = 端末間でワークスペースを同期 .tooltiptext = 機器間でワークスペースを同期する
.accesskey = W .accesskey = W
zen-glance-title = Glance zen-glance-title = Glance
zen-glance-header = 一般的な設定 zen-glance-header = Glaceの一般的な設定
zen-glance-description = 新しいタブで開かにリンクの簡単な概要を取得します zen-glance-description = 新しいタブで開かないにリンクの簡単な概要をもらいます
zen-glance-trigger-label = トリガーメソッド zen-glance-trigger-label = トリガーメソッド
zen-glance-enabled = zen-glance-enabled =
.label = Glanceを有効にする .label = Glanceを有効にする
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + Click .label = Ctrl + クリック
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
.label = Alt + Click .label = Alt + クリック
zen-glance-trigger-shift-click = zen-glance-trigger-shift-click =
.label = Shift + クリック .label = Shift + クリック
zen-glance-trigger-meta-click = zen-glance-trigger-meta-click =
.label = Meta (Command) + クリック .label = Meta (Command) + クリック
zen-look-and-feel-compact-view-header = コンパクトビューで表示 zen-look-and-feel-compact-view-header = コンパクト表示で表示する
zen-look-and-feel-compact-view-description = 使用しているツールバーのみを表示します! zen-look-and-feel-compact-view-description = 使用しているツールバーのみを表示します!
zen-look-and-feel-compact-view-enabled = zen-look-and-feel-compact-view-enabled =
.label = { -brand-short-name }のコンパクトモードを有効にする .label = { -brand-short-name }のコンパクトモードを有効にする
zen-look-and-feel-compact-view-top-toolbar = zen-look-and-feel-compact-view-top-toolbar =
.label = 上のツールバーをコンパクトモードで非表示にする .label = 上のツールバーをコンパクトモードで非表示にする
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = コンパクトモードで新しいタブを切り替えたり開いたりするときに、簡単にツールバーをポップアップさせる .label = コンパクトモードで新しいタブを切り替えたり開いたりするときに、ツールバーをちょっとポップアップさせる
pane-zen-tabs-title = タブ管理 pane-zen-tabs-title = タブ管理
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
@@ -45,45 +45,45 @@ pane-settings-workspaces-title = ワークスペース
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = タブのアンローダーを有効にする .label = タブのアンローダーを有効にする
zen-tabs-close-on-back-with-no-history = zen-tabs-close-on-back-with-no-history =
.label = Close tab and switch to its owner tab (or most recently used tab) when going back with no history .label = タブを閉じ、履歴がない状態で戻るときに所有者のタブ(または最近使用したタブ)に切り替えます
zen-tabs-cycle-by-attribute = zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only .label = Ctrl+Tabキーを押してワークスペースタブ内または重要なタブ内のサイクルを切り替えます
zen-tabs-cycle-ignore-pending-tabs = zen-tabs-cycle-ignore-pending-tabs =
.label = Ignore Pending tabs when cycling with Ctrl+Tab .label = Ctrl+Tabでのサイクリング時に保留中のタブを無視する
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab will cycle by recently used order, as it is enabled zen-tabs-cycle-by-attribute-warning = Ctrl+Tabが有効になっているため、最近使用された順序でサイクルされます
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = コンパクトツールバーにテーマの背景を使用する
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continue where you left off .label = 中断したところから再開する
pane-zen-pinned-tab-manager-title = ピン留めされたタブ pane-zen-pinned-tab-manager-title = 固定したタブ
zen-pinned-tab-manager-header = ピン留めされたタブの設定 zen-pinned-tab-manager-header = 固定したタブの一般的な設定
zen-pinned-tab-manager-description = ピン留めされたタブの追加動作を管理 zen-pinned-tab-manager-description = 固定したタブの追加的な動作を管理する
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = ピン留めされたタブを起動時に元のピン留めされた URL に復元します .label = 固定したタブを起動時に元の固定したURLに復元します
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials .label = コンテナ固有のEssentialsを有効にする
zen-pinned-tab-manager-close-shortcut-behavior-label = タブを閉じる ショートカットの動作 zen-pinned-tab-manager-close-shortcut-behavior-label = タブを閉じるショートカットの動作
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = URLをリセットしアンロードして次のタブに切り替える .label = URLをリセットしアンロードして次のタブに切り替える
zen-pinned-tab-manager-unload-switch-close-shortcut-option = zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = アンロードし次のタブに切り替える .label = アンロードし次のタブに切り替える
zen-pinned-tab-manager-reset-switch-close-shortcut-option = zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = URLをリセットし次のタブに切り替える .label = URLをリセットし次のタブに切り替える
zen-pinned-tab-manager-switch-close-shortcut-option = zen-pinned-tab-manager-switch-close-shortcut-option =
.label = 次のタブに切り替える .label = 次のタブに切り替える
zen-pinned-tab-manager-reset-close-shortcut-option = zen-pinned-tab-manager-reset-close-shortcut-option =
.label = URLをリセット .label = URLをリセットする
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = タブを閉じる .label = タブを閉じる
pane-zen-workspaces-header = ワークスペース pane-zen-workspaces-header = ワークスペース
zen-settings-workspaces-header = ワークスペースの一般設定 zen-settings-workspaces-header = ワークスペースの一般的な設定
zen-settings-workspaces-description = ワークスペースを使用すると、一度に複数のブラウジングセッションを行うことができます! zen-settings-workspaces-description = ワークスペースを使用すると、一度に複数のブラウジングセッションがあるといいです!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = ワークスペースを有効にする (実験的) .label = ワークスペースを有効にする
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = タブバー内のデフォルトのコンテナインジケーターを非表示にする .label = タブバー内のデフォルトのコンテナインジケーターを非表示にする
zen-key-unsaved = 未保存のショートカットです!再入力後、「エスケープ」キーをクリックして安全にしてください。 zen-key-unsaved = 未保存のショートカットです!再入力後、「エスケープ」キーをクリックして安全にしてください。
zen-key-conflict = Conflicts with { $group } -> { $shortcut } zen-key-conflict = { $group } { $shortcut } との競合
pane-zen-theme-title = テーマ設定 pane-zen-theme-title = テーマ設定
zen-vertical-tabs-title = サイドバーとタブのレイアウト zen-vertical-tabs-title = サイドバーとタブのレイアウト
zen-vertical-tabs-header = 垂直タブ zen-vertical-tabs-header = 垂直タブ
@@ -110,15 +110,15 @@ zen-theme-marketplace-remove-button =
zen-theme-marketplace-check-for-updates-button = zen-theme-marketplace-check-for-updates-button =
.label = アップデートの確認 .label = アップデートの確認
zen-theme-marketplace-import-button = zen-theme-marketplace-import-button =
.label = Import mods .label = Modをインポート
zen-theme-marketplace-export-button = zen-theme-marketplace-export-button =
.label = Export Mods .label = Modをエクスポート
zen-theme-marketplace-import-success = Mods imported successfully zen-theme-marketplace-import-success = Modを正常にインポートしました
zen-theme-marketplace-import-failure = There was an error importing the mods zen-theme-marketplace-import-failure = Modのインポート中にエラーが発生しました
zen-theme-marketplace-export-success = Mods exported successfully zen-theme-marketplace-export-success = Modのエクスポートに成功しました
zen-theme-marketplace-export-failure = There was an error exporting the mods zen-theme-marketplace-export-failure = Modのエクスポート中にエラーが発生しました
zen-theme-marketplace-updates-success = Modが正常に更新されました zen-theme-marketplace-updates-success = Modが正常に更新されました
zen-theme-marketplace-updates-failure = Couldn't find any updates! zen-theme-marketplace-updates-failure = 更新は見つかりませんでした!
zen-theme-marketplace-toggle-enabled-button = zen-theme-marketplace-toggle-enabled-button =
.title = Modを無効化 .title = Modを無効化
zen-theme-marketplace-toggle-disabled-button = zen-theme-marketplace-toggle-disabled-button =
@@ -133,7 +133,7 @@ zen-theme-marketplace-input-default-placeholder =
.placeholder = ここに入力... .placeholder = ここに入力...
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 = 起動時にインストール済みの Mod を自動的に更新する
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = コンテナタブを開くときにコンテナがデフォルトとして設定されているワークスペースに切り替える .label = コンテナタブを開くときにコンテナがデフォルトとして設定されているワークスペースに切り替える
zen-theme-marketplace-link = ストアを訪問 zen-theme-marketplace-link = ストアを訪問
@@ -159,6 +159,8 @@ pane-zen-CKS-title = キーボードショートカット
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } キーボードショートカット pane-settings-CKS-title = { -brand-short-name } キーボードショートカット
category-zen-marketplace =
.tooltiptext = Zenモッド
zen-settings-CKS-header = キーボードショートカットをカスタマイズする zen-settings-CKS-header = キーボードショートカットをカスタマイズする
zen-settings-CKS-description = デフォルトのキーボードショートカットを好みに変更し、ブラウジング体験を向上させましょう zen-settings-CKS-description = デフォルトのキーボードショートカットを好みに変更し、ブラウジング体験を向上させましょう
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =
@@ -169,7 +171,7 @@ zen-settings-CKS-reset-shortcuts =
.label = デフォルトに戻す .label = デフォルトに戻す
zenCKSOption-group-other = その他 zenCKSOption-group-other = その他
zenCKSOption-group-windowAndTabManagement = ウィンドウとタブ管理 zenCKSOption-group-windowAndTabManagement = ウィンドウとタブ管理
zenCKSOption-group-navigation = Navigation zenCKSOption-group-navigation = ナビゲーション
zenCKSOption-group-searchAndFind = 検索と検索 zenCKSOption-group-searchAndFind = 検索と検索
zenCKSOption-group-pageOperations = ページ操作 zenCKSOption-group-pageOperations = ページ操作
zenCKSOption-group-historyAndBookmarks = 履歴とブックマーク zenCKSOption-group-historyAndBookmarks = 履歴とブックマーク
@@ -178,7 +180,7 @@ zenCKSOption-group-zen-compact-mode = コンパクトモード
zenCKSOption-group-zen-workspace = ワークスペース zenCKSOption-group-zen-workspace = ワークスペース
zenCKSOption-group-zen-other = その他の禅の特徴 zenCKSOption-group-zen-other = その他の禅の特徴
zenCKSOption-group-zen-split-view = 分割ビュー zenCKSOption-group-zen-split-view = 分割ビュー
zenCKSOption-group-devTools = Developer Tools zenCKSOption-group-devTools = 開発者向けツール
zen-key-quick-restart = すぐに再起動 zen-key-quick-restart = すぐに再起動
zen-window-new-shortcut = 新しいウィンドウ zen-window-new-shortcut = 新しいウィンドウ
zen-tab-new-shortcut = 新しいタブ zen-tab-new-shortcut = 新しいタブ
@@ -188,7 +190,7 @@ zen-location-open-shortcut = 場所を開く
zen-location-open-shortcut-alt = 場所を開く (Alt) zen-location-open-shortcut-alt = 場所を開く (Alt)
zen-key-undo-close-window = 閉じたウィンドウを元に戻す zen-key-undo-close-window = 閉じたウィンドウを元に戻す
zen-text-action-undo-shortcut = 元に戻す zen-text-action-undo-shortcut = 元に戻す
zen-text-action-redo-shortcut = Redo zen-text-action-redo-shortcut = やり直し
zen-text-action-cut-shortcut = 切り取り zen-text-action-cut-shortcut = 切り取り
zen-text-action-copy-shortcut = コピー zen-text-action-copy-shortcut = コピー
zen-text-action-copy-url-shortcut = 現在のURLをコピー zen-text-action-copy-url-shortcut = 現在のURLをコピー
@@ -204,7 +206,7 @@ zen-picture-in-picture-toggle-shortcut-mac = ピクチャーインピクチャ
zen-picture-in-picture-toggle-shortcut-mac-alt = ピクチャーインピクチャーの切り替え (Mac Alt) zen-picture-in-picture-toggle-shortcut-mac-alt = ピクチャーインピクチャーの切り替え (Mac Alt)
zen-page-source-shortcut-safari = ページソースの表示 (Safari) zen-page-source-shortcut-safari = ページソースの表示 (Safari)
zen-nav-stop-shortcut = 読み込みを停止 zen-nav-stop-shortcut = 読み込みを停止
zen-history-sidebar-shortcut = Show History Sidebar zen-history-sidebar-shortcut = 履歴のサイドバーを表示
zen-window-minimize-shortcut = ウィンドウを最小化する zen-window-minimize-shortcut = ウィンドウを最小化する
zen-help-shortcut = ヘルプを開く zen-help-shortcut = ヘルプを開く
zen-preferences-shortcut = 設定を開く zen-preferences-shortcut = 設定を開く
@@ -230,7 +232,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-toggle-pin-tab-shortcut = ピンタブの切り替え
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 = ページを再読み込み
@@ -247,9 +249,9 @@ zen-key-stop = 読み込みを中止
zen-full-zoom-reduce-shortcut = 縮小 zen-full-zoom-reduce-shortcut = 縮小
zen-full-zoom-enlarge-shortcut = 拡大 zen-full-zoom-enlarge-shortcut = 拡大
zen-full-zoom-reset-shortcut = 等倍 zen-full-zoom-reset-shortcut = 等倍
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt) zen-full-zoom-reset-shortcut-alt = ズームをリセット (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt) zen-full-zoom-enlarge-shortcut-alt = ズームイン (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2) zen-full-zoom-enlarge-shortcut-alt2 = ズームイン(Alt 2)
zen-bidi-switch-direction-shortcut = テキストの方向を切り替える zen-bidi-switch-direction-shortcut = テキストの方向を切り替える
zen-private-browsing-shortcut = プライベート閲覧 zen-private-browsing-shortcut = プライベート閲覧
zen-screenshot-shortcut = スクリーンショットを撮影 zen-screenshot-shortcut = スクリーンショットを撮影
@@ -264,7 +266,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-glance-expand = 拡大表示
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に切り替える
@@ -283,7 +285,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-new-empty-split-view-shortcut = 新しい空の分割ビュー
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つめのタブを選択
@@ -298,17 +300,17 @@ zen-key-goto-history = 履歴を開く
zen-key-go-home = ホームに戻る zen-key-go-home = ホームに戻る
zen-bookmark-show-sidebar-shortcut = ブックマークサイドバーを表示 zen-bookmark-show-sidebar-shortcut = ブックマークサイドバーを表示
zen-bookmark-show-toolbar-shortcut = ブックマークツールバーを表示 zen-bookmark-show-toolbar-shortcut = ブックマークツールバーを表示
zen-devtools-toggle-shortcut = Toggle DevTools zen-devtools-toggle-shortcut = 開発ツールの切り替え
zen-devtools-toggle-browser-toolbox-shortcut = Toggle Browser Toolbox zen-devtools-toggle-browser-toolbox-shortcut = ブラウザツールボックスの切り替え
zen-devtools-toggle-browser-console-shortcut = Toggle Browser Console zen-devtools-toggle-browser-console-shortcut = ブラウザーコンソールの切り替え
zen-devtools-toggle-responsive-design-mode-shortcut = Toggle Responsive Design Mode zen-devtools-toggle-responsive-design-mode-shortcut = レスポンシブデザインモードの切り替え
zen-devtools-toggle-inspector-shortcut = Toggle Inspector zen-devtools-toggle-inspector-shortcut = インスペクタの切り替え
zen-devtools-toggle-web-console-shortcut = Toggle Web Console zen-devtools-toggle-web-console-shortcut = Webコンソールの切り替え
zen-devtools-toggle-js-debugger-shortcut = Toggle JavaScript Debugger zen-devtools-toggle-js-debugger-shortcut = JavaScriptデバッガーの切り替え
zen-devtools-toggle-net-monitor-shortcut = Toggle Network Monitor zen-devtools-toggle-net-monitor-shortcut = ネットワークモニターの切り替え
zen-devtools-toggle-style-editor-shortcut = Toggle Style Editor zen-devtools-toggle-style-editor-shortcut = スタイルエディタの切り替え
zen-devtools-toggle-performance-shortcut = Toggle Performance zen-devtools-toggle-performance-shortcut = パフォーマンスの切り替え
zen-devtools-toggle-storage-shortcut = Toggle Storage zen-devtools-toggle-storage-shortcut = ストレージの切り替え
zen-devtools-toggle-dom-shortcut = Toggle DOM zen-devtools-toggle-dom-shortcut = DOMの切り替え
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility zen-devtools-toggle-accessibility-shortcut = アクセシビリティの切り替え
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs zen-close-all-unpinned-tabs-shortcut = ピン留めされていないすべてのタブを閉じる

View File

@@ -3,23 +3,23 @@
# 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-folders-search-placeholder = zen-folders-search-placeholder =
.placeholder = Search { $folder-name }... .placeholder = { $folder-name } を検索
zen-folders-panel-rename-folder = zen-folders-panel-rename-folder =
.label = Rename Folder .label = フォルダの名前を変更
zen-folders-panel-unpack-folder = zen-folders-panel-unpack-folder =
.label = Unpack Folder .label = フォルダを解除
zen-folders-new-subfolder = zen-folders-new-subfolder =
.label = 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-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = このフォルダでアクティブになっている状態をアンロードします
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Unload All Tabs .label = すべてのタブをアンロードする
zen-folders-search-no-results = No tabs matching that search 🤔 zen-folders-search-no-results = 検索条件に一致するタブはありません 🤔

View File

@@ -3,108 +3,108 @@
# 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-panel-ui-current-profile-text = 使用中のプロファイル zen-panel-ui-current-profile-text = 使用中のプロファイル
unified-extensions-description = 拡張機能は{ -brand-short-name } に多く追加機能をもたらすために使用されます。 unified-extensions-description = 拡張機能は{ -brand-short-name }に多く追加機能をもたらすために使用されます。
tab-context-zen-reset-pinned-tab = tab-context-zen-reset-pinned-tab =
.label = ピン留めされたタブをリセット .label = 固定したタブをリセット
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Add to Essentials .label = Essentialsに追加
.accesskey = E .accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled tab-context-zen-add-essential-badge = { $num } / { $max }スロットがいっぱいです
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Essentialsから削除 .label = Essentialsから削除
.accesskey = R .accesskey = R
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = ピン留めされた URL を現在のものに置き換え .label = 固定したURLを現在のURLに置き換え
.accesskey = C .accesskey = C
zen-themes-corrupted = { -brand-short-name } Modファイルが破損しています。既定のテーマにリセットされました。 zen-themes-corrupted = { -brand-short-name }モッドファイルが文字化けしています。デフォルトのテーマにリセットされました。
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts. zen-shortcuts-corrupted = { -brand-short-name }ショートカットファイルが文字化けしています。デフォルトのショートカットにリセットされました。
# 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/> 新しいURLバーが有効になり、新しいタブページの必要性がなくなりました。<br/><br/>
Try opening a new tab to see the new URL bar in action! 新しいタブを開いて、新しいURLバーを表示してみてください
zen-disable = 無効 zen-disable = 無効
pictureinpicture-minimize-btn = pictureinpicture-minimize-btn =
.aria-label = Minimize .aria-label = 最小化
.tooltip = Minimize .tooltip = 最小化
zen-panel-ui-gradient-generator-custom-color = カスタムカラー zen-panel-ui-gradient-generator-custom-color = カスタムカラー
zen-panel-ui-gradient-generator-saved-message = グラデーションを正常に保存しました! zen-panel-ui-gradient-generator-saved-message = グラデーションを無事に保存しました!
zen-copy-current-url-confirmation = Copied current URL! zen-copy-current-url-confirmation = URLをクリップボードにコピーしました
zen-general-cancel-label = zen-general-cancel-label =
.label = Cancel .label = キャンセル
zen-general-confirm = zen-general-confirm =
.label = Confirm .label = 確定
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL. zen-pinned-tab-replaced = 固定したタブのURLが現在のURLに置き換えられました
zen-tabs-renamed = Tab has been successfully renamed! zen-tabs-renamed = タグの名前は無事に変更されました!
zen-background-tab-opened-toast = New background tab opened! zen-background-tab-opened-toast = 新しい背景タブが開きました!
zen-workspace-renamed-toast = Workspace has been successfully renamed! zen-workspace-renamed-toast = ワークスペースの名前が変更されました!
zen-library-sidebar-workspaces = zen-library-sidebar-workspaces =
.label = Spaces .label = スペース
zen-library-sidebar-mods = zen-library-sidebar-mods =
.label = Mods .label = モッド
zen-toggle-compact-mode-button = zen-toggle-compact-mode-button =
.label = Compact Mode .label = コンパクトモード
.tooltiptext = Toggle Compact Mode .tooltiptext = コンパクトモードの切り替え
# 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 = Learn More zen-learn-more-text = もっと詳しく知る
zen-close-label = 閉じる zen-close-label = 閉じる
zen-singletoolbar-urlbar-placeholder-with-name = zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search... .placeholder = 検索…
zen-icons-picker-emoji = zen-icons-picker-emoji =
.label = Emojis .label = 絵文字
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = アイコン
urlbar-search-mode-zen_actions = Actions urlbar-search-mode-zen_actions = アクション
zen-site-data-settings = Settings zen-site-data-settings = 設定
zen-generic-manage = Manage zen-generic-manage = 管理
zen-generic-more = More zen-generic-more = その他
zen-generic-next = Next zen-generic-next = 次へ
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = Allowed zen-site-data-setting-allow = 許可済み
zen-site-data-setting-block = Blocked zen-site-data-setting-block = ブロック済み
zen-site-data-protections-enabled = Enabled zen-site-data-protections-enabled = 有効
zen-site-data-protections-disabled = Disabled zen-site-data-protections-disabled = 無効
zen-site-data-setting-cross-site = Cross-Site cookie zen-site-data-setting-cross-site = クロスサイトクッキー
zen-site-data-security-info-extension = zen-site-data-security-info-extension =
.label = Extension .label = 拡張機能
zen-site-data-security-info-secure = zen-site-data-security-info-secure =
.label = Secure .label = 大丈夫
zen-site-data-security-info-not-secure = zen-site-data-security-info-not-secure =
.label = Not Secure .label = 大丈夫じゃない
zen-site-data-manage-addons = zen-site-data-manage-addons =
.label = Manage Extensions .label = 拡張機能の管理
zen-site-data-get-addons = zen-site-data-get-addons =
.label = Add Extensions .label = 拡張機能を追加
zen-site-data-site-settings = zen-site-data-site-settings =
.label = All Site Settings .label = すべてのサイト設定
zen-site-data-header-share = zen-site-data-header-share =
.tooltiptext = Share This Page .tooltiptext = このページをシェアする
zen-site-data-header-reader-mode = zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode .tooltiptext = リーダーモードにする
zen-site-data-header-screenshot = zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot .tooltiptext = スクリーンショットを撮る
zen-site-data-header-bookmark = zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page .tooltiptext = このページをブックマークに登録する
zen-urlbar-copy-url-button = zen-urlbar-copy-url-button =
.tooltiptext = Copy URL .tooltiptext = URLをコピーする
zen-site-data-setting-site-protection = Tracking Protection zen-site-data-setting-site-protection = トラッキング保護
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more zen-site-data-panel-feature-callout-title = アドオン、権限などの新しいホーム
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions. zen-site-data-panel-feature-callout-subtitle = アイコンをクリックすると、サイト設定の管理、セキュリティ情報の表示、拡張機能へのアクセス、一般的なアクションが行えます。
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Open Link in Glance .label = Glanceでリンクを開く
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = アップデートが完了しました!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = { -brand-short-name }の新機能
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = リリースノートを表示する
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = 何か壊れましたか?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = セーフモードで再起動する

View File

@@ -5,16 +5,16 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[1] タブを分割(二個以上のタブを選択してください) [1] タブを分割する(2つ以上のタブを選択してください
*[other] 選択したタブを{ $tabCount }に分割 *[other] 選択したタブを{ $tabCount }に分割する
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = リンクを新しいタブに分割 .label = リンクを新しいタブに分割する
.accesskey = S .accesskey = S
zen-split-view-modifier-header = 分割表示 zen-split-view-modifier-header = 分割表示
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =
.label = 再配置を有効にする .label = 再配置を有効にする
zen-split-view-modifier-enabled-toast = 分割ビューの再配置はONになっています。 zen-split-view-modifier-enabled-toast = 分割表示の再配置はONになっています。
zen-split-view-modifier-enabled-toast-description = ドラッグアンドドロップでビューを並べ替えます。Escキーを押して操作をキャンセルします。 zen-split-view-modifier-enabled-toast-description = ドラッグアンドドロップで表示を並べ替えます。Escキーを押して操作をキャンセルします。
zen-split-view-modifier-disabled-toast = 分割ビューの再配置はOFFになっています。 zen-split-view-modifier-disabled-toast = 分割表示の再配置はOFFになっています。

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-toolbar-context-tabs-right = zen-toolbar-context-tabs-right =
.label = タブバーを右側に表示 .label = タブバーを右側に表示する
.accesskey = R .accesskey = R
zen-toolbar-context-compact-mode = zen-toolbar-context-compact-mode =
.label = コンパクトモード .label = コンパクトモード
@@ -15,25 +15,25 @@ zen-toolbar-context-compact-mode-just-tabs =
zen-toolbar-context-compact-mode-just-toolbar = zen-toolbar-context-compact-mode-just-toolbar =
.label = ツールバーを隠す .label = ツールバーを隠す
zen-toolbar-context-compact-mode-hide-both = zen-toolbar-context-compact-mode-hide-both =
.label = 両方隠す .label = サイドバーとツールバーを隠す
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = New Folder .label = 新しいフォルダ
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = サイドバーを展開する .label = サイドバーを展開する
sidebar-zen-create-new = sidebar-zen-create-new =
.label = Create New... .label = 新しく作成する…
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Unload and switch to tab [one] タブをアンロードして切り替える
*[other] Unload { $tabCount } tabs and switch to the first *[other] { $tabCount }つタブをアンロードして最初タブに切り替える
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Reset and pin tab [one] タブをリセットして固定する
*[other] Reset and pin { $tabCount } tabs *[other] タブをリセットして{ $tabCount }つタブを固定する
} }
tab-reset-pin-label = ピン留めしたURLに戻る tab-reset-pin-label = 固定したURLに戻る

View File

@@ -2,25 +2,25 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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 = Welcome to zen-welcome-title-line1 = ようこそ
zen-welcome-title-line2 = a calmer internet zen-welcome-title-line2 = 静かなインターネットへ
zen-welcome-import-title = A Fresh Start, Same Bookmarks zen-welcome-import-title = 新鮮なスタート、同じブックマーク
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 = ブックマーク、履歴、パスワードはインターネット上のパンくずの跡のようなものです。残さないでください!
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 = 別のブラウザから簡単に移行し、中断したところから再開できます。
zen-welcome-import-button = 今すぐインポート zen-welcome-import-button = 今すぐインポート
zen-welcome-set-default-browser = { -brand-short-name } を既定ブラウザーに設定 zen-welcome-set-default-browser = { -brand-short-name }を既定ブラウザーに設定する
zen-welcome-dont-set-default-browser = { -brand-short-name } を既定ブラウザに設定しないでください zen-welcome-dont-set-default-browser = { -brand-short-name }を既定ブラウザに設定しないでください
zen-welcome-initial-essentials-title = Your Key Tabs, Always Within Reach zen-welcome-initial-essentials-title = キータブは常に手の届く範囲にあります
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 = いくつ開いても、最も重要なタブに簡単にアクセスでき、常に手元にあるようにします。
zen-welcome-initial-essentials-description-2 = Essential tabs are always visible, no matter what workspace you are in. zen-welcome-initial-essentials-description-2 = 重要なタブは、ワークスペースに関係なく常に表示されます。
zen-welcome-workspace-colors-title = Your Workspaces, Your Colors zen-welcome-workspace-colors-title = あなたのワークスペース、あなたの色
zen-welcome-workspace-colors-description = Personalize your browser by giving each workspace its own unique color identity. zen-welcome-workspace-colors-description = 各ワークスペースに独自の色のアイデンティティを与えることで、ブラウザをパーソナライズします。
zen-welcome-start-browsing-title = zen-welcome-start-browsing-title =
All set?<br/> 準備完了?<br/>
Lets get rolling! さあ、始めましょう!
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 = 準備完了です。下のボタンをクリックして、{ -brand-short-name }でブラウズを開始してください。
zen-welcome-start-browsing = Dive in! zen-welcome-start-browsing = 飛び込んで!
zen-welcome-default-search-title = Your Default Search Engine zen-welcome-default-search-title = 既定の検索エンジン
zen-welcome-default-search-description = Choose your default search engine. You can always change it later! zen-welcome-default-search-description = デフォルトの検索エンジンを選択してください。後でいつでも変更できます!
zen-welcome-skip-button = スキップ zen-welcome-skip-button = スキップ
zen-welcome-finished = Zen の設定が完了しました! zen-welcome-finished = Zenの設定が完了しました

View File

@@ -2,33 +2,33 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# 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-panel-ui-workspaces-text = ワークスペース zen-panel-ui-workspaces-text = スペース
zen-panel-ui-workspaces-create = zen-panel-ui-workspaces-create =
.label = Create Space .label = スペースを作成
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = フォルダーを作成
zen-panel-ui-new-empty-split = zen-panel-ui-new-empty-split =
.label = New Split .label = 新しい分割表示
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = ワークスペースを削除 .label = スペースを削除する
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Change Name .label = 名前を変更する
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Change Icon .label = アイコンを変更する
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Set Profile .label = プロファイルを設定する
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
.label = Unload Space .label = スペースをアンロードする
zen-workspaces-how-to-reorder-title = How to reorder spaces zen-workspaces-how-to-reorder-title = 並べ替える方法
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 = サイドバーの下部にあるスペースアイコンをドラッグして並べ替えます
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Edit Theme .label = テーマを編集する
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = ワークスペースを開く .label = ワークスペースを開く
.accesskey = O .accesskey = O
zen-workspaces-panel-context-edit = zen-workspaces-panel-context-edit =
.label = ワークスペースを編集 .label = ワークスペースを編集する
.accesskey = E .accesskey = E
context-zen-change-workspace-tab = context-zen-change-workspace-tab =
.label = タブをワークスペースに移動 .label = タブをワークスペースに移動
@@ -37,29 +37,29 @@ zen-bookmark-edit-panel-workspace-selector =
.value = ワークスペース .value = ワークスペース
.accesskey = W .accesskey = W
zen-panel-ui-gradient-generator-algo-complementary = zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary .label = 補完的
zen-panel-ui-gradient-generator-algo-splitComplementary = zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = 分割 .label = 分割
zen-panel-ui-gradient-generator-algo-analogous = zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous .label = 類推的
zen-panel-ui-gradient-generator-algo-triadic = zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic .label = トライド的
zen-panel-ui-gradient-generator-algo-floating = zen-panel-ui-gradient-generator-algo-floating =
.label = Floating .label = フローティング
zen-panel-ui-gradient-click-to-add = Click to add a color zen-panel-ui-gradient-click-to-add = クリックして色を追加する
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Space Name .placeholder = スペース名
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Reorder Spaces .label = スペースの順序を変更する
zen-workspace-creation-profile = Profile zen-workspace-creation-profile = プロファイル
.tooltiptext = Profiles are used to separate cookies and site data between spaces. .tooltiptext = プロファイルはスペース間でクッキーとサイトデータを分離するために使用されます。
zen-workspace-creation-header = Create a Space zen-workspace-creation-header = スペースを作成する
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions. zen-workspace-creation-label = スペースはタブやセッションを整理するために使用されます。
zen-workspaces-delete-workspace-title = Delete Workspace? zen-workspaces-delete-workspace-title = スペースを削除しますか?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone. zen-workspaces-delete-workspace-body = { $name }を削除してもよろしいですか?この操作は元に戻せません。
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabs Closed! Use <span>{ $shortcut }</span> to undo. zen-workspaces-close-all-unpinned-tabs-toast = タブを閉じました!元に戻すには、 <span>{ $shortcut }</span>を使用してください。
zen-workspaces-close-all-unpinned-tabs-title = zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear .label = 削除する
.tooltiptext = Close all unpinned tabs .tooltiptext = すべての固定しなかったタブを閉じる

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = 키보드 단축키
category-zen-CKS = category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title } .tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } 키보드 단축키 pane-settings-CKS-title = { -brand-short-name } 키보드 단축키
category-zen-marketplace =
.tooltiptext = Zen 모드
zen-settings-CKS-header = 단축키를 커스터마이징하세요 zen-settings-CKS-header = 단축키를 커스터마이징하세요
zen-settings-CKS-description = 기본 키보드 단축키를 입맛대로 바꾸고 브라우징 경험을 개선하세요 zen-settings-CKS-description = 기본 키보드 단축키를 입맛대로 바꾸고 브라우징 경험을 개선하세요
zen-settings-CKS-disable-firefox = zen-settings-CKS-disable-firefox =

View File

@@ -98,13 +98,13 @@ zen-site-data-panel-feature-callout-subtitle = 아이콘을 클릭해 사이트
zen-open-link-in-glance = zen-open-link-in-glance =
.label = 글랜스로 링크 열기 .label = 글랜스로 링크 열기
.accesskey = G .accesskey = G
zen-sidebar-notification-updated-heading = Update Complete! zen-sidebar-notification-updated-heading = 업데이트 완료!
# See ZenSidebarNotification.mjs to see how these would be used # See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = What's new in { -brand-short-name } zen-sidebar-notification-updated-label = { -brand-short-name }의 새로운 기능
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = View Release Notes .title = 업데이트 기록 보기
zen-sidebar-notification-restart-safe-mode-label = Something broke? zen-sidebar-notification-restart-safe-mode-label = 무언가 고장났나요?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode .title = 안전 모드로 다시 시작

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