Compare commits

..

1 Commits

Author SHA1 Message Date
Mr. M
439a27d947 feat: New tooltip UI, b=no-bug, c=no-component 2025-08-29 17:44:29 +02:00
504 changed files with 3720 additions and 21865 deletions

View File

@@ -146,7 +146,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm install
- name: Setup Surfer - name: Setup Surfer
run: | run: |
@@ -206,7 +206,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm install
- name: Setup Surfer - name: Setup Surfer
run: | run: |
@@ -253,7 +253,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm install
- name: Load Surfer CI setup - name: Load Surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.update_branch }} --display-version ${{ needs.build-data.outputs.version }} run: npm run surfer -- ci --brand ${{ inputs.update_branch }} --display-version ${{ needs.build-data.outputs.version }}
@@ -266,11 +266,9 @@ jobs:
- name: Compress - name: Compress
run: | run: |
tar \ cd engine
--exclude='./.git' \ tar --use-compress-program=zstd -hcf ../zen.source.tar.zst *
--use-compress-program=zstd \ cd ..
-hcf zen.source.tar.zst \
-C engine .
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
@@ -380,7 +378,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm install
sudo apt-get update sudo apt-get update
sudo apt-get -y install libfuse2 desktop-file-utils appstream sudo apt-get -y install libfuse2 desktop-file-utils appstream
@@ -620,7 +618,7 @@ jobs:
run: | run: |
git pull git pull
sudo apt-get update sudo apt-get update
npm ci npm install
- name: Generate new Flatpak release - name: Generate new Flatpak release
run: | run: |
@@ -736,8 +734,8 @@ jobs:
GIT_CURL_VERBOSE: 1 GIT_CURL_VERBOSE: 1
with: with:
token: ${{ secrets.DEPLOY_KEY }} token: ${{ secrets.DEPLOY_KEY }}
commit-message: Update to version `${{ needs.build-data.outputs.version }}` commit-message: 🚀 Update to version ${{ needs.build-data.outputs.version }}
title: Update to version `${{ needs.build-data.outputs.version }}` title: 🚀 Update to version ${{ needs.build-data.outputs.version }}
body: | body: |
This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}. This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -84,7 +84,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm install
sudo apt-get update sudo apt-get update
sudo apt-get install -y python3 python3-pip dos2unix yasm nasm build-essential libgtk2.0-dev libpython3-dev m4 uuid libasound2-dev libcurl4-openssl-dev libdbus-1-dev libdrm-dev libdbus-glib-1-dev libgtk-3-dev libpulse-dev libx11-xcb-dev libxt-dev xvfb lld llvm --fix-missing sudo apt-get install -y python3 python3-pip dos2unix yasm nasm build-essential libgtk2.0-dev libpython3-dev m4 uuid libasound2-dev libcurl4-openssl-dev libdbus-1-dev libdrm-dev libdbus-glib-1-dev libgtk-3-dev libpulse-dev libx11-xcb-dev libxt-dev xvfb lld llvm --fix-missing

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
c8042c4961ad61678121d8ce9ca2d17cc85fefbe df0d5e625b9e55c502d3e9e81b29a0d52d0f8d20

View File

@@ -9,12 +9,8 @@ add-extensions:
directory: lib/ffmpeg directory: lib/ffmpeg
version: '24.08' version: '24.08'
add-ld-path: . add-ld-path: .
app.zen_browser.zen.systemconfig:
directory: etc/zen
no-autodownload: true
command: launch-script.sh command: launch-script.sh
finish-args: finish-args:
- --allow=devel
- --share=ipc - --share=ipc
- --share=network - --share=network
- --socket=pulseaudio - --socket=pulseaudio
@@ -23,36 +19,22 @@ finish-args:
- --socket=pcsc - --socket=pcsc
- --socket=cups - --socket=cups
- --persist=.zen - --persist=.zen
- --env=DICPATH=/usr/share/hunspell
- --filesystem=xdg-download:rw - --filesystem=xdg-download:rw
- --filesystem=/run/.heim_org.h5l.kcm-socket
- --filesystem=xdg-run/speech-dispatcher:ro
- --device=all - --device=all
- --talk-name=org.freedesktop.FileManager1 - --talk-name=org.freedesktop.FileManager1
- --talk-name=org.freedesktop.ScreenSaver
- --own-name=org.mozilla.zen.*
- --own-name=org.mpris.MediaPlayer2.firefox.*
- --system-talk-name=org.freedesktop.NetworkManager - --system-talk-name=org.freedesktop.NetworkManager
- --talk-name=org.a11y.Bus - --talk-name=org.a11y.Bus
- --talk-name=org.gtk.vfs.* - --env=GTK_PATH=/app/lib/gtkmodules
- --own-name=org.mpris.MediaPlayer2.firefox.* - --env=MESA_SHADER_CACHE_DIR=/var/cache/mesa_shader_cache_db
- --own-name=org.mozilla.zen.*
cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /share/aclocal
- /share/gtk-doc
- /share/doc
- /share/info
- /man
- /share/man
- '*.la'
- '*.a'
modules: modules:
- name: zen_browser - name: zen_browser
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- mv zen /app/ - mv zen /app/
- mkdir -p /app/lib/ffmpeg - mkdir -p /app/lib/ffmpeg
- mkdir -p /app/etc/zen
- install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh - install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh
- install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json - install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json

View File

@@ -52,15 +52,25 @@ if test "$ZEN_RELEASE"; then
ac_add_options --disable-debug-symbols ac_add_options --disable-debug-symbols
ac_add_options --disable-debug-js-modules ac_add_options --disable-debug-js-modules
ac_add_options --disable-tests ac_add_options --disable-tests
ac_add_options --disable-js-shell
ac_add_options --disable-vtune
ac_add_options --enable-rust-simd ac_add_options --enable-rust-simd
ac_add_options --enable-wasm-simd ac_add_options --enable-wasm-simd
mk_add_options MOZ_PARALLEL_COMPILE=1 mk_add_options MOZ_PARALLEL_COMPILE=1
ac_add_options --enable-proxy-bypass-protection
ac_add_options --enable-hardening
ac_add_options --disable-profiling
ac_add_options --disable-crashreporter
ac_add_options --disable-geckodriver ac_add_options --disable-geckodriver
ac_add_options --disable-rust-tests ac_add_options --disable-rust-tests
ac_add_options --disable-default-browser-agent
if ! test "$ZEN_DISABLE_LTO"; then if ! test "$ZEN_DISABLE_LTO"; then
# only enable full LTO when ZEN_RELEASE_BRANCH is 'release' # only enable full LTO when ZEN_RELEASE_BRANCH is 'release'
if test "$ZEN_RELEASE_BRANCH" = "release"; then if test "$ZEN_RELEASE_BRANCH" = "release"; then
@@ -90,10 +100,7 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-updater ac_add_options --enable-updater
ac_add_options --enable-js-shell
export MOZ_PACKAGE_JSSHELL=1 export MOZ_PACKAGE_JSSHELL=1
ac_add_options --disable-crashreporter
fi fi
ac_add_options --enable-unverified-updates ac_add_options --enable-unverified-updates

View File

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

View File

@@ -22,6 +22,8 @@ if test "$ZEN_CROSS_COMPILING"; then
fi fi
fi fi
#? https://bugzilla.mozilla.org/show_bug.cgi?id=1617793
#? https://phabricator.services.mozilla.com/D170170
ac_add_options --disable-maintenance-service ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download ac_add_options --disable-bits-download
@@ -30,6 +32,8 @@ if test "$SURFER_COMPAT" = "x86_64"; then
ac_add_options --target=x86_64-pc-windows-msvc ac_add_options --target=x86_64-pc-windows-msvc
ac_add_options --enable-eme=widevine,wmfcdm ac_add_options --enable-eme=widevine,wmfcdm
# ac_add_options --disable-jemalloc
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf" ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="-Wl,-O3" export LDFLAGS="-Wl,-O3"
@@ -51,6 +55,8 @@ elif test "$SURFER_COMPAT" = "aarch64"; then
export RUSTFLAGS="-C target-feature=+v8.2a -Ctarget-cpu=cortex-a55" export RUSTFLAGS="-C target-feature=+v8.2a -Ctarget-cpu=cortex-a55"
fi fi
#export POLLY="-mllvm -polly -mllvm -polly-2nd-level-tiling -mllvm -polly-loopfusion-greedy -mllvm -polly-pattern-matching-based-opts -mllvm -polly-position=before-vectorizer -mllvm -polly-vectorizer=stripmine"
if test "$ZEN_CROSS_COMPILING"; then if test "$ZEN_CROSS_COMPILING"; then
if test "$ZEN_GA_GENERATE_PROFILE"; then if test "$ZEN_GA_GENERATE_PROFILE"; then
export CXXFLAGS="$CXXFLAGS -fprofile-generate -mllvm -enable-name-compression=false -mllvm -pgo-temporal-instrumentation -fprofile-update=atomic" export CXXFLAGS="$CXXFLAGS -fprofile-generate -mllvm -enable-name-compression=false -mllvm -pgo-temporal-instrumentation -fprofile-update=atomic"

