Compare commits

..

99 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
798 changed files with 19546 additions and 8810 deletions

View File

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

View File

@@ -126,8 +126,9 @@ jobs:
export SURFER_PLATFORM="darwin"
export PATH="$(python3 -m site --user-base)/bin":$PATH
# 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 ..
ls /Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk
- name: Build language packs
run: sh scripts/download-language-packs.sh

View File

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

View File

@@ -47,6 +47,12 @@ jobs:
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
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
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: |
@@ -67,6 +73,12 @@ jobs:
npm run sync
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
id: git-check
run: |
@@ -95,6 +107,10 @@ jobs:
echo "Checking if patches apply cleanly..."
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
uses: peter-evans/create-pull-request@v7
if: steps.git-check.outputs.files_changed == 'true'

View File

@@ -197,12 +197,14 @@ jobs:
else
rustup target add x86_64-pc-windows-msvc
fi
# Stored in build/windows/.windows-rs-version
WINDOWS_RS_VERSION=$(cat build/windows/.windows-rs-version)
cd engine/
cargo install cargo-download --locked
cargo download -x windows=0.58.0
cargo download -x windows=$WINDOWS_RS_VERSION
export CARGO_INCREMENTAL=0
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
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}

View File

@@ -17,6 +17,8 @@ engine/
surfer.json
src/zen/tests/mochitests/*
src/browser/app/profile/*.js
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
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `146.0`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 146.0`!
- [`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 147.0`!
### Contributing

View File

@@ -1 +1 @@
8908c8eb566c64521e2a777ad8a80b62bd6aa193
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-bootstrap=-sccache
ac_add_options --enable-optimize
ac_add_options --enable-release
ac_add_options --disable-debug
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-wasm-simd
mk_add_options MOZ_PARALLEL_COMPILE=1
ac_add_options --disable-geckodriver
ac_add_options --disable-rust-tests
@@ -73,24 +73,13 @@ if test "$ZEN_RELEASE"; then
fi
fi
ac_add_options --enable-jemalloc
mk_add_options MOZILLA_OFFICIAL=1
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
export AUTOCLOBBER=1
ac_add_options --enable-updater
ac_add_options --enable-js-shell
export MOZ_PACKAGE_JSSHELL=1
ac_add_options --disable-crashreporter

View File

@@ -17,30 +17,16 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-eme=widevine
# Enable Profile Guided Optimization
if test "$ZEN_GA_DISABLE_PGO"; then
export ZEN_DUMMY=1
else
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
if ! test "$ZEN_GA_DISABLE_PGO"; then
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
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
ac_add_options --target=aarch64-linux-gnu
ac_add_options --enable-optimize="-O3"
# override LTO settings
export MOZ_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
# 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
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
else
ac_add_options --enable-clang-plugin
ac_add_options --target=aarch64-apple-darwin
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,
# but we're using apple64-apple-darwin, which defaults to -mcpu=apple-a7, which disables
# a bunch of # performance-enabling CPU features.
export CFLAGS="-O3 -march=armv8.3-a+simd -mcpu=apple-m1"
export CPPFLAGS="-O3 -march=armv8.3-a+simd -mcpu=apple-m1"
export CXXFLAGS="-O3 -march=armv8.3-a+simd -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"
# TODO: We'll want to switch to aarch64-apple-macos eventually.
export CFLAGS="$CFLAGS -mcpu=apple-m1"
export CXXFLAGS="$CXXFLAGS -mcpu=apple-m1"
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
if test "$SURFER_COMPAT" = "x86_64"; then
ac_add_options --target=x86_64-pc-windows-msvc
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
ac_add_options --target=aarch64-pc-windows-msvc
ac_add_options --enable-eme=widevine
ac_add_options --enable-optimize="-O2 -mtune=cortex-a55 -march=armv8.2-a+simd"
# override LTO settings
export MOZ_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
if test "$ZEN_CROSS_COMPILING"; 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"
ac_add_options --enable-profile-generate=cross
elif test "$SURFER_COMPAT" = "x86_64"; then

View File

@@ -8,6 +8,8 @@ files:
translation: browser/browser/zen-general.ftl
- source: en-US/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
translation: browser/browser/zen-vertical-tabs.ftl
- source: en-US/browser/browser/zen-welcome.ftl

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

View File

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

View File

@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-toolbar-context-tabs-right =
.label = علامات التبويب على اليمين
.label = علامات التبويب على اليسار
.accesskey = ر
zen-toolbar-context-compact-mode =
.label = الوضع المدمج

View File

@@ -2,25 +2,25 @@
# 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-title-line1 = مرحبا بك في
zen-welcome-title-line2 = إنترنت أكثر هدوء
zen-welcome-import-title = بداية جديدة، نفس المفضّلات
zen-welcome-import-description-1 = المفضّلات، سجل التصفح، وكلمات السر هي أثر خطواتك على الإنترنت…خليها معاك!
zen-welcome-import-description-2 = أحضرهم بسهولة من متصفح آخر وكمل من حيث انتهيت.
zen-welcome-import-button = "استردهم الآن
zen-welcome-set-default-browser = اجعل { -brand-short-name } المتصفح الافتراضي لديك
zen-welcome-dont-set-default-browser = لا تجعل { -brand-short-name } المتصفح الافتراضي لديك
zen-welcome-initial-essentials-title = تبويباتك، دائمًا في متناول يدك
zen-welcome-initial-essentials-description-1 = احرص على أن تظل تبويباتك الأهم سهلة الوصول وفي متناول يدك دائمًا، مهما كان عددها.
zen-welcome-initial-essentials-description-2 = التبويبات الأساسية تبقى مرئية دائمًا، مهما كانت المساحة التي تعمل فيها.
zen-welcome-workspace-colors-title = مساحات عملك، ألوانك
zen-welcome-workspace-colors-description = خصص متصفحك بمنح كل مساحة عمل هُوِيَّة.
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!
كل شيء تمام؟<br/>
يلا نبدأ!
zen-welcome-start-browsing-description-1 = كل حاجة جاهزة، دوس على الزر تحت وابدأ التصفح بـ { -brand-short-name }.
zen-welcome-start-browsing = انطلق!
zen-welcome-default-search-title = محرك البحث الافتراضي
zen-welcome-default-search-description = اختر محرك البحث الافتراضي. يمكنك تغييره لاحقًا!
zen-welcome-skip-button = تخطي
zen-welcome-finished = تم إعداد نسختك بشكل صحيح!

View File

@@ -4,9 +4,9 @@
zen-panel-ui-workspaces-text = مساحات العمل
zen-panel-ui-workspaces-create =
.label = Create Space
.label = إنشاء مساحة عمل
zen-panel-ui-folder-create =
.label = Create Folder
.label = إنشاء مِلف
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete =
@@ -15,7 +15,7 @@ zen-workspaces-panel-context-delete =
zen-workspaces-panel-change-name =
.label = Change Name
zen-workspaces-panel-change-icon =
.label = Change Icon
.label = تغيير الأيقونة
zen-workspaces-panel-context-default-profile =
.label = Set Profile
zen-workspaces-panel-unload =
@@ -31,7 +31,7 @@ zen-workspaces-panel-context-edit =
.label = تعديل فضاء العمل
.accesskey = ه
context-zen-change-workspace-tab =
.label = تغيير علامة التبويب إلى فضاء العمل
.label = تغيير علامة(ات) التبويب إلى فضاء العمل
.accesskey = ج
zen-bookmark-edit-panel-workspace-selector =
.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-title =
.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 =
.tooltiptext = { pane-zen-CKS-title }
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-description = Canvieu les dreceres de teclat per defecte al vostre gust i milloreu la vostra experiència de navegació
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Klávesové zkratky
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-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 =

View File

@@ -2,313 +2,315 @@
# 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
pane-zen-looks-title = Edrych a Theimlo
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 = Single toolbar
zen-layout-multiple-toolbar = Multiple toolbars
zen-layout-collapsed-toolbar = Collapsed toolbar
sync-currently-syncing-workspaces = Workspaces
zen-warning-language = Gall newid yr iaith rhagosodedig ei gwneud hi'n haws i Wefannau eich tracio.
zen-vertical-tabs-layout-header = Cynllun Porwr
zen-vertical-tabs-layout-description = Dewiswch y cynllun sy orau i chi
zen-layout-single-toolbar = Unig Far Ochr
zen-layout-multiple-toolbar = Bar Ochr a Bar Offer Uchaf
zen-layout-collapsed-toolbar = Bar Ochr wedi'i Leihau
sync-currently-syncing-workspaces = Gofodau Gwaith
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
.label = Gofodau Gwaith
.tooltiptext = Cydweddu eich gofodau gwaith ar draws dyfeisiau
.accesskey = G
zen-glance-title = Cipolwg
zen-glance-header = Gosodiadau cyffredinol ar gyfer cipolwg
zen-glance-description = Cael trosolwg cyflym o'ch dolenni heb eu hagor mewn tab newydd
zen-glance-trigger-label = Dull sbarduno
zen-glance-enabled =
.label = Enable Glance
.label = Galluogi Cipolwg
zen-glance-trigger-ctrl-click =
.label = Ctrl + Click
.label = Ctrl + Clic
zen-glance-trigger-alt-click =
.label = Alt + Click
.label = Alt + Clic
zen-glance-trigger-shift-click =
.label = Shift + Click
.label = Shift + Clic
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!
.label = Meta (Command) + Clic
zen-look-and-feel-compact-view-header = Dangos mewn golwg gryno
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 =
.label = Enable { -brand-short-name }'s compact mode
.label = Galluogi modd cryno { -brand-short-name }
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 =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode
pane-zen-tabs-title = Tab Management
.label = Gwneud i'r bar offer ymddangos yn fyr wrth newid neu agor tabiau newydd yn y modd cryno
pane-zen-tabs-title = Rheoli Tabiau
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces
pane-settings-workspaces-title = Gofodau Gwaith
zen-tabs-unloader-enabled =
.label = Enable Tab Unloader
.label = Galluogi Dadlwytho Tabiau
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 =
.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 =
.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
.label = Anwybyddu tabiau sy'n Aros wrth gylchdroi gyda Ctrl+Tab
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 =
.label = Use themed background for compact toolbar
.label = Defnyddio cefndir thema ar gyfer bar offer cryno
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
.label = Parhau lle gwnaethoch chi adael
pane-zen-pinned-tab-manager-title = Tabiau wedi'u Pinio
zen-pinned-tab-manager-header = Gosodiadau cyffredinol ar gyfer tabiau wedi'u pinio
zen-pinned-tab-manager-description = Rheoli ymddygiad ychwanegol tabiau wedi'u pinio
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 =
.label = Enable container-specific essentials
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior
.label = Galluogi hanfodion penodol i gynwysyddion
zen-pinned-tab-manager-close-shortcut-behavior-label = Cau Ymddygiad Llwybr Byr Tabiau
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 =
.label = Unload and switch to next tab
.label = Dadlwytho a newid i'r tab nesaf
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 =
.label = Switch to next tab
.label = Newid i'r tab nesaf
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL
.label = Ailosod 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!
.label = Cau'r tab
pane-zen-workspaces-header = Gofodau Gwaith
zen-settings-workspaces-header = Gosodiadau cyffredinol ar gyfer gofodau gwaith
zen-settings-workspaces-description = Gyda gofodau gwaith, gallwch gael sawl sesiwn pori ar unwaith!
zen-settings-workspaces-enabled =
.label = Enable Workspaces
.label = Galluogi Gofodau Gwaith
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
.label = Cuddio'r dangosydd cynhwysydd rhagosodedig yn y bar tabiau
zen-key-unsaved = Llwybr byr heb ei gadw! Cadwch ef drwy glicio'r allwedd "Escape" ar ôl ei aildeipio.
zen-key-conflict = Yn gwrthdaro â { $group } -> { $shortcut }
pane-zen-theme-title = Gosodiadau Thema
zen-vertical-tabs-title = Cynllun y bar ochr a'r tabiau
zen-vertical-tabs-header = Tabiau Fertigol
zen-vertical-tabs-description = Rheoli eich tabiau mewn cynllun fertigol
zen-vertical-tabs-show-expand-button =
.label = Show Expand Button
.label = Dangos y Botwm Ehangu
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 =
.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
.label = Symud y botwm tab newydd i'r brig
zen-vertical-tabs-expand-tabs-by-default = Ehangu Tabiau yn Rhagosodedig
zen-vertical-tabs-dont-expand-tabs-by-default = Peidiwch ag Ehangu Tabiau yn Ragosodedig
zen-vertical-tabs-expand-tabs-on-hover = Yn Ehangu Tabiau wrth Hofran (Ond nid yn y modd cryno)
zen-vertical-tabs-expand-tabs-header = Sut i ehangu tabiau
zen-vertical-tabs-expand-tabs-description = Dewiswch sut i ehangu tabiau yn y bar ochr
zen-theme-marketplace-header = Addasiadau Zen
zen-theme-disable-all-enabled =
.title = Disable all mods
.title = Analluogi pob addasiad
zen-theme-disable-all-disabled =
.title = Enable all mods
zen-theme-marketplace-description = Find and install mods from the store.
.title = Galluogi pob addasiad
zen-theme-marketplace-description = Dewch o hyd i addasiadau o'r storfa a'u gosod.
zen-theme-marketplace-remove-button =
.label = Remove mod
.label = Dileu addasiad
zen-theme-marketplace-check-for-updates-button =
.label = Check for Updates
.label = Chwilio am Ddiweddariadau
zen-theme-marketplace-import-button =
.label = Import mods
.label = Mewnforio addasiadau
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!
.label = Allforio Addasiadau
zen-theme-marketplace-import-success = Addasiadau wedi'u mewnforio'n llwyddiannus
zen-theme-marketplace-import-failure = Bu gwall wrth fewnforio'r addasiadau
zen-theme-marketplace-export-success = Addasiadau wedi'u hallforio'n llwyddiannus
zen-theme-marketplace-export-failure = Bu gwall wrth allforio'r addasiadau
zen-theme-marketplace-updates-success = Diweddarwyd yr addasiadau'n llwyddiannus
zen-theme-marketplace-updates-failure = Methu dod o hyd i unrhyw ddiweddariadau!
zen-theme-marketplace-toggle-enabled-button =
.title = Disable mod
.title = Analluogi addasiad
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
.title = Galluogi addasiad
zen-theme-marketplace-remove-confirmation = Ydych chi'n siŵr eich bod chi eisiau tynnu'r addasiad hwn?
zen-theme-marketplace-close-modal = Cau
zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name }
.title = Dewisydd CSS: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = None
.label = Dim
zen-theme-marketplace-input-default-placeholder =
.placeholder = Type something...
pane-zen-marketplace-title = Zen Mods
.placeholder = Teipiwch rywbeth...
pane-zen-marketplace-title = Addasiadau Zen
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 =
.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
.label = Newid i'r gofod gwith lle mae'r cynhwysydd wedi'i osod fel y rhagosodyn wrth agor tabiau cynhwysydd
zen-theme-marketplace-link = Ymweld â'r Storfa
zen-dark-theme-styles-header = Arddulliau Thema Tywyll
zen-dark-theme-styles-description = Addaswch y thema dywyll i'r hyn rydych yn ei hoffi
zen-dark-theme-styles-amoled = Thema Nos
zen-dark-theme-styles-default = Thema Dywyll Rhagosodedig
zen-dark-theme-styles-colorful = Thema Dywyll Lliwgar
zen-compact-mode-styles-left = Cuddio Bar Tab
zen-compact-mode-styles-top = Cuddio Bar Uchaf
zen-compact-mode-styles-both = Cuddio'r Ddau
zen-urlbar-title = Bar URL Zen
zen-urlbar-header = Gosodiadau cyffredinol ar gyfer y bar URL
zen-urlbar-description = Addaswch y bar URL i'r hyn rydych yn ei hoffi
zen-urlbar-behavior-label = Ymddygiad
zen-urlbar-behavior-normal =
.label = Normal
.label = Arferol
zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing
.label = Arnofiodim ond wrth deipio
zen-urlbar-behavior-float =
.label = Always floating
pane-zen-CKS-title = Keyboard Shortcuts
.label = Bob amser yn arnofio
pane-zen-CKS-title = Llwybrau Byr Bysellfwrdd
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } 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
pane-settings-CKS-title = Llwybrau Byr Bysellfwrdd { -brand-short-name }
category-zen-marketplace =
.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 =
.label = Disable { -brand-short-name }'s default keyboard shortcuts
.label = Analluogi llwybrau byr bysellfwrdd arferol { -brand-short-name }
zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut
.label = Llwybr Byr Dyblyg
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
.label = Ailosod i'r Arferol
zenCKSOption-group-other = Arall
zenCKSOption-group-windowAndTabManagement = Rheoli Ffenestri a Thabiau
zenCKSOption-group-navigation = Llywio
zenCKSOption-group-searchAndFind = Chwilio a Chanfod
zenCKSOption-group-pageOperations = Gweithrediadau Tudalen
zenCKSOption-group-historyAndBookmarks = Hanes a Nodau Tudalen
zenCKSOption-group-mediaAndDisplay = Cyfryngau a Dangos
zenCKSOption-group-zen-compact-mode = Modd Cryno
zenCKSOption-group-zen-workspace = Gofodau Gwaith
zenCKSOption-group-zen-other = Nodweddion Zen Eraill
zenCKSOption-group-zen-split-view = Golwg Hollt
zenCKSOption-group-devTools = Offer Datblygwyr
zen-key-quick-restart = Ailgychwyn Cyflym
zen-window-new-shortcut = Ffenestr Newydd
zen-tab-new-shortcut = Tab Newydd
zen-key-redo = Ailwneud
zen-restore-last-closed-tab-shortcut = Adfer y Tab Ar Gau Diwethaf
zen-location-open-shortcut = Agor Lleoliad
zen-location-open-shortcut-alt = Agor Lleoliad (Alt)
zen-key-undo-close-window = Dadwneud Cau Ffenestr
zen-text-action-undo-shortcut = Dadwneud
zen-text-action-redo-shortcut = Ailwneud
zen-text-action-cut-shortcut = Torri
zen-text-action-copy-shortcut = Copïo
zen-text-action-copy-url-shortcut = Copïo'r URL cyfredol
zen-text-action-copy-url-markdown-shortcut = Copïo'r URL cyfredol fel Markdown
zen-text-action-paste-shortcut = Gludo
zen-text-action-select-all-shortcut = Dewis y Cyfan
zen-text-action-delete-shortcut = Dileu
zen-history-show-all-shortcut-mac = Dangos yr Holl Hanes (Mac)
zen-full-screen-shortcut = Togglo Sgrin Llawn
zen-reader-mode-toggle-shortcut-windows = Togglo Modd Darllenydd (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Togglo Llun-mewn-Llun (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Togglo Llun-mewn-Llun (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Togglo Llun-mewn-Llun (Mac Alt)
zen-page-source-shortcut-safari = Gweld Ffynhonnell y Dudalen (Safari)
zen-nav-stop-shortcut = Stopio Llwytho
zen-history-sidebar-shortcut = Dangos Bar Ochr Hanes
zen-window-minimize-shortcut = Lleihau Ffenestr
zen-help-shortcut = Agor Cymorth
zen-preferences-shortcut = Agor Dewisiadau
zen-hide-app-shortcut = Cuddio Rhaglen
zen-hide-other-apps-shortcut = Cuddio Rhaglenni Eraill
zen-search-focus-shortcut = Ffocws Chwilio
zen-search-focus-shortcut-alt = Ffocws Chwilio (Alt)
zen-downloads-shortcut = Agor Llwythi
zen-addons-shortcut = Agor Ychwanegiadau
zen-file-open-shortcut = Agor Ffeil
zen-save-page-shortcut = Cadw Tudalen
zen-print-shortcut = Argraffu Tudalen
zen-close-shortcut-2 = Cau'r Tab
zen-mute-toggle-shortcut = Togglo Mudo
zen-key-delete = Dileu Allwedd
zen-key-go-back = Nôl
zen-key-go-forward = Ymlaen
zen-nav-back-shortcut-alt = Llywio Nôl (Alt)
zen-nav-fwd-shortcut-alt = Llywio Ymlaen (Alt)
zen-history-show-all-shortcut = Dangos yr Holl Hanes
zen-key-enter-full-screen = Mynd i'r Sgrin Llawn
zen-key-exit-full-screen = Gadael y Sgrin Llawn
zen-ai-chatbot-sidebar-shortcut = Toglo Bar Ochr Sgwrsfot AI
zen-key-inspector-mac = Toglo Arolygydd (Mac)
zen-toggle-sidebar-shortcut = Toglo Bar Ochr Firefox
zen-toggle-pin-tab-shortcut = Toglo Pinio Tab
zen-reader-mode-toggle-shortcut-other = Toglo Modd Darllenydd
zen-picture-in-picture-toggle-shortcut = Toglo Llun-mewn-Llun
zen-nav-reload-shortcut-2 = Ail-lwytho Tudalen
zen-key-about-processes = Ynglŷn â Phrosesau
zen-page-source-shortcut = Gweld Ffynhonnell Tudalen
zen-page-info-shortcut = Gweld Manylion Tudalen
zen-find-shortcut = Canfod ar y Dudalen
zen-search-find-again-shortcut = Canfod Eto
zen-search-find-again-shortcut-prev = Canfod y Blaenorol
zen-search-find-again-shortcut-2 = Canfod Eto (Alt)
zen-bookmark-this-page-shortcut = Gosod Nod Tudalen i'r Dudalen Hon
zen-bookmark-show-library-shortcut = Dangos Llyfrgell Nodau Tudalen
zen-key-stop = Stopio Llwytho
zen-full-zoom-reduce-shortcut = Chwyddo Allan
zen-full-zoom-enlarge-shortcut = Chwyddo i Mewn
zen-full-zoom-reset-shortcut = Ailosod Chwyddo
zen-full-zoom-reset-shortcut-alt = Ailosod Chwyddo (Alt)
zen-full-zoom-enlarge-shortcut-alt = Chwyddo i Mewn (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Chwyddo i Mewn (Alt 2)
zen-bidi-switch-direction-shortcut = Newid Cyfeiriad y Testun
zen-private-browsing-shortcut = Pori Preifat
zen-screenshot-shortcut = Tynnu Llun Sgrin
zen-key-sanitize = Clirio Data Pori
zen-quit-app-shortcut = Gadael y Rhaglen
zen-key-wr-capture-cmd = Gorchymyn Cipio WR
zen-key-wr-toggle-capture-sequence-cmd = Toglo Dilyniant Cipio WR
zen-nav-reload-shortcut = Ail-lwytho Tudalen
zen-nav-reload-shortcut-skip-cache = Ail-lwytho Tudalen (Hepgor Storfa Gof)
zen-close-shortcut = Cau Ffenestr
zen-close-tab-shortcut = Cau Tab
zen-compact-mode-shortcut-show-sidebar = Toglo Bar Ochr Arnofiol
zen-compact-mode-shortcut-show-toolbar = Toglo Bar Offer Arnofiol
zen-compact-mode-shortcut-toggle = Toglo Modd Cryno
zen-glance-expand = Ehangu Cipolwg
zen-workspace-shortcut-switch-1 = Symud i Gofod Gwaith 1
zen-workspace-shortcut-switch-2 = Symud i Gofod Gwaith 2
zen-workspace-shortcut-switch-3 = Symud i Gofod Gwaith 3
zen-workspace-shortcut-switch-4 = Symud i Gofod Gwaith 4
zen-workspace-shortcut-switch-5 = Symud i Gofod Gwaith 5
zen-workspace-shortcut-switch-6 = Symud i Gofod Gwaith 6
zen-workspace-shortcut-switch-7 = Symud i Gofod Gwaith 7
zen-workspace-shortcut-switch-8 = Symud i Gofod Gwaith 8
zen-workspace-shortcut-switch-9 = Symud i Gofod Gwaith 9
zen-workspace-shortcut-switch-10 = Symud i Gofod Gwaith 10
zen-workspace-shortcut-forward = Gofod Gwaith Ymlaen
zen-workspace-shortcut-backward = Gofod Gwaith Nôl
zen-sidebar-shortcut-toggle = Toglo Lled y Bar Ochr
zen-pinned-tab-shortcut-reset = Ailosod y Tab wedi'i Binio i URL wedi'i Binio
zen-split-view-shortcut-grid = Toglo Grid Golwg Hollt
zen-split-view-shortcut-vertical = Toglo Golwg Hollt Fertigol
zen-split-view-shortcut-horizontal = Toglo Golwg Hollt Llorweddol
zen-split-view-shortcut-unsplit = Cau Golwg Hollt
zen-new-empty-split-view-shortcut = Golwg Hollt Gwag Newydd
zen-key-select-tab-1 = Dewis tab #1
zen-key-select-tab-2 = Dewis tab #2
zen-key-select-tab-3 = Dewis tab #3
zen-key-select-tab-4 = Dewis tab #4
zen-key-select-tab-5 = Dewis tab #5
zen-key-select-tab-6 = Dewis tab #6
zen-key-select-tab-7 = Dewis tab #7
zen-key-select-tab-8 = Dewis tab #8
zen-key-select-tab-last = Dewis y tab olaf
zen-key-show-all-tabs = Dangos pob tab
zen-key-goto-history = Mynd i hanes
zen-key-go-home = Mynd Adref
zen-bookmark-show-sidebar-shortcut = Dangos Bar Ochr Nodau Tudalen
zen-bookmark-show-toolbar-shortcut = Dangos Bar Offer Nodau Tudalen
zen-devtools-toggle-shortcut = Toglo Offer Datblygu
zen-devtools-toggle-browser-toolbox-shortcut = Toglo Blwch Offer Porwr
zen-devtools-toggle-browser-console-shortcut = Toglo Consol Porwr
zen-devtools-toggle-responsive-design-mode-shortcut = Toglo Modd Dylunio Ymatebol
zen-devtools-toggle-inspector-shortcut = Toglo Arolygydd
zen-devtools-toggle-web-console-shortcut = Toglo Consol Gwe
zen-devtools-toggle-js-debugger-shortcut = Toglo Dadfygiwr JavaScript
zen-devtools-toggle-net-monitor-shortcut = Toglo Monitor Rhwydwaith
zen-devtools-toggle-style-editor-shortcut = Toglo Golygydd Arddull
zen-devtools-toggle-performance-shortcut = Toglo Perfformiad
zen-devtools-toggle-storage-shortcut = Toglo Storio
zen-devtools-toggle-dom-shortcut = Toglo DOM
zen-devtools-toggle-accessibility-shortcut = Toglo Hygyrchedd
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/.
zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
.placeholder = Chwilio { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
.label = Ail-enwi Ffolder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
.label = Dadbacio Ffolder
zen-folders-new-subfolder =
.label = New Subfolder
.label = Is-ffolder Newydd
zen-folders-panel-delete-folder =
.label = Delete Folder
.label = Dileu Ffolder
zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space
.label = Trosi ffolder i Ofod
zen-folders-panel-change-folder-space =
.label = Change Space...
.label = Newid Gofod...
zen-folders-panel-change-icon-folder =
.label = Change Icon
.label = Newid Eicon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
.tooltiptext = Dadlwytho gweithredol yn y ffolder hon
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔
.label = Dadlwytho Pob Tab
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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-current-profile-text = proffil gweithredol
unified-extensions-description = Mae ehangiadau'n cael ei defnyddio er mwyn ychwanegu fwy o weithrediadau i mewn i { -brand-short-name }.
zen-panel-ui-current-profile-text = proffil cyfredol
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 =
.label = Ailosod Tab wedi'i Binio
.accesskey = R
.accesskey = A
tab-context-zen-add-essential =
.label = Add to Essentials
.accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
.label = Ychwanegu at Hanfodion
.accesskey = H
tab-context-zen-add-essential-badge = { $num } / { $max } slotiau wedi'u llenwi
tab-context-zen-remove-essential =
.label = Diddymu o Hanfodion
.accesskey = R
.label = Dileu o'r Hanfodion
.accesskey = D
tab-context-zen-replace-pinned-url-with-current =
.label = Ailosod URL wedi'i Binio gyda'r Gyfredol
.accesskey = C
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-shortcuts-corrupted = Mae eich ffeil llwybr-byr { -brand-short-name } wedi'i llygru. Maent wedi cael eu hailosod i'r llwybr-byr rhagosodedig.
.label = Ailosod URL wedi'i Binio gyda'r Cyfredol
.accesskey = P
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. Maen nhw wedi cael eu hailosod i'r llwybr byr rhagosodedig.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
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!
zen-disable = Analluogi
pictureinpicture-minimize-btn =
.aria-label = Minimize
.tooltip = Minimize
zen-panel-ui-gradient-generator-custom-color = Addasu Lliw
zen-panel-ui-gradient-generator-saved-message = Llwyddiant arbedi'r graddiant!
zen-copy-current-url-confirmation = Copied current URL!
.aria-label = Lleihau
.tooltip = Lleihau
zen-panel-ui-gradient-generator-custom-color = Lliw Cyfaddas
zen-panel-ui-gradient-generator-saved-message = Llwyddwyd i gadw'r graddiant!
zen-copy-current-url-confirmation = Wedi copïo'r URL cyfredol!
zen-general-cancel-label =
.label = Cancel
.label = Na
zen-general-confirm =
.label = Confirm
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-background-tab-opened-toast = New background tab opened!
zen-workspace-renamed-toast = Workspace has been successfully renamed!
.label = Cadarnhau
zen-pinned-tab-replaced = Mae URL y tab wedi'i binio wedi'i newid i'r URL gyfredol!
zen-tabs-renamed = Mae'r tab wedi cael ei ailenwi'n llwyddiannus!
zen-background-tab-opened-toast = Tab cefndir newydd wedi'i agor!
zen-workspace-renamed-toast = Mae'r Man Gwaith wedi cael ei ailenwi'n llwyddiannus!
zen-library-sidebar-workspaces =
.label = Spaces
.label = Gofodau
zen-library-sidebar-mods =
.label = Mods
.label = Modiau
zen-toggle-compact-mode-button =
.label = Compact Mode
.tooltiptext = Toggle Compact Mode
.label = Modd Cryno
.tooltiptext = Togglo Modd Cryno
# 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-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search...
.placeholder = Chwilio...
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
.label = Eiconau
urlbar-search-mode-zen_actions = Gweithredoedd
zen-site-data-settings = Gosodiadau
zen-generic-manage = Rheoli
zen-generic-more = Rhagor
zen-generic-next = Nesaf
# 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-setting-allow = Caniatawyd
zen-site-data-setting-block = Rhwystrwyd
zen-site-data-protections-enabled = Galluogwyd
zen-site-data-protections-disabled = Analluogwyd
zen-site-data-setting-cross-site = Cwci Traws-Gwefan
zen-site-data-security-info-extension =
.label = Extension
.label = Estyniad
zen-site-data-security-info-secure =
.label = Secure
.label = Diogel
zen-site-data-security-info-not-secure =
.label = Not Secure
.label = Ddim yn Ddiogel
zen-site-data-manage-addons =
.label = Manage Extensions
.label = Rheoli Estyniadau
zen-site-data-get-addons =
.label = Add Extensions
.label = Ychwanegu Estyniadau
zen-site-data-site-settings =
.label = All Site Settings
.label = Pob Gosodiad Gwefan
zen-site-data-header-share =
.tooltiptext = Share This Page
.tooltiptext = Rhannu'r Dudalen Hon
zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode
.tooltiptext = Mynd i'r Modd Darllenydd
zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot
.tooltiptext = Cymryd Llun Sgrin
zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page
.tooltiptext = Nodi'r Dudalen Hon
zen-urlbar-copy-url-button =
.tooltiptext = Copy URL
zen-site-data-setting-site-protection = Tracking Protection
.tooltiptext = Copïo URL
zen-site-data-setting-site-protection = Diogelu Rhag Tracio
# 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-site-data-panel-feature-callout-title = Cartref newydd ar gyfer ychwanegiadau, caniatâd, a mwy
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 =
.label = Open Link in Glance
.accesskey = G
zen-sidebar-notification-updated-heading = Update Complete!
.label = Agor y Ddolen yn Cipolwg
.accesskey = C
zen-sidebar-notification-updated-heading = Diweddariad Wedi'i Gwblhau!
# 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 =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
.title = Gweld Nodiadau Rhyddhau
zen-sidebar-notification-restart-safe-mode-label = Rhywbeth wedi torri?
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 =
.label =
{ $tabCount ->
[1] Split Tab (multiple selected tabs needed)
*[other] Split { $tabCount } Tabs
[1] Tab Hollt (angen sawl tab wedi'u dewis)
*[other] Hollti { $tabCount } Tab
}
.accesskey = S
.accesskey = H
zen-split-link =
.label = Hollti'r dolyn i tab newydd
.accesskey = S
zen-split-view-modifier-header = Golygfa Hollt
.label = Rhannu dolen i dab newydd
.accesskey = D
zen-split-view-modifier-header = Golwg Hollt
zen-split-view-modifier-activate-reallocation =
.label = Activate reallocation
zen-split-view-modifier-enabled-toast = Mae aildrefnu golygfa hollt ymlaen.
zen-split-view-modifier-enabled-toast-description = Llusgwch a gollyngwch yr olygfa i aildrefnu. Pwyswch Esc i gau.
zen-split-view-modifier-disabled-toast = Split view rearrange is OFF.
.label = Galluogi ailddyrannu
zen-split-view-modifier-enabled-toast = Mae aildrefnu'r olwg hollt YMLAEN
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 = 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/.
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
.label = Tabiau ar y dde
.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 =
.label = Hide sidebar
.label = Cuddio'r bar ochr
zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar
.label = Cuddio'r bar offer
zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
.label = Cuddio'r ddau
.accesskey = C
zen-toolbar-context-new-folder =
.label = New Folder
.label = Ffolder Newydd
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar
.label = Ehangu'r Bar Ochr
sidebar-zen-create-new =
.label = Create New...
.label = Creu Newydd...
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
[un] Dadlwytho a newid i dab
*[arall] Dadlwytho { $tabCount } tab a newid i'r cyntaf
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
[un] Ailosod a phinio tab
*[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/.
zen-welcome-title-line1 = Croeso i
zen-welcome-title-line2 = a calmer internet
zen-welcome-import-title = A Fresh Start, Same Bookmarks
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-2 = Easily bring them over from another browser and pick up right where you left off..
zen-welcome-title-line2 = rhyngrwyd llonyddach
zen-welcome-import-title = Dechrau Newydd, Yr Un Nodau Tudalen
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 = Dewch â nhw drosodd yn hawdd o borwr arall a phara ymlaen o le roeddech chi.
zen-welcome-import-button = Mewnforio nawr
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-set-default-browser = Gosod { -brand-short-name } fel eich porwr arferol
zen-welcome-dont-set-default-browser = PEIDIO gosod { -brand-short-name } fel eich porwr arferol
zen-welcome-initial-essentials-title = Eich Tabiau Allweddol, Bob Tro o Fewn Gafael
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 = Mae tabiau hanfodol bob amser yn weladwy, pa bynnag man gwaith rydych chi ynddo.
zen-welcome-workspace-colors-title = Eich Mannau Gwaith, Eich Lliwiau
zen-welcome-workspace-colors-description = Personolwch eich porwr trwy roi lliw unigryw i bob gweithle.
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!
Yn barod?<br/>
Ffwrdd â ni!
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 = Ymlaen!
zen-welcome-default-search-title = Eich Peiriant Chwilio Arferol
zen-welcome-default-search-description = Dewiswch eich peiriant chwilio arferol. Gallwch chi ei newid yn nes ymlaen!
zen-welcome-skip-button = Hepgor
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
# 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 =
.label = Create Space
.label = Creu Gofod
zen-panel-ui-folder-create =
.label = Create Folder
.label = Creu Ffolder
zen-panel-ui-new-empty-split =
.label = New Split
.label = Hollt Newydd
zen-workspaces-panel-context-delete =
.label = Delete Workspace
.label = Dileu Gofod Gwaith
.accesskey = D
zen-workspaces-panel-change-name =
.label = Change Name
.label = Newid Enw
zen-workspaces-panel-change-icon =
.label = Change Icon
.label = Newid Eicon
zen-workspaces-panel-context-default-profile =
.label = Set Profile
.label = Gosod Proffil
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
.label = Dadlwytho Gofod
zen-workspaces-how-to-reorder-title = Sut i aildrefnu gofodau
zen-workspaces-how-to-reorder-desc = Llusgwch yr eiconau gofod ar waelod y bar ochr i'w haildrefnu
zen-workspaces-change-theme =
.label = Edit Theme
.label = Golygu Thema
zen-workspaces-panel-context-open =
.label = Open Workspace
.accesskey = O
.label = Agor Gofod Gwaith
.accesskey = G
zen-workspaces-panel-context-edit =
.label = Edit Workspace
.accesskey = E
.label = Golygu Gofod
.accesskey = G
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
.label = Newid Tab(iau) i Ofod Gwaith
.accesskey = N
zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces
.accesskey = W
.value = Gofodau Gwaith
.accesskey = o
zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary
.label = Cyflenwol
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split
.label = Hollti
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous
.label = Cyfatebol
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic
.label = Triadig
zen-panel-ui-gradient-generator-algo-floating =
.label = Floating
zen-panel-ui-gradient-click-to-add = Click to add a color
.label = Arnofiol
zen-panel-ui-gradient-click-to-add = Cliciwch i ychwanegu lliw
zen-workspace-creation-name =
.placeholder = Space Name
.placeholder = Enw'r Gofod
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 Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
.label = Aildrefnu Gofodau
zen-workspace-creation-profile = Proffil
.tooltiptext = Mae proffiliau'n cael eu defnyddio i wahanu cwcis a data gwefan rhwng gofodau.
zen-workspace-creation-header = Creu Gofod
zen-workspace-creation-label = Mae gofodau'n cael eu defnyddio i drefnu eich tabiau a'ch sesiynau.
zen-workspaces-delete-workspace-title = Dileu Gofod Gwaith?
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
# 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 =
.label = Clear
.tooltiptext = Close all unpinned tabs
.label = Clirio
.tooltiptext = Cau pob tab heb ei binio

View File

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

View File

@@ -33,7 +33,7 @@ zen-glance-trigger-meta-click =
zen-look-and-feel-compact-view-header = In der Kompaktansicht anzeigen
zen-look-and-feel-compact-view-description = Zeige nur die Symbolleisten an, die du verwendest!
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 =
.label = Die obere Symbolleiste auch im Kompaktmodus ausblenden
zen-look-and-feel-compact-toolbar-flash-popup =
@@ -79,10 +79,10 @@ pane-zen-workspaces-header = 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-enabled =
.label = Arbeitsbereiche aktivieren (Experimentell)
.label = Arbeitsbereiche aktivieren (experimentell)
zen-settings-workspaces-hide-default-container-indicator =
.label = Container-Indikator in der Tab-Leiste ausblenden
zen-key-unsaved = Nicht gespeichertes Tastenkürzel! Bitte speichere es, indem du nach der Eingabe die "Escape"-Taste drückst.
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 }
pane-zen-theme-title = Design-Einstellungen
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 =
.label = Erweitern-Schaltfläche anzeigen
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 =
.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-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-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 =
.title = Alle Mods deaktivieren
zen-theme-disable-all-disabled =
@@ -131,21 +131,21 @@ zen-theme-marketplace-dropdown-default-label =
.label = Keine
zen-theme-marketplace-input-default-placeholder =
.placeholder = Gib etwas ein...
pane-zen-marketplace-title = Zen Mods
pane-zen-marketplace-title = Zen-Mods
zen-themes-auto-update =
.label = Installierte Mods beim Start automatisch aktualisieren
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
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 = Passe das dunkle Design nach deinen Wünschen an
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-compact-mode-styles-left = Tab-Leiste ausblenden
zen-compact-mode-styles-top = Obere Leiste 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-description = Passen Sie die Adressleiste nach Ihren Wünschen an
zen-urlbar-behavior-label = Verhalten
@@ -158,11 +158,13 @@ zen-urlbar-behavior-float =
pane-zen-CKS-title = Tastenkürzel
category-zen-CKS =
.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-description = Ändere die Standard-Tastenkürzel nach deinen Wünschen und verbessere dein Browser-Erlebnis
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 =
.label = Doppeltes Tastenkürzel
zen-settings-CKS-reset-shortcuts =
@@ -175,10 +177,10 @@ zenCKSOption-group-pageOperations = Seitenoperationen
zenCKSOption-group-historyAndBookmarks = Verlauf & Lesezeichen
zenCKSOption-group-mediaAndDisplay = Medien & Anzeige
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-split-view = Zen Geteilte Ansicht
zenCKSOption-group-devTools = Entwicklertools
zenCKSOption-group-zen-split-view = Geteilte Ansicht
zenCKSOption-group-devTools = Entwicklerwerkzeuge
zen-key-quick-restart = Schneller Neustart
zen-window-new-shortcut = Neues Fenster
zen-tab-new-shortcut = Neuer Tab
@@ -218,11 +220,11 @@ zen-file-open-shortcut = Datei öffnen
zen-save-page-shortcut = Seite speichern
zen-print-shortcut = Seite drucken
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-go-back = Zurück gehen
zen-key-go-back = Zurückgehen
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-history-show-all-shortcut = Gesamten Verlauf anzeigen
zen-key-enter-full-screen = Vollbild aktivieren
@@ -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-horizontal = Horizontales Layout für geteilte Ansicht umschalten
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-2 = Tab #2 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-browser-toolbox-shortcut = Browser-Toolbox 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-web-console-shortcut = Web-Konsole umschalten
zen-devtools-toggle-js-debugger-shortcut = JavaScript-Debugger umschalten

View File

@@ -17,11 +17,11 @@ tab-context-zen-remove-essential =
tab-context-zen-replace-pinned-url-with-current =
.label = Angeheftete URL durch aktuelle ersetzen
.accesskey = C
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. Wir haben sie auf die Standard-Tastenkürzel 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 }-Tastenkombinationsdatei ist beschädigt. Sie wurde auf die Standard-Tastenkombinationen zurückgesetzt.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
Die neue Adressleiste ist jetzt aktiv! Dadurch brauchst du keine neuen Tab-Seiten mehr.<br/><br/>
Die neue Adressleiste wurde aktiviert und macht neue Tab-Seiten überflüssig.<br/><br/>
Öffne einfach einen neuen Tab, um die neue Adressleiste auszuprobieren!
zen-disable = Deaktivieren
pictureinpicture-minimize-btn =
@@ -66,7 +66,7 @@ zen-site-data-setting-allow = Erlaubt
zen-site-data-setting-block = Blockiert
zen-site-data-protections-enabled = Aktiviert
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 =
.label = Erweiterung
zen-site-data-security-info-secure =
@@ -84,7 +84,7 @@ zen-site-data-header-share =
zen-site-data-header-reader-mode =
.tooltiptext = Lesemodus aktivieren
zen-site-data-header-screenshot =
.tooltiptext = Screenshot erstellen
.tooltiptext = Bildschirmfoto erstellen
zen-site-data-header-bookmark =
.tooltiptext = Diese Seite als Lesezeichen speichern
zen-urlbar-copy-url-button =

View File

@@ -6,21 +6,21 @@ zen-welcome-title-line1 = Willkommen zu
zen-welcome-title-line2 = einem ruhigeren Internet
zen-welcome-import-title = Ein neuer Anfang, dieselben Lesezeichen
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 mach 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-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-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-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 =
Alles bereit?<br/>
Dann kann es losgehen!
zen-welcome-start-browsing-description-1 = Du bist startklar! Klicke auf die Schaltfläche unten, um mit { -brand-short-name } zu beginnen.
Los gehts!
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-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-skip-button = Überspringen
zen-welcome-finished = Dein Zen wurde erfolgreich eingerichtet!

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Συντομεύσεις Πληκτρολογίου
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = Συντομεύσεις Πληκτρολογίου { -brand-short-name }
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Προσαρμόστε τις συντομεύσεις πληκτρολογίου
zen-settings-CKS-description = Προσαρμόστε τις προεπιλεγμένες συντομεύσεις πληκτρολογίου στις προτιμήσεις σας και βελτιώστε την εμπειρία περιήγησής σας
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ 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 =

View File

@@ -191,6 +191,9 @@ 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
@@ -350,3 +353,4 @@ 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
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 =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.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 =
.label = Replace Pinned URL with Current
.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-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
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!
@@ -47,12 +50,6 @@ 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

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-spaces-label =
.label = Spaces
zen-panel-ui-workspaces-create =
.label = Create Space
@@ -43,12 +46,8 @@ 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
.value = Spaces
.accesskey = W
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 =
.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 =
.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 =
.label = Clear
.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 =
.tooltiptext = { pane-zen-CKS-title }
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-description = Cambie los atajos de teclado predeterminados a su gusto y mejore su experiencia de navegación
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Klaviatuuri otseteed
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-description = Muuda vaikimisi klaviatuuri otseteid oma eelistustele ning paranda veebisirvimise kogemust
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ 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 =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Näppäimistön Pikanäppäimet
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-description = Muuta oletus näppäimistön pikakuvakkeet mieltymykseesi ja paranna selauskokemustasi
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Raccourcis clavier
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-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 =

View File

@@ -28,7 +28,7 @@ zen-workspaces-panel-context-open =
.label = Ouvrir un espace de travail
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Éditer lespace
.label = Modifier lespace
.accesskey = E
context-zen-change-workspace-tab =
.label = Déplacer vers lespace de travail

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Aicearraí Méarchláir
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-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 =

View File

@@ -6,19 +6,19 @@ pane-zen-looks-title = מראה ותחושה
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = שינוי שפת ברירת המחדל עשוי לעזור לאתרים לעקוב אחריך.
zen-vertical-tabs-layout-header = סידור דפדפן
zen-vertical-tabs-layout-description = אפשר לבחור את הסדר המועדף עליך
zen-layout-single-toolbar = סרגל יחיד
zen-layout-multiple-toolbar = מספר סרגלים
zen-layout-collapsed-toolbar = סרגל מכווץ
zen-vertical-tabs-layout-header = פריסת דפדפן
zen-vertical-tabs-layout-description = אפשר לבחור את הפריסה שהכי מתאימה לך
zen-layout-single-toolbar = סרגל צד בלבד
zen-layout-multiple-toolbar = סרגל כלים עליון וסרגל צד
zen-layout-collapsed-toolbar = סרגל צד מכווץ
sync-currently-syncing-workspaces = סביבות עבודה
sync-engine-workspaces =
.label = סביבות עבודה
.tooltiptext = סנכרון סביבות העבודה שלך בין מכשירים
.accesskey = '
zen-glance-title = במבט קצר
zen-glance-header = הגדרות כלליות למבט קצר
zen-glance-description = אפשר לקבל תצוגה מהירה של הקישורים שלך מבלי לפתוח אותם בכרטיסייה חדשה
zen-glance-title = במבט מהיר
zen-glance-header = הגדרות כלליות למבט המהיר
zen-glance-description = אפשר לקבל תצוגה מהירה של הקישורים שלך מבלי לפתוח אותם בלשונית חדשה
zen-glance-trigger-label = שיטת הפעלה
zen-glance-enabled =
.label = הפעל במבט קצר
@@ -37,101 +37,101 @@ zen-look-and-feel-compact-view-enabled =
zen-look-and-feel-compact-view-top-toolbar =
.label = הסתרת סרגל עליון גם במצב מכווץ
zen-look-and-feel-compact-toolbar-flash-popup =
.label = הקפצה קצרה של סרגל הכלים במעבר או פתיחת כרטיסיות חדשות במצב מכווץ
pane-zen-tabs-title = ניהול כרטיסיות
.label = הקפצה קצרה של סרגל הכלים במעבר או פתיחת לשוניות חדשות במצב מכווץ
pane-zen-tabs-title = ניהול לשוניות
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = סביבות עבודה
zen-tabs-unloader-enabled =
.label = הפעלת פינוי כרטיסיות
.label = הפעלת כיבוי לשוניות
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 =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only
.label = הקיצור Ctrl+Tab מחליף בין לשוניות חיוניות ולשוניות בסביבת העבודה בלבד
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
.label = התעלם מלשוניות בטעינה שעוברים עם Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = הקיצור Ctrl+Tab יחליף לפי סדר מועד השימוש האחרון, אם אפשרות זו מופעלת
zen-look-and-feel-compact-toolbar-themed =
.label = שימוש ברקע עם עיצוב לסרגל מכווץ
zen-workspace-continue-where-left-off =
.label = המשכה מאיפה שהפסקת
pane-zen-pinned-tab-manager-title = כרטיסיות מוצמדות
zen-pinned-tab-manager-header = הגדרות כלליות לכרתיסיות מוצמדות
zen-pinned-tab-manager-description = ניהול התנהגות נוספות של כרטיסיות צמודות
.label = להמשיך מהמקום האחרון
pane-zen-pinned-tab-manager-title = לשוניות מוצמדות
zen-pinned-tab-manager-header = הגדרות כלליות ללשוניות מוצמדות
zen-pinned-tab-manager-description = ניהול הגדרות התנהגות נוספות ללשוניות מוצמדות
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = שחזור כרטיסיות מוצמדות לקישור האתר המוצמד המקורי שלהן בהפעלה
.label = שחזור כרטיסיות לשוניות לקישור האתר המוצמד המקורי שלהן בהפעלה
zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = הפעל נחוצים ספציפים למכלים
zen-pinned-tab-manager-close-shortcut-behavior-label = התנהגות קיצור המקלדת סגור כרטיסייה
.label = הפעלת פתיחת אתרים נחוצים במגירות מוגדרות
zen-pinned-tab-manager-close-shortcut-behavior-label = התנהגות קיצור המקשים לסגירת לשוניות
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = אפס קישור, פנה, ועבור לכרטיסייה הבאה
.label = איפוס כתובת, כיבוי לשונית ומעבר ללשונית הבאה
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = פנה ועבור לכרטיסייה הבאה
.label = כיבוי לשונית ומעבר ללשונית הבאה
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = אפס קישור ועבור לכרטיסייה הבאה
.label = איפוס כתובת ומעבר ללשונית הבאה
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = עבור לכרטיסייה הבאה
.label = מעבר ללשונית הבאה
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = אפס קישור
.label = איפוס כתובת
zen-pinned-tab-manager-close-close-shortcut-option =
.label = סגור כרטיסייה
.label = סגירת לשונית
pane-zen-workspaces-header = סביבות עבודה
zen-settings-workspaces-header = הגדרות כלליות לסביבות עבודה
zen-settings-workspaces-description = עם סביבות עבודה, אפשר לקיים מספר הפעלות גלישה בו-זמנית!
zen-settings-workspaces-description = בעזרת סביבות העבודה, אפשר להפעיל מספר הפעלות גלישה בו־זמנית!
zen-settings-workspaces-enabled =
.label = הפעל סביבות עבודה
.label = הפעלת סביבות עבודה
zen-settings-workspaces-hide-default-container-indicator =
.label = הסתרת המחוון המכל המוגדר כברירת מחדל בשורת הכרטיסיות
.label = הסתרת המחוון המכל המוגדר כברירת מחדל בשורת הלשוניות
zen-key-unsaved = קיצור מקלדת לא נשמר! יש לשמור אותו על ידי הקשה על "Escape" לאחר הקלדה מחדש.
zen-key-conflict = קונפליקט עם { $group } -> { $shortcut }
pane-zen-theme-title = הגדרות ערכת נושא
zen-vertical-tabs-title = סדר סרגל צד כרטיסיות
zen-vertical-tabs-header = כרטיסיות אנכיות
zen-vertical-tabs-description = נהל את הכרטיסיות שלך בסדר אנכי
zen-vertical-tabs-title = פריסת סרגל הצד והלשוניות
zen-vertical-tabs-header = לשוניות אנכיות
zen-vertical-tabs-description = ניהול הלשוניות בפריסה אנכית
zen-vertical-tabs-show-expand-button =
.label = הצגת כפתור הרחבה
zen-vertical-tabs-newtab-on-tab-list =
.label = הצגת כפתור כרטיסייה חדשה ברשימת כרטיסיות
.label = הצגת כפתור לשונית חדשה ברשימת הלשוניות
zen-vertical-tabs-newtab-top-button-up =
.label = הזזה של כפתור כרטיסייה חדשה לאיזור העליון
zen-vertical-tabs-expand-tabs-by-default = הרחבת כרטיסיות כברירת מחדל
zen-vertical-tabs-dont-expand-tabs-by-default = ביטול הרחבת כרטיסיות כברירת מחדל
zen-vertical-tabs-expand-tabs-on-hover = הרחב כרטיסיות על ריחוף עכבר (לא יעבוד במצב מכווץ)
zen-vertical-tabs-expand-tabs-header = איך להרחיב כרטיסיות
zen-vertical-tabs-expand-tabs-description = איך כרטיסיות מורחבות בסרגל צד
zen-theme-marketplace-header = מודים ל-Zen
.label = העברת כפתור לשונית חדשה לחלק העליון
zen-vertical-tabs-expand-tabs-by-default = הרחבת לשוניות כברירת מחדל
zen-vertical-tabs-dont-expand-tabs-by-default = ביטול הרחבת לשוניות כברירת מחדל
zen-vertical-tabs-expand-tabs-on-hover = הרחבת לשוניות בעת מעבר של הסמן על פניהן (לא עובדת במצב חסכוני)
zen-vertical-tabs-expand-tabs-header = איך להרחיב לשוניות
zen-vertical-tabs-expand-tabs-description = נא לבחור איך להרחיב לשוניות בסרגל הצד
zen-theme-marketplace-header = התאמות של Zen
zen-theme-disable-all-enabled =
.title = כבה את כל המודים
.title = כיבוי כל ההתאמות
zen-theme-disable-all-disabled =
.title = הפעל את כל המודים
zen-theme-marketplace-description = אפשר למצוא ולהתקין מודים מהחנות.
.title = הפעלת כל ההתאמות
zen-theme-marketplace-description = אפשר למצוא ולהתקין התאמות מהחנות.
zen-theme-marketplace-remove-button =
.label = הסר מוד
.label = הסרת התאמה
zen-theme-marketplace-check-for-updates-button =
.label = בדיקת עדכונים
zen-theme-marketplace-import-button =
.label = ייבא מודים
.label = ייבוא התאמות
zen-theme-marketplace-export-button =
.label = ייצוא מודים
zen-theme-marketplace-import-success = מודים יובאו בהצלחה
zen-theme-marketplace-import-failure = אירעה שגיאה בייבוא ​​המודים
zen-theme-marketplace-export-success = מודים יוצאו בהצלחה
zen-theme-marketplace-export-failure = אירעה שגיאה בייצוא המודים
zen-theme-marketplace-updates-success = מודים עודכנו בהצלחה
.label = ייצוא התאמות
zen-theme-marketplace-import-success = ההתאמות יובאו בהצלחה
zen-theme-marketplace-import-failure = אירעה שגיאה בייבוא ​​ההתאמות
zen-theme-marketplace-export-success = ההתאמות יוצאו בהצלחה
zen-theme-marketplace-export-failure = אירעה שגיאה בייצוא ההתאמות
zen-theme-marketplace-updates-success = ההתאמות עודכנו בהצלחה
zen-theme-marketplace-updates-failure = לא נמצאו עדכונים!
zen-theme-marketplace-toggle-enabled-button =
.title = כבה מוד
.title = כיבוי התאמה
zen-theme-marketplace-toggle-disabled-button =
.title = הפעל מוד
zen-theme-marketplace-remove-confirmation = האם ברצונך להסיר את המוד הזה?
zen-theme-marketplace-close-modal = סגור
.title = הפעלת התאמה
zen-theme-marketplace-remove-confirmation = להסיר התאמה זו?
zen-theme-marketplace-close-modal = סגירה
zen-theme-marketplace-theme-header-title =
.title = בורר CSS: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = כלום
zen-theme-marketplace-input-default-placeholder =
.placeholder = מקלידים פה...
pane-zen-marketplace-title = מודים ל-Zen
.placeholder = אפשר להקליד כאן...
pane-zen-marketplace-title = התאמות של Zen
zen-themes-auto-update =
.label = עדכון אוטומטי של מודים מותקנים בעת ההפעלה
zen-settings-workspaces-force-container-tabs-to-workspace =
@@ -159,6 +159,8 @@ pane-zen-CKS-title = קיצורי מקלדת
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = קיצורי מקלדת של { -brand-short-name }
category-zen-marketplace =
.tooltiptext = מצבים של Zen
zen-settings-CKS-header = התאמה אישית של קיצורי מקלדת
zen-settings-CKS-description = אפשר לשנות קיצורי מקלדת ברירת מחדל לטעמך כדי לשפר את חווית הגלישה שלך
zen-settings-CKS-disable-firefox =
@@ -181,7 +183,7 @@ zenCKSOption-group-zen-split-view = תצוגה מפוצלת
zenCKSOption-group-devTools = כלי פיתוח
zen-key-quick-restart = הפעלה מחדש קצרה
zen-window-new-shortcut = חלון חדש
zen-tab-new-shortcut = כרטיסייה חדשה
zen-tab-new-shortcut = לשונית חדשה
zen-key-redo = בצע מחדש
zen-restore-last-closed-tab-shortcut = שחזר כרטיסייה אחרונה שנסגרה
zen-location-open-shortcut = פתח מיקום
@@ -311,4 +313,4 @@ zen-devtools-toggle-performance-shortcut = הפעל/כבה ביצועים
zen-devtools-toggle-storage-shortcut = הפעל/כבה אחסון
zen-devtools-toggle-dom-shortcut = הפעל/כבה DOM
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 = פרופיל נוכחי
unified-extensions-description = הרחבות מוסיפות פונקציונליות נוספת ל{ -brand-short-name }.
tab-context-zen-reset-pinned-tab =
.label = אפס כרטיסייה מוצמדת
.label = איפוס לשונית מוצמדת
.accesskey = ר
tab-context-zen-add-essential =
.label = Add to Essentials
.label = הוספה לחיוניים
.accesskey = ק
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
tab-context-zen-add-essential-badge = { $num } / { $max } מקומות מלאים
tab-context-zen-remove-essential =
.label = הסר מנחוצים
.label = הסרה מהחיוניים
.accesskey = ר
tab-context-zen-replace-pinned-url-with-current =
.label = החלף קישור מוצמד עם הנוכחי
.label = החלפת הכתובת המוצמדת בנוכחית
.accesskey = ב
zen-themes-corrupted = קובץ המודים { -brand-short-name } שלך פגום. הם אופסו לנושא ברירת המחדל.
zen-shortcuts-corrupted = קיצורי דרך { -brand-short-name } פגום. הם אופסו לקיצורי דרך ברירת מחדל.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
סרגל הכתובת החדש הופעל, ומסיר את הצורך בעמודי כרטיסייה חדשה.<br/><br/>
נסה לפתוח כרטיסייה חדשה כדי לראות את סרגל הכתובת החדש בפעולה!
zen-disable = כבה
zen-new-urlbar-notification = הופעלה שורת הכתובת החדשה, כך שאין צורך בעמודי לשונית חדשה.<br/><br/>אפשר לפתוח לשונית חדשה ולראות את שורת הכתובת החדשה בפעולה!
zen-disable = השבתה
pictureinpicture-minimize-btn =
.aria-label = מזער
.tooltip = מזער
.aria-label = מזעור
.tooltip = מזעור
zen-panel-ui-gradient-generator-custom-color = צבע מותאם אישית
zen-panel-ui-gradient-generator-saved-message = מיזוג הצבעים נשמר בהצלחה!
zen-copy-current-url-confirmation = Copied current URL!
zen-copy-current-url-confirmation = הכתובת הנוכחית הועתקה!
zen-general-cancel-label =
.label = ביטול
zen-general-confirm =
.label = אישור
zen-pinned-tab-replaced = קישור כרטיסייה מוצמדת הוחלפה עם הקישור הנוכחי.
zen-tabs-renamed = שם הכרטיסייה שונתה בהצלחה!
zen-pinned-tab-replaced = כתובת הלשונית המוצמדת הוחלפה בכתובת הנוכחית!
zen-tabs-renamed = שם הלשונית השתנה בהצלחה!
zen-background-tab-opened-toast = לשונית נפתחה ברקע!
zen-workspace-renamed-toast = שם הסביבת עבודה שונתה בהצלחה!
zen-workspace-renamed-toast = שם סביבת העבודה השתנה בהצלחה!
zen-library-sidebar-workspaces =
.label = סביבות
zen-library-sidebar-mods =
.label = מודים
zen-toggle-compact-mode-button =
.label = מצב מכווץ
.tooltiptext = הפעל/כבה מצב מכווץ
.label = מצב חסכוני
.tooltiptext = הפעלתיבוי מצב חסכוני
# note: Do not translate the "<br/>" tags in the following string
zen-learn-more-text = מידע נוסף
zen-close-label = סגור
zen-close-label = סגירה
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = חיפוש...
zen-icons-picker-emoji =
.label = אימוג'ים
.label = אימוג׳י
zen-icons-picker-svg =
.label = סמלים
urlbar-search-mode-zen_actions = פעולות
zen-site-data-settings = הגדרות
zen-generic-manage = ניהול
zen-generic-more = עוד
zen-generic-next = Next
zen-generic-next = הבא
# These labels will be used for the site data panel settings
zen-site-data-setting-allow = אושר
zen-site-data-setting-block = חסום
zen-site-data-protections-enabled = Enabled
zen-site-data-protections-disabled = Disabled
zen-site-data-setting-cross-site = Cross-Site cookie
zen-site-data-protections-enabled = מופעל
zen-site-data-protections-disabled = מושבת
zen-site-data-setting-cross-site = עוגיות חוצות אתרים
zen-site-data-security-info-extension =
.label = תוספים
.label = הרחבה
zen-site-data-security-info-secure =
.label = מאובטח
zen-site-data-security-info-not-secure =
.label = לא מאובטח
zen-site-data-manage-addons =
.label = נהל תוספים
.label = ניהול הרחבות
zen-site-data-get-addons =
.label = הוספת תוספים
.label = הוספת הרחבות
zen-site-data-site-settings =
.label = כל הגדרות אתר
.label = כל הגדרות האתרים
zen-site-data-header-share =
.tooltiptext = Share This Page
.tooltiptext = שיתוף עמוד זה
zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode
.tooltiptext = כניסה למצב קריאה
zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot
.tooltiptext = צילום מסך
zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page
.tooltiptext = הוספת עמוד זה לסימניות
zen-urlbar-copy-url-button =
.tooltiptext = Copy URL
zen-site-data-setting-site-protection = Tracking Protection
.tooltiptext = העתקת כתובת
zen-site-data-setting-site-protection = הגנת מעקב
# Section: Feature callouts
zen-site-data-panel-feature-callout-title = בית חדש לתוספים, הרשאות, ועוד
zen-site-data-panel-feature-callout-subtitle = ניתן ללחוץ על הסמל כדי לנהל הגדרות אתר, לצפות במידע אבטחה, לגשת לתוספים, ולבצע פעולות נפוצות.
zen-open-link-in-glance =
.label = Open Link in Glance
.accesskey = G
zen-sidebar-notification-updated-heading = Update Complete!
.label = קישור חדש במבט מהיר
.accesskey = ע
zen-sidebar-notification-updated-heading = העדכון הושלם!
# 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 =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
.title = צפייה בהערות שחרור הגרסה
zen-sidebar-notification-restart-safe-mode-label = משהו השתבש?
zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode
.title = הפעלה מחדש במצב בטוח

View File

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

View File

@@ -3,12 +3,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-toolbar-context-tabs-right =
.label = כרטיסיות בצד ימין
.label = לשוניות בצד שמאל
.accesskey = ר
zen-toolbar-context-compact-mode =
.label = מצב מכווץ
.label = מצב חסכוני
zen-toolbar-context-compact-mode-enable =
.label = הפעל מצב מכווץ
.label = הפעלת מצב חסכוני
.accesskey = ג
zen-toolbar-context-compact-mode-just-tabs =
.label = הסתרת סרגל צידי
@@ -21,19 +21,19 @@ zen-toolbar-context-new-folder =
.label = תיקייה חדשה
.accesskey = מ
sidebar-zen-expand =
.label = הרחבת סרגל צדדי
.label = הרחבת סרגל הצד
sidebar-zen-create-new =
.label = הוספה...
.label = יצירת חדש...
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] פנה ועבור ללשונית
*[other] פנה { $tabCount } לשוניות ועבור לראשונה
[one] כיבוי לשונית ומעבר ללשונית
*[other] כיבוי { $tabCount } לשוניות ומעבר ללשונית הראשונה
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] אפס והצמד לשונית
*[other] אפס והצמד { $tabCount } לשוניות
[one] איפוס והצמדת לשונית
*[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
# 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-import-title = התחלה חדשה, אותן סימניות
zen-welcome-import-description-1 = הסימניות, ההיסטוריה, והסיסמאות שלך הן כמו שביל פירורי לחם דרך האינטרנט—לא להשאיר אותן מאחור!
zen-welcome-import-description-2 = אפשר להחזיר אותן בקלות מדפדפן אחר ולהמשיך בדיוק מאיפה שהפסקת..
zen-welcome-import-button = ייבא עכשיו
zen-welcome-set-default-browser = הגדר { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-dont-set-default-browser = אל תגדיר { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-initial-essentials-title = הכרטיסיות החשובות ביותר, תמיד בקרבתך
zen-welcome-initial-essentials-description-1 = הכרטיסיות הכי חשובות עליך תמיד זמינות בקלות, לא משנה כמה כרטיסיות פתוחות.
zen-welcome-initial-essentials-description-2 = כרטיסיות נחוצות תמיד מוצגות, לא משנה באיזה סביבת עבודה.
zen-welcome-workspace-colors-title = הסביבות עבודה שלך, הצבעים שלך
zen-welcome-import-button = ייבוא כעת
zen-welcome-set-default-browser = הגדרת { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-dont-set-default-browser = לא להגדיר את { -brand-short-name } כדפדפן ברירת מחדל
zen-welcome-initial-essentials-title = הלשוניות החשובות, תמיד במרחק לחיצה
zen-welcome-initial-essentials-description-1 = הלשוניות הכי חשובות שלך תמיד זמינות וקל לגשת אליהן, לא משנה כמה לשוניות פתוחות.
zen-welcome-initial-essentials-description-2 = הלשוניות הנחוצות מוצגות תמיד, לא משנה באיזו סביבת עבודה משתמשים.
zen-welcome-workspace-colors-title = סביבות העבודה שלך, בצבעים שלך
zen-welcome-workspace-colors-description = ניתן להתאים אישית את הדפדפן שלך על ידי הגדרת צבע ייחודי לכל סביבת עבודה.
zen-welcome-start-browsing-title =
הכל מוכן?<br/>
הגיע הזמן להתחיל!
zen-welcome-start-browsing-description-1 = הכל מוגדר מוכן להתחלה. לחיצה על הכפתור למטה כדי להתחיל לגלוש עם { -brand-short-name }.
zen-welcome-start-browsing = יאללה בלאגן!
zen-welcome-default-search-title = מנוע החיפוש ברירת מחדל שלך
zen-welcome-default-search-description = יש לבחור את מנוע החיפוש ברירת מחדל שלך. תמיד ניתן לשנות אותו!
zen-welcome-skip-button = דלג
zen-welcome-finished = הZen שלך הוגדר בהצלחה!
הכול מוכן?<br/>
יוצאים לדרך!
zen-welcome-start-browsing-description-1 = הכול מוגדר והדפדפן מוכן לשימוש. יש ללחוץ על הכפתור למטה בשביל להתחיל לגלוש עם { -brand-short-name }.
zen-welcome-start-browsing = מתחילים!
zen-welcome-default-search-title = מנוע חיפוש ברירת מחדל
zen-welcome-default-search-description = נא לבחור מנוע החיפוש ברירת מחדל. תמיד ניתן לשנות הגדרה זו!
zen-welcome-skip-button = דילוג
zen-welcome-finished = דפדפן Zen שלך הוגדר בהצלחה!

View File

@@ -4,13 +4,13 @@
zen-panel-ui-workspaces-text = סביבות עבודה
zen-panel-ui-workspaces-create =
.label = צור סביבה
.label = יצירת סביבה
zen-panel-ui-folder-create =
.label = יצירת תיקייה
zen-panel-ui-new-empty-split =
.label = פיצול חדש
zen-workspaces-panel-context-delete =
.label = מחק סיבת עבודה
.label = מחיקת סביבה
.accesskey = ג
zen-workspaces-panel-change-name =
.label = שינוי שם
@@ -19,19 +19,19 @@ zen-workspaces-panel-change-icon =
zen-workspaces-panel-context-default-profile =
.label = הגדרת פרופיל
zen-workspaces-panel-unload =
.label = פינוי סיבבת עבודה
.label = פינוי סביבת עבודה
zen-workspaces-how-to-reorder-title = איך לסדר מחדש סביבות
zen-workspaces-how-to-reorder-desc = אפשר לסדר מחדש סביבות על ידי גרירה ושחרור של הסמלים בסרגל התחתון
zen-workspaces-how-to-reorder-desc = גרירה והזזה של סמלי הסביבות בתחתית סרגל הצד תשנה את הסדר שלהן
zen-workspaces-change-theme =
.label = עריכת ערכת נושא
zen-workspaces-panel-context-open =
.label = פתח סביבת עבודה
.label = פתיחת סביבת עבודה
.accesskey = ם
zen-workspaces-panel-context-edit =
.label = ערוך סביבת עבודה
.accesskey = ק
context-zen-change-workspace-tab =
.label = העבר כרטיסיות לסביבת עבודה
.label = העברת לשוני(ו)ת לסביבת עבודה
.accesskey = ב
zen-bookmark-edit-panel-workspace-selector =
.value = סביבות עבודה
@@ -46,20 +46,20 @@ zen-panel-ui-gradient-generator-algo-triadic =
.label = טריאדי
zen-panel-ui-gradient-generator-algo-floating =
.label = מרחף
zen-panel-ui-gradient-click-to-add = לחיצה להוספת צבע
zen-panel-ui-gradient-click-to-add = יש ללחוץ כדי להוסיף צבע
zen-workspace-creation-name =
.placeholder = שם סביבה
zen-workspaces-panel-context-reorder =
.label = שינוי סדר סביבות
zen-workspace-creation-profile = פרופיל
.tooltiptext = פרופילים משמשים להפרדת קובצי Cookie ונתוני אתר בין סביבות שונות.
zen-workspace-creation-header = צור סביבה
zen-workspace-creation-label = סביבות משומשות לסידור כרטיסיות והפעלות.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = האם ברצונך למחוק { $name }? פעולה זו לא ניתנת לביטול.
zen-workspace-creation-header = יצירת סביבה
zen-workspace-creation-label = סביבות משומשות לסידור לשוניות והפעלות.
zen-workspaces-delete-workspace-title = למחוק את הסביבה?
zen-workspaces-delete-workspace-body = למחוק את { $name }? לא ניתן לבטל פעולה זו.
# 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-toast = הלשוניות נסגרו! לחיצה על <span>{ $shortcut }</span> תבטל את הסגירה.
zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear
.tooltiptext = Close all unpinned tabs
.label = ניקוי
.tooltiptext = סגירת כל הלשוניות שאינן מוצמדות

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Gyorsgombok
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-description = Állítsd be kedvedre az alapértelmezett gyorsgombokat, hogy növeld a böngészési élményedet
zen-settings-CKS-disable-firefox =

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Pintasan Keyboard
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-description = Ubah pintasan keyboard default sesuai keinginan Anda dan tingkatkan pengalaman browsing Anda
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
# 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 =
.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 = Single toolbar
zen-layout-multiple-toolbar = Multiple toolbars
zen-layout-collapsed-toolbar = Collapsed toolbar
sync-currently-syncing-workspaces = Workspaces
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 = Framsetning vafra
zen-vertical-tabs-layout-description = Veldu framsetninguna sem hentar þér best
zen-layout-single-toolbar = Stök verkfærastika
zen-layout-multiple-toolbar = Hliðarstika og efsta verkfærastika
zen-layout-collapsed-toolbar = Samfallin hliðarstika
sync-currently-syncing-workspaces = Vinnusvæði
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
.label = Vinnusvæði
.tooltiptext = Samstilltu vinnusvæðin þín á milli tækja
.accesskey = V
zen-glance-title = Skyndisýn
zen-glance-header = Almennar stillingar fyrir skyndisýn
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 = Virkjunaraðferð
zen-glance-enabled =
.label = Virkja Glance
.label = Virkja Skyndisýn
zen-glance-trigger-ctrl-click =
.label = Ctrl + Click
.label = Ctrl + smella
zen-glance-trigger-alt-click =
.label = Alt + Click
.label = Alt + smella
zen-glance-trigger-shift-click =
.label = Shift + Click
.label = Shift + smella
zen-glance-trigger-meta-click =
.label = Meta (Command) + Click
zen-look-and-feel-compact-view-header = Sýna í þéttri sýn
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
.label = Meta (Slaufa) + smella
zen-look-and-feel-compact-view-header = Sýna í þjappaðri sýn
zen-look-and-feel-compact-view-description = Aðeins birta verkfærastikurnar sem þú notar!
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 =
.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 =
.label = Briefly make the toolbar popup when switching or opening new tabs in compact mode
pane-zen-tabs-title = Tab Management
.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 = Umsýsla flipa
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Workspaces
pane-settings-workspaces-title = Vinnusvæði
zen-tabs-unloader-enabled =
.label = Enable Tab Unloader
.label = Virkja afhleðslu flipa
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 =
.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 =
.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
.label = Hunsa flipa í bið þegar flett er í gegnum með Ctrl + Tab
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 =
.label = Use themed background for compact toolbar
.label = Nota þemabakgrunn fyrir þjappaða verkfærastiku
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
.label = Halda áfram þar sem þú hættir síðast
pane-zen-pinned-tab-manager-title = Festir flipar
zen-pinned-tab-manager-header = Almennar stillingar fyrir festa flipa
zen-pinned-tab-manager-description = Sýsla með aukahegðun festra flipa
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 =
.label = Enable container-specific essentials
zen-pinned-tab-manager-close-shortcut-behavior-label = Close Tab Shortcut Behavior
.label = Virkja sérefnisbundna aðalflipa
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 =
.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 =
.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 =
.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 =
.label = Switch to next tab
.label = Skipta á næsta flipa
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Reset URL
.label = Endurstilla slóð
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!
.label = Loka flipa
pane-zen-workspaces-header = Vinnusvæði
zen-settings-workspaces-header = Almennar stillingar fyrir vinnusvæði
zen-settings-workspaces-description = Með því að nota vinnusvæði geturðu verið í mörgum vafurlotum í einu!
zen-settings-workspaces-enabled =
.label = Enable Workspaces
.label = Virkja vinnusvæði
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
.label = Fela sjálfgefinn vísi um gáma í flipastikunni
zen-key-unsaved = Óvistuð flýtileið! Endilega vistaðu hana með því að ýta á "Escape"-lykilinn eftir að skrifa hana aftur.
zen-key-conflict = Stangast á við { $group } -> { $shortcut }
pane-zen-theme-title = Stillingar þema
zen-vertical-tabs-title = Framsetning hliðarstiku og flipa
zen-vertical-tabs-header = Lóðréttir flipar
zen-vertical-tabs-description = Sýslaðu með flipana þína í lóðréttri framsetningu
zen-vertical-tabs-show-expand-button =
.label = Show Expand Button
.label = Birta 'Fletta út'-hnapp
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 =
.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
.label = Færa hnappinn 'Nýr flipi' efst
zen-vertical-tabs-expand-tabs-by-default = Fletta sjálfgefið út flipum
zen-vertical-tabs-dont-expand-tabs-by-default = Ekki fletta sjálfgefið út flipum
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 = Hvernig á að fletta út flipum
zen-vertical-tabs-expand-tabs-description = Veldu hvernig á að fletta út flipum í hliðarstikunni
zen-theme-marketplace-header = Viðbrigðasnið Zen
zen-theme-disable-all-enabled =
.title = Disable all themes
.title = Gera öll viðbrigðasnið óvirk
zen-theme-disable-all-disabled =
.title = Enable all themes
zen-theme-marketplace-description = Find and install themes from the store.
.title = Virkja öll viðbrigðasnið
zen-theme-marketplace-description = Finndu og settu upp viðbrigðasnið úr safninu.
zen-theme-marketplace-remove-button =
.label = Remove Theme
.label = Fjarlægja þema
zen-theme-marketplace-check-for-updates-button =
.label = Athuga fyrir uppfærslum
.label = Athuga með uppfærslur
zen-theme-marketplace-import-button =
.label = Import mods
.label = Flytja inn viðbrigðasnið
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 = Theme updated successfully
zen-theme-marketplace-updates-failure = Couldn't find any updates!
.label = Flytja út viðbrigðasnið
zen-theme-marketplace-import-success = Tókst að flytja inn viðbrigðasnið
zen-theme-marketplace-import-failure = Villa kom upp við að flytja inn viðbrigðasnið
zen-theme-marketplace-export-success = Tókst að flytja út viðbrigðasnið
zen-theme-marketplace-export-failure = Villa kom upp við að flytja út viðbrigðasnið
zen-theme-marketplace-updates-success = Tókst að uppfæra viðbrigðasnið
zen-theme-marketplace-updates-failure = Fann ekki neinar uppfærslur!
zen-theme-marketplace-toggle-enabled-button =
.title = Slökkva á þema
.title = Gera mod-breytingar óvirkar
zen-theme-marketplace-toggle-disabled-button =
.title = Kveikja á þema
zen-theme-marketplace-remove-confirmation = Are you sure you want to remove this mod?
.title = Gera mod-breytingar virkar
zen-theme-marketplace-remove-confirmation = Ertu viss að þú viljir fjarlægja þessa mod-breytingu?
zen-theme-marketplace-close-modal = Loka
zen-theme-marketplace-theme-header-title =
.title = CSS Selector: { $name }
.title = CSS-veljari: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = Ekkert
zen-theme-marketplace-input-default-placeholder =
.placeholder = Skrifaðu eitthvað...
pane-zen-marketplace-title = Zen Mods
pane-zen-marketplace-title = Viðbrigðasnið Zen
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 =
.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
.label = Skipta yfir á vinnusvæði þar sem gámur er settur sem sjálfgefinn þegar gámaflipar eru opnaðir
zen-theme-marketplace-link = Heimsækja hugbúnaðarsafn
zen-dark-theme-styles-header = Stílar dökks þema
zen-dark-theme-styles-description = Sérsníddu dökka þemað eins og þér líkar best
zen-dark-theme-styles-amoled = Næturþema
zen-dark-theme-styles-default = Sjálfgefið dökkt þemaDefault Dark Theme
zen-dark-theme-styles-colorful = Litríkt dökkt þema
zen-compact-mode-styles-left = Fela flipastiku
zen-compact-mode-styles-top = Fela stiku efst
zen-compact-mode-styles-both = Fela bæði
zen-urlbar-title = Zen-staðsetningastikan
zen-urlbar-header = Almennar stillingar fyrir staðsetningastikuna
zen-urlbar-description = Sérsníddu staðsetningastikuna eins og þér líkar best
zen-urlbar-behavior-label = Hegðun
zen-urlbar-behavior-normal =
.label = Normal
.label = Venjulegt
zen-urlbar-behavior-floating-on-type =
.label = Floating only when typing
.label = Einungis fljótandi við innslátt
zen-urlbar-behavior-float =
.label = Always floating
pane-zen-CKS-title = Keyboard Shortcuts
.label = Alltaf fljótandi
pane-zen-CKS-title = Flýtileiðir á lyklaborði
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } 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
pane-settings-CKS-title = Flýtilyklar í { -brand-short-name }
category-zen-marketplace =
.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 =
.label = Disable { -brand-short-name }'s default keyboard shortcuts
.label = Gera sjálfgefna flýtilykla í { -brand-short-name } óvirka
zen-settings-CKS-duplicate-shortcut =
.label = Duplicate Shortcut
.label = Tvítaka flýtileið
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
.label = Frumstilla á sjálfgefið
zenCKSOption-group-other = Annað
zenCKSOption-group-windowAndTabManagement = Umsýsla glugga og flipa
zenCKSOption-group-navigation = Flakk
zenCKSOption-group-searchAndFind = Leita og finna
zenCKSOption-group-pageOperations = Aðgerðir á síðu
zenCKSOption-group-historyAndBookmarks = Ferill og bókamerki
zenCKSOption-group-mediaAndDisplay = Myndefni og birting
zenCKSOption-group-zen-compact-mode = Þjappað viðmót
zenCKSOption-group-zen-workspace = Vinnusvæði
zenCKSOption-group-zen-other = Aðrir eiginleikar Zen
zenCKSOption-group-zen-split-view = Skiptingarsýn
zenCKSOption-group-devTools = Forritunarverkfæri
zen-key-quick-restart = Fljótleg endurræsing
zen-window-new-shortcut = Nýr gluggi
zen-tab-new-shortcut = Nýr flipi
zen-key-redo = Endurgera
zen-restore-last-closed-tab-shortcut = Endurheimta síðasta lokaða flipa
zen-location-open-shortcut = Opna staðsetningu
zen-location-open-shortcut-alt = Opna staðsetningu (Alt)
zen-key-undo-close-window = Afturkalla lokun á glugga
zen-text-action-undo-shortcut = Afturkalla
zen-text-action-redo-shortcut = Endurgera
zen-text-action-cut-shortcut = Klippa
zen-text-action-copy-shortcut = Afrita
zen-text-action-copy-url-shortcut = Afrita fyrirliggjandi slóð
zen-text-action-copy-url-markdown-shortcut = Afrita fyrirliggjandi slóð sem Markdown
zen-text-action-paste-shortcut = Líma
zen-text-action-select-all-shortcut = Velja allt
zen-text-action-delete-shortcut = Eyða
zen-history-show-all-shortcut-mac = Birta allan vafurferilinn (Mac)
zen-full-screen-shortcut = Víxla skjáfylli
zen-reader-mode-toggle-shortcut-windows = Víxla lesham (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Víxla mynd-í-mynd (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Víxla mynd-í-mynd (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Víxla mynd-í-mynd (Mac Alt)
zen-page-source-shortcut-safari = Skoða frumkóða síðu (Safari)
zen-nav-stop-shortcut = Stöðva hleðslu
zen-history-sidebar-shortcut = Sýna ferilhliðarstiku
zen-window-minimize-shortcut = Fela glugga
zen-help-shortcut = Opna hjálparyfirlit
zen-preferences-shortcut = Opna kjörstillingar
zen-hide-app-shortcut = Fela forrit
zen-hide-other-apps-shortcut = Fela önnur forrit
zen-search-focus-shortcut = Setja virkni á leit
zen-search-focus-shortcut-alt = Setja virkni á leit (Alt)
zen-downloads-shortcut = Opna niðurhal
zen-addons-shortcut = Opna viðbætur
zen-file-open-shortcut = Opna skrá
zen-save-page-shortcut = Vista síðu
zen-print-shortcut = Prenta síðu
zen-close-shortcut-2 = Loka flipa
zen-mute-toggle-shortcut = Víxla hljóði
zen-key-delete = Eyða-lykill
zen-key-go-back = Fara til baka
zen-key-go-forward = Fara áfram
zen-nav-back-shortcut-alt = Fara til baka (Alt)
zen-nav-fwd-shortcut-alt = Fara áfram (Alt)
zen-history-show-all-shortcut = Birta allan vafurferilinn
zen-key-enter-full-screen = Fylla skjáinn
zen-key-exit-full-screen = Hætta í skjáfylli
zen-ai-chatbot-sidebar-shortcut = Víxla hliðarspjaldi AI-spjalls af/á
zen-key-inspector-mac = Víxla yfirferð af/á (Mac)
zen-toggle-sidebar-shortcut = Víxla Firefox-hliðarstiku af/á
zen-toggle-pin-tab-shortcut = Víxla festingu flipa af/á
zen-reader-mode-toggle-shortcut-other = Víxla lesham af/á
zen-picture-in-picture-toggle-shortcut = Víxla af/á mynd-í-mynd
zen-nav-reload-shortcut-2 = Endurlesa síðu
zen-key-about-processes = Um vinnsluferli
zen-page-source-shortcut = Skoða frumkóða síðu
zen-page-info-shortcut = Skoða upplýsingar um síðu
zen-find-shortcut = Finna á síðu
zen-search-find-again-shortcut = Finna aftur
zen-search-find-again-shortcut-prev = Finna fyrra
zen-search-find-again-shortcut-2 = Finna aftur (Alt)
zen-bookmark-this-page-shortcut = Bókamerkja þessa síðu
zen-bookmark-show-library-shortcut = Birta bókamerkjasafn
zen-key-stop = Stöðva hleðslu
zen-full-zoom-reduce-shortcut = Renna frá
zen-full-zoom-enlarge-shortcut = Renna að
zen-full-zoom-reset-shortcut = Endurstilla aðdrátt
zen-full-zoom-reset-shortcut-alt = Endurstilla aðdrátt (Alt)
zen-full-zoom-enlarge-shortcut-alt = Renna að (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Renna að (Alt 2)
zen-bidi-switch-direction-shortcut = Breyta stefnu texta
zen-private-browsing-shortcut = Einkavafur
zen-screenshot-shortcut = Taka skjámynd
zen-key-sanitize = Hreinsa vafurgögn
zen-quit-app-shortcut = Hætta í forritinu
zen-key-wr-capture-cmd = Skipun fyrir WR-upptöku
zen-key-wr-toggle-capture-sequence-cmd = Víxla WR-upptökurunu af/á
zen-nav-reload-shortcut = Endurlesa síðu
zen-nav-reload-shortcut-skip-cache = Endurlesa síðu (sleppa skyndiminni)
zen-close-shortcut = Loka glugga
zen-close-tab-shortcut = Loka flipa
zen-compact-mode-shortcut-show-sidebar = Víxla fljótandi hliðarstiku af/á
zen-compact-mode-shortcut-show-toolbar = Víxla fljótandi hliðarstiku af/á
zen-compact-mode-shortcut-toggle = Víxla þjöppuðu viðmóti af/á
zen-glance-expand = Víkka Skyndisýn
zen-workspace-shortcut-switch-1 = Skipta yfir á vinnusvæði 1
zen-workspace-shortcut-switch-2 = Skipta yfir á vinnusvæði 2
zen-workspace-shortcut-switch-3 = Skipta yfir á vinnusvæði 3
zen-workspace-shortcut-switch-4 = Skipta yfir á vinnusvæði 4
zen-workspace-shortcut-switch-5 = Skipta yfir á vinnusvæði 5
zen-workspace-shortcut-switch-6 = Skipta yfir á vinnusvæði 6
zen-workspace-shortcut-switch-7 = Skipta yfir á vinnusvæði 7
zen-workspace-shortcut-switch-8 = Skipta yfir á vinnusvæði 8
zen-workspace-shortcut-switch-9 = Skipta yfir á vinnusvæði 9
zen-workspace-shortcut-switch-10 = Skipta yfir á vinnusvæði 10
zen-workspace-shortcut-forward = Vinnusvæði áfram
zen-workspace-shortcut-backward = Vinnusvæði afturábak
zen-sidebar-shortcut-toggle = Víxla breidd hliðarspjalds
zen-pinned-tab-shortcut-reset = Endursetja festan flipa á festa slóð
zen-split-view-shortcut-grid = Víxla reitaskiptri skiptingarsýn
zen-split-view-shortcut-vertical = Víxla lóðréttri skiptingarsýn
zen-split-view-shortcut-horizontal = Víxla láréttri skiptingarsýn
zen-split-view-shortcut-unsplit = Hætta skiptingarsýn
zen-new-empty-split-view-shortcut = Ný auð skiptingarsýn
zen-key-select-tab-1 = Velja flipa #1
zen-key-select-tab-2 = Velja flipa #2
zen-key-select-tab-3 = Velja flipa #3
zen-key-select-tab-4 = Velja flipa #4
zen-key-select-tab-5 = Velja flipa #5
zen-key-select-tab-6 = Velja flipa #6
zen-key-select-tab-7 = Velja flipa #7
zen-key-select-tab-8 = Velja flipa #8
zen-key-select-tab-last = Velja síðasta flipa
zen-key-show-all-tabs = Sýna alla flipa
zen-key-goto-history = Fara í vafurferil
zen-key-go-home = Fara heim
zen-bookmark-show-sidebar-shortcut = Birta hliðarstiku bókamerkja
zen-bookmark-show-toolbar-shortcut = Birta verkfærastiku bókamerkja
zen-devtools-toggle-shortcut = Víxla DevTools af/á
zen-devtools-toggle-browser-toolbox-shortcut = Víxla vafraverkfærum af/á
zen-devtools-toggle-browser-console-shortcut = Víxla vafrastjórnborði af/á
zen-devtools-toggle-responsive-design-mode-shortcut = Víxla kvarðanlegu notandaviðmóti af/á
zen-devtools-toggle-inspector-shortcut = Víxla yfirferð af/á
zen-devtools-toggle-web-console-shortcut = Víxla vefstjórnborði af/á
zen-devtools-toggle-js-debugger-shortcut = Víxla JavaScript-aflúsara af/á
zen-devtools-toggle-net-monitor-shortcut = Víxla netkerfisvaktara af/á
zen-devtools-toggle-style-editor-shortcut = Víxla stílaritli af/á
zen-devtools-toggle-performance-shortcut = Víxla afköstum af/á
zen-devtools-toggle-storage-shortcut = Víxla geymslurými af/á
zen-devtools-toggle-dom-shortcut = Víxla DOM af/á
zen-devtools-toggle-accessibility-shortcut = Víxla auðvelduðu aðgengi af/á
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/.
zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
.placeholder = Leita í { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
.label = Endurnefna möppu
zen-folders-panel-unpack-folder =
.label = Unpack Folder
.label = Afpakka möppu
zen-folders-new-subfolder =
.label = New Subfolder
.label = Ný undirmappa
zen-folders-panel-delete-folder =
.label = Delete Folder
.label = Eyða möppu
zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space
.label = Umbreyta möppu í svæði
zen-folders-panel-change-folder-space =
.label = Change Space...
.label = Skipta um vinnusvæði...
zen-folders-panel-change-icon-folder =
.label = Change Icon
.label = Breyta tákni
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
.tooltiptext = Senda virkt inn í þessa möppu
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔
.label = Afhlaða alla flipa
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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-panel-ui-current-profile-text = núverandi prófíl
unified-extensions-description = Viðbætur eru notaðar til að koma með meiri auka virkni inn í { -brand-short-name }.
zen-panel-ui-current-profile-text = fyrirliggjandi notkunarsnið
unified-extensions-description = Forritsaukar eru notaðir til að auðga notagildi í { -brand-short-name }.
tab-context-zen-reset-pinned-tab =
.label = Endursetja Festan Flipa
.label = Endursetja festan flipa
.accesskey = R
tab-context-zen-add-essential =
.label = Add to Essentials
.accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
.label = Bæta við aðalflipa
.accesskey = F
tab-context-zen-add-essential-badge = { $num } / { $max } hólf fyllt
tab-context-zen-remove-essential =
.label = Fjarlægja frá Höfuðatriði
.label = Fjarlægja úr aðalflipum
.accesskey = R
tab-context-zen-replace-pinned-url-with-current =
.label = Setja aftur Fest-URL með Núverandi
.accesskey = C
zen-themes-corrupted = { -brand-short-name } mods skráin þín er skemmd. Þeir hafa verið endurstilltir á 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.
.label = Skipta út festri slóð með núverandi
.accesskey = P
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 = 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
zen-new-urlbar-notification =
Nýja vefslóðastikan hefur verið virkjuð og 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!
zen-disable = Óvirkja
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!
zen-disable = Gera óvirkt
pictureinpicture-minimize-btn =
.aria-label = Minimize
.tooltip = Minimize
.aria-label = Lágmarka
.tooltip = Lágmarka
zen-panel-ui-gradient-generator-custom-color = Sérsniðinn litur
zen-panel-ui-gradient-generator-saved-message = Vistað hallann!
zen-copy-current-url-confirmation = Copied current URL!
zen-panel-ui-gradient-generator-saved-message = Tókst vista litstigulinn!
zen-copy-current-url-confirmation = Afritaði fyrirliggjandi slóð!
zen-general-cancel-label =
.label = Cancel
.label = Hætta við
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!
.label = Staðfesta
zen-pinned-tab-replaced = URL-slóð festa flipans hefur verið skipt út með fyrirliggjandi slóð!
zen-tabs-renamed = Tókst að endurnefna flipann!
zen-background-tab-opened-toast = Nýr bakgrunnsflipi opnaður!
zen-workspace-renamed-toast = Tókst að endurnefna vinnusvæðið!
zen-library-sidebar-workspaces =
.label = Spaces
.label = Svæði
zen-library-sidebar-mods =
.label = Mods
.label = Viðbrigðasnið
zen-toggle-compact-mode-button =
.label = Compact Mode
.tooltiptext = Toggle Compact Mode
.label = Þjappað viðmót
.tooltiptext = Víxla þjöppuðu viðmóti
# 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-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Search...
.placeholder = Leita...
zen-icons-picker-emoji =
.label = Emojis
.label = Emoji-tjáningartákn
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
.label = Táknmyndir
urlbar-search-mode-zen_actions = Aðgerðir
zen-site-data-settings = Stillingar
zen-generic-manage = Stýra
zen-generic-more = Meira
zen-generic-next = Næsta
# 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-setting-allow = Leyft
zen-site-data-setting-block = Lokað á
zen-site-data-protections-enabled = Virkt
zen-site-data-protections-disabled = Óvirkt
zen-site-data-setting-cross-site = Millivefja-vefkaka
zen-site-data-security-info-extension =
.label = Extension
.label = Forritsauki
zen-site-data-security-info-secure =
.label = Secure
.label = Öruggt
zen-site-data-security-info-not-secure =
.label = Not Secure
.label = Ekki öruggt
zen-site-data-manage-addons =
.label = Manage Extensions
.label = Sýsla með forritsauka
zen-site-data-get-addons =
.label = Add Extensions
.label = Bæta við forritsaukum
zen-site-data-site-settings =
.label = All Site Settings
.label = Allar vefsvæðastillingar
zen-site-data-header-share =
.tooltiptext = Share This Page
.tooltiptext = Deila þessari síðu
zen-site-data-header-reader-mode =
.tooltiptext = Enter Reader Mode
.tooltiptext = Fara í lesham
zen-site-data-header-screenshot =
.tooltiptext = Take a Screenshot
.tooltiptext = Taka skjámynd
zen-site-data-header-bookmark =
.tooltiptext = Bookmark This Page
.tooltiptext = Bókamerkja þessa síðu
zen-urlbar-copy-url-button =
.tooltiptext = Copy URL
zen-site-data-setting-site-protection = Tracking Protection
.tooltiptext = Afrita slóð
zen-site-data-setting-site-protection = Vörn gegn rakningu
# 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-site-data-panel-feature-callout-title = Ný miðstöð fyrir forritsauka, aðgangsheimildir og fleira
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 =
.label = Open Link in Glance
.label = Opna tengil í Skyndisýn
.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
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 =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
.title = Skoða útgáfuupplýsingar
zen-sidebar-notification-restart-safe-mode-label = Bilaði eitthvað?
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 =
.label =
{ $tabCount ->
[1] Split Tab (multiple selected tabs needed)
*[other] Split { $tabCount } Tabs
[1] Skipta tengli (margir valdir flipar nauðsynlegir)
*[other] Skipta { $tabCount } flipum
}
.accesskey = S
zen-split-link =
.label = Split link to new tab
.label = Skipta tengli í nýjan flipa
.accesskey = S
zen-split-view-modifier-header = Split View
zen-split-view-modifier-header = Skiptingarsýn
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.
.label = Virkja umröðun
zen-split-view-modifier-enabled-toast = Umröðun skiptingarsýnar er VIRK.
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 = Umröðun skiptingarsýnar er ÓVIRK.

View File

@@ -3,37 +3,37 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-toolbar-context-tabs-right =
.label = Tabs on the right
.label = Flipar til hægri
.accesskey = R
zen-toolbar-context-compact-mode =
.label = Compact mode
.label = Þjappað viðmót
zen-toolbar-context-compact-mode-enable =
.label = Enable compact mode
.label = Virkja þjappað viðmót
.accesskey = D
zen-toolbar-context-compact-mode-just-tabs =
.label = Hide sidebar
.label = Fela hliðarstiku
zen-toolbar-context-compact-mode-just-toolbar =
.label = Hide toolbar
.label = Fela verkfærastiku
zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.label = Fela bæði
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Ný mappa
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar
.label = Þenja út hliðarstiku
sidebar-zen-create-new =
.label = Create New...
.label = Búa til nýtt...
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
[one] Afhlaða og skipta yfir á flipa
*[other] Afhlaða { $tabCount } flipa skipta yfir á þann fyrsta
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
[one] Endurstilla og festa flipa
*[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
# 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-title-line1 = Velkomin í
zen-welcome-title-line2 = rólegra internet
zen-welcome-import-title = Ný byrjun, sömu bókamerkin
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 = Flyttu á einfaldan hátt inn gögn frá öðrum vafra og haltu áfram þar sem þú skildir við síðast.
zen-welcome-import-button = Flytja inn núna
zen-welcome-set-default-browser = Setja { -brand-short-name } sem sjálfgefna vafrann þinn
zen-welcome-dont-set-default-browser = EKKI setja { -brand-short-name } sem sjálfgefna vafrann þinn
zen-welcome-initial-essentials-title = Aðalfliparnir þinir, alltaf innan seilingar
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 = Aðalfliparnir eru alltaf sjáanlegir, sama hvaða vinnusvæði þú ert á.
zen-welcome-workspace-colors-title = Vinnusvæðin þín, litirnir þínir
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 =
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!
Allt klárt?<br/>
Hefjumst handa!
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 = Dýfðu þér í djúpu laugina!
zen-welcome-default-search-title = Sjálfgefna leitarvélin þín
zen-welcome-default-search-description = Veldu þér sjálfgefna leitarvél. Þú getur alltaf breytt þessu síðar.
zen-welcome-skip-button = Sleppa
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
# 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 =
.label = Create Space
.label = Búa til vinnusvæði
zen-panel-ui-folder-create =
.label = Create Folder
.label = Búa til möppu
zen-panel-ui-new-empty-split =
.label = New Split
.label = Ný skipting
zen-workspaces-panel-context-delete =
.label = Delete Workspace
.accesskey = D
.label = Eyða vinnusvæði
.accesskey = E
zen-workspaces-panel-change-name =
.label = Change Name
.label = Breyta nafni
zen-workspaces-panel-change-icon =
.label = Change Icon
.label = Skipta um táknmynd
zen-workspaces-panel-context-default-profile =
.label = Set Profile
.label = Setja notkunarsnið
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
.label = Afhlaða vinnusvæði
zen-workspaces-how-to-reorder-title = Hvernig á að endurraða vinnusvæðum
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 =
.label = Edit Theme
.label = Breyta þema
zen-workspaces-panel-context-open =
.label = Open Workspace
.label = Opna vinnusvæði
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Edit Workspace
.label = Breyta vinnusvæði
.accesskey = E
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
.label = Færa flipa yfir í vinnusvæði
.accesskey = B
zen-bookmark-edit-panel-workspace-selector =
.value = Workspaces
.accesskey = W
.value = Vinnusvæði
.accesskey = V
zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary
.label = Gagnstætt
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Split
.label = Skipta
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous
.label = Hliðrænt
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic
.label = Þrípunkta
zen-panel-ui-gradient-generator-algo-floating =
.label = Floating
zen-panel-ui-gradient-click-to-add = Click to add a color
.label = Fljótandi
zen-panel-ui-gradient-click-to-add = Smelltu til að bæta við lit
zen-workspace-creation-name =
.placeholder = Space Name
.placeholder = Nafn vinnusvæðis
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 Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
.label = Endurraða vinnusvæðum
zen-workspace-creation-profile = Notkunarsnið
.tooltiptext = Notkunarsnið eru til þess að aðskilja vefkökur og gögn vefsvæða á milli vinnusvæða.
zen-workspace-creation-header = Búa til vinnusvæði
zen-workspace-creation-label = Vinnusvæði eru notuð til að skipuleggja flipana þína og vafurlotur.
zen-workspaces-delete-workspace-title = Eyða svæði?
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
# 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 =
.label = Clear
.tooltiptext = Close all unpinned tabs
.label = Hreinsa
.tooltiptext = Loka öllum ófestum flipum

View File

@@ -45,7 +45,7 @@ pane-settings-workspaces-title = Workspace
zen-tabs-unloader-enabled =
.label = Abilita Scaricamento Scheda
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 =
.label = Ctrl+Tab cicla solo tra le schede Essenziali o Spazi
zen-tabs-cycle-ignore-pending-tabs =
@@ -159,6 +159,8 @@ pane-zen-CKS-title = Tasti Scorciatoie
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
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-description = Cambia le scorciatoie da tastiera predefinite a tuo piacimento e migliora la tua esperienza di navigazione
zen-settings-CKS-disable-firefox =

View File

@@ -8,9 +8,9 @@ tab-context-zen-reset-pinned-tab =
.label = Reimposta scheda fissata
.accesskey = R
tab-context-zen-add-essential =
.label = Add to Essentials
.label = Aggiungi agli Essenziali
.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 =
.label = Rimuovi dagli Essenziali
.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 =
.label = Apri collegamento in Sguardo
.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
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 =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
.title = Vedi Note di Rilascio
zen-sidebar-notification-restart-safe-mode-label = Si è rotto qualcosa?
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 = 外観
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = デフォルト言語を変更すると、ウェブサイトがあなたを追跡しやすくなります。
zen-warning-language = デフォルト言語を変更すると、ウェブサイトがあなたにトラッキングしやすくなります。
zen-vertical-tabs-layout-header = ブラウザーのレイアウト
zen-vertical-tabs-layout-description = 最適なレイアウトを選択
zen-layout-single-toolbar = 単一ツールバー
zen-layout-multiple-toolbar = 複数ツールバー
zen-layout-collapsed-toolbar = 折りたたみツールバー
zen-vertical-tabs-layout-description = 最適なレイアウトを選択してください
zen-layout-single-toolbar = サイドバーだけ
zen-layout-multiple-toolbar = サイドバーと上のツールバー
zen-layout-collapsed-toolbar = 折りたたまれたサイドバー
sync-currently-syncing-workspaces = ワークスペース
sync-engine-workspaces =
.label = ワークスペース
.tooltiptext = 端末間でワークスペースを同期
.tooltiptext = 機器間でワークスペースを同期する
.accesskey = W
zen-glance-title = Glance
zen-glance-header = 一般的な設定
zen-glance-description = 新しいタブで開かにリンクの簡単な概要を取得します
zen-glance-header = Glaceの一般的な設定
zen-glance-description = 新しいタブで開かないにリンクの簡単な概要をもらいます
zen-glance-trigger-label = トリガーメソッド
zen-glance-enabled =
.label = Glanceを有効にする
zen-glance-trigger-ctrl-click =
.label = Ctrl + Click
.label = Ctrl + クリック
zen-glance-trigger-alt-click =
.label = Alt + Click
.label = Alt + クリック
zen-glance-trigger-shift-click =
.label = Shift + クリック
zen-glance-trigger-meta-click =
.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-enabled =
.label = { -brand-short-name }のコンパクトモードを有効にする
zen-look-and-feel-compact-view-top-toolbar =
.label = 上のツールバーをコンパクトモードで非表示にする
.label = 上のツールバーをコンパクトモードで非表示にする
zen-look-and-feel-compact-toolbar-flash-popup =
.label = コンパクトモードで新しいタブを切り替えたり開いたりするときに、簡単にツールバーをポップアップさせる
.label = コンパクトモードで新しいタブを切り替えたり開いたりするときに、ツールバーをちょっとポップアップさせる
pane-zen-tabs-title = タブ管理
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
@@ -45,45 +45,45 @@ pane-settings-workspaces-title = ワークスペース
zen-tabs-unloader-enabled =
.label = タブのアンローダーを有効にする
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 =
.label = Ctrl+Tab cycles within Essential or Workspace tabs only
.label = Ctrl+Tabキーを押してワークスペースタブ内または重要なタブ内のサイクルを切り替えます
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
.label = Ctrl+Tabでのサイクリング時に保留中のタブを無視する
zen-tabs-cycle-by-attribute-warning = Ctrl+Tabが有効になっているため、最近使用された順序でサイクルされます
zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar
.label = コンパクトツールバーにテーマの背景を使用する
zen-workspace-continue-where-left-off =
.label = Continue where you left off
pane-zen-pinned-tab-manager-title = ピン留めされたタブ
zen-pinned-tab-manager-header = ピン留めされたタブの設定
zen-pinned-tab-manager-description = ピン留めされたタブの追加動作を管理
.label = 中断したところから再開する
pane-zen-pinned-tab-manager-title = 固定したタブ
zen-pinned-tab-manager-header = 固定したタブの一般的な設定
zen-pinned-tab-manager-description = 固定したタブの追加的な動作を管理する
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = ピン留めされたタブを起動時に元のピン留めされた URL に復元します
.label = 固定したタブを起動時に元の固定したURLに復元します
zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Enable container-specific essentials
zen-pinned-tab-manager-close-shortcut-behavior-label = タブを閉じる ショートカットの動作
.label = コンテナ固有のEssentialsを有効にする
zen-pinned-tab-manager-close-shortcut-behavior-label = タブを閉じるショートカットの動作
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = URLをリセットしアンロードして次のタブに切り替える
.label = URLをリセットしアンロードして次のタブに切り替える
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = アンロードし次のタブに切り替える
.label = アンロードし次のタブに切り替える
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = URLをリセットし次のタブに切り替える
.label = URLをリセットし次のタブに切り替える
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = 次のタブに切り替える
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = URLをリセット
.label = URLをリセットする
zen-pinned-tab-manager-close-close-shortcut-option =
.label = タブを閉じる
pane-zen-workspaces-header = ワークスペース
zen-settings-workspaces-header = ワークスペースの一般設定
zen-settings-workspaces-description = ワークスペースを使用すると、一度に複数のブラウジングセッションを行うことができます!
zen-settings-workspaces-header = ワークスペースの一般的な設定
zen-settings-workspaces-description = ワークスペースを使用すると、一度に複数のブラウジングセッションがあるといいです!
zen-settings-workspaces-enabled =
.label = ワークスペースを有効にする (実験的)
.label = ワークスペースを有効にする
zen-settings-workspaces-hide-default-container-indicator =
.label = タブバー内のデフォルトのコンテナインジケーターを非表示にする
zen-key-unsaved = 未保存のショートカットです!再入力後、「エスケープ」キーをクリックして安全にしてください。
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
zen-key-conflict = { $group } { $shortcut } との競合
pane-zen-theme-title = テーマ設定
zen-vertical-tabs-title = サイドバーとタブのレイアウト
zen-vertical-tabs-header = 垂直タブ
@@ -110,15 +110,15 @@ zen-theme-marketplace-remove-button =
zen-theme-marketplace-check-for-updates-button =
.label = アップデートの確認
zen-theme-marketplace-import-button =
.label = Import mods
.label = Modをインポート
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
.label = Modをエクスポート
zen-theme-marketplace-import-success = Modを正常にインポートしました
zen-theme-marketplace-import-failure = Modのインポート中にエラーが発生しました
zen-theme-marketplace-export-success = Modのエクスポートに成功しました
zen-theme-marketplace-export-failure = 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 =
.title = Modを無効化
zen-theme-marketplace-toggle-disabled-button =
@@ -133,7 +133,7 @@ zen-theme-marketplace-input-default-placeholder =
.placeholder = ここに入力...
pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update =
.label = Automatically update installed mods on startup
.label = 起動時にインストール済みの Mod を自動的に更新する
zen-settings-workspaces-force-container-tabs-to-workspace =
.label = コンテナタブを開くときにコンテナがデフォルトとして設定されているワークスペースに切り替える
zen-theme-marketplace-link = ストアを訪問
@@ -159,6 +159,8 @@ pane-zen-CKS-title = キーボードショートカット
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } キーボードショートカット
category-zen-marketplace =
.tooltiptext = Zenモッド
zen-settings-CKS-header = キーボードショートカットをカスタマイズする
zen-settings-CKS-description = デフォルトのキーボードショートカットを好みに変更し、ブラウジング体験を向上させましょう
zen-settings-CKS-disable-firefox =
@@ -169,7 +171,7 @@ zen-settings-CKS-reset-shortcuts =
.label = デフォルトに戻す
zenCKSOption-group-other = その他
zenCKSOption-group-windowAndTabManagement = ウィンドウとタブ管理
zenCKSOption-group-navigation = Navigation
zenCKSOption-group-navigation = ナビゲーション
zenCKSOption-group-searchAndFind = 検索と検索
zenCKSOption-group-pageOperations = ページ操作
zenCKSOption-group-historyAndBookmarks = 履歴とブックマーク
@@ -178,7 +180,7 @@ zenCKSOption-group-zen-compact-mode = コンパクトモード
zenCKSOption-group-zen-workspace = ワークスペース
zenCKSOption-group-zen-other = その他の禅の特徴
zenCKSOption-group-zen-split-view = 分割ビュー
zenCKSOption-group-devTools = Developer Tools
zenCKSOption-group-devTools = 開発者向けツール
zen-key-quick-restart = すぐに再起動
zen-window-new-shortcut = 新しいウィンドウ
zen-tab-new-shortcut = 新しいタブ
@@ -188,7 +190,7 @@ zen-location-open-shortcut = 場所を開く
zen-location-open-shortcut-alt = 場所を開く (Alt)
zen-key-undo-close-window = 閉じたウィンドウを元に戻す
zen-text-action-undo-shortcut = 元に戻す
zen-text-action-redo-shortcut = Redo
zen-text-action-redo-shortcut = やり直し
zen-text-action-cut-shortcut = 切り取り
zen-text-action-copy-shortcut = コピー
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-page-source-shortcut-safari = ページソースの表示 (Safari)
zen-nav-stop-shortcut = 読み込みを停止
zen-history-sidebar-shortcut = Show History Sidebar
zen-history-sidebar-shortcut = 履歴のサイドバーを表示
zen-window-minimize-shortcut = ウィンドウを最小化する
zen-help-shortcut = ヘルプを開く
zen-preferences-shortcut = 設定を開く
@@ -230,7 +232,7 @@ zen-key-exit-full-screen = 全画面表示を終了
zen-ai-chatbot-sidebar-shortcut = AIチャットボットサイドバーの切り替え
zen-key-inspector-mac = インスペクタの切り替え (Mac)
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-picture-in-picture-toggle-shortcut = ピクチャーインピクチャーの切り替え
zen-nav-reload-shortcut-2 = ページを再読み込み
@@ -247,9 +249,9 @@ zen-key-stop = 読み込みを中止
zen-full-zoom-reduce-shortcut = 縮小
zen-full-zoom-enlarge-shortcut = 拡大
zen-full-zoom-reset-shortcut = 等倍
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-full-zoom-reset-shortcut-alt = ズームをリセット (Alt)
zen-full-zoom-enlarge-shortcut-alt = ズームイン (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = ズームイン(Alt 2)
zen-bidi-switch-direction-shortcut = テキストの方向を切り替える
zen-private-browsing-shortcut = プライベート閲覧
zen-screenshot-shortcut = スクリーンショットを撮影
@@ -264,7 +266,7 @@ zen-close-tab-shortcut = タブを閉じる
zen-compact-mode-shortcut-show-sidebar = フローティングサイドバーの切り替え
zen-compact-mode-shortcut-show-toolbar = フローティングツールバーの切り替え
zen-compact-mode-shortcut-toggle = コンパクトモードの切り替え
zen-glance-expand = Expand Glance
zen-glance-expand = 拡大表示
zen-workspace-shortcut-switch-1 = ワークスペース1に切り替える
zen-workspace-shortcut-switch-2 = ワークスペース2に切り替える
zen-workspace-shortcut-switch-3 = ワークスペース3に切り替える
@@ -283,7 +285,7 @@ zen-split-view-shortcut-grid = 分割表示グリッドの切り替え
zen-split-view-shortcut-vertical = 分割ビューを垂直に切り替える
zen-split-view-shortcut-horizontal = 分割ビューを水平に切り替える
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-2 = 2つめのタブを選択
zen-key-select-tab-3 = 3つめのタブを選択
@@ -298,17 +300,17 @@ zen-key-goto-history = 履歴を開く
zen-key-go-home = ホームに戻る
zen-bookmark-show-sidebar-shortcut = ブックマークサイドバーを表示
zen-bookmark-show-toolbar-shortcut = ブックマークツールバーを表示
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
zen-devtools-toggle-shortcut = 開発ツールの切り替え
zen-devtools-toggle-browser-toolbox-shortcut = ブラウザツールボックスの切り替え
zen-devtools-toggle-browser-console-shortcut = ブラウザーコンソールの切り替え
zen-devtools-toggle-responsive-design-mode-shortcut = レスポンシブデザインモードの切り替え
zen-devtools-toggle-inspector-shortcut = インスペクタの切り替え
zen-devtools-toggle-web-console-shortcut = Webコンソールの切り替え
zen-devtools-toggle-js-debugger-shortcut = JavaScriptデバッガーの切り替え
zen-devtools-toggle-net-monitor-shortcut = ネットワークモニターの切り替え
zen-devtools-toggle-style-editor-shortcut = スタイルエディタの切り替え
zen-devtools-toggle-performance-shortcut = パフォーマンスの切り替え
zen-devtools-toggle-storage-shortcut = ストレージの切り替え
zen-devtools-toggle-dom-shortcut = DOMの切り替え
zen-devtools-toggle-accessibility-shortcut = アクセシビリティの切り替え
zen-close-all-unpinned-tabs-shortcut = ピン留めされていないすべてのタブを閉じる

View File

@@ -3,23 +3,23 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
.placeholder = { $folder-name } を検索
zen-folders-panel-rename-folder =
.label = Rename Folder
.label = フォルダの名前を変更
zen-folders-panel-unpack-folder =
.label = Unpack Folder
.label = フォルダを解除
zen-folders-new-subfolder =
.label = New Subfolder
.label = 新規サブフォルダ
zen-folders-panel-delete-folder =
.label = Delete Folder
.label = フォルダを削除
zen-folders-panel-convert-folder-to-space =
.label = Convert folder to Space
.label = フォルダをスペースに変換
zen-folders-panel-change-folder-space =
.label = Change Space...
.label = スペースを変更...
zen-folders-panel-change-icon-folder =
.label = Change Icon
.label = アイコンを変更
zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder
.tooltiptext = このフォルダでアクティブになっている状態をアンロードします
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔
.label = すべてのタブをアンロードする
zen-folders-search-no-results = 検索条件に一致するタブはありません 🤔

View File

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

View File

@@ -5,16 +5,16 @@
tab-zen-split-tabs =
.label =
{ $tabCount ->
[1] タブを分割(二個以上のタブを選択してください)
*[other] 選択したタブを{ $tabCount }に分割
[1] タブを分割する(2つ以上のタブを選択してください
*[other] 選択したタブを{ $tabCount }に分割する
}
.accesskey = S
zen-split-link =
.label = リンクを新しいタブに分割
.label = リンクを新しいタブに分割する
.accesskey = S
zen-split-view-modifier-header = 分割表示
zen-split-view-modifier-activate-reallocation =
.label = 再配置を有効にする
zen-split-view-modifier-enabled-toast = 分割ビューの再配置はONになっています。
zen-split-view-modifier-enabled-toast-description = ドラッグアンドドロップでビューを並べ替えます。Escキーを押して操作をキャンセルします。
zen-split-view-modifier-disabled-toast = 分割ビューの再配置はOFFになっています。
zen-split-view-modifier-enabled-toast = 分割表示の再配置はONになっています。
zen-split-view-modifier-enabled-toast-description = ドラッグアンドドロップで表示を並べ替えます。Escキーを押して操作をキャンセルします。
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/.
zen-toolbar-context-tabs-right =
.label = タブバーを右側に表示
.label = タブバーを右側に表示する
.accesskey = R
zen-toolbar-context-compact-mode =
.label = コンパクトモード
@@ -15,25 +15,25 @@ zen-toolbar-context-compact-mode-just-tabs =
zen-toolbar-context-compact-mode-just-toolbar =
.label = ツールバーを隠す
zen-toolbar-context-compact-mode-hide-both =
.label = 両方隠す
.label = サイドバーとツールバーを隠す
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = 新しいフォルダ
.accesskey = N
sidebar-zen-expand =
.label = サイドバーを展開する
sidebar-zen-create-new =
.label = Create New...
.label = 新しく作成する…
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
[one] タブをアンロードして切り替える
*[other] { $tabCount }つタブをアンロードして最初タブに切り替える
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
[one] タブをリセットして固定する
*[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
# 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-title-line1 = ようこそ
zen-welcome-title-line2 = 静かなインターネットへ
zen-welcome-import-title = 新鮮なスタート、同じブックマーク
zen-welcome-import-description-1 = ブックマーク、履歴、パスワードはインターネット上のパンくずの跡のようなものです。残さないでください!
zen-welcome-import-description-2 = 別のブラウザから簡単に移行し、中断したところから再開できます。
zen-welcome-import-button = 今すぐインポート
zen-welcome-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-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-set-default-browser = { -brand-short-name }を既定ブラウザーに設定する
zen-welcome-dont-set-default-browser = { -brand-short-name }を既定ブラウザに設定しないでください
zen-welcome-initial-essentials-title = キータブは常に手の届く範囲にあります
zen-welcome-initial-essentials-description-1 = いくつ開いても、最も重要なタブに簡単にアクセスでき、常に手元にあるようにします。
zen-welcome-initial-essentials-description-2 = 重要なタブは、ワークスペースに関係なく常に表示されます。
zen-welcome-workspace-colors-title = あなたのワークスペース、あなたの色
zen-welcome-workspace-colors-description = 各ワークスペースに独自の色のアイデンティティを与えることで、ブラウザをパーソナライズします。
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!
準備完了?<br/>
さあ、始めましょう!
zen-welcome-start-browsing-description-1 = 準備完了です。下のボタンをクリックして、{ -brand-short-name }でブラウズを開始してください。
zen-welcome-start-browsing = 飛び込んで!
zen-welcome-default-search-title = 既定の検索エンジン
zen-welcome-default-search-description = デフォルトの検索エンジンを選択してください。後でいつでも変更できます!
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
# 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 =
.label = Create Space
.label = スペースを作成
zen-panel-ui-folder-create =
.label = Create Folder
.label = フォルダーを作成
zen-panel-ui-new-empty-split =
.label = New Split
.label = 新しい分割表示
zen-workspaces-panel-context-delete =
.label = ワークスペースを削除
.label = スペースを削除する
.accesskey = D
zen-workspaces-panel-change-name =
.label = Change Name
.label = 名前を変更する
zen-workspaces-panel-change-icon =
.label = Change Icon
.label = アイコンを変更する
zen-workspaces-panel-context-default-profile =
.label = Set Profile
.label = プロファイルを設定する
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
.label = スペースをアンロードする
zen-workspaces-how-to-reorder-title = 並べ替える方法
zen-workspaces-how-to-reorder-desc = サイドバーの下部にあるスペースアイコンをドラッグして並べ替えます
zen-workspaces-change-theme =
.label = Edit Theme
.label = テーマを編集する
zen-workspaces-panel-context-open =
.label = ワークスペースを開く
.accesskey = O
zen-workspaces-panel-context-edit =
.label = ワークスペースを編集
.label = ワークスペースを編集する
.accesskey = E
context-zen-change-workspace-tab =
.label = タブをワークスペースに移動
@@ -37,29 +37,29 @@ zen-bookmark-edit-panel-workspace-selector =
.value = ワークスペース
.accesskey = W
zen-panel-ui-gradient-generator-algo-complementary =
.label = Complementary
.label = 補完的
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = 分割
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogous
.label = 類推的
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadic
.label = トライド的
zen-panel-ui-gradient-generator-algo-floating =
.label = Floating
zen-panel-ui-gradient-click-to-add = Click to add a color
.label = フローティング
zen-panel-ui-gradient-click-to-add = クリックして色を追加する
zen-workspace-creation-name =
.placeholder = Space Name
.placeholder = スペース名
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 Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
.label = スペースの順序を変更する
zen-workspace-creation-profile = プロファイル
.tooltiptext = プロファイルはスペース間でクッキーとサイトデータを分離するために使用されます。
zen-workspace-creation-header = スペースを作成する
zen-workspace-creation-label = スペースはタブやセッションを整理するために使用されます。
zen-workspaces-delete-workspace-title = スペースを削除しますか?
zen-workspaces-delete-workspace-body = { $name }を削除してもよろしいですか?この操作は元に戻せません。
# 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-toast = タブを閉じました!元に戻すには、 <span>{ $shortcut }</span>を使用してください。
zen-workspaces-close-all-unpinned-tabs-title =
.label = Clear
.tooltiptext = Close all unpinned tabs
.label = 削除する
.tooltiptext = すべての固定しなかったタブを閉じる

View File

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

View File

@@ -98,13 +98,13 @@ zen-site-data-panel-feature-callout-subtitle = 아이콘을 클릭해 사이트
zen-open-link-in-glance =
.label = 글랜스로 링크 열기
.accesskey = G
zen-sidebar-notification-updated-heading = Update Complete!
zen-sidebar-notification-updated-heading = 업데이트 완료!
# 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 =
.title = View Release Notes
zen-sidebar-notification-restart-safe-mode-label = Something broke?
.title = 업데이트 기록 보기
zen-sidebar-notification-restart-safe-mode-label = 무언가 고장났나요?
zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Restart in Safe Mode
.title = 안전 모드로 다시 시작

1
locales/language-maps Normal file
View File

@@ -0,0 +1 @@
nb:nb-NO

View File

@@ -159,6 +159,8 @@ pane-zen-CKS-title = Klaviatūros spartieji klavišai
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = „{ -brand-short-name }“ klaviatūros spartieji klavišai
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Tinkinkite klaviatūros sparčiuosius klavišus
zen-settings-CKS-description = Keiskite numatytąsias klaviatūros sparčiąsias klavišus pagal savo pageidavimus ir patobulinkite naršymo patirtį.
zen-settings-CKS-disable-firefox =

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 = Utseende og Følelse
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = Å endre standardspråket kan gjøre det lettere for nettsteder å spore deg.
zen-vertical-tabs-layout-header = Nettleseroppsett
zen-vertical-tabs-layout-description = Velg oppsettet som kler deg best
zen-layout-single-toolbar = Bare sidepanelet
zen-layout-multiple-toolbar = Sidepanelet og øvre verktøylinje
zen-layout-collapsed-toolbar = Komprimert sidepanel
sync-currently-syncing-workspaces = Arbeidsområder
sync-engine-workspaces =
.label = Arbeidsområder
.tooltiptext = Synkroniser arbeidsområdene dine på tvers av enheter
.accesskey = W
zen-glance-title = Glance
zen-glance-header = Generelle innstillinger for Glance
zen-glance-description = Få en rask oversikt over lenkene dine uten å åpne dem i en ny fane
zen-glance-trigger-label = Utløsningsmetode
zen-glance-enabled =
.label = Aktiver Glance
zen-glance-trigger-ctrl-click =
.label = Ctrl + Klikk
zen-glance-trigger-alt-click =
.label = Alt + Klikk
zen-glance-trigger-shift-click =
.label = Shift + Klikk
zen-glance-trigger-meta-click =
.label = Meta (Commmand) + Klikk
zen-look-and-feel-compact-view-header = Vis i kompakt visning
zen-look-and-feel-compact-view-description = Bare vis verktøylinjene du bruker!
zen-look-and-feel-compact-view-enabled =
.label = Aktiver { -brand-short-name }s kompakt modus
zen-look-and-feel-compact-view-top-toolbar =
.label = Skjul også øvre verktøylinje i kompakt modus
zen-look-and-feel-compact-toolbar-flash-popup =
.label = Få verktøylinjen til å komme opp momentert når du bytter til- eller åpner nye faner i kompakt modus
pane-zen-tabs-title = Fanebehandling
category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title }
pane-settings-workspaces-title = Arbeidsområder
zen-tabs-unloader-enabled =
.label = Aktiver Faneavlaster
zen-tabs-close-on-back-with-no-history =
.label = Lukk fane og bytt tilbake til overfanen (eller sist brukte fane) når du går tilbake uten historikk
zen-tabs-cycle-by-attribute =
.label = Ctrl+Tab rullerer innen bare Essensielle- eller Arbeidsområde-faner
zen-tabs-cycle-ignore-pending-tabs =
.label = Ignorer ventende faner når du rullerer med Ctrl+Tab
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab vil rullere med sist brukte rekkefølge, da det er aktivert
zen-look-and-feel-compact-toolbar-themed =
.label = Bruk temabakgrunn for kompakt verktøylinje
zen-workspace-continue-where-left-off =
.label = Fortsett der du slapp
pane-zen-pinned-tab-manager-title = Festede faner
zen-pinned-tab-manager-header = Generelle innstillinger for festede faner
zen-pinned-tab-manager-description = Behandle ekstra atferd for festede faner
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Gjenopprett festede faner til sin opprinnelige festede nettadresse ved oppstart
zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Aktiver kontainer-spesifikke essensielle
zen-pinned-tab-manager-close-shortcut-behavior-label = Lukk fanesnarvei-adferd
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Tilbakestill nettadresse, avlast og bytt til neste fane
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
.label = Avlast og bytt til neste fane
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
.label = Tilbakestill nettadresse og bytt til neste fane
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Bytt til neste fane
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Tilbakestill nettadresse
zen-pinned-tab-manager-close-close-shortcut-option =
.label = Lukk fane
pane-zen-workspaces-header = Arbeidsområder
zen-settings-workspaces-header = Generelle innstillinger for arbeidsområder
zen-settings-workspaces-description = Med arbeidsområder kan du ha flere økter samtidig!
zen-settings-workspaces-enabled =
.label = Aktiver Arbeidsområder
zen-settings-workspaces-hide-default-container-indicator =
.label = Skjul standard beholder-indikatoren i fanelinjen
zen-key-unsaved = Ulagret snarvei! Vennligst lagre den ved å klikke "Escape"-knappen etter å ha skrevet den på nytt.
zen-key-conflict = Konflikter med { $group } -> { $shortcut }
pane-zen-theme-title = Temainnstillinger
zen-vertical-tabs-title = Oppsett for sidepanel og faner
zen-vertical-tabs-header = Loddrette Faner
zen-vertical-tabs-description = Behandle faner i loddrett oppsett
zen-vertical-tabs-show-expand-button =
.label = Vis Utvid-knapp
zen-vertical-tabs-newtab-on-tab-list =
.label = Vis Ny Fane-knapp på Faneliste
zen-vertical-tabs-newtab-top-button-up =
.label = Flytt ny fane- knappen til toppen
zen-vertical-tabs-expand-tabs-by-default = Utvid Faner som Standard
zen-vertical-tabs-dont-expand-tabs-by-default = Ikke Utvid Faner som Standard
zen-vertical-tabs-expand-tabs-on-hover = Utvid Faner når mus over (Vil ikke virke i kompakt modus)
zen-vertical-tabs-expand-tabs-header = Hvordan utvide faner
zen-vertical-tabs-expand-tabs-description = Velg hvordan du utvider faner i sidepanelet
zen-theme-marketplace-header = Zen-mods
zen-theme-disable-all-enabled =
.title = Deaktiver alle mods
zen-theme-disable-all-disabled =
.title = Aktiver alle mods
zen-theme-marketplace-description = Finn og installer mods fra butikken.
zen-theme-marketplace-remove-button =
.label = Fjern mod
zen-theme-marketplace-check-for-updates-button =
.label = Sjekk for Oppdateringer
zen-theme-marketplace-import-button =
.label = Importer mods
zen-theme-marketplace-export-button =
.label = Eksporter Mods
zen-theme-marketplace-import-success = Mods importert
zen-theme-marketplace-import-failure = Det oppstod en feil under importering av mods
zen-theme-marketplace-export-success = Mods eksportert
zen-theme-marketplace-export-failure = Det oppstod en feil under eksportering av mods
zen-theme-marketplace-updates-success = Mods oppdatert
zen-theme-marketplace-updates-failure = Fant ingen oppdateringer!
zen-theme-marketplace-toggle-enabled-button =
.title = Deaktiver mod
zen-theme-marketplace-toggle-disabled-button =
.title = Aktiver mod
zen-theme-marketplace-remove-confirmation = Er du sikker på at du vil fjerne denne modden?
zen-theme-marketplace-close-modal = Lukk
zen-theme-marketplace-theme-header-title =
.title = CSS-velger: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = Ingen
zen-theme-marketplace-input-default-placeholder =
.placeholder = Skriv noe...
pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update =
.label = Oppdater installerte mods automatisk ved oppstart
zen-settings-workspaces-force-container-tabs-to-workspace =
.label = Bytt til arbeidsområde hvor beholder er satt som standard ved åpning av beholderfaner
zen-theme-marketplace-link = Besøk Butikk
zen-dark-theme-styles-header = Mørkt Tema-stiler
zen-dark-theme-styles-description = Tilpass det mørke temaet til din smak
zen-dark-theme-styles-amoled = Natt-tema
zen-dark-theme-styles-default = Standard Mørkt Tema
zen-dark-theme-styles-colorful = Fargerikt Mørkt Tema
zen-compact-mode-styles-left = Skjul Fanelinjen
zen-compact-mode-styles-top = Skjul Topplinjen
zen-compact-mode-styles-both = Skjul Begge
zen-urlbar-title = Zen nettadresselinje
zen-urlbar-header = Generelle innstillinger for nettadresselinjen
zen-urlbar-description = Tilpass nettadresselinjen til din smak
zen-urlbar-behavior-label = Oppførsel
zen-urlbar-behavior-normal =
.label = Normal
zen-urlbar-behavior-floating-on-type =
.label = Flytende bare ved skriving
zen-urlbar-behavior-float =
.label = Alltid flytende
pane-zen-CKS-title = Tastatursnarveier
category-zen-CKS =
.tooltiptext = { pane-zen-CKS-title }
pane-settings-CKS-title = { -brand-short-name } Tastatursnarveier
category-zen-marketplace =
.tooltiptext = Zen Mods
zen-settings-CKS-header = Tilpass dine tastatursnarveier
zen-settings-CKS-description = Endre standard tastatursnarveier til din smak og forbedre surfeopplevelsen din
zen-settings-CKS-disable-firefox =
.label = Deaktiver { -brand-short-name } sine standard tastatursnarveier
zen-settings-CKS-duplicate-shortcut =
.label = Dupliser Snarvei
zen-settings-CKS-reset-shortcuts =
.label = Tilbakestill til Standard
zenCKSOption-group-other = Andre
zenCKSOption-group-windowAndTabManagement = Vindus- og fanebehandling
zenCKSOption-group-navigation = Navigasjon
zenCKSOption-group-searchAndFind = Søk & Finn
zenCKSOption-group-pageOperations = Side-operasjoner
zenCKSOption-group-historyAndBookmarks = Historikk og Bokmerker
zenCKSOption-group-mediaAndDisplay = Medie & Skjerm
zenCKSOption-group-zen-compact-mode = Kompakt Modus
zenCKSOption-group-zen-workspace = Arbeidsområder
zenCKSOption-group-zen-other = Andre Zen-funksjoner
zenCKSOption-group-zen-split-view = Splittet visning
zenCKSOption-group-devTools = Utviklerverktøy
zen-key-quick-restart = Rask omstart
zen-window-new-shortcut = Nytt vindu
zen-tab-new-shortcut = Ny fane
zen-key-redo = Gjør om
zen-restore-last-closed-tab-shortcut = Gjenopprett sist lukkede fane
zen-location-open-shortcut = Åpne plassering
zen-location-open-shortcut-alt = Åpne plassering (Alt)
zen-key-undo-close-window = Angre lukk vindu
zen-text-action-undo-shortcut = Angre
zen-text-action-redo-shortcut = Gjør om
zen-text-action-cut-shortcut = Klipp ut
zen-text-action-copy-shortcut = Kopier
zen-text-action-copy-url-shortcut = Kopier gjeldende nettadresse
zen-text-action-copy-url-markdown-shortcut = Kopier gjeldende nettadresse som Markdown
zen-text-action-paste-shortcut = Lim inn
zen-text-action-select-all-shortcut = Velg alle
zen-text-action-delete-shortcut = Slett
zen-history-show-all-shortcut-mac = Vis all historikk (Mac)
zen-full-screen-shortcut = Veksle fullskjermmodus
zen-reader-mode-toggle-shortcut-windows = Veksle Lesemodus (Windows)
zen-picture-in-picture-toggle-shortcut-alt = Veksle bilde-i-bilde (Alt)
zen-picture-in-picture-toggle-shortcut-mac = Veksle bilde-i-bilde (Mac)
zen-picture-in-picture-toggle-shortcut-mac-alt = Veksle bilde-i-bilde (Mac Alt)
zen-page-source-shortcut-safari = Vis sidekilde (Safari)
zen-nav-stop-shortcut = Stopp innlasting
zen-history-sidebar-shortcut = Vis historikk-sidepanel
zen-window-minimize-shortcut = Minimer vindu
zen-help-shortcut = Åpne hjelp
zen-preferences-shortcut = Åpne preferanser
zen-hide-app-shortcut = Skjul applikasjon
zen-hide-other-apps-shortcut = Skjul andre applikasjoner
zen-search-focus-shortcut = Fokussøk
zen-search-focus-shortcut-alt = Fokussøk (Alt)
zen-downloads-shortcut = Åpne Nedlastinger
zen-addons-shortcut = Åpne Tillegg
zen-file-open-shortcut = Åpne Filer
zen-save-page-shortcut = Lagre side
zen-print-shortcut = Skriv ut side
zen-close-shortcut-2 = Lukk fane
zen-mute-toggle-shortcut = Veksle demping
zen-key-delete = Slett-tasten
zen-key-go-back = Gå tilbake
zen-key-go-forward = Gå fremover
zen-nav-back-shortcut-alt = Naviger tilbake (Alt)
zen-nav-fwd-shortcut-alt = Naviger fremover (Alt)
zen-history-show-all-shortcut = Vis all historikk
zen-key-enter-full-screen = Gå til fullskjerm
zen-key-exit-full-screen = Avslutt fullskjerm
zen-ai-chatbot-sidebar-shortcut = Veksle KI-chatbot -sidepanel
zen-key-inspector-mac = Veksle inspektør (Mac)
zen-toggle-sidebar-shortcut = Veksle Firefox-sidepanel
zen-toggle-pin-tab-shortcut = Veksle festet fane
zen-reader-mode-toggle-shortcut-other = Veksle Lesemodus
zen-picture-in-picture-toggle-shortcut = Veksle bilde-i-bilde
zen-nav-reload-shortcut-2 = Oppdater side
zen-key-about-processes = Om Prosesser
zen-page-source-shortcut = Se Sidekilde
zen-page-info-shortcut = Se sideinformasjon
zen-find-shortcut = Finn på side
zen-search-find-again-shortcut = Finn igjen
zen-search-find-again-shortcut-prev = Finn forrige
zen-search-find-again-shortcut-2 = Finn igjen (Alt)
zen-bookmark-this-page-shortcut = Bokmerk denne siden
zen-bookmark-show-library-shortcut = Vis Bokmerkebiblioteket
zen-key-stop = Slutt å laste
zen-full-zoom-reduce-shortcut = Zoom ut
zen-full-zoom-enlarge-shortcut = Zoom inn
zen-full-zoom-reset-shortcut = Tilbakestill Zoom
zen-full-zoom-reset-shortcut-alt = Tilbakestill Zoom (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom inn (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom inn (Alt 2)
zen-bidi-switch-direction-shortcut = Bytt tekstretning
zen-private-browsing-shortcut = Privat surfing
zen-screenshot-shortcut = Ta skjermbilde
zen-key-sanitize = Tøm surfedata
zen-quit-app-shortcut = Avslutt applikasjon
zen-key-wr-capture-cmd = WR Capture-kommando
zen-key-wr-toggle-capture-sequence-cmd = Veksle WR Capture-sekvens
zen-nav-reload-shortcut = Oppdater side
zen-nav-reload-shortcut-skip-cache = Oppdater side (hopp over mellomlagring)
zen-close-shortcut = Lukk vindu
zen-close-tab-shortcut = Lukk fane
zen-compact-mode-shortcut-show-sidebar = Veksle flytende sidepanel
zen-compact-mode-shortcut-show-toolbar = Veksle flytende verktøylinje
zen-compact-mode-shortcut-toggle = Veksle kompakt modus
zen-glance-expand = Utvid Glance
zen-workspace-shortcut-switch-1 = Bytt til arbeidsområde 1
zen-workspace-shortcut-switch-2 = Bytt til arbeidsområde 2
zen-workspace-shortcut-switch-3 = Bytt til arbeidsområde 3
zen-workspace-shortcut-switch-4 = Bytt til arbeidsområde 4
zen-workspace-shortcut-switch-5 = Bytt til arbeidsområde 5
zen-workspace-shortcut-switch-6 = Bytt til arbeidsområde 6
zen-workspace-shortcut-switch-7 = Bytt til arbeidsområde 7
zen-workspace-shortcut-switch-8 = Bytt til arbeidsområde 8
zen-workspace-shortcut-switch-9 = Bytt til arbeidsområde 9
zen-workspace-shortcut-switch-10 = Bytt til arbeidsområde 10
zen-workspace-shortcut-forward = Fremover arbeidsområde
zen-workspace-shortcut-backward = Bakover arbeidsområde
zen-sidebar-shortcut-toggle = Veksle sidepanelets bredde
zen-pinned-tab-shortcut-reset = Tilbakestill festet fane til festet nettadresse
zen-split-view-shortcut-grid = Veksle splittet visnings-nett
zen-split-view-shortcut-vertical = Veksle splittet visning loddrett
zen-split-view-shortcut-horizontal = Veksle splittet visning vannrett
zen-split-view-shortcut-unsplit = Lokk splittet visning
zen-new-empty-split-view-shortcut = Ny tom splittet visning
zen-key-select-tab-1 = Velg fane #1
zen-key-select-tab-2 = Velg fane #2
zen-key-select-tab-3 = Velg fane #3
zen-key-select-tab-4 = Velg fane #4
zen-key-select-tab-5 = Velg fane #5
zen-key-select-tab-6 = Velg fane #6
zen-key-select-tab-7 = Velg fane #7
zen-key-select-tab-8 = Velg fane #8
zen-key-select-tab-last = Velg siste fane
zen-key-show-all-tabs = Vis alle faner
zen-key-goto-history = Gå til historikk
zen-key-go-home = Gå til startsiden
zen-bookmark-show-sidebar-shortcut = Vis bokmerke-sidepanelet
zen-bookmark-show-toolbar-shortcut = Vis bokmerke-verktøylinjen
zen-devtools-toggle-shortcut = Veksle Utviklerverktøy
zen-devtools-toggle-browser-toolbox-shortcut = Veksle Nettleser-verktøykasse
zen-devtools-toggle-browser-console-shortcut = Veksle Nettleserkonsollen
zen-devtools-toggle-responsive-design-mode-shortcut = Veksle Responsivt Design Modus
zen-devtools-toggle-inspector-shortcut = Veksle Inspektøren
zen-devtools-toggle-web-console-shortcut = Veksle Nettkonsollen
zen-devtools-toggle-js-debugger-shortcut = Veksle JavaScript-Feilsøkingsprogram
zen-devtools-toggle-net-monitor-shortcut = Veksle Nettverksmonitor
zen-devtools-toggle-style-editor-shortcut = Veksle Stil-Editoren
zen-devtools-toggle-performance-shortcut = Veksle Ytelse
zen-devtools-toggle-storage-shortcut = Veksle Lagring
zen-devtools-toggle-dom-shortcut = Veksle DOM
zen-devtools-toggle-accessibility-shortcut = Veksle Tilgjengelighet
zen-close-all-unpinned-tabs-shortcut = Lukk alle ufestede faner

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 = Søk { $folder-name }...
zen-folders-panel-rename-folder =
.label = Endre mappenavn
zen-folders-panel-unpack-folder =
.label = Pakk ut mappe
zen-folders-new-subfolder =
.label = Ny undermappe
zen-folders-panel-delete-folder =
.label = Slett mappe
zen-folders-panel-convert-folder-to-space =
.label = Konverter mappe til område
zen-folders-panel-change-folder-space =
.label = Endre område...
zen-folders-panel-change-icon-folder =
.label = Endre ikon
zen-folders-unload-all-tooltip =
.tooltiptext = Avlast aktive i denne mappen
zen-folders-unload-folder =
.label = Avlast alle faner
zen-folders-search-no-results = Ingen faner samsvarer med søket 🤔

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 = nåværende profil
unified-extensions-description = Utvidelser er brukt for å bringe mer ekstra funksjonalitet til { -brand-short-name }.
tab-context-zen-reset-pinned-tab =
.label = Nullstill Festet Fane
.accesskey = R
tab-context-zen-add-essential =
.label = E
.accesskey = E
tab-context-zen-add-essential-badge = { $num } / { $max } felt utfylt
tab-context-zen-remove-essential =
.label = Fjern fra Essensielle
.accesskey = R
tab-context-zen-replace-pinned-url-with-current =
.label = Erstatt Festet Nettadresse med Aktiv
.accesskey = C
zen-themes-corrupted = Din { -brand-short-name }-mods fil er skadet. De har blitt tilbakestilt til standardtemaet.
zen-shortcuts-corrupted = { -brand-short-name } snarvei-filen din er skadet. De har blitt tilbakestilt til standard snarveier.
# note: Do not translate the "<br/>" tags in the following string
zen-new-urlbar-notification =
Det nye nettadressefeltet har blitt aktivert, som tar vekk behovet for nye fanesider.<br/><br/>
Prøv å åpne en ny fane for å se det nye nettadressefeltet i action!
zen-disable = Deaktiver
pictureinpicture-minimize-btn =
.aria-label = Minimer
.tooltip = Minimer
zen-panel-ui-gradient-generator-custom-color = Tilpasset Farge
zen-panel-ui-gradient-generator-saved-message = Gradienten er lagret!
zen-copy-current-url-confirmation = Kopierte gjeldende nettadresse!
zen-general-cancel-label =
.label = Avbryt
zen-general-confirm =
.label = Bekreft
zen-pinned-tab-replaced = Nettadressen av den festede fanen har blitt erstattet med gjeldende nettadresse!
zen-tabs-renamed = Fanen har blitt omnavnet!
zen-background-tab-opened-toast = Ny bakgrunnsfane åpnet!
zen-workspace-renamed-toast = Arbeidsområdet har blitt omnavnet!
zen-library-sidebar-workspaces =
.label = Områder
zen-library-sidebar-mods =
.label = Mods
zen-toggle-compact-mode-button =
.label = Kompakt Modus
.tooltiptext = Veksle Kompakt Modus
# note: Do not translate the "<br/>" tags in the following string
zen-learn-more-text = Lær Mer
zen-close-label = Lukk
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Søk...
zen-icons-picker-emoji =
.label = Emojier
zen-icons-picker-svg =
.label = Ikoner
urlbar-search-mode-zen_actions = Handlinger
zen-site-data-settings = Innstillinger
zen-generic-manage = Behandle
zen-generic-more = Mer
zen-generic-next = Neste
# These labels will be used for the site data panel settings
zen-site-data-setting-allow = Tillat
zen-site-data-setting-block = Blokker
zen-site-data-protections-enabled = Aktivert
zen-site-data-protections-disabled = Deaktivert
zen-site-data-setting-cross-site = Kryss-side informasjonskapsel
zen-site-data-security-info-extension =
.label = Utvidelse
zen-site-data-security-info-secure =
.label = Sikker
zen-site-data-security-info-not-secure =
.label = Ikke Sikker
zen-site-data-manage-addons =
.label = Behandle Utvidelser
zen-site-data-get-addons =
.label = Legg til Utvidelser
zen-site-data-site-settings =
.label = Alle nettstedsinnstillinger
zen-site-data-header-share =
.tooltiptext = Del denne siden
zen-site-data-header-reader-mode =
.tooltiptext = Gå til Lesermodus
zen-site-data-header-screenshot =
.tooltiptext = Ta et skjermbilde
zen-site-data-header-bookmark =
.tooltiptext = Bokmerk denne siden
zen-urlbar-copy-url-button =
.tooltiptext = Kopier nettadresse
zen-site-data-setting-site-protection = Sporingsbeskyttelse
# Section: Feature callouts
zen-site-data-panel-feature-callout-title = Et nytt hjem for tillegg, tillatelser, og mer
zen-site-data-panel-feature-callout-subtitle = Klikk på ikonet for å behandle nettstedsinnstillinger, se sikkerhetsinformasjon, behandle utvidelser, og utføre vanlige handlinger.
zen-open-link-in-glance =
.label = Åpne lenke i Glance
.accesskey = G
zen-sidebar-notification-updated-heading = Oppdatering fullført!
# See ZenSidebarNotification.mjs to see how these would be used
zen-sidebar-notification-updated-label = Hva er nytt i { -brand-short-name }
zen-sidebar-notification-updated-tooltip =
.title = Se versjonsnotater
zen-sidebar-notification-restart-safe-mode-label = Er noe ødelagt?
zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Start på nytt i sikker modus

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] Del fane (flere valgte faner trengs)
*[other] Del { $tabCount } faner
}
.accesskey = S
zen-split-link =
.label = Del opp lenke til ny fane
.accesskey = S
zen-split-view-modifier-header = Splittet visning
zen-split-view-modifier-activate-reallocation =
.label = Aktiver reallokasjon
zen-split-view-modifier-enabled-toast = Omorganisering av splittet visning er PÅ.
zen-split-view-modifier-enabled-toast-description = Dra og slipp visningen for å omorganisere. Trykk Esc for å avslutte.
zen-split-view-modifier-disabled-toast = Omorganisering av splittet visning er AV.

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 = Faner til høyre
.accesskey = R
zen-toolbar-context-compact-mode =
.label = Kompakt modus
zen-toolbar-context-compact-mode-enable =
.label = Aktiver kompakt modus
.accesskey = D
zen-toolbar-context-compact-mode-just-tabs =
.label = Skjul sidepanelet
zen-toolbar-context-compact-mode-just-toolbar =
.label = Skjul verktøylinjen
zen-toolbar-context-compact-mode-hide-both =
.label = Skjul begge
.accesskey = H
zen-toolbar-context-new-folder =
.label = Ny mappe
.accesskey = N
sidebar-zen-expand =
.label = Utvid sidepanelet
sidebar-zen-create-new =
.label = Opprett ny...
tabbrowser-unload-tab-button =
.tooltiptext =
{$tabCount ->
[one] Avlast og bytt til fane
*[other] Avlast { $tabCount } faner og bytt til den første
}
tabbrowser-reset-pin-button =
.tooltiptext =
{$tabCount ->
[one] Tilbakestill og fest fane
*[other] Tilbakestill og fest { $tabCount } faner
}
tab-reset-pin-label = Tilbake til festet nettadresse

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 = Velkommen til
zen-welcome-title-line2 = et roligere internett
zen-welcome-import-title = En ny begynnelse, de samme bokmerkene
zen-welcome-import-description-1 = Bokmerker, historikken og passordene dine er som en sti av brødsmuler gjennom internettet — ikke la dem ligge etter!
zen-welcome-import-description-2 = Overfør dem enkelt fra en annen nettleser og plukk det opp igjen akkurat der du slapp sist.
zen-welcome-import-button = Importer nå
zen-welcome-set-default-browser = Sett { -brand-short-name } som din standard nettleser
zen-welcome-dont-set-default-browser = IKKE sett { -brand-short-name } som din standard nettleser
zen-welcome-initial-essentials-title = Dine viktigste faner, alltid innen rekkevidde
zen-welcome-initial-essentials-description-1 = Hold dine viktigste faner lett tilgjengelige og alltid på hånd, uansett hvor mange du åpner.
zen-welcome-initial-essentials-description-2 = Essensielle faner er alltid synlige, uansett hvilket arbeidsområde du er i.
zen-welcome-workspace-colors-title = Dine Arbeidsområder, Dine Farger
zen-welcome-workspace-colors-description = Tilpass nettleseren din ved å gi hvert arbeidsområde sin egen unike fargeidentitet.
zen-welcome-start-browsing-title =
Alt klart?<br/>
La oss komme i gang!
zen-welcome-start-browsing-description-1 = Du er ferdig satt opp og klar til å gå. Klikk på knappen nedenfor for å begynne å surfe med { -brand-short-name }.
zen-welcome-start-browsing = Hopp inn!
zen-welcome-default-search-title = Din Standard Søkemotor
zen-welcome-default-search-description = Velg din standard søkemotor. Du kan alltids endre den senere!
zen-welcome-skip-button = Hopp over
zen-welcome-finished = Din Zen har blitt satt opp riktig!

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 = Områder
zen-panel-ui-workspaces-create =
.label = Opprett Område
zen-panel-ui-folder-create =
.label = Opprett Mappe
zen-panel-ui-new-empty-split =
.label = Ny Splitt
zen-workspaces-panel-context-delete =
.label = Slett Område
.accesskey = D
zen-workspaces-panel-change-name =
.label = Endre Navn
zen-workspaces-panel-change-icon =
.label = Endre Ikon
zen-workspaces-panel-context-default-profile =
.label = Sett Profil
zen-workspaces-panel-unload =
.label = Frigjør Område
zen-workspaces-how-to-reorder-title = Hvordan endre rekkefølge på områder
zen-workspaces-how-to-reorder-desc = Dra områdeikoner nederst på sidepanelet for å endre rekkefølgen på dem
zen-workspaces-change-theme =
.label = Rediger Tema
zen-workspaces-panel-context-open =
.label = Åpne Område
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Rediger Område
.accesskey = E
context-zen-change-workspace-tab =
.label = Endre Fane(r) til Arbeidsområde
.accesskey = C
zen-bookmark-edit-panel-workspace-selector =
.value = Arbeidsområder
.accesskey = W
zen-panel-ui-gradient-generator-algo-complementary =
.label = Komplimentære
zen-panel-ui-gradient-generator-algo-splitComplementary =
.label = Splitt
zen-panel-ui-gradient-generator-algo-analogous =
.label = Analogisk
zen-panel-ui-gradient-generator-algo-triadic =
.label = Triadisk
zen-panel-ui-gradient-generator-algo-floating =
.label = Flytende
zen-panel-ui-gradient-click-to-add = Klikk for å legge til en farge
zen-workspace-creation-name =
.placeholder = Områdenavn
zen-workspaces-panel-context-reorder =
.label = Omordne Områder
zen-workspace-creation-profile = Profil
.tooltiptext = Profiler er brukt til å separere informasjonskapsler og nettstedsdata mellom områder.
zen-workspace-creation-header = Opprett et Område
zen-workspace-creation-label = Områder er brukt til å organisere fanene og øktene dine.
zen-workspaces-delete-workspace-title = Slett Område?
zen-workspaces-delete-workspace-body = Er du sikker på at du vil slette { $name }? Denne handlingen kan ikke angres.
# 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 = Faner lukket! Bruk <span>{ $shortcut }</span> for å angre.
zen-workspaces-close-all-unpinned-tabs-title =
.label = Tøm
.tooltiptext = Lukk alle ufestede faner

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