Compare commits

..

25 Commits

Author SHA1 Message Date
mr. m
a5a0175d4c Merge branch 'dev' into feat/9324 2026-08-28 19:03:26 +02:00
mr. m
f28e0688fb gh-15144: Update windows registry on update (gh-15145) 2026-08-28 11:55:40 +02:00
Nikola Hristov
8df6fef1ac gh-15115: Tests for urlbar close and split view (gh-15118)
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-08-27 23:45:37 +02:00
mr. m
4746d36699 gh-15088: Prevent sync if engine is already applying (gh-15137) 2026-08-27 23:38:47 +02:00
Nikola Hristov
9e0c790602 gh-15134: Fixes tab removed from group getting focused (gh-15135)
Closes https://github.com/zen-browser/desktop/issues/15134

Fix video:

https://github.com/user-attachments/assets/1c06ea7f-d482-4d4a-8bbe-df41daa27616
2026-08-27 22:40:43 +02:00
mr. m
3d53b37e8b gh-15119: Update windows registry with old certificates (gh-15120) 2026-08-26 17:51:09 +02:00
Nikola Hristov
e7ddfb52db gh-15115: Fix creating empty split view with url bar open (gh-15116) 2026-08-26 13:16:13 +02:00
mr. m
ba70449bdd gh-15088: Add debug log for space sync (gh-15117) 2026-08-26 12:23:52 +02:00
mr. m
bf40c31149 gh-14710: Fixed minimizing PiP window failing to collapse into the sidebar (gh-15111) 2026-08-26 08:30:00 +02:00
mr. m
7a093beae4 gh-15084: Fixed incoming tab icons applying to active tabs (gh-15107) 2026-08-25 22:31:50 +02:00
mr. m
03b4e934fe gh-15091: Fixed race condition when syncing new space and container (gh-15106) 2026-08-25 22:21:19 +02:00
mr. m
b93d19b873 gh-15088: Fixed syncing essentials with different containers (gh-15105) 2026-08-25 22:05:54 +02:00
mr. m
b9c4000fe2 gh-15101: Sync upstream Firefox to version 154.0.1 (gh-15100) 2026-08-25 19:37:07 +02:00
mr. m
0b7687ec6d gh-14990: Prevent policyContainer from bloating the session file (gh-15098) 2026-08-25 13:41:10 +02:00
mr. m
d70b3d902c gh-15085: Import mochitests for remote settings (gh-15086) 2026-08-24 22:52:33 +02:00
mr. m
f9f8f2f372 gh-15075: Fixed syncing new tabs not using static labels (gh-15079)
Fixes https://github.com/zen-browser/desktop/issues/15075
2026-08-24 18:27:50 +02:00
mr. m
99dca42723 gh-14470: Prevent state override if url changed (gh-15070) 2026-08-23 16:40:30 +02:00
Henrik Nyh
ed0a6fd447 gh-15039: Use Title Case for split view labels (gh-15059) 2026-08-23 12:21:34 +02:00
CocoLng
88c6611f1e gh-15039: Fix New Blank Window menu entry not in Title Case (gh-15056) 2026-08-22 10:08:37 +02:00
mr. m
49bf2eb60a no-bug: Remove patches 2026-08-06 20:18:28 +02:00
mr. m
f669db586b Merge branch 'dev' into feat/9324 2026-08-06 15:05:20 +02:00
mr. m
94b2a4b67e no-bug: Add border render support 2026-06-20 16:03:48 +02:00
mr. m
cf98127a5e Merge branch 'dev' into feat/9324
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-06-19 08:29:45 +02:00
mr. m
b7a8e79299 no-bug: Apply squircles to elements 2026-06-06 14:08:36 +02:00
mr. m
0048f21a52 no-bug: Squircles support 2026-06-04 01:37:46 +02:00
671 changed files with 83173 additions and 833 deletions

2
.gitattributes vendored
View File