View File

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

View File

@@ -1,280 +0,0 @@
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 17:16:35 | 3:11:05 | 1 day, 7:58:23 |
| Time to close | 1 day, 8:59:53 | 8:32:05 | 3 days, 14:43:34 |
| Metric | Count |
| --- | ---: |
| Number of items that remain open | 123 |
| Number of items closed | 139 |
| Total number of items created | 262 |
| Title | URL | Time to first response | Time to close |
| --- | --- | --- | --- |
| Auto PIP not working upon tab switch | https://github.com/zen-browser/desktop/issues/10645 | None | None |
| URL bar Opening on the left side of the browser when clicked on new tab | https://github.com/zen-browser/desktop/issues/10642 | None | None |
| Browser opens on wrong monitor on macOS | https://github.com/zen-browser/desktop/issues/10639 | None | None |
| All tabs are lost after each update | https://github.com/zen-browser/desktop/issues/10638 | 2:25:57 | None |
| Sidebar expands independently | https://github.com/zen-browser/desktop/issues/10637 | 2:21:31 | None |
| Onboarding broken (tiny window) on flatpak version | https://github.com/zen-browser/desktop/issues/10635 | None | None |
| Bitwarden extension not synching (self hosted) | https://github.com/zen-browser/desktop/issues/10634 | None | None |
| Zen completely freezes when clicking on "New Tab" | https://github.com/zen-browser/desktop/issues/10632 | None | None |
| Zen Browser URL Bar: Search Engine Highlight Rectangle Looks Broken in Input Mode | https://github.com/zen-browser/desktop/issues/10630 | 9:01:57 | 9:01:57 |
| Url bar doesn't fully appear | https://github.com/zen-browser/desktop/issues/10629 | 1:51:21 | 9:11:03 |
| 1Password Autofill/Universal Autofill feature fails silently | https://github.com/zen-browser/desktop/issues/10627 | None | None |
| Moxfield Bug | https://github.com/zen-browser/desktop/issues/10626 | 16:58:48 | 16:58:48 |
| Tabs are not restored on Startup | https://github.com/zen-browser/desktop/issues/10625 | 0:03:14 | None |
| Zen uses `$HOME/.mozilla/native-messaging-hosts/` instead of `$HOME/.zen/native-messaging-hosts/` | https://github.com/zen-browser/desktop/issues/10622 | None | None |
| No video with supported format and MIME type found | https://github.com/zen-browser/desktop/issues/10620 | 4:38:39 | 4:38:39 |
| Youtube window size | https://github.com/zen-browser/desktop/issues/10619 | None | None |
| Webpage UI elements glitching and not fully rendering | https://github.com/zen-browser/desktop/issues/10615 | None | None |
| bookmarks toolbar failed to collapse automatically in single toolbar mode + compact mode | https://github.com/zen-browser/desktop/issues/10612 | None | 8:56:43 |
| Closing "New Tab" in the "List all tabs" toolbar widget causes zen to not exit cleanly | https://github.com/zen-browser/desktop/issues/10610 | 1:45:50 | 12:56:07 |
| Opening link in new tab switches focus to new tab instead of staying on current tab | https://github.com/zen-browser/desktop/issues/10609 | 2:14:04 | 13:39:31 |
| Webpage flickering/glitching during normal browsing | https://github.com/zen-browser/desktop/issues/10605 | None | None |
| Essentials Get jumbled when reopening the browser | https://github.com/zen-browser/desktop/issues/10602 | 0:19:34 | 0:45:36 |
| Entering ecom in URL bar shows compact mode as first suggestion. | https://github.com/zen-browser/desktop/issues/10601 | 6:27:16 | 6:27:16 |
| Loads of empty windows opening on startup and mysterious tray icon | https://github.com/zen-browser/desktop/issues/10598 | None | None |
| URLbar becomes invisible after bookmarking a tab. | https://github.com/zen-browser/desktop/issues/10597 | None | None |
| Workspace icons too small with narrow sidebar | https://github.com/zen-browser/desktop/issues/10596 | None | 8:06:55 |
| Top toolbar has no background in compact mode after changing space until the URL bar is hovered | https://github.com/zen-browser/desktop/issues/10595 | None | 1:45:30 |
| Video controls going under the screen when in fullscreen using Zen in fullscreen mode | https://github.com/zen-browser/desktop/issues/10594 | None | None |
| Multiple instances of Zen for each tab | https://github.com/zen-browser/desktop/issues/10593 | 4:55:51 | 4:55:51 |
| Tabs Disappear | https://github.com/zen-browser/desktop/issues/10592 | None | 6:02:25 |
| Cannot upgrade from `1.15.5b` to `1.16.1b` | https://github.com/zen-browser/desktop/issues/10590 | None | None |
| New windows come up with ~200 copies of the same link in the pinned tab of some workspaces | https://github.com/zen-browser/desktop/issues/10589 | None | 15:51:30 |
| on_TabGroupsCollapse is hiding currently open tabs | https://github.com/zen-browser/desktop/issues/10587 | 18:18:04 | 18:18:04 |
| websites don't properly go fullscreen in split view on Wayland and windows | https://github.com/zen-browser/desktop/issues/10586 | None | 21:23:38 |
| Active tabs and URLs not prioritized in URL bar over extensions | https://github.com/zen-browser/desktop/issues/10582 | 8:32:05 | 8:32:05 |
| Always floating URL bar does not float on new tab with replace-newtab disabled | https://github.com/zen-browser/desktop/issues/10581 | None | None |
| URL bar not respecting browser.urlbar.maxRichResults setting | https://github.com/zen-browser/desktop/issues/10580 | 0:11:00 | None |
| "Zoom" Icon is missing in the Application Menu | https://github.com/zen-browser/desktop/issues/10578 | 1 day, 2:23:42 | None |
| Search/New Tab Popup Misplaced in Compact Mode (Hidden Vertical Tab Bar) | https://github.com/zen-browser/desktop/issues/10576 | 0:50:41 | 1:38:50 |
| Essentials Tab | https://github.com/zen-browser/desktop/issues/10575 | 2:40:40 | 5:34:25 |
| Udemy - problem with movies | https://github.com/zen-browser/desktop/issues/10571 | 1:11:04 | 1:11:04 |
| Fully lost all data | https://github.com/zen-browser/desktop/issues/10568 | 9:29:58 | 10:31:54 |
| Flatpak fails to launch on Fedora 42 (clone() failure EPERM) | https://github.com/zen-browser/desktop/issues/10567 | 1:22:23 | 3:40:35 |
| The top bar in compact mode is not controlled by the theme, it appears white | https://github.com/zen-browser/desktop/issues/10566 | 1:47:24 | 1:47:24 |
| Pinned extension render bug: pinned extensions are floating on the web page | https://github.com/zen-browser/desktop/issues/10565 | None | None |
| Home link not appearing | https://github.com/zen-browser/desktop/issues/10563 | 0:42:18 | 2:59:02 |
| Connection to "incoming.telemetry.mozilla.org" on startup. | https://github.com/zen-browser/desktop/issues/10560 | 3:29:10 | 21:14:29 |
| Command bar actions not work if they are not translated to selected language | https://github.com/zen-browser/desktop/issues/10559 | None | 4:06:26 |
| the address bar does not respect the color theme when compact mode is enabled | https://github.com/zen-browser/desktop/issues/10557 | 0:14:27 | 0:14:27 |
| Browser crashing on media playback as of 1.16.1b on Nvidia Wayland (VA-API) | https://github.com/zen-browser/desktop/issues/10555 | 0:14:09 | None |
| Split View preview effect still remains after using the Escape key | https://github.com/zen-browser/desktop/issues/10554 | 3:49:15 | 1 day, 0:27:29 |
| Spotify is not working | https://github.com/zen-browser/desktop/issues/10553 | 1:42:55 | 1:42:55 |
| Command bar features doesn't work with other langage than english | https://github.com/zen-browser/desktop/issues/10551 | None | 0:01:48 |
| Nested CSS transform breaks backdrop blur | https://github.com/zen-browser/desktop/issues/10550 | 0:55:22 | 1:22:05 |
| (MINOR) URL bar: custom search engine name has uneven background fill than its icon | https://github.com/zen-browser/desktop/issues/10546 | None | None |
| Special unicode characters (Chinese, Korean, Japanese, etc.) are not showing | https://github.com/zen-browser/desktop/issues/10545 | 3:45:25 | None |
| Computer hard freezes when zen is open with performance intensive tasks going in the background | https://github.com/zen-browser/desktop/issues/10544 | None | None |
| 软件开启使用一会后,右上角关闭按钮失效 | https://github.com/zen-browser/desktop/issues/10543 | 5:28:33 | 5:28:33 |
| Bookmark menu shows up in wrong place, and its entries' context menu has weird layout problem | https://github.com/zen-browser/desktop/issues/10542 | None | None |
| Find bar changes into plain white bar when "X" is clicked | https://github.com/zen-browser/desktop/issues/10541 | 8:22:04 | 10:27:21 |
| browser.tabs.closeWindowWithLastTab doesn't work anymore on v1.16.1b | https://github.com/zen-browser/desktop/issues/10540 | 10:59:55 | None |
| Some UI Elements are Missing On Some Sites | https://github.com/zen-browser/desktop/issues/10538 | 2:19:13 | 3 days, 22:36:11 |
| Browser Freeze on Passkey Call&CallBack Failure | https://github.com/zen-browser/desktop/issues/10533 | None | None |
| Wrong sidebar color in compact mode | https://github.com/zen-browser/desktop/issues/10532 | 0:48:09 | 1 day, 17:09:58 |
| Playing Audio icon inconsistent on tabs not focused on linux | https://github.com/zen-browser/desktop/issues/10531 | None | 21:06:12 |
| Missing "Edit Theme" button in the right click menu | https://github.com/zen-browser/desktop/issues/10530 | 0:56:54 | 1 day, 17:21:25 |
| Stars are shown all over all websites | https://github.com/zen-browser/desktop/issues/10529 | 18:59:14 | None |
| v1.16b not available on flathub | https://github.com/zen-browser/desktop/issues/10528 | 3:10:02 | 5:21:21 |
| Firefox-Zen browser name inconsistency in error page | https://github.com/zen-browser/desktop/issues/10527 | None | None |
| Highlight mini window doesn't close automatically | https://github.com/zen-browser/desktop/issues/10526 | None | None |
| Zen Browser maximized window overlaps with Windows taskbar area | https://github.com/zen-browser/desktop/issues/10525 | None | 0:37:13 |
| Spotify Skipping 7 Songs | https://github.com/zen-browser/desktop/issues/10524 | 2:57:34 | 2:57:34 |
| McAfee notifactions from Zen Browser | https://github.com/zen-browser/desktop/issues/10522 | None | 0:24:17 |
| Zen Browser crashes occasionally when I download a file | https://github.com/zen-browser/desktop/issues/10520 | 13:03:32 | None |
| (SERIOUS BUG DONT IGNORE) Split tab bug report | https://github.com/zen-browser/desktop/issues/10519 | None | 0:01:36 |
| tab spliting issue | https://github.com/zen-browser/desktop/issues/10517 | None | 0:51:11 |
| Rounded window borders cause choppy scrolling. | https://github.com/zen-browser/desktop/issues/10516 | None | None |
| Closing the last tab cannot automatically create a new tab | https://github.com/zen-browser/desktop/issues/10515 | 14:08:09 | 14:08:09 |
| Pinned tabs always load from cache. | https://github.com/zen-browser/desktop/issues/10514 | 1:49:05 | None |
| Command Bar works only in english language | https://github.com/zen-browser/desktop/issues/10509 | 0:10:10 | 0:10:10 |
| Pop up windows don't close properly | https://github.com/zen-browser/desktop/issues/10506 | None | None |
| When accessing Alibaba Cloud DataWorks using the Zen browser, it will report Path Not Found: /page/errorbrowser, or Not Online? | https://github.com/zen-browser/desktop/issues/10503 | 10:29:49 | 10:30:28 |
| Floating url bar not appering where it is suposed to | https://github.com/zen-browser/desktop/issues/10502 | 3:09:03 | 11:51:16 |
| Split tabs are not aligned with other tabs | https://github.com/zen-browser/desktop/issues/10501 | 0:15:04 | 2 days, 14:12:29 |
| Microsoft Entra Platform SSO on MacOS | https://github.com/zen-browser/desktop/issues/10498 | 2 days, 12:29:33 | None |
| Dragging a split panel to the sidebar opens search for panel id | https://github.com/zen-browser/desktop/issues/10495 | 0:42:53 | None |
| After closing all tabs, cmd / ctrl + W does not close the window | https://github.com/zen-browser/desktop/issues/10493 | 1:22:58 | 1:22:58 |
| Youtube lags when adblocker is installed. [Seemingly fixed] | https://github.com/zen-browser/desktop/issues/10492 | 4:34:01 | 4:34:01 |
| URL Bar mispositioning | https://github.com/zen-browser/desktop/issues/10490 | 0:35:10 | 2:15:20 |
| Fullscreen F11 | https://github.com/zen-browser/desktop/issues/10489 | 21:42:02 | 3 days, 20:34:06 |
| Combined tabs are not shown properly in the navigation menu | https://github.com/zen-browser/desktop/issues/10488 | 0:41:09 | None |
| Translucent color codes do not appear translucent in toolbar themes | https://github.com/zen-browser/desktop/issues/10487 | 6:19:55 | None |
| Discord always requires me to log in after closing Zen | https://github.com/zen-browser/desktop/issues/10482 | 7 days, 13:26:09 | None |
| 1.16b crashes a lot on Windows 11 | https://github.com/zen-browser/desktop/issues/10481 | 0:19:54 | None |
| There is bug on perplexity.ai | https://github.com/zen-browser/desktop/issues/10480 | 2:16:15 | 1 day, 10:27:53 |
| Theme bug when Zen not focused. | https://github.com/zen-browser/desktop/issues/10479 | 2:39:03 | None |
| Hiding top bar in collapsed bar mode is white | https://github.com/zen-browser/desktop/issues/10478 | 12:23:32 | 7 days, 4:09:44 |
| URL preview in split screen always appears on focused window | https://github.com/zen-browser/desktop/issues/10477 | 1:20:54 | None |
| After the update, all loose tabs disappeared!!! | https://github.com/zen-browser/desktop/issues/10476 | None | None |
| Compact Mode Url position | https://github.com/zen-browser/desktop/issues/10475 | 2:15:11 | 4:17:47 |
| Zen captures all touchpad input and no other applications receive it, even if they're in the foreground (including desktop) | https://github.com/zen-browser/desktop/issues/10474 | None | None |
| Toolbar 'Edit Theme' features broken | https://github.com/zen-browser/desktop/issues/10473 | None | 12:09:50 |
| Camera / Microphone Permissions | https://github.com/zen-browser/desktop/issues/10471 | 0:09:35 | None |
| Cannot drag sidebar tabs | https://github.com/zen-browser/desktop/issues/10466 | 7 days, 19:48:26 | None |
| tool bar not responsive | https://github.com/zen-browser/desktop/issues/10465 | None | None |
| Zen adaptive history doesn't work (auto-suggestions don't change ranks) | https://github.com/zen-browser/desktop/issues/10464 | 6:38:12 | None |
| Udemy Videos not playing(some DRM issue) | https://github.com/zen-browser/desktop/issues/10462 | 0:26:28 | 0:26:28 |
| Clicking a link to open to a new tab from a page in a folder opens outside of the folder instead of staying inside it | https://github.com/zen-browser/desktop/issues/10461 | 1:22:00 | 1:36:41 |
| bookmark tool bar on full screen mode | https://github.com/zen-browser/desktop/issues/10460 | 7:11:57 | None |
| Compact mode: hide tab not work | https://github.com/zen-browser/desktop/issues/10459 | 7:21:59 | 7:26:31 |
| Error Building on mac, suggested fix as well | https://github.com/zen-browser/desktop/issues/10458 | None | None |
| Clicking on a duplicated tab of an essential tab causes switching to the last workspace | https://github.com/zen-browser/desktop/issues/10457 | 2 days, 11:37:42 | None |
| Very long opening times | https://github.com/zen-browser/desktop/issues/10456 | 1 day, 12:13:47 | None |
| Browser window doesn't close when closing last tab | https://github.com/zen-browser/desktop/issues/10455 | None | 22:08:46 |
| Passkeys not supported | https://github.com/zen-browser/desktop/issues/10454 | 2:29:55 | 2 days, 8:28:48 |
| Focus Bitwader | https://github.com/zen-browser/desktop/issues/10447 | 1 day, 6:48:09 | 1 day, 6:48:09 |
| Unable to change workspace name | https://github.com/zen-browser/desktop/issues/10446 | None | None |
| Udemy video's don't play in Zen. | https://github.com/zen-browser/desktop/issues/10443 | 0:52:31 | 1 day, 21:47:45 |
| SoundCloud audio stops when joining Discord voice in browser | https://github.com/zen-browser/desktop/issues/10441 | None | None |
| Calling browser.search.search (from webextensions API) opens glance window instead of new tab. | https://github.com/zen-browser/desktop/issues/10439 | 1:36:27 | None |
| Side bar expands when you remove pinned extension. | https://github.com/zen-browser/desktop/issues/10438 | 1 day, 2:34:08 | None |
| Compact mode X Bookmarks on Zen startup / Closing all pages | https://github.com/zen-browser/desktop/issues/10436 | 0:10:16 | None |
| Zen using more resources while using adblocking dns then ublock. | https://github.com/zen-browser/desktop/issues/10435 | 4:22:57 | 2 days, 3:07:53 |
| WebRender crashes and switches to Software rendering | https://github.com/zen-browser/desktop/issues/10432 | 5:25:30 | None |
| When there are 2 rows of essentials, essentials can only be moved up, not down | https://github.com/zen-browser/desktop/issues/10428 | 1:54:32 | 8 days, 4:33:00 |
| moz-extension page doesnt load for distill web monitor | https://github.com/zen-browser/desktop/issues/10427 | None | None |
| Sidebar incorrectly overlapping with address bar | https://github.com/zen-browser/desktop/issues/10426 | None | None |
| Unexpected window pops when aborting bitwarden validation | https://github.com/zen-browser/desktop/issues/10419 | 0:47:28 | 1:04:53 |
| Redundant `margin-left` on `#sidebar-box` when zen tabs are on the right | https://github.com/zen-browser/desktop/issues/10415 | None | 5:41:18 |
| Toolbar cannot be automatically hidden in the compact mode | https://github.com/zen-browser/desktop/issues/10414 | 6:26:39 | None |
| Closing and then reopening the last tab that's part of a split screen (3+ split screen tabs) breaks the split screen | https://github.com/zen-browser/desktop/issues/10413 | None | 14:22:44 |
| Opening links from external apps creates a new window but doesnt redirect to the target URL | https://github.com/zen-browser/desktop/issues/10409 | None | None |
| No Youtube Live Chat | https://github.com/zen-browser/desktop/issues/10408 | 0:14:57 | None |
| Pinned tab is not focused when closing child tab; focus snaps to last pin instead of owner | https://github.com/zen-browser/desktop/issues/10407 | 1:28:19 | 1:28:19 |
| Huge CPU usage and RAM comsumption when idle | https://github.com/zen-browser/desktop/issues/10406 | 3:24:27 | None |
| Browsing history reset itself unexpectedly | https://github.com/zen-browser/desktop/issues/10403 | None | None |
| Opening new background tab(Middle mouse click) from within folder opens new tab outside folder | https://github.com/zen-browser/desktop/issues/10399 | 4:44:58 | 7:04:02 |
| Icons for webpages in the Essentials tab don't load on startup. | https://github.com/zen-browser/desktop/issues/10398 | None | 0:03:42 |
| Can't sign in to any Google services, says cookies are disabled | https://github.com/zen-browser/desktop/issues/10397 | 1:28:00 | 1 day, 6:18:57 |
| Zen crashes on Fedora Linux | https://github.com/zen-browser/desktop/issues/10395 | 0:53:47 | 1 day, 7:05:12 |
| Audio bugs on Google Meet | https://github.com/zen-browser/desktop/issues/10394 | 15:13:01 | None |
| Pinned split screen tabs still not preserved when opening a new window (issue #8583 remains unresolved) | https://github.com/zen-browser/desktop/issues/10388 | None | None |
| A cursor appears when I click on the screen | https://github.com/zen-browser/desktop/issues/10387 | 1:39:24 | 4:27:59 |
| Custom set images that you upload yourself for Firefox Home new tab wallpapers have been broken for a while. | https://github.com/zen-browser/desktop/issues/10384 | 15:32:44 | 3 days, 14:22:59 |
| Scrolling lag when looking at preview (glance) of a webpage when using mouse input | https://github.com/zen-browser/desktop/issues/10382 | None | 3:43:58 |
| Apple's accout verification Not Working | https://github.com/zen-browser/desktop/issues/10381 | None | 1 day, 22:20:39 |
| Find bar doesn't go away | https://github.com/zen-browser/desktop/issues/10380 | 4:16:03 | 4:16:08 |
| Cookies, data, history, and all tabs close and are deleted on every browser restart, despite turning off the settings to do so. | https://github.com/zen-browser/desktop/issues/10377 | None | None |
| Windows Navigation Icons not Showing Up on Zen | https://github.com/zen-browser/desktop/issues/10374 | None | None |
| 无法打开部分网站,显示安全问题或超时 | https://github.com/zen-browser/desktop/issues/10372 | 0:12:19 | 0:12:19 |
| Merci App extension not working - Login not working | https://github.com/zen-browser/desktop/issues/10370 | 3:56:26 | 6:10:52 |
| Compact mode tabs overlay stays fixed on top of bookmarks bar | https://github.com/zen-browser/desktop/issues/10369 | None | 4:13:01 |
| Browsing history reset itself unexpectedly | https://github.com/zen-browser/desktop/issues/10367 | 9:50:29 | 2 days, 10:39:26 |
| Choppy animation while hovering on top bar area in single toolbar compact mode with google doc file open | https://github.com/zen-browser/desktop/issues/10366 | 0:45:17 | None |
| Logged me out of everything after Restart | https://github.com/zen-browser/desktop/issues/10365 | 0:06:34 | None |
| Discord fails at uploading and playing media | https://github.com/zen-browser/desktop/issues/10364 | 1:35:04 | 17:56:18 |
| Pinned tabs inconsisntely dissapear and reappear in the sidebar | https://github.com/zen-browser/desktop/issues/10363 | 2:23:29 | None |
| 1Password no longer allowing touch ID on latest release | https://github.com/zen-browser/desktop/issues/10362 | 2:03:43 | 21:35:42 |
| [Linux: Flatpak] Can't open certain local-network URLs | https://github.com/zen-browser/desktop/issues/10360 | 4 days, 15:35:37 | None |
| Discord WebApp Issue with Audio | https://github.com/zen-browser/desktop/issues/10358 | None | 5:03:34 |
| Apple Security Blocked | https://github.com/zen-browser/desktop/issues/10354 | None | None |
| Always Blank Screen - although It's working and loading Pages | https://github.com/zen-browser/desktop/issues/10353 | 0:21:31 | 8 days, 17:02:49 |
| Tabs are lost then a workspace deletion is synced | https://github.com/zen-browser/desktop/issues/10345 | None | None |
| Fix | https://github.com/zen-browser/desktop/issues/10344 | 8:18:05 | 1 day, 9:23:10 |
| 1px white border on the top of the window which wasnt there before | https://github.com/zen-browser/desktop/issues/10342 | 2 days, 0:57:48 | None |
| zen browser isn't closing correctly | https://github.com/zen-browser/desktop/issues/10337 | 8:28:03 | 17:42:22 |
| Fix Multiple Tabs/Containers in Split View in Sidebar | https://github.com/zen-browser/desktop/issues/10335 | None | None |
| Fresh install: "Essentials" are grayed out for some sites | https://github.com/zen-browser/desktop/issues/10333 | 0:17:20 | 2:38:34 |
| Unticking 'Open Previous Tabs on Startup' messes with pinened folders | https://github.com/zen-browser/desktop/issues/10331 | None | None |
| Can't open Connection secure (certificate) 'page' anymore | https://github.com/zen-browser/desktop/issues/10330 | 1:25:14 | 4:54:22 |
| Some favicons of pins / essentials disappear when restarting without `Open previous windows and tabs` | https://github.com/zen-browser/desktop/issues/10329 | 3:12:08 | None |
| X Spaces breaks when Mic is requested | https://github.com/zen-browser/desktop/issues/10328 | 12 days, 16:06:32 | None |
| Tabs on Right , have Weird White Container that come out of nowhere | https://github.com/zen-browser/desktop/issues/10327 | None | 0:50:40 |
| Multiacccount containers + Mozilla sync deletes all custom containers | https://github.com/zen-browser/desktop/issues/10324 | None | None |
| Cannot open Links from Thunderbird emails in Zen browser | https://github.com/zen-browser/desktop/issues/10323 | 2 days, 7:50:34 | None |
| As long as the Baidu search engine exists in the search engine, the Baidu search engine in the quick search interface is at the top, regardless of whether it is checked or not. | https://github.com/zen-browser/desktop/issues/10322 | 1 day, 0:23:30 | None |
| Your tab just crashed | https://github.com/zen-browser/desktop/issues/10321 | None | None |
| Can not import bookmarks from FF | https://github.com/zen-browser/desktop/issues/10320 | None | None |
| Separate accounts across workspaces; should workspaces have different cookies and site data? | https://github.com/zen-browser/desktop/issues/10319 | 0:20:35 | None |
| folder names are a different font size | https://github.com/zen-browser/desktop/issues/10318 | 2:06:09 | 3 days, 16:05:52 |
| zen.view.experimental-no-window-controls stopped working | https://github.com/zen-browser/desktop/issues/10317 | 7:18:21 | 13:06:50 |
| Images get corrupted when uploading on Zen Browser (Flatpak + AUR, Linux + Wayland + NVIDIA) | https://github.com/zen-browser/desktop/issues/10316 | None | 4:13:56 |
| Popout Tab extensions not working | https://github.com/zen-browser/desktop/issues/10315 | None | None |
| Zen Browser freezing after waking from suspend | https://github.com/zen-browser/desktop/issues/10314 | 1 day, 7:54:39 | None |
| compact mode not working | https://github.com/zen-browser/desktop/issues/10313 | 3:21:50 | 12:27:20 |
| libnotify not used in Flatpak | https://github.com/zen-browser/desktop/issues/10310 | 19:30:48 | 19:30:48 |
| Essentials Tab order reset everytime I restart Zen Browser | https://github.com/zen-browser/desktop/issues/10309 | 1:24:30 | None |
| [ux]first keydown on fill bar is plain focus, enforce type wwhat to typeout what. on chatgpt.com | https://github.com/zen-browser/desktop/issues/10308 | 4:52:52 | 4:52:52 |
| Copying URL using shortcut when in reader mode does not work as expected | https://github.com/zen-browser/desktop/issues/10303 | 0:04:42 | None |
| Reopening Closed Tabs (Ctrl+Shift+T) Duplicates Essentials/Pinned, Causing Loss on Next Session If The Dupes Were Closed | https://github.com/zen-browser/desktop/issues/10302 | 4 days, 23:41:33 | None |
| Tabs within Folders in Workspaces switch back to the default workspace | https://github.com/zen-browser/desktop/issues/10299 | None | None |
| Can't clear the cookies and site data due to a UI bug | https://github.com/zen-browser/desktop/issues/10298 | 6:00:32 | 6:00:32 |
| Cannot move pinned tab to the top of normal tabs | https://github.com/zen-browser/desktop/issues/10295 | None | None |
| Mouse cursor position can have an undesirable effect on the tab switcher | https://github.com/zen-browser/desktop/issues/10292 | 2:12:31 | 2:29:10 |
| Essential tabs and Pinned tabs (including the ones inside a folder) do not load on startup | https://github.com/zen-browser/desktop/issues/10291 | 2:47:15 | None |
| Browser doesn't launch after update | https://github.com/zen-browser/desktop/issues/10290 | 4:30:50 | None |
| Double-click on sidebar no longer opens a new tab after recent Zen update | https://github.com/zen-browser/desktop/issues/10289 | 12:03:10 | 12:03:10 |
| ArchLinux AUR: Quellen für zen-browser-bin-1.15.4b-1 konnten nicht heruntergeladen werden | https://github.com/zen-browser/desktop/issues/10288 | 2:39:09 | 2:39:09 |
| Ctrl+Shift+T after reopening Zen mixes tabs from multiple workspaces | https://github.com/zen-browser/desktop/issues/10286 | None | 4 days, 6:16:17 |
| Keyboard Input Delay While Typing on Monaco Editors | https://github.com/zen-browser/desktop/issues/10285 | 1 day, 6:25:04 | None |
| the top close maximize minimize are shwoing up and not going according to the theme and its just very bugged | https://github.com/zen-browser/desktop/issues/10284 | 5:13:41 | 6:27:09 |
| New Tab opens in new window. | https://github.com/zen-browser/desktop/issues/10283 | 0:29:33 | None |
| Can only open in safe mode. 1.15.5b | https://github.com/zen-browser/desktop/issues/10282 | 2:10:07 | 3:33:03 |
| Copy to Cliboard button in the url bar not working | https://github.com/zen-browser/desktop/issues/10281 | 2 days, 6:09:05 | 20 days, 2:34:28 |
| After the 1.15.4b update, the automatic hiding of the top and tab is not working | https://github.com/zen-browser/desktop/issues/10280 | 4:35:52 | 16:55:08 |
| Cannot move window when holding down left mouse button on sidebar | https://github.com/zen-browser/desktop/issues/10278 | 3 days, 19:54:46 | 3 days, 21:15:09 |
| Sidebar always visible in compact mode after right-clicking container icon when opening a new tab | https://github.com/zen-browser/desktop/issues/10276 | 1:53:46 | None |
| zen cannot play youtube livestreams | https://github.com/zen-browser/desktop/issues/10274 | 5:07:19 | None |
| Compact sidebar pops up when opening menus in menubar | https://github.com/zen-browser/desktop/issues/10273 | None | None |
| Newest Update — weird Bookmarks behavior | https://github.com/zen-browser/desktop/issues/10272 | None | 0:34:25 |
| Double-clicking no longer opens a new tab. | https://github.com/zen-browser/desktop/issues/10270 | 1:23:48 | 2:13:30 |
| Theme is inconsistent with and without focus | https://github.com/zen-browser/desktop/issues/10268 | None | None |
| Tabs inside folder goes invisible when closing folder | https://github.com/zen-browser/desktop/issues/10267 | 10:34:08 | 11:05:06 |
| Essentials/Pinned tabs are removed with middle click | https://github.com/zen-browser/desktop/issues/10266 | 2:33:21 | 11:29:40 |
| Creating split window by dragging pinned Essentials icon removes the Essential icon | https://github.com/zen-browser/desktop/issues/10264 | None | None |
| Macos: extention pop-ups open up at a different desktop in fullscreen | https://github.com/zen-browser/desktop/issues/10260 | None | None |
| Split tabs can't be moved to new workspace | https://github.com/zen-browser/desktop/issues/10256 | None | 11:32:53 |
| Google account not shared between spaces — must re-add to sign in to Figma | https://github.com/zen-browser/desktop/issues/10255 | 8:43:21 | None |
| Split tabs context menu does not show when selecting already split tabs | https://github.com/zen-browser/desktop/issues/10254 | 1 day, 8:31:56 | None |
| Netflix Error F7121-1331 | https://github.com/zen-browser/desktop/issues/10251 | 2:31:38 | 0:02:34 |
| Gradient themes get cut off if using vertical taskbar on W10 | https://github.com/zen-browser/desktop/issues/10250 | 20 days, 21:52:53 | None |
| White/Transparent search bar and bookmarks | https://github.com/zen-browser/desktop/issues/10247 | 11:15:56 | 1 day, 14:35:40 |
| Pin tabs duplication | https://github.com/zen-browser/desktop/issues/10246 | 13:43:00 | 13:43:00 |
| Zen window transparency only works when window is maximized | https://github.com/zen-browser/desktop/issues/10243 | None | None |
| Cursor rapid flickering on random places within the browser window when graphic tablet is used | https://github.com/zen-browser/desktop/issues/10242 | 21:55:18 | 21:57:24 |
| MIssing last second(s) in certain audios | https://github.com/zen-browser/desktop/issues/10240 | None | None |
| Issue with Transparency Effect in background in Zen Browser | https://github.com/zen-browser/desktop/issues/10239 | 3:36:39 | 18 days, 3:00:45 |
| Zen icon does not load even apon restart. | https://github.com/zen-browser/desktop/issues/10238 | 1 day, 7:03:03 | 1 day, 7:03:03 |
| Discord login page does not load | https://github.com/zen-browser/desktop/issues/10234 | None | None |
| Native window title doesn't show Page title(document.title) when tab is pinned and renamed, shows only profile name and app name | https://github.com/zen-browser/desktop/issues/10232 | None | None |
| Enabling "Always use private browsing mode" results in totally black UI | https://github.com/zen-browser/desktop/issues/10231 | None | None |
| After newest Update there is now a ugly white Border around the Hidden Compact Sidebar | https://github.com/zen-browser/desktop/issues/10230 | 1 day, 13:55:29 | 2 days, 20:51:00 |
| File manager not opening in Arch linux | https://github.com/zen-browser/desktop/issues/10226 | 0:12:51 | None |
| Default color back to orange | https://github.com/zen-browser/desktop/issues/10225 | 0:07:41 | 3:10:01 |
| NAVEGADOR CONSUMINDO 12 GIGAS? CARALHOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO | https://github.com/zen-browser/desktop/issues/10224 | None | 0:24:57 |
| gemini style bug | https://github.com/zen-browser/desktop/issues/10222 | 1:32:02 | 1:04:01 |
| Zen Browser opens on the last used virtual desktop instead of the current one | https://github.com/zen-browser/desktop/issues/10221 | 2:07:09 | None |
| Tabs having weird behaviour when moving them form one window to the other | https://github.com/zen-browser/desktop/issues/10220 | None | None |
| Web pages in the workspace cannot be synced | https://github.com/zen-browser/desktop/issues/10219 | 5 days, 0:56:10 | 5 days, 6:23:07 |
| Swipe workspaces gesture freezes on "Mute Tab" icon hover | https://github.com/zen-browser/desktop/issues/10217 | None | None |
| Sub-folders of Tabs, Dump Tabs when moved in a Folder List | https://github.com/zen-browser/desktop/issues/10216 | 2 days, 13:52:56 | 4 days, 22:25:16 |
| Labels rendering bug | https://github.com/zen-browser/desktop/issues/10215 | 11:10:14 | 3 days, 22:48:16 |
| Browser doesn't allow completion of TOTP number on Paypal site | https://github.com/zen-browser/desktop/issues/10214 | None | None |
| Unable to use Option+Cmd+ArrowLeft or Option+Cmd+ArrowRight to change spaces. | https://github.com/zen-browser/desktop/issues/10211 | 14:39:09 | 15:34:26 |
| The Workspace Icon can't be hided anymore | https://github.com/zen-browser/desktop/issues/10209 | 1:41:32 | 1:41:32 |
| Tabs move into Folders | https://github.com/zen-browser/desktop/issues/10208 | 0:24:03 | 7:25:32 |
| Native select low contrast theme | https://github.com/zen-browser/desktop/issues/10207 | None | None |
| Trackpad zooming on PDF no longer working | https://github.com/zen-browser/desktop/issues/10205 | None | None |
| Cant add tab to Essentials | https://github.com/zen-browser/desktop/issues/10204 | 1:15:16 | 8:15:36 |
| Zen browser can't go through system proxies on Linux | https://github.com/zen-browser/desktop/issues/10203 | None | None |
| The Browser's adressbar is not visible because it blends into the current viewed page. | https://github.com/zen-browser/desktop/issues/10202 | 0:13:50 | 2 days, 23:44:36 |
| Wrong favicon instead of cached icons bug is back | https://github.com/zen-browser/desktop/issues/10199 | 1 day, 6:59:45 | 2 days, 21:44:37 |
| iCloud not working | https://github.com/zen-browser/desktop/issues/10192 | 6:18:44 | 11:56:51 |
| Truncated folder name in the search inside folders feature | https://github.com/zen-browser/desktop/issues/10189 | 2:31:02 | None |
| Missing translations in the search inside folders feature | https://github.com/zen-browser/desktop/issues/10188 | 2:16:01 | 2:16:01 |
| New "floadting" tab bar window covers bookmark bar | https://github.com/zen-browser/desktop/issues/10186 | 6:07:17 | 16:21:43 |
| Revert 1.15.3b!!!! | https://github.com/zen-browser/desktop/issues/10185 | 1:12:24 | 1:03:18 |
| "New Tab Below" menu item when right clicking on a tab no longer shows after upgrading from 1.14.11b | https://github.com/zen-browser/desktop/issues/10184 | None | 2:40:19 |
| Multiple bugs with new folder Feature | https://github.com/zen-browser/desktop/issues/10182 | 1:37:43 | None |
| New window bug - unpinned tabs disappear, folders expand | https://github.com/zen-browser/desktop/issues/10180 | 2:22:55 | 2:22:55 |
| Essentials not syncing across all spaces in same container | https://github.com/zen-browser/desktop/issues/10179 | 3:37:37 | 24 days, 5:11:42 |
| Macos Universal download installer | https://github.com/zen-browser/desktop/issues/10175 | 7:10:27 | 7:10:27 |
_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-09-01..2025-09-30`

View File

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

View File

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

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = حذف مساحة العمل .label = حذف مساحة العمل
.accesskey = د .accesskey = د

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Canvia la icona .label = Canvia la icona
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Hiberna les pestanyes actives d'aquesta carpeta .tooltiptext = Descarrega totes les pestanyes d'aquesta carpeta
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Hiberna totes les pestanyes .label = Descarrega totes les pestanyes
zen-folders-search-no-results = No hi ha pestanyes que coincideixin amb aquesta cerca 🤔 zen-folders-search-no-results = No hi ha pestanyes que coincideixin amb aquesta cerca 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icones .label = Icones
urlbar-search-mode-zen_actions = Accions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Amaga les dues .label = Amaga les dues
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Carpeta nova .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expandeix la barra lateral .label = Expandeix la barra lateral
@@ -24,7 +24,7 @@ sidebar-zen-create-new =
tabbrowser-unload-tab-button = tabbrowser-unload-tab-button =
.tooltiptext = .tooltiptext =
{ $tabCount -> { $tabCount ->
[one] Hiberna i canvia a la pestanya [one] Hiberna i canvia la pestanya
*[other] Hiberna { $tabCount } pestanyes i canvia a la primera *[other] Hiberna { $tabCount } pestanyes i canvia a la primera
} }
tabbrowser-reset-pin-button = tabbrowser-reset-pin-button =

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Crea un espai .label = Crea un espai
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Crea una carpeta .label = Crea una carpeta
zen-panel-ui-new-empty-split =
.label = Nova divisió
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Suprimeix l'espai de treball .label = Suprimeix l'espai de treball
.accesskey = D .accesskey = D

View File

@@ -43,7 +43,9 @@ pane-settings-workspaces-title = Pracoviště
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Povolit uspání karet .label = Povolit uspání karet
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Use themed background for compact toolbar .label = Použít tématické pozadí pro horní lištu
zen-look-and-feel-compact-sidebar-themed =
.label = Použít tématické pozadí pro kompaktní panel karet
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Pokračovat tam, kde jste skončili .label = Pokračovat tam, kde jste skončili
pane-zen-pinned-tab-manager-title = Připnuté karty pane-zen-pinned-tab-manager-title = Připnuté karty
@@ -221,7 +223,6 @@ zen-key-exit-full-screen = Ukončit režim celé obrazovky
zen-ai-chatbot-sidebar-shortcut = Přepnout postranní panel AI chatbota zen-ai-chatbot-sidebar-shortcut = Přepnout postranní panel AI chatbota
zen-key-inspector-mac = Přepnout inspektor (Mac) zen-key-inspector-mac = Přepnout inspektor (Mac)
zen-toggle-sidebar-shortcut = Přepnout postranní panel Firefoxu zen-toggle-sidebar-shortcut = Přepnout postranní panel Firefoxu
zen-toggle-pin-tab-shortcut = Přepnout připnutí záložky
zen-reader-mode-toggle-shortcut-other = Přepnout čtecí režim zen-reader-mode-toggle-shortcut-other = Přepnout čtecí režim
zen-picture-in-picture-toggle-shortcut = Přepnout obraz v obraze zen-picture-in-picture-toggle-shortcut = Přepnout obraz v obraze
zen-nav-reload-shortcut-2 = Znovu načíst stránku zen-nav-reload-shortcut-2 = Znovu načíst stránku
@@ -255,7 +256,6 @@ zen-close-tab-shortcut = Zavřít kartu
zen-compact-mode-shortcut-show-sidebar = Přepnout plovoucí postranní panel zen-compact-mode-shortcut-show-sidebar = Přepnout plovoucí postranní panel
zen-compact-mode-shortcut-show-toolbar = Přepnout plovoucí panel nástrojů zen-compact-mode-shortcut-show-toolbar = Přepnout plovoucí panel nástrojů
zen-compact-mode-shortcut-toggle = Přepnout kompaktní režim zen-compact-mode-shortcut-toggle = Přepnout kompaktní režim
zen-glance-expand = Rozšířit Glance
zen-workspace-shortcut-switch-1 = Přepnout do pracovního prostoru 1 zen-workspace-shortcut-switch-1 = Přepnout do pracovního prostoru 1
zen-workspace-shortcut-switch-2 = Přepnout do pracovního prostoru 2 zen-workspace-shortcut-switch-2 = Přepnout do pracovního prostoru 2
zen-workspace-shortcut-switch-3 = Přepnout do pracovního prostoru 3 zen-workspace-shortcut-switch-3 = Přepnout do pracovního prostoru 3
@@ -274,7 +274,6 @@ zen-split-view-shortcut-grid = Přepnout rozdělený pohled v mřížce
zen-split-view-shortcut-vertical = Přepnout rozdělené zobrazení vertikálně zen-split-view-shortcut-vertical = Přepnout rozdělené zobrazení vertikálně
zen-split-view-shortcut-horizontal = Přepnout horizontální zobrazení rozdělení zen-split-view-shortcut-horizontal = Přepnout horizontální zobrazení rozdělení
zen-split-view-shortcut-unsplit = Zavřít rozdělené zobrazení zen-split-view-shortcut-unsplit = Zavřít rozdělené zobrazení
zen-new-empty-split-view-shortcut = New Empty Split View
zen-key-select-tab-1 = Vybrat první kartu zen-key-select-tab-1 = Vybrat první kartu
zen-key-select-tab-2 = Vybrat druhou kartu zen-key-select-tab-2 = Vybrat druhou kartu
zen-key-select-tab-3 = Vybrat třetí kartu zen-key-select-tab-3 = Vybrat třetí kartu

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Změnit ikonu .label = Změnit ikonu
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Uspat aktivní panely v této složce .tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Uspat všechny panely .label = Unload All Tabs
zen-folders-search-no-results = Žádný panel neodpovídá tomuto hledání 🤔 zen-folders-search-no-results = Žádný panel neodpovídá tomuto hledání 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emodži .label = Emodži
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Ikony .label = Ikony
urlbar-search-mode-zen_actions = Actions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Skrýt obojí .label = Skrýt obojí
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Nová složka .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Zvětšit boční panel .label = Zvětšit boční panel

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Vytvořit prostor .label = Vytvořit prostor
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Vytvořit složku .label = Vytvořit složku
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Odstranit pracovní prostor .label = Odstranit pracovní prostor
.accesskey = D .accesskey = D

View File

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

View File

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

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

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

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Skift ikon .label = Skift ikon
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Stop indlæsning af aktive i denne mappe .tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Stop indlæsning af alle faner .label = Unload All Tabs
zen-folders-search-no-results = Ingen faner matcher den søgning 🤔 zen-folders-search-no-results = Ingen faner matcher den søgning 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Ikoner .label = Ikoner
urlbar-search-mode-zen_actions = Actions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Skjul begge .label = Skjul begge
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Ny mappe .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Udvid Sidepanel .label = Udvid Sidepanel

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Opret rum .label = Opret rum
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Opret mappe .label = Opret mappe
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Slet arbejdsområde .label = Slet arbejdsområde
.accesskey = D .accesskey = D

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Symbol ändern .label = Symbol ändern
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Aktive Tabs in diesem Ordner entladen .tooltiptext = Alle Tabs in diesem Ordner entladen
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Alle Tabs entladen .label = Alle Tabs entladen
zen-folders-search-no-results = Keine passenden Tabs gefunden 🤔 zen-folders-search-no-results = Keine passenden Tabs gefunden 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Symbole .label = Symbole
urlbar-search-mode-zen_actions = Aktionen

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Beide ausblenden .label = Beide ausblenden
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Neuer Ordner .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Seitenleiste erweitern .label = Seitenleiste erweitern

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Arbeitsbereich erstellen .label = Arbeitsbereich erstellen
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Ordner erstellen .label = Ordner erstellen
zen-panel-ui-new-empty-split =
.label = Split View erstellen
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Arbeitsbereich löschen .label = Arbeitsbereich löschen
.accesskey = D .accesskey = D

View File

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

View File

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

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Δημιουργία Χώρου .label = Δημιουργία Χώρου
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Διαγραφή Χώρου Εργασίας .label = Διαγραφή Χώρου Εργασίας
.accesskey = D .accesskey = D

View File

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

View File

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

View File

@@ -46,4 +46,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

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

View File

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

View File

@@ -24,7 +24,7 @@ zen-folders-panel-change-icon-folder =
.label = Change Icon .label = Change Icon
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Unload All Tabs .label = Unload All Tabs

View File

@@ -62,26 +62,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions
zen-site-data-settings = Settings
zen-generic-manage = Manage
zen-generic-more = More
# 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-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

View File

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

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Cambiar icono .label = Cambiar icono
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Suspensión activa en esta carpeta .tooltiptext = Suspender todas las pestañas de esta carpeta
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Suspender todas las pestañas .label = Suspender todas las pestañas
zen-folders-search-no-results = Ninguna pestaña coincide con esa búsqueda 🤔 zen-folders-search-no-results = Ninguna pestaña coincide con esa búsqueda 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Iconos .label = Iconos
urlbar-search-mode-zen_actions = Actions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Ocultar ambas .label = Ocultar ambas
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Nueva carpeta .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Expandir barra lateral .label = Expandir barra lateral

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Crear espacio .label = Crear espacio
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Crear carpeta .label = Crear carpeta
zen-panel-ui-new-empty-split =
.label = Nueva división
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Eliminar espacio de trabajo .label = Eliminar espacio de trabajo
.accesskey = D .accesskey = D

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = حذف فضای کاری .label = حذف فضای کاری
.accesskey = D .accesskey = D

View File

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

View File

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

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icons .label = Icons
urlbar-search-mode-zen_actions = Actions

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Create Space .label = Create Space
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Create Folder .label = Create Folder
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Poista Työtila .label = Poista Työtila
.accesskey = D .accesskey = D

View File

@@ -10,14 +10,14 @@ zen-layout-collapsed-toolbar = Barre doutils réduite
sync-currently-syncing-workspaces = Espaces de travail sync-currently-syncing-workspaces = Espaces de travail
sync-engine-workspaces = sync-engine-workspaces =
.label = Espaces de travail .label = Espaces de travail
.tooltiptext = Synchronisez vos espaces de travail sur plusieurs appareils .tooltiptext = Synchroniser vos Espaces de travail sur plusieurs appareils
.accesskey = W .accesskey = W
zen-glance-title = Glance zen-glance-title = Aperçu
zen-glance-header = Paramètres généraux de Glance zen-glance-header = Paramètres généraux dAperçu
zen-glance-description = Obtenez un aperçu rapide de vos liens, sans les ouvrir dans un nouvel onglet zen-glance-description = Obtenez un aperçu rapide de vos liens, sans les ouvrir dans un nouvel onglet
zen-glance-trigger-label = Méthode de déclenchement zen-glance-trigger-label = Méthode de déclenchement
zen-glance-enabled = zen-glance-enabled =
.label = Activer Glance .label = Activer Aperçu
zen-glance-trigger-ctrl-click = zen-glance-trigger-ctrl-click =
.label = Ctrl + clic .label = Ctrl + clic
zen-glance-trigger-alt-click = zen-glance-trigger-alt-click =
@@ -43,7 +43,9 @@ pane-settings-workspaces-title = Espaces de travail
zen-tabs-unloader-enabled = zen-tabs-unloader-enabled =
.label = Activer le déchargement des onglets .label = Activer le déchargement des onglets
zen-look-and-feel-compact-toolbar-themed = zen-look-and-feel-compact-toolbar-themed =
.label = Utiliser larrière-plan du thème pour la barre doutils en mode compact .label = Utiliser larrière-plan du thème pour la barre doutils compacte
zen-look-and-feel-compact-sidebar-themed =
.label = Utiliser larrière-plan du thème pour la barre latérale compacte
zen-workspace-continue-where-left-off = zen-workspace-continue-where-left-off =
.label = Continuez là où vous vous êtes arrêté .label = Continuez là où vous vous êtes arrêté
pane-zen-pinned-tab-manager-title = Onglets épinglés pane-zen-pinned-tab-manager-title = Onglets épinglés
@@ -52,7 +54,7 @@ zen-pinned-tab-manager-description = Gérer le comportement supplémentaire des
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url = zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
.label = Au démarrage, restaurer les onglets épinglés à leur URL dorigine .label = Au démarrage, restaurer les onglets épinglés à leur URL dorigine
zen-pinned-tab-manager-container-specific-essentials-enabled = zen-pinned-tab-manager-container-specific-essentials-enabled =
.label = Activer les Essentials spécifiques aux conteneurs .label = Activer les Essentiels spécifiques aux conteneurs
zen-pinned-tab-manager-close-shortcut-behavior-label = Comportement du raccourci pour fermer l'onglet zen-pinned-tab-manager-close-shortcut-behavior-label = Comportement du raccourci pour fermer l'onglet
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option = zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
.label = Réinitialiser lURL, décharger et passer à longlet suivant .label = Réinitialiser lURL, décharger et passer à longlet suivant
@@ -67,10 +69,10 @@ zen-pinned-tab-manager-reset-close-shortcut-option =
zen-pinned-tab-manager-close-close-shortcut-option = zen-pinned-tab-manager-close-close-shortcut-option =
.label = Fermer longlet .label = Fermer longlet
pane-zen-workspaces-header = Espaces de travail pane-zen-workspaces-header = Espaces de travail
zen-settings-workspaces-header = Paramètres généraux des espaces de travail zen-settings-workspaces-header = Paramètres généraux des Espaces de travail
zen-settings-workspaces-description = Avec les espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois! zen-settings-workspaces-description = Avec les Espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois!
zen-settings-workspaces-enabled = zen-settings-workspaces-enabled =
.label = Activer les espaces de travail .label = Activer les Espaces de travail
zen-settings-workspaces-hide-default-container-indicator = zen-settings-workspaces-hide-default-container-indicator =
.label = Dans la barre donglets, masquer lindicateur de conteneur par défaut .label = Dans la barre donglets, masquer lindicateur de conteneur par défaut
zen-key-unsaved = Raccourci non sauvegardé! Pour lenregistrer, veuillez le resaisir et en appuyer sur Échap. zen-key-unsaved = Raccourci non sauvegardé! Pour lenregistrer, veuillez le resaisir et en appuyer sur Échap.
@@ -126,7 +128,7 @@ pane-zen-marketplace-title = Mods Zen
zen-themes-auto-update = zen-themes-auto-update =
.label = Mettre à jour automatiquement les mods installés lors du démarrage .label = Mettre à jour automatiquement les mods installés lors du démarrage
zen-settings-workspaces-force-container-tabs-to-workspace = zen-settings-workspaces-force-container-tabs-to-workspace =
.label = À l'ouverture des onglets du conteneur, basculer vers lespace de travail où le conteneur est défini par défaut .label = À l'ouverture des onglets du conteneur, basculer vers lEspace de travail où le conteneur est défini par défaut
zen-theme-marketplace-link = Visiter le magasin zen-theme-marketplace-link = Visiter le magasin
zen-dark-theme-styles-header = Styles de thème sombre zen-dark-theme-styles-header = Styles de thème sombre
zen-dark-theme-styles-description = Personnalisez le thème sombre selon vos préférences zen-dark-theme-styles-description = Personnalisez le thème sombre selon vos préférences
@@ -221,7 +223,6 @@ zen-key-exit-full-screen = Quitter le mode plein écran
zen-ai-chatbot-sidebar-shortcut = Activer/désactiver la barre latérale de discussion IA zen-ai-chatbot-sidebar-shortcut = Activer/désactiver la barre latérale de discussion IA
zen-key-inspector-mac = Activer/désactiver linspecteur (macOS) zen-key-inspector-mac = Activer/désactiver linspecteur (macOS)
zen-toggle-sidebar-shortcut = Activer/désactiver la barre latérale de Firefox zen-toggle-sidebar-shortcut = Activer/désactiver la barre latérale de Firefox
zen-toggle-pin-tab-shortcut = Activer/désactiver Épingler l'onglet
zen-reader-mode-toggle-shortcut-other = Activer/désactiver le mode lecture zen-reader-mode-toggle-shortcut-other = Activer/désactiver le mode lecture
zen-picture-in-picture-toggle-shortcut = Activer/désactiver le mode inscrutation zen-picture-in-picture-toggle-shortcut = Activer/désactiver le mode inscrutation
zen-nav-reload-shortcut-2 = Recharger la page zen-nav-reload-shortcut-2 = Recharger la page
@@ -255,7 +256,6 @@ zen-close-tab-shortcut = Fermer longlet
zen-compact-mode-shortcut-show-sidebar = Activer/désactiver la barre latérale flottante zen-compact-mode-shortcut-show-sidebar = Activer/désactiver la barre latérale flottante
zen-compact-mode-shortcut-show-toolbar = Activer/désactiver la barre doutils flottante zen-compact-mode-shortcut-show-toolbar = Activer/désactiver la barre doutils flottante
zen-compact-mode-shortcut-toggle = Activer/désactiver le mode compact zen-compact-mode-shortcut-toggle = Activer/désactiver le mode compact
zen-glance-expand = Agrandir Glance
zen-workspace-shortcut-switch-1 = Basculer vers lespace de travail 1 zen-workspace-shortcut-switch-1 = Basculer vers lespace de travail 1
zen-workspace-shortcut-switch-2 = Basculer vers lespace de travail 2 zen-workspace-shortcut-switch-2 = Basculer vers lespace de travail 2
zen-workspace-shortcut-switch-3 = Basculer vers lespace de travail 3 zen-workspace-shortcut-switch-3 = Basculer vers lespace de travail 3
@@ -274,7 +274,6 @@ zen-split-view-shortcut-grid = Activer/désactiver la vue fractionnée en grille
zen-split-view-shortcut-vertical = Activer/désactiver la vue fractionnée verticale zen-split-view-shortcut-vertical = Activer/désactiver la vue fractionnée verticale
zen-split-view-shortcut-horizontal = Activer/désactiver la vue fractionnée horizontale zen-split-view-shortcut-horizontal = Activer/désactiver la vue fractionnée horizontale
zen-split-view-shortcut-unsplit = Fermer la vue fractionnée zen-split-view-shortcut-unsplit = Fermer la vue fractionnée
zen-new-empty-split-view-shortcut = Nouvelle vue fractionnée vide
zen-key-select-tab-1 = Sélectionner longlet nᵒ1 zen-key-select-tab-1 = Sélectionner longlet nᵒ1
zen-key-select-tab-2 = Sélectionner longlet nᵒ2 zen-key-select-tab-2 = Sélectionner longlet nᵒ2
zen-key-select-tab-3 = Sélectionner longlet nᵒ3 zen-key-select-tab-3 = Sélectionner longlet nᵒ3

View File

@@ -9,13 +9,13 @@ zen-folders-new-subfolder =
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Supprimer le dossier .label = Supprimer le dossier
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Convertir le dossier en espace .label = Convertir le dossier en Espace
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Changer d'espace... .label = Changer d'Espace...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Changer d'icône .label = Changer d'icône
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Décharger les onglets actifs de ce dossier .tooltiptext = Décharger tous les onglets de ce dossier
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Décharger tous les onglets .label = Décharger tous les onglets
zen-folders-search-no-results = Aucun onglet ne correspond à cette recherche 🤔 zen-folders-search-no-results = Aucun onglet ne correspond à cette recherche 🤔

View File

@@ -4,10 +4,10 @@ tab-context-zen-reset-pinned-tab =
.label = Réinitialiser longlet épinglé .label = Réinitialiser longlet épinglé
.accesskey = R .accesskey = R
tab-context-zen-add-essential = tab-context-zen-add-essential =
.label = Ajouter aux Essentials ({ $num }/12 emplacements occupés) .label = Ajouter aux Essentiels ({ $num } / 12 emplacements remplis)
.accesskey = E .accesskey = E
tab-context-zen-remove-essential = tab-context-zen-remove-essential =
.label = Retirer des Essentials .label = Retirer des Essentiels
.accesskey = R .accesskey = R
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Remplacer lURL épinglée par lactuelle .label = Remplacer lURL épinglée par lactuelle
@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Émojis .label = Émojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Icônes .label = Icônes
urlbar-search-mode-zen_actions = Actions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Masquer les deux .label = Masquer les deux
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Nouveau dossier .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Étendre la barre latérale .label = Étendre la barre latérale

View File

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

View File

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

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Athraigh Deilbhín .label = Athraigh Deilbhín
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Díluchtaigh gníomhach sa fhillteán seo .tooltiptext = Díluchtaigh gach cluaisín sa bhfillteán seo
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Díluchtaigh Gach Cluaisín .label = Díluchtaigh Gach Cluaisín
zen-folders-search-no-results = Níl aon chluaisíní ann a mheaitseálann an cuardach sin 🤔 zen-folders-search-no-results = Níl aon chluaisíní ann a mheaitseálann an cuardach sin 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojis .label = Emojis
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Deilbhíní .label = Deilbhíní
urlbar-search-mode-zen_actions = Gníomhartha

View File

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

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Cruthaigh Spás .label = Cruthaigh Spás
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Cruthaigh Fillteán .label = Cruthaigh Fillteán
zen-panel-ui-new-empty-split =
.label = Scoilt Nua
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Scrios Spás .label = Scrios Spás
.accesskey = D .accesskey = D

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = שינוי סמל .label = שינוי סמל
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Unload active in this folder .tooltiptext = פינוי כל הכרטיסייות בתיקייה הזו
zen-folders-unload-folder = zen-folders-unload-folder =
.label = פינוי כל הכרטיסייות .label = פינוי כל הכרטיסייות
zen-folders-search-no-results = אין כרטיסיות שתואמות לחיפוש 🤔 zen-folders-search-no-results = אין כרטיסיות שתואמות לחיפוש 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = אימוג'ים .label = אימוג'ים
zen-icons-picker-svg = zen-icons-picker-svg =
.label = סמלים .label = סמלים
urlbar-search-mode-zen_actions = Actions

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = צור סביבה .label = צור סביבה
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = יצירת תיקייה .label = יצירת תיקייה
zen-panel-ui-new-empty-split =
.label = New Split
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = מחק סיבת עבודה .label = מחק סיבת עבודה
.accesskey = ג .accesskey = ג

View File

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

View File

@@ -9,13 +9,13 @@ zen-folders-new-subfolder =
zen-folders-panel-delete-folder = zen-folders-panel-delete-folder =
.label = Mappa törlése .label = Mappa törlése
zen-folders-panel-convert-folder-to-space = zen-folders-panel-convert-folder-to-space =
.label = Mappa konvertálása környezetté .label = Mappa konvertálása munkakörnyezeté
zen-folders-panel-change-folder-space = zen-folders-panel-change-folder-space =
.label = Környezet váltása... .label = Környezet váltása...
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Ikon módosítása .label = Ikon módosítása
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Aktív lapok ürítése ebben a mappában .tooltiptext = Minden mappában lévő lap ürítése
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Minden lap ürítése .label = Minden lap ürítése
zen-folders-search-no-results = Nincsenek a keresésnek megfelelő lapok 🤔 zen-folders-search-no-results = Nincsenek a keresésnek megfelelő lapok 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emojik .label = Emojik
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Ikonok .label = Ikonok
urlbar-search-mode-zen_actions = Actions

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Mindkettő elrejtése .label = Mindkettő elrejtése
.accesskey = H .accesskey = H
zen-toolbar-context-new-folder = zen-toolbar-context-new-folder =
.label = Új mappa .label = New Folder
.accesskey = N .accesskey = N
sidebar-zen-expand = sidebar-zen-expand =
.label = Oldalsáv kibontása .label = Oldalsáv kibontása

View File

@@ -3,8 +3,6 @@ zen-panel-ui-workspaces-create =
.label = Környezet létrehozása .label = Környezet létrehozása
zen-panel-ui-folder-create = zen-panel-ui-folder-create =
.label = Mappa létrehozása .label = Mappa létrehozása
zen-panel-ui-new-empty-split =
.label = Új osztott nézet
zen-workspaces-panel-context-delete = zen-workspaces-panel-context-delete =
.label = Környezet törlése .label = Környezet törlése
.accesskey = D .accesskey = D

View File

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

View File

@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
zen-folders-panel-change-icon-folder = zen-folders-panel-change-icon-folder =
.label = Ubah Ikon .label = Ubah Ikon
zen-folders-unload-all-tooltip = zen-folders-unload-all-tooltip =
.tooltiptext = Lepaskan tab yang aktif di folder ini .tooltiptext = Lepaskan semua tab di folder ini
zen-folders-unload-folder = zen-folders-unload-folder =
.label = Lepaskan Semua Tab .label = Lepaskan Semua Tab
zen-folders-search-no-results = Tidak ada tab yang cocok 🤔 zen-folders-search-no-results = Tidak ada tab yang cocok 🤔

View File

@@ -48,4 +48,3 @@ zen-icons-picker-emoji =
.label = Emoji .label = Emoji
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Ikon .label = Ikon
urlbar-search-mode-zen_actions = Aksi

View File

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

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