@@ -5,4 +5,4 @@
*.patch linguist-language=C++ *.patch linguist-language=C++
*.d.ts linguist-language=TypeScript *.d.ts linguist-language=TypeScript
src/zen/tests/*.js linguist-language=Test src/zen/tests/** linguist-language=C++

View File

@@ -105,6 +105,8 @@ jobs:
SURFER_COMPAT: ${{ matrix.arch }} SURFER_COMPAT: ${{ matrix.arch }}
SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }} SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }}
SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }} SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }}
SURFER_CERT_PATCH_NAME_PREV: ${{ secrets.SURFER_CERT_PATCH_NAME_PREV }}
SURFER_CERT_PATCH_ISSUER_PREV: ${{ secrets.SURFER_CERT_PATCH_ISSUER_PREV }}
run: | run: |
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
npm run import npm run import

View File

@@ -122,6 +122,8 @@ jobs:
SURFER_COMPAT: ${{ matrix.arch }} SURFER_COMPAT: ${{ matrix.arch }}
SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }} SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }}
SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }} SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }}
SURFER_CERT_PATCH_NAME_PREV: ${{ secrets.SURFER_CERT_PATCH_NAME_PREV }}
SURFER_CERT_PATCH_ISSUER_PREV: ${{ secrets.SURFER_CERT_PATCH_ISSUER_PREV }}
SURFER_PLATFORM: darwin SURFER_PLATFORM: darwin
run: | run: |
. "$HOME/.cargo/env" . "$HOME/.cargo/env"

View File

@@ -166,6 +166,8 @@ jobs:
SURFER_COMPAT: ${{ matrix.arch }} SURFER_COMPAT: ${{ matrix.arch }}
SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }} SURFER_CERT_PATCH_ISSUER: ${{ secrets.SURFER_CERT_PATCH_ISSUER }}
SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }} SURFER_CERT_PATCH_NAME: ${{ secrets.SURFER_CERT_PATCH_NAME }}
SURFER_CERT_PATCH_NAME_PREV: ${{ secrets.SURFER_CERT_PATCH_NAME_PREV }}
SURFER_CERT_PATCH_ISSUER_PREV: ${{ secrets.SURFER_CERT_PATCH_ISSUER_PREV }}
run: | run: |
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
npm run import -- --verbose npm run import -- --verbose

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

View File

@@ -1 +1 @@
1fb0703fa9723fd9c400ad60d18e64ee4f9bf125 bf4b57fd7fe94054457be7018e8e7beaf754c520

View File

@@ -3,8 +3,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
param( param(
[string][Parameter(Mandatory=$true)]$SignIdentity,
[string][Parameter(Mandatory=$true)]$SignIdentityIssuer,
[string][Parameter(Mandatory=$true)]$GithubRunId [string][Parameter(Mandatory=$true)]$GithubRunId
) )
@@ -24,11 +22,15 @@ mkdir windsign-temp -ErrorAction SilentlyContinue
# echo "Downloaded git objects repo to" # echo "Downloaded git objects repo to"
#} -Verbose -ArgumentList $PWD -Debug #} -Verbose -ArgumentList $PWD -Debug
$token = gh auth token
$env:SURFER_MOZCONFIG_ONLY="1" $env:SURFER_MOZCONFIG_ONLY="1"
$env:SURFER_SIGNING_MODE="" $env:SURFER_SIGNING_MODE=""
$env:SURFER_CERT_PATCH_ISSUER=$SignIdentityIssuer get-content "$PSScriptRoot/../.env" | foreach {
$env:SURFER_CERT_PATCH_NAME=$SignIdentity $name, $value = $_.split('=')
set-content env:\$name $value
}
Start-Job -Name "DownloadGitl10n" -ScriptBlock { Start-Job -Name "DownloadGitl10n" -ScriptBlock {
param($PWD) param($PWD)
@@ -46,7 +48,6 @@ npm run build
echo "Downloading artifacts info" echo "Downloading artifacts info"
$artifactsInfo=gh api repos/zen-browser/desktop/actions/runs/$GithubRunId/artifacts $artifactsInfo=gh api repos/zen-browser/desktop/actions/runs/$GithubRunId/artifacts
$token = gh auth token
function New-TemporaryDirectory { function New-TemporaryDirectory {
$tmp = [System.IO.Path]::GetTempPath() # Not $env:TEMP, see https://stackoverflow.com/a/946017 $tmp = [System.IO.Path]::GetTempPath() # Not $env:TEMP, see https://stackoverflow.com/a/946017

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = يقوم Zen الآن بمزامنة
zen-window-sync-migration-dialog-learn-more = تعرف على المزيد zen-window-sync-migration-dialog-learn-more = تعرف على المزيد
zen-window-sync-migration-dialog-accept = فهمت zen-window-sync-migration-dialog-accept = فهمت
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = نافذة فارغة جديدة

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = س .accesskey = س
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = تقسيم الرابط إلى علامة تبويب جديدة
.accesskey = س .accesskey = س
zen-split-view-modifier-header = تقسيم العرض zen-split-view-modifier-header = تقسيم العرض
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen вече синхронизира
zen-window-sync-migration-dialog-learn-more = Научи повече zen-window-sync-migration-dialog-learn-more = Научи повече
zen-window-sync-migration-dialog-accept = Добре zen-window-sync-migration-dialog-accept = Добре
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Отваряне на връзката в нов раздел
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Разделен изглед zen-split-view-modifier-header = Разделен изглед
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Split link to new tab
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -2,35 +2,35 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-action-toggle-compact-mode = Commuta al mode compacte zen-action-toggle-compact-mode = Toggle Compact Mode
zen-action-open-theme-picker = Obre el selector de temes zen-action-open-theme-picker = Open Theme Picker
zen-action-new-split-view = Nova vista dividida zen-action-new-split-view = New Split View
zen-action-new-folder = Carpeta nova zen-action-new-folder = New Folder
zen-action-copy-current-url = Copia l'URL actual zen-action-copy-current-url = Copy Current URL
zen-action-settings = Configuració zen-action-settings = Settings
zen-action-open-private-window = Obre una finestra privada zen-action-open-private-window = Open Private Window
zen-action-open-new-window = Obre una nova finestra zen-action-open-new-window = Open New Window
zen-action-new-blank-window = Finestra en blanc nova zen-action-new-blank-window = New Blank Window
zen-action-pin-tab = Fixa la pestanya zen-action-pin-tab = Pin Tab
zen-action-unpin-tab = Desfixa la pestanya zen-action-unpin-tab = Unpin Tab
zen-action-open-space-routing = Obre l'encaminador d'espais zen-action-open-space-routing = Open Space Routing
zen-action-new-boost = Nova millora zen-action-new-boost = New Boost
zen-action-next-space = Espai següent zen-action-next-space = Next Space
zen-action-previous-space = Espai anterior zen-action-previous-space = Previous Space
zen-action-close-tab = Tanca la pestanya zen-action-close-tab = Close Tab
zen-action-reload-tab = Recarrega la pestanya zen-action-reload-tab = Reload Tab
zen-action-reload-tab-without-cache = Recarrega la pestanya sense memòria cau zen-action-reload-tab-without-cache = Reload Tab Without Cache
zen-action-next-tab = Pestanya següent zen-action-next-tab = Next Tab
zen-action-previous-tab = Pestanya anterior zen-action-previous-tab = Previous Tab
zen-action-capture-screenshot = Captura de pantalla zen-action-capture-screenshot = Capture Screenshot
zen-action-toggle-tabs-on-right = Commuta les pestanyes a la dreta zen-action-toggle-tabs-on-right = Toggle Tabs on right
zen-action-add-to-essentials = Afegeix als essencials zen-action-add-to-essentials = Add to Essentials
zen-action-remove-from-essentials = Elimina dels essencials zen-action-remove-from-essentials = Remove from Essentials
zen-action-find-in-page = Troba a la pàgina zen-action-find-in-page = Find in Page
zen-action-manage-extensions = Gestiona les extensions zen-action-manage-extensions = Manage Extensions
zen-action-switch-to-automatic-appearance = Canvia a l'aparença automàtica zen-action-switch-to-automatic-appearance = Switch to Automatic Appearance
zen-action-switch-to-light-mode = Canvia al mode clar zen-action-switch-to-light-mode = Switch to Light Mode
zen-action-switch-to-dark-mode = Canvia al mode fosc zen-action-switch-to-dark-mode = Switch to Dark Mode
zen-action-print = Imprimeix zen-action-print = Print
zen-action-focus-on = Centrar-se en zen-action-focus-on = Focus on
zen-action-extension = Extensió zen-action-extension = Extension

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Els espais s'utilitzen per organitzar les pestany
zen-workspace-default-profile = Per defecte zen-workspace-default-profile = Per defecte
zen-workspaces-delete-workspace-title = Voleu suprimir l'espai de treball? zen-workspaces-delete-workspace-title = Voleu suprimir l'espai de treball?
zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir { $name }? Aquesta acció no es pot desfer. zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir { $name }? Aquesta acció no es pot desfer.
zen-workspaces-remote-delete-title = Voleu suprimir l'espai sincronitzat?
zen-workspaces-remote-delete-body = El { $name } s'ha suprimit en un altre dispositiu. Voleu suprimir-lo també aquí? Mantenir-lo ho restaurarà als altres dispositius.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Pestanyes tancades. Feu servir <span>{ $shortcut }</span> per desfer-ho. zen-workspaces-close-all-unpinned-tabs-toast = Pestanyes tancades. Feu servir <span>{ $shortcut }</span> per desfer-ho.

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen nyní synchronizuje okna na stejn
zen-window-sync-migration-dialog-learn-more = Zjistit více zen-window-sync-migration-dialog-learn-more = Zjistit více
zen-window-sync-migration-dialog-accept = Rozumím zen-window-sync-migration-dialog-accept = Rozumím
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nové prázdné okno

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Otevřít odkaz v rozděleném zobrazení
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Rozdělený režim zen-split-view-modifier-header = Rozdělený režim
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
pane-zen-looks-title = Golwg a Theimlad pane-zen-looks-title = Edrych a Theimlo
category-zen-looks = category-zen-looks =
.tooltiptext = { pane-zen-looks-title } .tooltiptext = { pane-zen-looks-title }
zen-warning-language = Gall newid yr iaith rhagosodedig ei gwneud hi'n haws i Wefannau eich tracio. zen-warning-language = Gall newid yr iaith rhagosodedig ei gwneud hi'n haws i Wefannau eich tracio.
@@ -38,10 +38,10 @@ zen-look-and-feel-compact-view-top-toolbar =
.label = Cuddio'r bar offer uchaf hefyd yn y modd cryno .label = Cuddio'r bar offer uchaf hefyd yn y modd cryno
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = Gwneud i'r bar offer ymddangos yn fyr wrth newid neu agor tabiau newydd yn y modd cryno .label = Gwneud i'r bar offer ymddangos yn fyr wrth newid neu agor tabiau newydd yn y modd cryno
zen-look-and-feel-window-drag-header = Llusgo ffenestri zen-look-and-feel-window-drag-header = Window dragging
zen-look-and-feel-window-drag-description = Symudwch y ffenestr trwy lusgo gofod gwag ar frig gwefannau, yn union fel y bar teitl. zen-look-and-feel-window-drag-description = Move the window by dragging empty space at the top of websites, just like the titlebar.
zen-window-drag-enabled = zen-window-drag-enabled =
.label = Caniatáu llusgo'r ffenestr o dudalennau gwe .label = Allow dragging the window from web pages
pane-zen-tabs-title = Rheoli Tabiau pane-zen-tabs-title = Rheoli Tabiau
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
@@ -248,8 +248,8 @@ zen-page-info-shortcut = Gweld Manylion Tudalen
zen-find-shortcut = Canfod ar y Dudalen zen-find-shortcut = Canfod ar y Dudalen
zen-search-find-again-shortcut = Canfod Eto zen-search-find-again-shortcut = Canfod Eto
zen-search-find-again-shortcut-prev = Canfod y Blaenorol zen-search-find-again-shortcut-prev = Canfod y Blaenorol
zen-search-find-again-shortcut-alt = Canfod Eto (Alt) zen-search-find-again-shortcut-alt = Find Again (Alt)
zen-search-find-again-shortcut-prev-alt = Canfod y Blaenorol (Alt) zen-search-find-again-shortcut-prev-alt = Find Previous (Alt)
zen-bookmark-this-page-shortcut = Gosod Nod Tudalen i'r Dudalen Hon zen-bookmark-this-page-shortcut = Gosod Nod Tudalen i'r Dudalen Hon
zen-bookmark-show-library-shortcut = Dangos Llyfrgell Nodau Tudalen zen-bookmark-show-library-shortcut = Dangos Llyfrgell Nodau Tudalen
zen-key-stop = Stopio Llwytho zen-key-stop = Stopio Llwytho

View File

@@ -2,35 +2,35 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-action-toggle-compact-mode = Toglo'r Modd Cryno zen-action-toggle-compact-mode = Toggle Compact Mode
zen-action-open-theme-picker = Agor Dewisydd Thema zen-action-open-theme-picker = Open Theme Picker
zen-action-new-split-view = Golwg Hollt Newydd zen-action-new-split-view = New Split View
zen-action-new-folder = Ffolder Newydd zen-action-new-folder = New Folder
zen-action-copy-current-url = Copïo'r URL Cyfredol zen-action-copy-current-url = Copy Current URL
zen-action-settings = Gosodiadau zen-action-settings = Settings
zen-action-open-private-window = Agor Ffenestr Breifat zen-action-open-private-window = Open Private Window
zen-action-open-new-window = Agor Ffenest Newydd zen-action-open-new-window = Open New Window
zen-action-new-blank-window = Ffenestr Wag Newydd zen-action-new-blank-window = New Blank Window
zen-action-pin-tab = Pinio'r Tab zen-action-pin-tab = Pin Tab
zen-action-unpin-tab = Dadbinio'r Tab zen-action-unpin-tab = Unpin Tab
zen-action-open-space-routing = Agor Llwybro Gofod zen-action-open-space-routing = Open Space Routing
zen-action-new-boost = Hwb Newydd zen-action-new-boost = New Boost
zen-action-next-space = Gofod Nesaf zen-action-next-space = Next Space
zen-action-previous-space = Gofod Blaenorol zen-action-previous-space = Previous Space
zen-action-close-tab = Cau Tab zen-action-close-tab = Close Tab
zen-action-reload-tab = Ail-lwytho Tab zen-action-reload-tab = Reload Tab
zen-action-reload-tab-without-cache = Ail-lwytho Tab Heb Storfa zen-action-reload-tab-without-cache = Reload Tab Without Cache
zen-action-next-tab = Tab Nesaf zen-action-next-tab = Next Tab
zen-action-previous-tab = Tab Blaenorol zen-action-previous-tab = Previous Tab
zen-action-capture-screenshot = Cipio Llun Sgrin zen-action-capture-screenshot = Capture Screenshot
zen-action-toggle-tabs-on-right = Toglo Tabiau ar y dde zen-action-toggle-tabs-on-right = Toggle Tabs on right
zen-action-add-to-essentials = Ychwanegu at Hanfodion zen-action-add-to-essentials = Add to Essentials
zen-action-remove-from-essentials = Tynnu o'r Hanfodion zen-action-remove-from-essentials = Remove from Essentials
zen-action-find-in-page = Canfod ar y Dudalen zen-action-find-in-page = Find in Page
zen-action-manage-extensions = Rheoli Estyniadau zen-action-manage-extensions = Manage Extensions
zen-action-switch-to-automatic-appearance = Newid i Wedd Awtomatig zen-action-switch-to-automatic-appearance = Switch to Automatic Appearance
zen-action-switch-to-light-mode = Newid i'r Modd Golau zen-action-switch-to-light-mode = Switch to Light Mode
zen-action-switch-to-dark-mode = Newid i'r Modd Tywyll zen-action-switch-to-dark-mode = Switch to Dark Mode
zen-action-print = Argraffu zen-action-print = Print
zen-action-focus-on = Canolbwyntio ar zen-action-focus-on = Focus on
zen-action-extension = Estyniad zen-action-extension = Extension

View File

@@ -26,15 +26,15 @@ tab-context-zen-edit-pinned-page =
} }
.accesskey = P .accesskey = P
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Amnewid gyda'r URL Cyfredol .label = Replace with Current URL
.accesskey = P .accesskey = P
tab-context-zen-edit-pinned-url = tab-context-zen-edit-pinned-url =
.label = Golygu .label = Edit
.accesskey = G .accesskey = E
tab-context-zen-edit-title = tab-context-zen-edit-title =
.label = Newid Label .label = Newid Label...
tab-context-zen-edit-icon = tab-context-zen-edit-icon =
.label = Newid Eicon .label = Newid Eicon...
zen-themes-corrupted = Mae eich ffeil addasiadau { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r thema rhagosodedig. zen-themes-corrupted = Mae eich ffeil addasiadau { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r thema rhagosodedig.
zen-shortcuts-corrupted = Mae eich ffeil llwybr-byr { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r llwybr byr rhagosodedig. zen-shortcuts-corrupted = Mae eich ffeil llwybr-byr { -brand-short-name } wedi'i llygru. Maen nhw wedi cael eu hailosod i'r llwybr byr rhagosodedig.
# note: Do not translate the "<br/>" tags in the following string # note: Do not translate the "<br/>" tags in the following string
@@ -53,10 +53,10 @@ zen-general-cancel-label =
zen-general-confirm = zen-general-confirm =
.label = Cadarnhau .label = Cadarnhau
zen-pinned-tab-replaced = Mae URL y tab wedi'i binio wedi'i newid i'r URL gyfredol! zen-pinned-tab-replaced = Mae URL y tab wedi'i binio wedi'i newid i'r URL gyfredol!
zen-pinned-tab-url-edited = Mae URL tab wedi'i binio wedi'i ddiweddaru! zen-pinned-tab-url-edited = Pinned tab URL has been updated!
zen-pinned-tab-url-invalid = Dyw hwn ddim yn edrych fel URL dilys. zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
zen-pinned-tab-edit-url-title = Golygu URL wedi'u Pinio zen-pinned-tab-edit-url-title = Edit Pinned URL
zen-pinned-tab-edit-url-label = Rhowch y URL dylai'r tab pinio hwn bwyntio at: zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
zen-tabs-renamed = Mae'r tab wedi cael ei ailenwi'n llwyddiannus! zen-tabs-renamed = Mae'r tab wedi cael ei ailenwi'n llwyddiannus!
zen-background-tab-opened-toast = Tab cefndir newydd wedi'i agor! zen-background-tab-opened-toast = Tab cefndir newydd wedi'i agor!
zen-workspace-renamed-toast = Mae'r Man Gwaith wedi cael ei ailenwi'n llwyddiannus! zen-workspace-renamed-toast = Mae'r Man Gwaith wedi cael ei ailenwi'n llwyddiannus!
@@ -76,7 +76,7 @@ zen-icons-picker-emoji =
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Eiconau .label = Eiconau
zen-emojis-picker-search = zen-emojis-picker-search =
.placeholder = Chwilio emojis .placeholder = Search emojis
urlbar-search-mode-zen_actions = Gweithredoedd urlbar-search-mode-zen_actions = Gweithredoedd
zen-site-data-settings = Gosodiadau zen-site-data-settings = Gosodiadau
zen-generic-manage = Rheoli zen-generic-manage = Rheoli
@@ -128,9 +128,9 @@ zen-sidebar-notification-updated-heading = Diweddariad Wedi'i Gwblhau!
zen-sidebar-notification-updated-label = Beth sy'n newydd yn { -brand-short-name } zen-sidebar-notification-updated-label = Beth sy'n newydd yn { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = Gweld Nodiadau Rhyddhau .title = Gweld Nodiadau Rhyddhau
zen-sidebar-notification-donate-label = Cymorth { -brand-short-name } zen-sidebar-notification-donate-label = Support { -brand-short-name }
zen-sidebar-notification-donate-tooltip = zen-sidebar-notification-donate-tooltip =
.title = Cyfrannu at y prosiect .title = Donate to the project
zen-sidebar-notification-restart-safe-mode-label = Rhywbeth wedi torri? zen-sidebar-notification-restart-safe-mode-label = Rhywbeth wedi torri?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Ailgychwyn yn y Modd Diogel .title = Ailgychwyn yn y Modd Diogel
@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Mae Zen bellach yn cydweddu ffenestri
zen-window-sync-migration-dialog-learn-more = Dysgu Rhagor zen-window-sync-migration-dialog-learn-more = Dysgu Rhagor
zen-window-sync-migration-dialog-accept = Iawn zen-window-sync-migration-dialog-accept = Iawn
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = Ffenest Newydd Gwag .label = Ffenestr wag newydd

View File

@@ -4,7 +4,7 @@
zen-space-routing-settings = zen-space-routing-settings =
.label = Gosodiadau Llwybro Gofod .label = Gosodiadau Llwybro Gofod
zen-space-routing-rulepanel-placeholder = Mae Llwybrau yn gadael i chi ddewis lle mae gwefannau penodol yn agor o fewn Zen. Er enghraifft, gallwch lywio dolenni YouTube i agor bob tro o fewn eich gofod Personol. zen-space-routing-rulepanel-placeholder = Mae Llwybrau yn gadael i chi ddewis lle mae wefannau penodol yn agor o fewn Zen. Er enghraifft, gallwch lywio dolenni YouTube i agor bob tro o fewn eich gofod Personol.
zen-space-routing-dialog-title = Gosodiadau Llwybro Gofod zen-space-routing-dialog-title = Gosodiadau Llwybro Gofod
zen-space-routing-external-default = Llwybr rhagosodedig ar gyfer dolenni allanol zen-space-routing-external-default = Llwybr rhagosodedig ar gyfer dolenni allanol
zen-space-routing-new-route = Llwybr Newydd zen-space-routing-new-route = Llwybr Newydd
@@ -21,7 +21,7 @@ zen-space-routing-regex =
.label = RegEx .label = RegEx
zen-space-routing-open-in = Yn Agor Yn zen-space-routing-open-in = Yn Agor Yn
zen-space-routing-url = URL zen-space-routing-url = URL
zen-space-routing-tab-routed-toast = Tab newydd wedi'i agor yn { $targetWorkspace } zen-space-routing-tab-routed-toast = New tab opened in { $targetWorkspace }
tab-context-zen-add-domain-to-sr = tab-context-zen-add-domain-to-sr =
.label = .label =
{ $tabCount -> { $tabCount ->

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Rhannu tab
[1] Add Split View... [1] Ychwanegu golwg hollt...
*[other] Join { $tabCount } Tabs *[other] Uno { $tabCount } Tab
} }
.accesskey = H .accesskey = H
zen-split-link = zen-split-link =
.label = Rhannu Dolen i Dab Newydd .label = Rhannu dolen i dab newydd
.accesskey = D .accesskey = D
zen-split-view-modifier-header = Golwg Hollt zen-split-view-modifier-header = Golwg Hollt
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -17,9 +17,9 @@ zen-workspaces-panel-context-delete =
.label = Dileu Gofod Gwaith .label = Dileu Gofod Gwaith
.accesskey = D .accesskey = D
zen-workspaces-panel-change-name = zen-workspaces-panel-change-name =
.label = Newid Enw .label = Newid Enw
zen-workspaces-panel-change-icon = zen-workspaces-panel-change-icon =
.label = Newid Eicon .label = Newid Eicon
zen-workspaces-panel-context-default-profile = zen-workspaces-panel-context-default-profile =
.label = Gosod Proffil .label = Gosod Proffil
zen-workspaces-panel-unload = zen-workspaces-panel-unload =
@@ -29,7 +29,7 @@ zen-workspaces-panel-unload-others =
zen-workspaces-how-to-reorder-title = Sut i aildrefnu gofodau zen-workspaces-how-to-reorder-title = Sut i aildrefnu gofodau
zen-workspaces-how-to-reorder-desc = Llusgwch yr eiconau gofod ar waelod y bar ochr i'w haildrefnu zen-workspaces-how-to-reorder-desc = Llusgwch yr eiconau gofod ar waelod y bar ochr i'w haildrefnu
zen-workspaces-change-theme = zen-workspaces-change-theme =
.label = Golygu Thema .label = Golygu Thema
zen-workspaces-panel-context-open = zen-workspaces-panel-context-open =
.label = Agor Gofod Gwaith .label = Agor Gofod Gwaith
.accesskey = G .accesskey = G
@@ -53,7 +53,7 @@ zen-panel-ui-gradient-click-to-add = Cliciwch i ychwanegu lliw
zen-workspace-creation-name = zen-workspace-creation-name =
.placeholder = Enw'r Gofod .placeholder = Enw'r Gofod
zen-move-tab-to-workspace-button = zen-move-tab-to-workspace-button =
.label = Symud I .label = Symud I...
.tooltiptext = Symud pob tab yn y ffenestr hon i Ofod .tooltiptext = Symud pob tab yn y ffenestr hon i Ofod
zen-workspaces-panel-context-reorder = zen-workspaces-panel-context-reorder =
.label = Aildrefnu Gofodau .label = Aildrefnu Gofodau
@@ -61,11 +61,9 @@ zen-workspace-creation-profile = Proffil
.tooltiptext = Mae proffiliau'n cael eu defnyddio i wahanu cwcis a data gwefan rhwng gofodau. .tooltiptext = Mae proffiliau'n cael eu defnyddio i wahanu cwcis a data gwefan rhwng gofodau.
zen-workspace-creation-header = Creu Gofod zen-workspace-creation-header = Creu Gofod
zen-workspace-creation-label = Mae gofodau'n cael eu defnyddio i drefnu eich tabiau a'ch sesiynau. zen-workspace-creation-label = Mae gofodau'n cael eu defnyddio i drefnu eich tabiau a'ch sesiynau.
zen-workspace-default-profile = Rhagosodedig zen-workspace-default-profile = Default
zen-workspaces-delete-workspace-title = Dileu Gofod Gwaith? zen-workspaces-delete-workspace-title = Dileu Gofod Gwaith?
zen-workspaces-delete-workspace-body = Ydych chi'n siŵr eich bod chi eisiau dileu { $name }? Does dim modd dadwneud y weithred hon. zen-workspaces-delete-workspace-body = Ydych chi'n siŵr eich bod chi eisiau dileu { $name }? Does dim modd dadwneud y weithred hon.
zen-workspaces-remote-delete-title = Dileu Gofod wedi'i Gydweddu?
zen-workspaces-remote-delete-body = Cafodd { $name } ei ddileu ar ddyfais arall. Ei ddileu yma hefyd? Bydd ei gadw yn ei adfer ar eich dyfeisiau eraill.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabiau wedi'u Cau! Defnyddiwch <span>{ $shortcut }</span> i'w hailagor. zen-workspaces-close-all-unpinned-tabs-toast = Tabiau wedi'u Cau! Defnyddiwch <span>{ $shortcut }</span> i'w hailagor.

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen synkroniserer nu vinduer på samm
zen-window-sync-migration-dialog-learn-more = Lær Mere zen-window-sync-migration-dialog-learn-more = Lær Mere
zen-window-sync-migration-dialog-accept = Forstået zen-window-sync-migration-dialog-accept = Forstået
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nyt tomt vindue

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Opdel fane
[1] Add Split View... [1] Tilføj opdelt visning...
*[other] Join { $tabCount } Tabs *[other] Sammenføj { $tabCount } Faner
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Opdel link til ny fane
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Opdelt visning zen-split-view-modifier-header = Opdelt visning
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen synchronisiert jetzt Fenster auf
zen-window-sync-migration-dialog-learn-more = Mehr erfahren zen-window-sync-migration-dialog-learn-more = Mehr erfahren
zen-window-sync-migration-dialog-accept = Verstanden zen-window-sync-migration-dialog-accept = Verstanden
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Neues leeres Fenster

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Tab abtrennen
[1] Add Split View... [1] Geteilte Ansicht hinzufügen…
*[other] Join { $tabCount } Tabs *[other] { $tabCount } Tabs zusammenführen
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Link in geteilter Ansicht öffnen
.accesskey = G .accesskey = G
zen-split-view-modifier-header = Geteilte Ansicht zen-split-view-modifier-header = Geteilte Ansicht
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Το Zen άρα στην ίδια σ
zen-window-sync-migration-dialog-learn-more = Περισσότερα zen-window-sync-migration-dialog-learn-more = Περισσότερα
zen-window-sync-migration-dialog-accept = Κατάλαβα zen-window-sync-migration-dialog-accept = Κατάλαβα
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Νέο κενό παράθυρο

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Διαίρεση συνδέσμου σε νέα καρτέλα
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Διαιρεμένη Προβολή zen-split-view-modifier-header = Διαιρεμένη Προβολή
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Split link to new tab
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Zen-split-view-modifier-header zen-split-view-modifier-header = Zen-split-view-modifier-header
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Los espacios se utilizan para organizar sus pesta
zen-workspace-default-profile = Predeterminado zen-workspace-default-profile = Predeterminado
zen-workspaces-delete-workspace-title = ¿Eliminar espacio de trabajo? zen-workspaces-delete-workspace-title = ¿Eliminar espacio de trabajo?
zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar { $name }? Esta acción no se puede deshacer. zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar { $name }? Esta acción no se puede deshacer.
zen-workspaces-remote-delete-title = ¿Eliminar espacio sincronizado?
zen-workspaces-remote-delete-body = { $name } se eliminó en otro dispositivo. ¿Quiere eliminarlo aquí también? Si lo conserva, se restaurará en sus otros dispositivos.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = ¡Pestañas cerradas! Use <span>{ $shortcut }</span> para deshacerlo. zen-workspaces-close-all-unpinned-tabs-toast = ¡Pestañas cerradas! Use <span>{ $shortcut }</span> para deshacerlo.

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = J .accesskey = J
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Ava link uuel jaotatud kaardil
.accesskey = A .accesskey = A
zen-split-view-modifier-header = Jaotatud vaade zen-split-view-modifier-header = Jaotatud vaade
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Split link to new tab
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = بازکردن پیوند در نمای چندپاره‌ای
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Jaa linkki uuteen välilehteen
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Jaettu Näkymä zen-split-view-modifier-header = Jaettu Näkymä
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -10,7 +10,7 @@ zen-action-copy-current-url = Copier ladresse actuelle
zen-action-settings = Paramètres zen-action-settings = Paramètres
zen-action-open-private-window = Ouvrir une fenêtre privée zen-action-open-private-window = Ouvrir une fenêtre privée
zen-action-open-new-window = Ouvrir une nouvelle fenêtre zen-action-open-new-window = Ouvrir une nouvelle fenêtre
zen-action-new-blank-window = Nouvelle fenêtre vierge zen-action-new-blank-window = Nouvelle fenêtre vide
zen-action-pin-tab = Épingler l'onglet zen-action-pin-tab = Épingler l'onglet
zen-action-unpin-tab = Désépingler l'onglet zen-action-unpin-tab = Désépingler l'onglet
zen-action-open-space-routing = Ouvrir le routage des espaces zen-action-open-space-routing = Ouvrir le routage des espaces

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen synchronise désormais les fenêt
zen-window-sync-migration-dialog-learn-more = En savoir plus zen-window-sync-migration-dialog-learn-more = En savoir plus
zen-window-sync-migration-dialog-accept = J'ai compris zen-window-sync-migration-dialog-accept = J'ai compris
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = Nouvelle fenêtre vierge .label = Nouvelle fenêtre vide

View File

@@ -19,4 +19,4 @@ zen-menubar-appearance-light =
zen-menubar-appearance-dark = zen-menubar-appearance-dark =
.label = Sombre .label = Sombre
zen-menubar-new-blank-window = zen-menubar-new-blank-window =
.label = Nouvelle fenêtre vierge .label = Nouvelle fenêtre vide

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Les espaces sont utilisés pour organiser vos ong
zen-workspace-default-profile = Par défaut zen-workspace-default-profile = Par défaut
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.
zen-workspaces-remote-delete-title = Supprimer l'espace synchronisé ?
zen-workspaces-remote-delete-body = { $name } a été supprimé sur un autre appareil. Le supprimer ici aussi ? Le conserver le restaurera sur vos autres appareils.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Onglets fermés ! Utiliser <span>{ $shortcut }</span> pour annuler. zen-workspaces-close-all-unpinned-tabs-toast = Onglets fermés ! Utiliser <span>{ $shortcut }</span> pour annuler.

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Déanann Zen sioncrónú ar fhuinneog
zen-window-sync-migration-dialog-learn-more = Foghlaim Tuilleadh zen-window-sync-migration-dialog-learn-more = Foghlaim Tuilleadh
zen-window-sync-migration-dialog-accept = Tuigim é zen-window-sync-migration-dialog-accept = Tuigim é
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = Fuinneog Nua Bán .label = Fuinneog bán nua

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Scoilt Amach Cluaisín [-1] Cluaisín scoilte
[1] Cuir Radharc Scoilte Leis... [1] Amharc scoilte a chur leis...
*[other] Ceangail le { $tabCount } Cluaisíní *[other] Ceangail le { $tabCount } Cluaisíní
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Scoilt Nasc chuig Cluaisín Nua .label = Scoilt nasc chuig cluaisín nua
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Radharc Scoilte zen-split-view-modifier-header = Radharc Scoilte
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Úsáidtear spásanna chun do chluaisíní agus d
zen-workspace-default-profile = Réamhshocrú zen-workspace-default-profile = Réamhshocrú
zen-workspaces-delete-workspace-title = Scrios an spás? zen-workspaces-delete-workspace-title = Scrios an spás?
zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat { $name } a scriosadh? Ní féidir an gníomh seo a chealú. zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat { $name } a scriosadh? Ní féidir an gníomh seo a chealú.
zen-workspaces-remote-delete-title = An bhfuil fonn ort spás sioncronaithe a scriosadh?
zen-workspaces-remote-delete-body = Scriosadh { $name } ar ghléas eile. An bhfuil fonn ort é a scriosadh anseo freisin? Déanfaidh sé é a choinneáil ar ais ar do ghléasanna eile.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Cluaisíní Dúnta! Úsáid <span>{ $shortcut }</span> chun é a chealú. zen-workspaces-close-all-unpinned-tabs-toast = Cluaisíní Dúnta! Úsáid <span>{ $shortcut }</span> chun é a chealú.

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen עכשיו מסנכרן חלונ
zen-window-sync-migration-dialog-learn-more = מידע נוסף zen-window-sync-migration-dialog-learn-more = מידע נוסף
zen-window-sync-migration-dialog-accept = הבנתי zen-window-sync-migration-dialog-accept = הבנתי
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = חלון ריק חדש

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = ד .accesskey = ד
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = פיצול הקישור ללשונית חדשה
.accesskey = ד .accesskey = ד
zen-split-view-modifier-header = תצוגה מפוצלת zen-split-view-modifier-header = תצוגה מפוצלת
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -21,15 +21,15 @@ tab-context-zen-remove-essential =
tab-context-zen-edit-pinned-page = tab-context-zen-edit-pinned-page =
.label = .label =
{ $isEssential -> { $isEssential ->
[true] Alapvető URL módosítása [true] Edit Essential URL
*[false] Rögzített URL módosítása *[false] Edit Pinned URL
} }
.accesskey = P .accesskey = P
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Csere az aktuális URL-re .label = Replace with Current URL
.accesskey = C .accesskey = C
tab-context-zen-edit-pinned-url = tab-context-zen-edit-pinned-url =
.label = Módosítás .label = Edit
.accesskey = E .accesskey = E
tab-context-zen-edit-title = tab-context-zen-edit-title =
.label = Címke módosítása... .label = Címke módosítása...
@@ -53,10 +53,10 @@ zen-general-cancel-label =
zen-general-confirm = zen-general-confirm =
.label = Megerősítés .label = Megerősítés
zen-pinned-tab-replaced = A rögzített lap URL címe helyébe az aktuális URL cím lépett! zen-pinned-tab-replaced = A rögzített lap URL címe helyébe az aktuális URL cím lépett!
zen-pinned-tab-url-edited = A rögzített lap URL-je frissült! zen-pinned-tab-url-edited = Pinned tab URL has been updated!
zen-pinned-tab-url-invalid = Ez nem tűnik érvényes URL-nek. zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
zen-pinned-tab-edit-url-title = Rögzített URL módosítása zen-pinned-tab-edit-url-title = Edit Pinned URL
zen-pinned-tab-edit-url-label = Írja be azt az URL-címet, amelyre ennek a rögzített lapnak mutatnia kell: zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
zen-tabs-renamed = A lap sikeresen át lett nevezve! zen-tabs-renamed = A lap sikeresen át lett nevezve!
zen-background-tab-opened-toast = Új lap megnyitva! zen-background-tab-opened-toast = Új lap megnyitva!
zen-workspace-renamed-toast = A munkakörnyezet sikeresen át lett nevezve! zen-workspace-renamed-toast = A munkakörnyezet sikeresen át lett nevezve!
@@ -76,14 +76,14 @@ zen-icons-picker-emoji =
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Ikonok .label = Ikonok
zen-emojis-picker-search = zen-emojis-picker-search =
.placeholder = Emojik keresése .placeholder = Search emojis
urlbar-search-mode-zen_actions = Műveletek urlbar-search-mode-zen_actions = Műveletek
zen-site-data-settings = Beállítások zen-site-data-settings = Beállítások
zen-generic-manage = Kezelés zen-generic-manage = Kezelés
zen-generic-more = Több zen-generic-more = Több
zen-generic-next = Következő zen-generic-next = Következő
zen-essentials-promo-label = Felvétel az alapvetőkbe zen-essentials-promo-label = Felvétel az alapvetőkbe
zen-essentials-promo-sublabel = Tartsa kedvenc lapjait egy kattintásra zen-essentials-promo-sublabel = Tartsd kedvenc lapjaid egy kattintásnyira
# These labels will be used for the site data panel settings # These labels will be used for the site data panel settings
zen-site-data-setting-allow = Engedélyezve zen-site-data-setting-allow = Engedélyezve
zen-site-data-setting-block = Blokkolva zen-site-data-setting-block = Blokkolva
@@ -117,7 +117,7 @@ zen-site-data-setting-site-protection = Nyomkövetés védelem
# Section: Feature callouts # Section: Feature callouts
zen-site-data-panel-feature-callout-title = Új hely az add-onok, engedélyek és egyéb elemek számára zen-site-data-panel-feature-callout-title = Új hely az add-onok, engedélyek és egyéb elemek számára
zen-site-data-panel-feature-callout-subtitle = Kattintson az ikonra a webhely beállításainak kezeléséhez, a biztonsági információk megtekintéséhez, a kiegészítők eléréséhez és a gyakori műveletek végrehajtásához. zen-site-data-panel-feature-callout-subtitle = Kattints az ikonra a webhely beállításainak kezeléséhez, a biztonsági információk megtekintéséhez, a kiegészítők eléréséhez és a gyakori műveletek végrehajtásához.
zen-open-link-in-glance = zen-open-link-in-glance =
.label = Link megnyitása a bepillantóban .label = Link megnyitása a bepillantóban
.accesskey = G .accesskey = G
@@ -128,15 +128,15 @@ zen-sidebar-notification-updated-heading = Frissítés befejezve!
zen-sidebar-notification-updated-label = { -brand-short-name } újdonságai zen-sidebar-notification-updated-label = { -brand-short-name } újdonságai
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = Változások listájának megtekintése .title = Változások listájának megtekintése
zen-sidebar-notification-donate-label = { -brand-short-name } támogatása zen-sidebar-notification-donate-label = Support { -brand-short-name }
zen-sidebar-notification-donate-tooltip = zen-sidebar-notification-donate-tooltip =
.title = Adományozás a projektnek .title = Donate to the project
zen-sidebar-notification-restart-safe-mode-label = Valami elromlott? zen-sidebar-notification-restart-safe-mode-label = Valami elromlott?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Újraindítás biztonságos módban .title = Újraindítás biztonságos módban
zen-window-sync-migration-dialog-title = Tartsa szinkronban az ablakait zen-window-sync-migration-dialog-title = Tartsad szinkronban az ablakaid
zen-window-sync-migration-dialog-message = A Zen mostantól szinkronizálja az ugyanazon eszközön található ablakokat, így az egyik ablakban végzett módosítások azonnal megjelennek a többiben is. zen-window-sync-migration-dialog-message = A Zen mostantól szinkronizálja az ugyanazon eszközön található ablakokat, így az egyik ablakban végzett módosítások azonnal megjelennek a többiben is.
zen-window-sync-migration-dialog-learn-more = Tudj meg többet zen-window-sync-migration-dialog-learn-more = Tudj meg többet
zen-window-sync-migration-dialog-accept = Értettem zen-window-sync-migration-dialog-accept = Értettem
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Új üres ablak

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Lap kivétele
[1] Add Split View... [1] Osztott nézethez adás...
*[other] Join { $tabCount } Tabs *[other] { $tabCount } lap összevonása
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Hivatkozás felosztása új lapban
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Osztott nézet zen-split-view-modifier-header = Osztott nézet
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen kini menyinkronkan jendela pada p
zen-window-sync-migration-dialog-learn-more = Pelajari Lebih Lanjut zen-window-sync-migration-dialog-learn-more = Pelajari Lebih Lanjut
zen-window-sync-migration-dialog-accept = Oke! zen-window-sync-migration-dialog-accept = Oke!
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Jendela Kosong Baru

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Buka Tautan di Tampilan Belah
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Tampilan Belah zen-split-view-modifier-header = Tampilan Belah
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen samstillir núna glugga á sama t
zen-window-sync-migration-dialog-learn-more = Frekari upplýsingar zen-window-sync-migration-dialog-learn-more = Frekari upplýsingar
zen-window-sync-migration-dialog-accept = Skilið zen-window-sync-migration-dialog-accept = Skilið
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nýr auður gluggi

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Kljúfa út flipa
[1] Add Split View... [1] Bæta við klofnu yfirliti...
*[other] Join { $tabCount } Tabs *[other] Sameina { $tabCount } flipa
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Kljúfa tengil í nýjan flipa
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Klofið yfirlit zen-split-view-modifier-header = Klofið yfirlit
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen ora sincronizza le finestre sullo
zen-window-sync-migration-dialog-learn-more = Scopri di più zen-window-sync-migration-dialog-learn-more = Scopri di più
zen-window-sync-migration-dialog-accept = Ho capito zen-window-sync-migration-dialog-accept = Ho capito
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nuova finestra vuota

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Dividi scheda
[1] Add Split View... [1] Aggiungi vista divisa...
*[other] Join { $tabCount } Tabs *[other] Combina { $tabCount } Schede
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Dividi il collegamento in una nuova scheda
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Dividi Vista zen-split-view-modifier-header = Dividi Vista
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -21,20 +21,20 @@ tab-context-zen-remove-essential =
tab-context-zen-edit-pinned-page = tab-context-zen-edit-pinned-page =
.label = .label =
{ $isEssential -> { $isEssential ->
[true] EssentialURLを編集 [true] Edit Essential URL
*[false] ピン留めされたURLを編集 *[false] Edit Pinned URL
} }
.accesskey = P .accesskey = P
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = 現在のURLに置き換えられます .label = Replace with Current URL
.accesskey = C .accesskey = C
tab-context-zen-edit-pinned-url = tab-context-zen-edit-pinned-url =
.label = 編集 .label = Edit
.accesskey = E .accesskey = E
tab-context-zen-edit-title = tab-context-zen-edit-title =
.label = ラベルを変更する .label = ラベルを変更する...
tab-context-zen-edit-icon = tab-context-zen-edit-icon =
.label = アイコンを変更する .label = アイコンを変更する...
zen-themes-corrupted = { -brand-short-name }モッドファイルが文字化けしています。デフォルトのテーマにリセットされました。 zen-themes-corrupted = { -brand-short-name }モッドファイルが文字化けしています。デフォルトのテーマにリセットされました。
zen-shortcuts-corrupted = { -brand-short-name }ショートカットファイルが文字化けしています。デフォルトのショートカットにリセットされました。 zen-shortcuts-corrupted = { -brand-short-name }ショートカットファイルが文字化けしています。デフォルトのショートカットにリセットされました。
# note: Do not translate the "<br/>" tags in the following string # note: Do not translate the "<br/>" tags in the following string
@@ -53,10 +53,10 @@ zen-general-cancel-label =
zen-general-confirm = zen-general-confirm =
.label = 確定 .label = 確定
zen-pinned-tab-replaced = 固定したタブのURLが現在のURLに置き換えられました zen-pinned-tab-replaced = 固定したタブのURLが現在のURLに置き換えられました
zen-pinned-tab-url-edited = ピン留めされたタブのURLを更新しました zen-pinned-tab-url-edited = Pinned tab URL has been updated!
zen-pinned-tab-url-invalid = このURLは有効が見えません。 zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
zen-pinned-tab-edit-url-title = ピン留めされたURLを編集 zen-pinned-tab-edit-url-title = Edit Pinned URL
zen-pinned-tab-edit-url-label = このピン留めされたタブのURLを入力してください zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
zen-tabs-renamed = タブの名前は無事に変更されました! zen-tabs-renamed = タブの名前は無事に変更されました!
zen-background-tab-opened-toast = 新しい背景タブが開きました! zen-background-tab-opened-toast = 新しい背景タブが開きました!
zen-workspace-renamed-toast = ワークスペースの名前が変更されました! zen-workspace-renamed-toast = ワークスペースの名前が変更されました!
@@ -76,7 +76,7 @@ zen-icons-picker-emoji =
zen-icons-picker-svg = zen-icons-picker-svg =
.label = アイコン .label = アイコン
zen-emojis-picker-search = zen-emojis-picker-search =
.placeholder = 絵文字を検索 .placeholder = Search emojis
urlbar-search-mode-zen_actions = アクション urlbar-search-mode-zen_actions = アクション
zen-site-data-settings = 設定 zen-site-data-settings = 設定
zen-generic-manage = 管理 zen-generic-manage = 管理
@@ -128,9 +128,9 @@ zen-sidebar-notification-updated-heading = アップデートが完了しまし
zen-sidebar-notification-updated-label = { -brand-short-name }の新機能 zen-sidebar-notification-updated-label = { -brand-short-name }の新機能
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = リリースノートを表示する .title = リリースノートを表示する
zen-sidebar-notification-donate-label = { -brand-short-name }に寄付 zen-sidebar-notification-donate-label = Support { -brand-short-name }
zen-sidebar-notification-donate-tooltip = zen-sidebar-notification-donate-tooltip =
.title = プロジェクトに寄付 .title = Donate to the project
zen-sidebar-notification-restart-safe-mode-label = 何か壊れましたか? zen-sidebar-notification-restart-safe-mode-label = 何か壊れましたか?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = セーフモードで再起動する .title = セーフモードで再起動する
@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zenは同一デバイス内のウィ
zen-window-sync-migration-dialog-learn-more = もっと詳しく zen-window-sync-migration-dialog-learn-more = もっと詳しく
zen-window-sync-migration-dialog-accept = わかりました zen-window-sync-migration-dialog-accept = わかりました
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = 新しい空のウィンドウ

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] 分割タブ
[1] Add Split View... [1] 分割ビューを追加...
*[other] Join { $tabCount } Tabs *[other] { $tabCount } 個のタブを結合するs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = リンクを新しいタブに分割する
.accesskey = S .accesskey = S
zen-split-view-modifier-header = 分割表示 zen-split-view-modifier-header = 分割表示
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -6,7 +6,7 @@ tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] 탭 나누기 [-1] 탭 나누기
[1] 나눠진 탭 [1] 나눠진 탭 추가...
*[other] { $tabCount }개 탭 합치기 *[other] { $tabCount }개 탭 합치기
} }
.accesskey = S .accesskey = S

View File

@@ -5,13 +5,16 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Išskaidyti kortelę
[1] Add Split View... [1] Įtraukti skaidymo rodinį
*[other] Join { $tabCount } Tabs [one] Sujungti { $tabCount } kortelę
[few] Sujungti { $tabCount } korteles
[many] Sujungti { $tabCount } kortelės
*[other] Sujungti { $tabCount } kortelių
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Skaidyti nuorodą į naują kortelę
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Skaidymo rodinys zen-split-view-modifier-header = Skaidymo rodinys
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen synkroniserer nå vinduer på sam
zen-window-sync-migration-dialog-learn-more = Lær mer zen-window-sync-migration-dialog-learn-more = Lær mer
zen-window-sync-migration-dialog-accept = Skjønner zen-window-sync-migration-dialog-accept = Skjønner
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nytt tomt vindu

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Fordelt fane
[1] Add Split View... [1] Legg til delt visning
*[other] Join { $tabCount } Tabs *[other] Spleis { $tabCount } faner
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Del opp lenke til ny fane
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Splittet visning zen-split-view-modifier-header = Splittet visning
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -38,10 +38,10 @@ zen-look-and-feel-compact-view-top-toolbar =
.label = Verberg de bovenste werkbalk ook in compacte modus .label = Verberg de bovenste werkbalk ook in compacte modus
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = Laat kort de werkbalk zien bij het wisselen of openen van nieuwe tabbladen in compacte modus .label = Laat kort de werkbalk zien bij het wisselen of openen van nieuwe tabbladen in compacte modus
zen-look-and-feel-window-drag-header = Venster verslepen zen-look-and-feel-window-drag-header = Window dragging
zen-look-and-feel-window-drag-description = Verplaats het venster door de lege ruimte aan de bovenkant van websites te verslepen, net zoals de titelbalk. zen-look-and-feel-window-drag-description = Move the window by dragging empty space at the top of websites, just like the titlebar.
zen-window-drag-enabled = zen-window-drag-enabled =
.label = Verslepen van venster vanaf webpagina's toestaan .label = Allow dragging the window from web pages
pane-zen-tabs-title = Tabblad beheer pane-zen-tabs-title = Tabblad beheer
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
@@ -248,8 +248,8 @@ zen-page-info-shortcut = Pagina info bekijken
zen-find-shortcut = Vinden op pagina zen-find-shortcut = Vinden op pagina
zen-search-find-again-shortcut = Opnieuw zoeken zen-search-find-again-shortcut = Opnieuw zoeken
zen-search-find-again-shortcut-prev = Vorige vinden zen-search-find-again-shortcut-prev = Vorige vinden
zen-search-find-again-shortcut-alt = Opnieuw zoeken (alternatief) zen-search-find-again-shortcut-alt = Find Again (Alt)
zen-search-find-again-shortcut-prev-alt = Vorige zoeken (alternatief) zen-search-find-again-shortcut-prev-alt = Find Previous (Alt)
zen-bookmark-this-page-shortcut = Bladwijzer toevoegen voor deze pagina zen-bookmark-this-page-shortcut = Bladwijzer toevoegen voor deze pagina
zen-bookmark-show-library-shortcut = Bladwijzerbibliotheek weergeven zen-bookmark-show-library-shortcut = Bladwijzerbibliotheek weergeven
zen-key-stop = Laden stoppen zen-key-stop = Laden stoppen
@@ -286,7 +286,7 @@ zen-workspace-shortcut-switch-9 = Schakelen naar werkruimte 9
zen-workspace-shortcut-switch-10 = Schakelen naar werkruimte 10 zen-workspace-shortcut-switch-10 = Schakelen naar werkruimte 10
zen-workspace-shortcut-forward = Volgende werkruimte zen-workspace-shortcut-forward = Volgende werkruimte
zen-workspace-shortcut-backward = Vorige werkruimte zen-workspace-shortcut-backward = Vorige werkruimte
zen-workspace-shortcut-create = Werkruimte aanmaken zen-workspace-shortcut-create = Create New Workspace
zen-sidebar-shortcut-toggle = Zijbalk breedte togglen zen-sidebar-shortcut-toggle = Zijbalk breedte togglen
zen-pinned-tab-shortcut-reset = Vastgezette tab resetten naar vastgezette URL zen-pinned-tab-shortcut-reset = Vastgezette tab resetten naar vastgezette URL
zen-split-view-shortcut-grid = Gesplitste weergave raster togglen zen-split-view-shortcut-grid = Gesplitste weergave raster togglen
@@ -324,4 +324,4 @@ zen-devtools-toggle-accessibility-shortcut = Toegankelijkheid togglen
zen-close-all-unpinned-tabs-shortcut = Alle niet-vastgezette tabbladen sluiten zen-close-all-unpinned-tabs-shortcut = Alle niet-vastgezette tabbladen sluiten
zen-new-unsynced-window-shortcut = Nieuw leeg venster zen-new-unsynced-window-shortcut = Nieuw leeg venster
zen-duplicate-tab-shortcut = Tabblad dupliceren zen-duplicate-tab-shortcut = Tabblad dupliceren
zen-key-find-selection = Selectie zoeken zen-key-find-selection = Find Selection

View File

@@ -3,56 +3,56 @@
# 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-boost-edit-rename = zen-boost-edit-rename =
.label = Boost hernoemen .label = Rename Boost
zen-boost-edit-shuffle = zen-boost-edit-shuffle =
.label = Willekeurige Vibe .label = Shuffle Vibes
zen-boost-edit-reset = zen-boost-edit-reset =
.label = Reset alle wijzigingen .label = Reset All Edits
zen-boost-edit-delete = zen-boost-edit-delete =
.label = Boost verwijderen .label = Delete Boost
zen-boost-size = Grootte zen-boost-size = Size
zen-boost-case = Hoofdletters zen-boost-case = Case
zen-boost-zap = Zap zen-boost-zap = Zap
zen-boost-code = CSS zen-boost-code = Code
zen-boost-back = Terug zen-boost-back = Back
zen-boost-shuffle = zen-boost-shuffle =
.tooltiptext = Willekeurige Vibe .tooltiptext = Shuffle Boost Settings
zen-boost-invert = zen-boost-invert =
.tooltiptext = Slimme omkering van kleuren .tooltiptext = Smart Invert Colors
zen-boost-controls = zen-boost-controls =
.tooltiptext = Geavanceerde kleurinstellingen .tooltiptext = Advanced Color Controls
zen-boost-disable = zen-boost-disable =
.tooltiptext = Kleuraanpassingen uitschakelen .tooltiptext = Disable Color Adjustments
zen-boost-text-case-toggle = zen-boost-text-case-toggle =
.tooltiptext = Hoofdlettergebruik veranderen .tooltiptext = Toggle Text Case
zen-boost-css-picker = zen-boost-css-picker =
.tooltiptext = Vind CSS selector .tooltiptext = Pick Selector
zen-boost-css-inspector = zen-boost-css-inspector =
.tooltiptext = Open inspector .tooltiptext = Open Inspector
zen-boost-color-contrast = Contrast zen-boost-color-contrast = Contrast
zen-boost-color-brightness = Helderheid zen-boost-color-brightness = Brightness
zen-boost-color-original-saturation = Oorspronkelijke verzadiging zen-boost-color-original-saturation = Original Saturation
zen-add-zap-helper = Klik op elementen op de pagina om ze weg te <b>Zappen</b> zen-add-zap-helper = Click elements on the page to <b>Zap</b> them
zen-remove-zap-helper = ← Klik om Zap ongedaan te maken zen-remove-zap-helper = ← Click to Unzap
zen-select-this = Selecteer dit element zen-select-this = Insert selector for this
zen-select-related = Selecteer aanverwante elementen zen-select-related = Insert selector for related
zen-select-cancel = Annuleren zen-select-cancel = Cancel
zen-zap-this = Zap dit element zen-zap-this = Zap this
zen-zap-related = Zap alle aanverwante elementen zen-zap-related = Zap all related elements
zen-zap-cancel = Annuleren zen-zap-cancel = Cancel
zen-zap-done = Klaar zen-zap-done = Done
zen-unzap-tooltip = zen-unzap-tooltip =
{ $elementCount -> { $elementCount ->
[0] Geen elementen gezapt [0] No elements zapped
[1] { $elementCount } elementen gezapt [1] { $elementCount } element zapped
*[other] { $elementCount } elementen gezapt *[other] { $elementCount } elements zapped
} }
zen-boost-save = zen-boost-save =
.label = Boost exporteren .label = Export Boost
zen-boost-load = zen-boost-load =
.label = Boost importeren .label = Import Boost
zen-panel-ui-boosts-exported-message = Boost geëxporteerd! zen-panel-ui-boosts-exported-message = Boost exported!
zen-site-data-boosts = Boosts zen-site-data-boosts = Boosts
zen-site-data-create-boost = zen-site-data-create-boost =
.tooltiptext = Nieuwe Boost maken .tooltiptext = Create new boost
zen-boost-rename-boost-prompt = Boost hernoemen? zen-boost-rename-boost-prompt = Rename Boost?

View File

@@ -2,35 +2,35 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-action-toggle-compact-mode = Compacte modus in-/uitschakelen zen-action-toggle-compact-mode = Toggle Compact Mode
zen-action-open-theme-picker = Thema kiezer openen zen-action-open-theme-picker = Open Theme Picker
zen-action-new-split-view = Nieuwe gesplitste weergave zen-action-new-split-view = New Split View
zen-action-new-folder = Nieuwe map zen-action-new-folder = New Folder
zen-action-copy-current-url = Huidige URL kopiëren zen-action-copy-current-url = Copy Current URL
zen-action-settings = Instellingen zen-action-settings = Settings
zen-action-open-private-window = Privévenster openen zen-action-open-private-window = Open Private Window
zen-action-open-new-window = Nieuw venster openen zen-action-open-new-window = Open New Window
zen-action-new-blank-window = Nieuw blanco venster zen-action-new-blank-window = New Blank Window
zen-action-pin-tab = Tab vastzetten zen-action-pin-tab = Pin Tab
zen-action-unpin-tab = Tab losmaken zen-action-unpin-tab = Unpin Tab
zen-action-open-space-routing = Ruimte routering openen zen-action-open-space-routing = Open Space Routing
zen-action-new-boost = Nieuwe Boost zen-action-new-boost = New Boost
zen-action-next-space = Volgende ruimte zen-action-next-space = Next Space
zen-action-previous-space = Vorige ruimte zen-action-previous-space = Previous Space
zen-action-close-tab = Tabblad sluiten zen-action-close-tab = Close Tab
zen-action-reload-tab = Tabblad vernieuwen zen-action-reload-tab = Reload Tab
zen-action-reload-tab-without-cache = Tabblad vernieuwen zonder cache zen-action-reload-tab-without-cache = Reload Tab Without Cache
zen-action-next-tab = Volgende tabblad zen-action-next-tab = Next Tab
zen-action-previous-tab = Vorige tabblad zen-action-previous-tab = Previous Tab
zen-action-capture-screenshot = Schermafbeelding maken zen-action-capture-screenshot = Capture Screenshot
zen-action-toggle-tabs-on-right = Tabbladen naar rechts aan-/uitzetten zen-action-toggle-tabs-on-right = Toggle Tabs on right
zen-action-add-to-essentials = Toevoegen aan Essentials zen-action-add-to-essentials = Add to Essentials
zen-action-remove-from-essentials = Verwijderen uit Essentials zen-action-remove-from-essentials = Remove from Essentials
zen-action-find-in-page = Zoeken op pagina zen-action-find-in-page = Find in Page
zen-action-manage-extensions = Extensies beheren zen-action-manage-extensions = Manage Extensions
zen-action-switch-to-automatic-appearance = Schakel naar automatisch kleurenschema zen-action-switch-to-automatic-appearance = Switch to Automatic Appearance
zen-action-switch-to-light-mode = Schakel naar licht kleurenschema zen-action-switch-to-light-mode = Switch to Light Mode
zen-action-switch-to-dark-mode = Schakel naar donker kleurenschema zen-action-switch-to-dark-mode = Switch to Dark Mode
zen-action-print = Afdrukken zen-action-print = Print
zen-action-focus-on = Focus op zen-action-focus-on = Focus on
zen-action-extension = Extensie zen-action-extension = Extension

View File

@@ -21,16 +21,16 @@ tab-context-zen-remove-essential =
tab-context-zen-edit-pinned-page = tab-context-zen-edit-pinned-page =
.label = .label =
{ $isEssential -> { $isEssential ->
[true] URL van Essential aanpassen [true] Edit Essential URL
*[false] URL van vastgezette tab aanpassen *[false] Edit Pinned URL
} }
.accesskey = V .accesskey = P
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Vervang door huidige URL .label = Replace with Current URL
.accesskey = C .accesskey = C
tab-context-zen-edit-pinned-url = tab-context-zen-edit-pinned-url =
.label = Bewerken .label = Edit
.accesskey = B .accesskey = E
tab-context-zen-edit-title = tab-context-zen-edit-title =
.label = Naam veranderen... .label = Naam veranderen...
tab-context-zen-edit-icon = tab-context-zen-edit-icon =
@@ -53,10 +53,10 @@ zen-general-cancel-label =
zen-general-confirm = zen-general-confirm =
.label = Bevestigen .label = Bevestigen
zen-pinned-tab-replaced = Vastgemaakte tabblad URL is vervangen met de huidige URL! zen-pinned-tab-replaced = Vastgemaakte tabblad URL is vervangen met de huidige URL!
zen-pinned-tab-url-edited = URL van vastgezette tab is bijgewerkt! zen-pinned-tab-url-edited = Pinned tab URL has been updated!
zen-pinned-tab-url-invalid = Dat lijkt niet op een geldige URL. zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
zen-pinned-tab-edit-url-title = Vastgezette URL bewerken zen-pinned-tab-edit-url-title = Edit Pinned URL
zen-pinned-tab-edit-url-label = Voer de URL in waar dit vastgezette tabblad naar moet verwijzen: zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
zen-tabs-renamed = Tabblad is succesvol hernoemd! zen-tabs-renamed = Tabblad is succesvol hernoemd!
zen-background-tab-opened-toast = Nieuw achtergrondtabblad geopend! zen-background-tab-opened-toast = Nieuw achtergrondtabblad geopend!
zen-workspace-renamed-toast = Werkruimte succesvol is hernoemd! zen-workspace-renamed-toast = Werkruimte succesvol is hernoemd!
@@ -76,7 +76,7 @@ zen-icons-picker-emoji =
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Iconen .label = Iconen
zen-emojis-picker-search = zen-emojis-picker-search =
.placeholder = Emoji zoeken .placeholder = Search emojis
urlbar-search-mode-zen_actions = Acties urlbar-search-mode-zen_actions = Acties
zen-site-data-settings = Instellingen zen-site-data-settings = Instellingen
zen-generic-manage = Beheren zen-generic-manage = Beheren
@@ -128,9 +128,9 @@ zen-sidebar-notification-updated-heading = Update voltooid!
zen-sidebar-notification-updated-label = Wat is er veranderd in { -brand-short-name } zen-sidebar-notification-updated-label = Wat is er veranderd in { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = Versie-informatie bekijken .title = Versie-informatie bekijken
zen-sidebar-notification-donate-label = Steun { -brand-short-name } zen-sidebar-notification-donate-label = Support { -brand-short-name }
zen-sidebar-notification-donate-tooltip = zen-sidebar-notification-donate-tooltip =
.title = Doneer aan het project .title = Donate to the project
zen-sidebar-notification-restart-safe-mode-label = Werkt er iets niet? zen-sidebar-notification-restart-safe-mode-label = Werkt er iets niet?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Herstarten in veilige modus .title = Herstarten in veilige modus

View File

@@ -3,28 +3,28 @@
# 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-space-routing-settings = zen-space-routing-settings =
.label = Ruimte routeringsinstellingen .label = Space Routing Settings
zen-space-routing-rulepanel-placeholder = Routes stellen je in staat te bepalen waar in Zen een site wordt geopend. Zo kun je bijvoorbeeld YouTube links altijd in je persoonlijke ruimte laten openen. zen-space-routing-rulepanel-placeholder = Routes let you choose where specific sites open inside Zen. For example, you can route YouTube links to always open inside your Personal space.
zen-space-routing-dialog-title = Ruimte routeringsinstellingen zen-space-routing-dialog-title = Space Routing Settings
zen-space-routing-external-default = Standaardroute voor externe links zen-space-routing-external-default = Default route for external links
zen-space-routing-new-route = Nieuwe route zen-space-routing-new-route = New Route
zen-space-routing-open-in-space = Open in ruimte zen-space-routing-open-in-space = Open in Space
zen-space-routing-most-recent-space = Meest recente ruimte zen-space-routing-most-recent-space = Most recent Space
zen-space-routing-close-button = zen-space-routing-close-button =
.aria-label = Sluiten .aria-label = Close
.tooltiptext = Sluiten .tooltiptext = Close
zen-space-routing-contains = zen-space-routing-contains =
.label = Bevat .label = Contains
zen-space-routing-equal-to = zen-space-routing-equal-to =
.label = Is gelijk aan .label = Is Equal To
zen-space-routing-regex = zen-space-routing-regex =
.label = RegEx .label = RegEx
zen-space-routing-open-in = Openen in zen-space-routing-open-in = Open In
zen-space-routing-url = URL zen-space-routing-url = URL
zen-space-routing-tab-routed-toast = Nieuw tabblad openen in { $targetWorkspace } zen-space-routing-tab-routed-toast = New tab opened in { $targetWorkspace }
tab-context-zen-add-domain-to-sr = tab-context-zen-add-domain-to-sr =
.label = .label =
{ $tabCount -> { $tabCount ->
[one] Route voor domein toevoegen [one] Add Route for Domain
*[other] Route voor domeinen toevoegen *[other] Add Route for Domains
} }

View File

@@ -11,7 +11,7 @@ tab-zen-split-tabs =
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Koppeling openen in gesplitste weergave .label = Link splitsen naar nieuw tabblad
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Gesplitste weergave zen-split-view-modifier-header = Gesplitste weergave
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -61,11 +61,9 @@ zen-workspace-creation-profile = Profiel
.tooltiptext = Profielen worden gebruikt om cookies en site-gegevens tussen ruimtes te scheiden. .tooltiptext = Profielen worden gebruikt om cookies en site-gegevens tussen ruimtes te scheiden.
zen-workspace-creation-header = Maak een ruimte zen-workspace-creation-header = Maak een ruimte
zen-workspace-creation-label = Ruimtes worden gebruikt om je tabbladen en sessies te organiseren. zen-workspace-creation-label = Ruimtes worden gebruikt om je tabbladen en sessies te organiseren.
zen-workspace-default-profile = Standaard zen-workspace-default-profile = Default
zen-workspaces-delete-workspace-title = Ruimte verwijderen? zen-workspaces-delete-workspace-title = Ruimte verwijderen?
zen-workspaces-delete-workspace-body = Weet je zeker dat je { $name } wilt verwijderen? Deze actie kan niet ongedaan gemaakt worden. zen-workspaces-delete-workspace-body = Weet je zeker dat je { $name } wilt verwijderen? Deze actie kan niet ongedaan gemaakt worden.
zen-workspaces-remote-delete-title = Gesynchroniseerde ruimte verwijderen?
zen-workspaces-remote-delete-body = { $name } is verwijderd op een ander apparaat. Hier ook verwijderen? Als je het behoudt, zal het ook op andere apparaten worden hersteld.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Tabbladen gesloten! Gebruik <span>{ $shortcut }</span> om ongedaan te maken. zen-workspaces-close-all-unpinned-tabs-toast = Tabbladen gesloten! Gebruik <span>{ $shortcut }</span> om ongedaan te maken.

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Split link to new tab
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -5,14 +5,14 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Wydziel kartę [-1] Oddziel kartę
[1] Dodaj widok podzielony... [1] Utwórz widok podzielony
[few] Połącz { $tabCount } karty [few] Złącz { $tabCount } karty
*[other] Połącz { $tabCount } kart *[other] Złącz { $tabCount } kart
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Otwórz link w nowej podzielonej karcie .label = Otwórz link w widoku podzielonym
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Widok podzielony zen-split-view-modifier-header = Widok podzielony
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen agora sincroniza as janelas no me
zen-window-sync-migration-dialog-learn-more = Saiba Mais zen-window-sync-migration-dialog-learn-more = Saiba Mais
zen-window-sync-migration-dialog-accept = Entendi zen-window-sync-migration-dialog-accept = Entendi
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nova janela em branco

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Dividir Aba
[1] Add Split View... [1] Adicionar divisão...
*[other] Join { $tabCount } Tabs *[other] Juntar { $tabCount } Abas
} }
.accesskey = S.O. .accesskey = S.O.
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Dividir link para uma nova aba
.accesskey = S.O. .accesskey = S.O.
zen-split-view-modifier-header = Visão dividida zen-split-view-modifier-header = Visão dividida
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Agora, o Zen sincroniza as janelas no
zen-window-sync-migration-dialog-learn-more = Saber Mais zen-window-sync-migration-dialog-learn-more = Saber Mais
zen-window-sync-migration-dialog-accept = Entendido zen-window-sync-migration-dialog-accept = Entendido
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Nova janela sem sincronização

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Dividir separador
[1] Add Split View... [1] Adicionar vista dividida...
*[other] Join { $tabCount } Tabs *[other] Juntar { $tabCount } Separadores
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Dividir ligação para um novo separador
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Vista Dividida zen-split-view-modifier-header = Vista Dividida
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen sincronizează ferestrele pe acel
zen-window-sync-migration-dialog-learn-more = Află mai multe zen-window-sync-migration-dialog-learn-more = Află mai multe
zen-window-sync-migration-dialog-accept = Am înțeles zen-window-sync-migration-dialog-accept = Am înțeles
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = Fereastră nouă goală .label = Fereastră Nouă Goală

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Desparte fila
[1] Add Split View... [1] Împarte fila...
*[other] Join { $tabCount } Tabs *[other] Îmbină { $tabCount } file
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Împarte link-ul către o filă nouă
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Vizualizare Împărțită zen-split-view-modifier-header = Vizualizare Împărțită
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Spațiile sunt folosite pentru a organiza filele
zen-workspace-default-profile = Implicit zen-workspace-default-profile = Implicit
zen-workspaces-delete-workspace-title = Ștergi Spațiul? zen-workspaces-delete-workspace-title = Ștergi Spațiul?
zen-workspaces-delete-workspace-body = Ești sigur că vrei să ștergi { $name }? Această acțiune nu poate fi anulată. zen-workspaces-delete-workspace-body = Ești sigur că vrei să ștergi { $name }? Această acțiune nu poate fi anulată.
zen-workspaces-remote-delete-title = Ștergi spațiul sincronizat?
zen-workspaces-remote-delete-body = { $name } a fost șters pe un alt dispozitiv. Vrei să îl ștergi și aici? Dacă îl vei păstra, va fi restaurat pe celelalte dispozitive.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = File închise! Apasă <span>{ $shortcut }</span> pentru a anula. zen-workspaces-close-all-unpinned-tabs-toast = File închise! Apasă <span>{ $shortcut }</span> pentru a anula.

View File

@@ -5,13 +5,14 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Убрать из разделенного вида [-1] Убрать из разделения
[1] Добавить в разделенный вид... [1] Добавить разделённую вкладку
*[other] Объединить { $tabCount } вкладки [few] Объединить { $tabCount } вкладки
*[other] Объединить { $tabCount } вкладок
} }
.accesskey = Ы .accesskey = Ы
zen-split-link = zen-split-link =
.label = Открыть ссылку в новой вкладке в режиме разделения .label = Раздельный вид в новой вкладке
.accesskey = Ы .accesskey = Ы
zen-split-view-modifier-header = Разделение вкладок zen-split-view-modifier-header = Разделение вкладок
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -64,8 +64,6 @@ zen-workspace-creation-label = Пространства используются
zen-workspace-default-profile = По умолчанию zen-workspace-default-profile = По умолчанию
zen-workspaces-delete-workspace-title = Удалить пространство? zen-workspaces-delete-workspace-title = Удалить пространство?
zen-workspaces-delete-workspace-body = Вы уверены, что хотите удалить { $name }? Это действие необратимо. zen-workspaces-delete-workspace-body = Вы уверены, что хотите удалить { $name }? Это действие необратимо.
zen-workspaces-remote-delete-title = Удалить синхронизированное пространство?
zen-workspaces-remote-delete-body = { $name } был удалён на другом устройстве. Удалить его здесь тоже? Сохранение восстановит его на других ваших устройствах.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Вкладки закрыты! Нажмите <span>{ $shortcut }</span> для отмены. zen-workspaces-close-all-unpinned-tabs-toast = Вкладки закрыты! Нажмите <span>{ $shortcut }</span> для отмены.

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen teraz synchronizuje okná v rámc
zen-window-sync-migration-dialog-learn-more = Dozvedieť sa Viac zen-window-sync-migration-dialog-learn-more = Dozvedieť sa Viac
zen-window-sync-migration-dialog-accept = Rozumiem zen-window-sync-migration-dialog-accept = Rozumiem
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Otvoriť odkaz v rozdelenom zobrazení na novej karte
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Rozdelené zobrazenie zen-split-view-modifier-header = Rozdelené zobrazenie
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -7,7 +7,7 @@ tab-zen-split-tabs =
{ $tabCount -> { $tabCount ->
[-1] Dela upp flik [-1] Dela upp flik
[1] Lägg till delad vy... [1] Lägg till delad vy...
*[other] Lägg till i { $tabCount } flikar *[other] Gå med i { $tabCount } flikar
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =

View File

@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen now syncs windows on the same dev
zen-window-sync-migration-dialog-learn-more = Learn More zen-window-sync-migration-dialog-learn-more = Learn More
zen-window-sync-migration-dialog-accept = Got It zen-window-sync-migration-dialog-accept = Got It
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = New blank window

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Split out tab
[1] Add Split View... [1] Add split view...
*[other] Join { $tabCount } Tabs *[other] Join { $tabCount } Tabs
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Split link to new tab
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Split View zen-split-view-modifier-header = Split View
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Sekmeyi Ayır [-1] Sekmeyi ayır
[1] Bölünmüş Görünüm Ekle... [1] Bölünmüş görünüme ekle...
*[other] { $tabCount } Sekmeyi birleştir *[other] { $tabCount } sekmeyi birleştir
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Bağlantıyı Yeni Sekmede Böl .label = Bağlantıyı yeni sekmeye böl
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Bölünmüş Görünüm zen-split-view-modifier-header = Bölünmüş Görünüm
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -38,10 +38,10 @@ zen-look-and-feel-compact-view-top-toolbar =
.label = Приховати верхню панель і в режимі компактного меню .label = Приховати верхню панель і в режимі компактного меню
zen-look-and-feel-compact-toolbar-flash-popup = zen-look-and-feel-compact-toolbar-flash-popup =
.label = Коротко показувати, щоби панель інструментів спливала при перемиканні або відкритті нових вкладок у компактному режимі .label = Коротко показувати, щоби панель інструментів спливала при перемиканні або відкритті нових вкладок у компактному режимі
zen-look-and-feel-window-drag-header = Перетягування вікна zen-look-and-feel-window-drag-header = Window dragging
zen-look-and-feel-window-drag-description = Переміщуйте вікно, перетягуючи порожнє місце у верхній частині вебсайтів, так само, як за рядок заголовка. zen-look-and-feel-window-drag-description = Move the window by dragging empty space at the top of websites, just like the titlebar.
zen-window-drag-enabled = zen-window-drag-enabled =
.label = Дозволити перетягування вікна з вебсторінок .label = Allow dragging the window from web pages
pane-zen-tabs-title = Керування вкладками pane-zen-tabs-title = Керування вкладками
category-zen-workspaces = category-zen-workspaces =
.tooltiptext = { pane-zen-tabs-title } .tooltiptext = { pane-zen-tabs-title }
@@ -248,8 +248,8 @@ zen-page-info-shortcut = Інформація про сторінку
zen-find-shortcut = Знайти на сторінці zen-find-shortcut = Знайти на сторінці
zen-search-find-again-shortcut = Знайти ще раз zen-search-find-again-shortcut = Знайти ще раз
zen-search-find-again-shortcut-prev = Знайти попереднє zen-search-find-again-shortcut-prev = Знайти попереднє
zen-search-find-again-shortcut-alt = Знайти знову (Alt) zen-search-find-again-shortcut-alt = Find Again (Alt)
zen-search-find-again-shortcut-prev-alt = Знайти попереднє (Alt) zen-search-find-again-shortcut-prev-alt = Find Previous (Alt)
zen-bookmark-this-page-shortcut = Додати цю сторінку в закладки zen-bookmark-this-page-shortcut = Додати цю сторінку в закладки
zen-bookmark-show-library-shortcut = Показати бібліотеку закладок zen-bookmark-show-library-shortcut = Показати бібліотеку закладок
zen-key-stop = Зупинити завантаження zen-key-stop = Зупинити завантаження

View File

@@ -2,35 +2,35 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
zen-action-toggle-compact-mode = Увімк. / Вимк. компактний режим zen-action-toggle-compact-mode = Toggle Compact Mode
zen-action-open-theme-picker = Відкрити вибір теми zen-action-open-theme-picker = Open Theme Picker
zen-action-new-split-view = Новий розділений перегляд zen-action-new-split-view = New Split View
zen-action-new-folder = Нова тека zen-action-new-folder = New Folder
zen-action-copy-current-url = Копіювати поточну URL-адресу zen-action-copy-current-url = Copy Current URL
zen-action-settings = Налаштування zen-action-settings = Settings
zen-action-open-private-window = Відкрити приватне вікно zen-action-open-private-window = Open Private Window
zen-action-open-new-window = Відкрити нове вікно zen-action-open-new-window = Open New Window
zen-action-new-blank-window = Нове порожнє вікно zen-action-new-blank-window = New Blank Window
zen-action-pin-tab = Закріпити вкладку zen-action-pin-tab = Pin Tab
zen-action-unpin-tab = Відкріпити вкладку zen-action-unpin-tab = Unpin Tab
zen-action-open-space-routing = Відкрити маршрутизацію простору zen-action-open-space-routing = Open Space Routing
zen-action-new-boost = Новий поштовх zen-action-new-boost = New Boost
zen-action-next-space = Наступний простір zen-action-next-space = Next Space
zen-action-previous-space = Попередній простір zen-action-previous-space = Previous Space
zen-action-close-tab = Закрити вкладку zen-action-close-tab = Close Tab
zen-action-reload-tab = Перезавантажити вкладку zen-action-reload-tab = Reload Tab
zen-action-reload-tab-without-cache = Перезавантажити вкладку без кешу zen-action-reload-tab-without-cache = Reload Tab Without Cache
zen-action-next-tab = Наступна вкладка zen-action-next-tab = Next Tab
zen-action-previous-tab = Попередня вкладка zen-action-previous-tab = Previous Tab
zen-action-capture-screenshot = Зробити знімок екрана zen-action-capture-screenshot = Capture Screenshot
zen-action-toggle-tabs-on-right = Перемкнути вкладки праворуч zen-action-toggle-tabs-on-right = Toggle Tabs on right
zen-action-add-to-essentials = Додати до важливого zen-action-add-to-essentials = Add to Essentials
zen-action-remove-from-essentials = Видалити з важливого zen-action-remove-from-essentials = Remove from Essentials
zen-action-find-in-page = Знайти на сторінці zen-action-find-in-page = Find in Page
zen-action-manage-extensions = Керування розширеннями zen-action-manage-extensions = Manage Extensions
zen-action-switch-to-automatic-appearance = Switch to Automatic Appearance zen-action-switch-to-automatic-appearance = Switch to Automatic Appearance
zen-action-switch-to-light-mode = Перемкнути на світлу тему zen-action-switch-to-light-mode = Switch to Light Mode
zen-action-switch-to-dark-mode = Перемкнути на темну тему zen-action-switch-to-dark-mode = Switch to Dark Mode
zen-action-print = Роздрукувати zen-action-print = Print
zen-action-focus-on = Зосередитися на zen-action-focus-on = Focus on
zen-action-extension = Розширення zen-action-extension = Extension

View File

@@ -21,15 +21,15 @@ tab-context-zen-remove-essential =
tab-context-zen-edit-pinned-page = tab-context-zen-edit-pinned-page =
.label = .label =
{ $isEssential -> { $isEssential ->
[true] Редагувати основну URL-адресу [true] Edit Essential URL
*[false] Редагувати закріплену URL-адресу *[false] Edit Pinned URL
} }
.accesskey = P .accesskey = P
tab-context-zen-replace-pinned-url-with-current = tab-context-zen-replace-pinned-url-with-current =
.label = Замінити на поточну URL-адресу .label = Replace with Current URL
.accesskey = C .accesskey = C
tab-context-zen-edit-pinned-url = tab-context-zen-edit-pinned-url =
.label = Редагувати .label = Edit
.accesskey = E .accesskey = E
tab-context-zen-edit-title = tab-context-zen-edit-title =
.label = Змінити мітку... .label = Змінити мітку...
@@ -53,10 +53,10 @@ zen-general-cancel-label =
zen-general-confirm = zen-general-confirm =
.label = Підтвердити .label = Підтвердити
zen-pinned-tab-replaced = URL-адресу закріпленої вкладки замінено на поточну URL-адресу. zen-pinned-tab-replaced = URL-адресу закріпленої вкладки замінено на поточну URL-адресу.
zen-pinned-tab-url-edited = Оновлено URL-адресу закріпленої вкладки! zen-pinned-tab-url-edited = Pinned tab URL has been updated!
zen-pinned-tab-url-invalid = Це не схоже на дійсну URL-адресу. zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
zen-pinned-tab-edit-url-title = Редагувати закріплену URL-адресу zen-pinned-tab-edit-url-title = Edit Pinned URL
zen-pinned-tab-edit-url-label = Введіть URL-адресу, на яку має посилатися ця закріплена вкладка: zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
zen-tabs-renamed = Вкладку успішно перейменовано! zen-tabs-renamed = Вкладку успішно перейменовано!
zen-background-tab-opened-toast = Відкрито нову фонову вкладку! zen-background-tab-opened-toast = Відкрито нову фонову вкладку!
zen-workspace-renamed-toast = Робочий простір успішно перейменовано! zen-workspace-renamed-toast = Робочий простір успішно перейменовано!
@@ -76,7 +76,7 @@ zen-icons-picker-emoji =
zen-icons-picker-svg = zen-icons-picker-svg =
.label = Значки .label = Значки
zen-emojis-picker-search = zen-emojis-picker-search =
.placeholder = Знайти емоджі .placeholder = Search emojis
urlbar-search-mode-zen_actions = Дії urlbar-search-mode-zen_actions = Дії
zen-site-data-settings = Налаштування zen-site-data-settings = Налаштування
zen-generic-manage = Керувати zen-generic-manage = Керувати
@@ -128,9 +128,9 @@ zen-sidebar-notification-updated-heading = Оновлення завершено
zen-sidebar-notification-updated-label = Що нового в { -brand-short-name } zen-sidebar-notification-updated-label = Що нового в { -brand-short-name }
zen-sidebar-notification-updated-tooltip = zen-sidebar-notification-updated-tooltip =
.title = Переглянути примітки до випуску .title = Переглянути примітки до випуску
zen-sidebar-notification-donate-label = Підтримати { -brand-short-name } zen-sidebar-notification-donate-label = Support { -brand-short-name }
zen-sidebar-notification-donate-tooltip = zen-sidebar-notification-donate-tooltip =
.title = Пожертвуйте на проєкт .title = Donate to the project
zen-sidebar-notification-restart-safe-mode-label = Щось зламалося? zen-sidebar-notification-restart-safe-mode-label = Щось зламалося?
zen-sidebar-notification-restart-safe-mode-tooltip = zen-sidebar-notification-restart-safe-mode-tooltip =
.title = Перезапустити в безпечному режимі .title = Перезапустити в безпечному режимі
@@ -139,4 +139,4 @@ zen-window-sync-migration-dialog-message = Zen тепер синхронізує
zen-window-sync-migration-dialog-learn-more = Дізнатися більше zen-window-sync-migration-dialog-learn-more = Дізнатися більше
zen-window-sync-migration-dialog-accept = Зрозуміло zen-window-sync-migration-dialog-accept = Зрозуміло
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = Нове порожнє вікно .label = Нове несинхронізоване вікно

View File

@@ -21,11 +21,10 @@ zen-space-routing-regex =
.label = Регулярний вираз .label = Регулярний вираз
zen-space-routing-open-in = Відкрити в zen-space-routing-open-in = Відкрити в
zen-space-routing-url = URL-адреса zen-space-routing-url = URL-адреса
zen-space-routing-tab-routed-toast = Нову вкладку відкрито у { $targetWorkspace } zen-space-routing-tab-routed-toast = New tab opened in { $targetWorkspace }
tab-context-zen-add-domain-to-sr = tab-context-zen-add-domain-to-sr =
.label = .label =
{ $tabCount -> { $tabCount ->
[one] Додати маршрут для домену [one] Add Route for Domain
[few] Додати маршрут для доменів *[other] Add Route for Domains
*[other] Додати маршрут для доменів
} }

View File

@@ -6,12 +6,13 @@ tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Відокремити вкладку [-1] Відокремити вкладку
[1] Додати розділений вигляд... [1] Додати розділений перегляд...
[few] Об’єднати { $tabCount } вкладки
*[other] Об’єднати { $tabCount } вкладок *[other] Об’єднати { $tabCount } вкладок
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Відкрити посилання в новій розділеній вкладці .label = Розділити посилання на нову вкладку
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Розділений перегляд zen-split-view-modifier-header = Розділений перегляд
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -61,11 +61,9 @@ zen-workspace-creation-profile = Профіль
.tooltiptext = Профілі використовуються для розділення файлів cookie і даних сайту між просторами. .tooltiptext = Профілі використовуються для розділення файлів cookie і даних сайту між просторами.
zen-workspace-creation-header = Створити простір zen-workspace-creation-header = Створити простір
zen-workspace-creation-label = Простори використовуються для організації ваших вкладок та сеансів. zen-workspace-creation-label = Простори використовуються для організації ваших вкладок та сеансів.
zen-workspace-default-profile = Типово zen-workspace-default-profile = Default
zen-workspaces-delete-workspace-title = Видалити простір? zen-workspaces-delete-workspace-title = Видалити простір?
zen-workspaces-delete-workspace-body = Упевнені, що хочете видалити { $name }? Цю дію неможливо скасувати. zen-workspaces-delete-workspace-body = Упевнені, що хочете видалити { $name }? Цю дію неможливо скасувати.
zen-workspaces-remote-delete-title = Видалити синхронізований простір?
zen-workspaces-remote-delete-body = { $name } було видалено на іншому пристрої. Видалити його і тут? Якщо ви його залишите, він відновиться на інших ваших пристроях.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Вкладки закрито! Скористайтеся <span>{ $shortcut }</span>, аби повернути їх. zen-workspaces-close-all-unpinned-tabs-toast = Вкладки закрито! Скористайтеся <span>{ $shortcut }</span>, аби повернути їх.

View File

@@ -7,7 +7,7 @@ zen-action-open-theme-picker = Open Theme Picker
zen-action-new-split-view = New Split View zen-action-new-split-view = New Split View
zen-action-new-folder = New Folder zen-action-new-folder = New Folder
zen-action-copy-current-url = Copy Current URL zen-action-copy-current-url = Copy Current URL
zen-action-settings = Cài đặt zen-action-settings = Settings
zen-action-open-private-window = Open Private Window zen-action-open-private-window = Open Private Window
zen-action-open-new-window = Open New Window zen-action-open-new-window = Open New Window
zen-action-new-blank-window = New Blank Window zen-action-new-blank-window = New Blank Window

View File

@@ -137,4 +137,4 @@ zen-window-sync-migration-dialog-message = Zen hiện đã đồng bộ hóa cá
zen-window-sync-migration-dialog-learn-more = Tìm hiểu thêm zen-window-sync-migration-dialog-learn-more = Tìm hiểu thêm
zen-window-sync-migration-dialog-accept = Đã hiểu zen-window-sync-migration-dialog-accept = Đã hiểu
zen-appmenu-new-blank-window = zen-appmenu-new-blank-window =
.label = New Blank Window .label = Cửa sổ trống mới

View File

@@ -11,8 +11,8 @@ zen-space-routing-new-route = New Route
zen-space-routing-open-in-space = Open in Space zen-space-routing-open-in-space = Open in Space
zen-space-routing-most-recent-space = Most recent Space zen-space-routing-most-recent-space = Most recent Space
zen-space-routing-close-button = zen-space-routing-close-button =
.aria-label = Đóng .aria-label = Close
.tooltiptext = Đóng .tooltiptext = Close
zen-space-routing-contains = zen-space-routing-contains =
.label = Contains .label = Contains
zen-space-routing-equal-to = zen-space-routing-equal-to =

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] Tách thẻ
[1] Add Split View... [1] Chia đôi màn hình...
*[other] Join { $tabCount } Tabs *[other] Gộp { $tabCount } thẻ
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = Mở liên kết ở chế độ chia khung
.accesskey = S .accesskey = S
zen-split-view-modifier-header = Chế độ chia khung zen-split-view-modifier-header = Chế độ chia khung
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

View File

@@ -61,11 +61,9 @@ zen-workspace-creation-profile = Hồ sơ
.tooltiptext = Các hồ sơ sẽ không dùng chung dữ liệu giữa các không gian làm việc. .tooltiptext = Các hồ sơ sẽ không dùng chung dữ liệu giữa các không gian làm việc.
zen-workspace-creation-header = Tạo không gian zen-workspace-creation-header = Tạo không gian
zen-workspace-creation-label = Không gian dùng để sắp xếp các thẻ và phiên làm việc của bạn. zen-workspace-creation-label = Không gian dùng để sắp xếp các thẻ và phiên làm việc của bạn.
zen-workspace-default-profile = Mặc định zen-workspace-default-profile = Default
zen-workspaces-delete-workspace-title = Xóa không gian? zen-workspaces-delete-workspace-title = Xóa không gian?
zen-workspaces-delete-workspace-body = Bạn có chắc chắn muốn xóa { $name }? Thao tác này không thể hoàn tác. zen-workspaces-delete-workspace-body = Bạn có chắc chắn muốn xóa { $name }? Thao tác này không thể hoàn tác.
zen-workspaces-remote-delete-title = Delete Synced Space?
zen-workspaces-remote-delete-body = { $name } was deleted on another device. Delete it here too? Keeping it will restore it on your other devices.
# Note that the html tag MUST not be changed or removed, as it is used to better # Note that the html tag MUST not be changed or removed, as it is used to better
# display the shortcut in the toast notification. # display the shortcut in the toast notification.
zen-workspaces-close-all-unpinned-tabs-toast = Đã đóng các thẻ! Nhấn <span>{ $shortcut }</span> để hoàn tác. zen-workspaces-close-all-unpinned-tabs-toast = Đã đóng các thẻ! Nhấn <span>{ $shortcut }</span> để hoàn tác.

View File

@@ -5,13 +5,13 @@
tab-zen-split-tabs = tab-zen-split-tabs =
.label = .label =
{ $tabCount -> { $tabCount ->
[-1] Split Out Tab [-1] 取消分屏标签页
[1] Add Split View... [1] 添加分屏视图
*[other] Join { $tabCount } Tabs *[other] 分屏 { $tabCount } 个标签页
} }
.accesskey = S .accesskey = S
zen-split-link = zen-split-link =
.label = Split Link to New Tab .label = 拆分链接到新标签页
.accesskey = S .accesskey = S
zen-split-view-modifier-header = 分屏视图 zen-split-view-modifier-header = 分屏视图
zen-split-view-modifier-activate-reallocation = zen-split-view-modifier-activate-reallocation =

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