mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 07:16:16 +00:00
Compare commits
87 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
adf04ff4f6 | ||
![]() |
ec227452e9 | ||
![]() |
7e565b9029 | ||
![]() |
9ae85f962a | ||
![]() |
b90005dc11 | ||
![]() |
70b05bf7fb | ||
![]() |
178e6d9394 | ||
![]() |
cb38a0921d | ||
![]() |
fc951e5dc1 | ||
![]() |
1443d8e559 | ||
![]() |
b5e52ed087 | ||
![]() |
a46cac8203 | ||
![]() |
a679d1bcb5 | ||
![]() |
127e11fe1f | ||
![]() |
4f8df007e7 | ||
![]() |
3074fd5911 | ||
![]() |
b1e860dea2 | ||
![]() |
2cbfeaee98 | ||
![]() |
c06de3372d | ||
![]() |
80623a8e46 | ||
![]() |
5ad5341f5b | ||
![]() |
ad539cd509 | ||
![]() |
0446cc7833 | ||
![]() |
02dd985e8f | ||
![]() |
9377dc0844 | ||
![]() |
9e2b0cc1ed | ||
![]() |
dd5c4455fe | ||
![]() |
f70b7ad3da | ||
![]() |
1fa5320275 | ||
![]() |
3d97bef79e | ||
![]() |
2ba0b8ccdf | ||
![]() |
bd7df38310 | ||
![]() |
3c014999d8 | ||
![]() |
c2d6ce83c0 | ||
![]() |
f9d1f18ad1 | ||
![]() |
fb40660650 | ||
![]() |
125ef4bead | ||
![]() |
0ee942db25 | ||
![]() |
07661ea19a | ||
![]() |
6a6fd4be1c | ||
![]() |
ac5f43c15b | ||
![]() |
c398a10064 | ||
![]() |
bedca8087e | ||
![]() |
d7611c066b | ||
![]() |
ec009f1a8c | ||
![]() |
78bba35f34 | ||
![]() |
21d5273bb9 | ||
![]() |
d5e73cf360 | ||
![]() |
c0b2a779e0 | ||
![]() |
e495f2ae5d | ||
![]() |
6c3ed1fb80 | ||
![]() |
9024856a77 | ||
![]() |
b6f00f6f57 | ||
![]() |
67fa20c45e | ||
![]() |
6e48ffc6dc | ||
![]() |
9db8e788ff | ||
![]() |
28bf0458e4 | ||
![]() |
5919dc41b9 | ||
![]() |
0ce9704eee | ||
![]() |
76086479ed | ||
![]() |
0d3be81421 | ||
![]() |
1b8e492f63 | ||
![]() |
4bfb815297 | ||
![]() |
cc502f6c95 | ||
![]() |
faa820e992 | ||
![]() |
3b58806c8a | ||
![]() |
ab6a8ee717 | ||
![]() |
9479062358 | ||
![]() |
ba1a59622a | ||
![]() |
0c5a2aa96d | ||
![]() |
00a70c11a7 | ||
![]() |
2dc98fa7f7 | ||
![]() |
289058c25d | ||
![]() |
c2951d0a0f | ||
![]() |
9f42abf789 | ||
![]() |
d0fb8aea03 | ||
![]() |
856d6f523a | ||
![]() |
47d1f973e4 | ||
![]() |
0a8fe6d7ba | ||
![]() |
d6ac283388 | ||
![]() |
9bf8bd97b2 | ||
![]() |
43c634f477 | ||
![]() |
0feb6ac3f9 | ||
![]() |
2dd185288d | ||
![]() |
f273cd8fd1 | ||
![]() |
3ac31a96a6 | ||
![]() |
e340923623 |
7
.github/workflows/code-linter.yml
vendored
7
.github/workflows/code-linter.yml
vendored
@@ -27,8 +27,11 @@ jobs:
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Setup autopep8
|
||||
run: sudo apt install python3-autopep8
|
||||
- name: Setup and run autopep8
|
||||
if: ${{ contains(join(github.event.commits.*.modified, ' '), '.py') || contains(join(github.event.commits.*.added, ' '), '.py') || contains(join(github.event.commits.*.removed, ' '), '.py') }}
|
||||
run: |
|
||||
sudo apt install python3-autopep8
|
||||
autopep8 --diff scripts/ src/
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
2
.github/workflows/macos-release-build.yml
vendored
2
.github/workflows/macos-release-build.yml
vendored
@@ -26,7 +26,7 @@ on:
|
||||
jobs:
|
||||
mac-build:
|
||||
name: Build macOS - ${{ matrix.arch }}
|
||||
runs-on: macos-15
|
||||
runs-on: macos-26
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
mac-build:
|
||||
name: Unify macOS (Universal)
|
||||
runs-on: 'macos-15'
|
||||
runs-on: 'macos-26'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@@ -34,8 +34,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
|
||||
|
||||
### Firefox Versions
|
||||
|
||||
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `143.0.4`! 🚀
|
||||
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 143.0.4`!
|
||||
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `144.0`! 🚀
|
||||
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 144.0`!
|
||||
|
||||
### Contributing
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
5cbf54e3cfaf4cfb375088d7e11702e8974b238f
|
||||
16e978d10b8a1c49267e8f1574f52c3e0d5089ae
|
@@ -7,7 +7,7 @@ base-version: '24.08'
|
||||
add-extensions:
|
||||
org.freedesktop.Platform.ffmpeg-full:
|
||||
directory: lib/ffmpeg
|
||||
version: '24.08'
|
||||
version: '24.08.26'
|
||||
add-ld-path: .
|
||||
app.zen_browser.zen.systemconfig:
|
||||
directory: etc/zen
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = المناوبة + انقر
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = النقر
|
||||
zen-look-and-feel-compact-view-header = إظهار في العرض المدمج
|
||||
zen-look-and-feel-compact-view-description = فقط إظهار أشرطة الأدوات التي تستخدمها!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = إخفاء مؤشر الحاوية الافتراضي في شريط التبويب
|
||||
zen-key-unsaved = اختصار غير محفوظ! الرجاء تأمين ذلك بالنقر على مفتاح "الهروب من الخدمة" بعد إعادة الكتابة.
|
||||
zen-key-conflict = تعارض مع اختصار آخر
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = إعدادات السمة
|
||||
zen-vertical-tabs-title = تخطيط الشريط الجانبي وعلامات التبويب
|
||||
zen-vertical-tabs-header = علامات التبويب العمودية
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = إعادة تعيين علامة التبويب المثبتة
|
||||
.accesskey = ر
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Remove from Essentials
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = لون مخصص
|
||||
zen-panel-ui-gradient-generator-saved-message = حفظ معامل التدرج بنجاح!
|
||||
zen-copy-current-url-confirmation = The URL has been copied to the clipboard.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = ر
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = الوضع المدمج
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = تمكين الوضع المدمج
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Dive in!
|
||||
zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Change Icon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,10 +26,8 @@ zen-glance-trigger-shift-click =
|
||||
.label = Bloc. maj. + Clic
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Comandament) + Clic
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Mantén premut el clic (pròximament!)
|
||||
zen-look-and-feel-compact-view-header = Mostra en vista compacta
|
||||
zen-look-and-feel-compact-view-description = Mostra només les barres d'eines que feu servir!
|
||||
zen-look-and-feel-compact-view-description = Mostreu només les barres d'eines que feu servir
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
.label = Habilita el mode compacte de { -brand-short-name }
|
||||
zen-look-and-feel-compact-view-top-toolbar =
|
||||
@@ -73,8 +71,8 @@ zen-settings-workspaces-enabled =
|
||||
.label = Habilita els espais de treball
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Amaga l'indicador de contenidor per defecte a la barra de pestanyes
|
||||
zen-key-unsaved = Drecera no desada! Deseu-la fent clic a la tecla «Esc» després de tornar-la a escriure.
|
||||
zen-key-conflict = Conflicte amb una altra drecera
|
||||
zen-key-unsaved = Drecera no desada. Deseu-la fent clic a la tecla «Esc» després de tornar-la a escriure.
|
||||
zen-key-conflict = Conflicte amb { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Configuració del tema
|
||||
zen-vertical-tabs-title = Disseny de la barra lateral i pestanyes
|
||||
zen-vertical-tabs-header = Pestanyes verticals
|
||||
@@ -109,7 +107,7 @@ zen-theme-marketplace-import-failure = Hi ha hagut un error en importar les modi
|
||||
zen-theme-marketplace-export-success = Les modificacions s'han exportat correctament
|
||||
zen-theme-marketplace-export-failure = Hi ha hagut un error en exportar les modificacions
|
||||
zen-theme-marketplace-updates-success = Les modificacions s'han actualitzat correctament
|
||||
zen-theme-marketplace-updates-failure = No s'ha trobat cap actualització!
|
||||
zen-theme-marketplace-updates-failure = No s'ha trobat cap actualització
|
||||
zen-theme-marketplace-toggle-enabled-button =
|
||||
.title = Deshabilita la modificació
|
||||
zen-theme-marketplace-toggle-disabled-button =
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Restableix la pestanya fixada
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Afegeix als essentials ({ $num }/12 espais ocupats)
|
||||
.label = Afegeix als essentials ({ $num } / { $max } espais ocupats)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Elimina dels essencials
|
||||
@@ -23,20 +23,23 @@ pictureinpicture-minimize-btn =
|
||||
.aria-label = Minimitza
|
||||
.tooltip = Minimitza
|
||||
zen-panel-ui-gradient-generator-custom-color = Color personalitzat
|
||||
zen-panel-ui-gradient-generator-saved-message = El degradat s'ha desat correctament!
|
||||
zen-copy-current-url-confirmation = L'URL s'ha copiat al porta-retalls.
|
||||
zen-panel-ui-gradient-generator-saved-message = El degradat s'ha desat correctament
|
||||
zen-copy-current-url-confirmation = L'URL actual s'ha copiat.
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel·la
|
||||
zen-general-confirm =
|
||||
.label = Confirma
|
||||
zen-pinned-tab-replaced = L'URL de la pestanya fixada s'ha substituït per l'URL actual.
|
||||
zen-tabs-renamed = S'ha canviat el nom de la pestanya correctament!
|
||||
zen-background-tab-opened-toast = S'ha obert una nova pestanya de fons!
|
||||
zen-workspace-renamed-toast = S'ha canviat el nom de l'espai de treball correctament!
|
||||
zen-tabs-renamed = S'ha canviat el nom de la pestanya correctament
|
||||
zen-background-tab-opened-toast = S'ha obert una nova pestanya de fons
|
||||
zen-workspace-renamed-toast = S'ha canviat el nom de l'espai de treball correctament
|
||||
zen-library-sidebar-workspaces =
|
||||
.label = Espais
|
||||
zen-library-sidebar-mods =
|
||||
.label = Modificacions
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Mode compacte
|
||||
.tooltiptext = Commuta el mode compacte
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icones
|
||||
urlbar-search-mode-zen_actions = Accions
|
||||
zen-site-data-settings = Configuració
|
||||
zen-generic-manage = Gestiona
|
||||
zen-generic-more = Més
|
||||
zen-generic-next = Següent
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Permès
|
||||
zen-site-data-setting-block = Bloquejat
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extensió
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Segur
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = No és segur
|
||||
zen-site-data-manage-addons =
|
||||
.label = Gestiona les extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Afegeix extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = Totes les configuracions del lloc
|
||||
zen-site-data-share =
|
||||
.label = Comparteix aquesta pàgina
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copia l'URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = Una nova ubicació per a les extenions, permisos i molt més
|
||||
zen-site-data-panel-feature-callout-subtitle = Feu clic a la icona per gestionar la configuració del lloc, veure la informació de seguretat, accedir a les extensions i dur a terme accions habituals.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Mode compacte
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Habilita el mode compacte
|
||||
.accesskey = D
|
||||
|
@@ -5,7 +5,7 @@
|
||||
zen-welcome-title-line1 = Us donem la benvingut
|
||||
zen-welcome-title-line2 = a un internet més tranquil
|
||||
zen-welcome-import-title = Un nou començament, els mateixos marcadors
|
||||
zen-welcome-import-description-1 = Els vostres marcadors, historial i contrasenyes són com un rastre de molles de pa a través d'Internet: no les deixis enrere!
|
||||
zen-welcome-import-description-1 = Els vostres marcadors, historial i contrasenyes són com un rastre de molles de pa a través d'Internet: no les deixis enrere
|
||||
zen-welcome-import-description-2 = Porteu-los fàcilment des d'un altre navegador i repreneu exactament on ho vau deixar.
|
||||
zen-welcome-import-button = Importa ara
|
||||
zen-welcome-set-default-browser = Estableix el { -brand-short-name } com a navegador per defecte
|
||||
@@ -21,7 +21,6 @@ zen-welcome-start-browsing-title =
|
||||
zen-welcome-start-browsing-description-1 = Ja esteu llestos i preparats per començar. Feu clic al botó següent per començar a navegar amb el { -brand-short-name }.
|
||||
zen-welcome-start-browsing = Som-hi!
|
||||
zen-welcome-default-search-title = El vostre motor de cerca per defecte
|
||||
zen-welcome-default-search-description = Trieu el vostre motor de cerca per defecte. Sempre el podeu canviar més tard!
|
||||
zen-welcome-default-search-description = Trieu el vostre motor de cerca per defecte. Sempre el podeu canviar més tard
|
||||
zen-welcome-skip-button = Omet
|
||||
zen-welcome-next-action = Següent
|
||||
zen-welcome-finished = El Zen s'ha configurat correctament!
|
||||
zen-welcome-finished = El Zen s'ha configurat correctament
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Canvia la icona
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Estableix el perfil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Hiberna l'espai
|
||||
zen-workspaces-how-to-reorder-title = Com reordenar els espais?
|
||||
zen-workspaces-how-to-reorder-desc = Arrossegueu les icones d'espais a la part inferior de la barra lateral per reordenar-les
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Kliknutí
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Kliknutí
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Dlouhé kliktnutí (Již Brzy!)
|
||||
zen-look-and-feel-compact-view-header = Zobrazit v kompaktním režimu
|
||||
zen-look-and-feel-compact-view-description = Zobrazte pouze panely nástrojů, které používáte!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -43,7 +41,7 @@ pane-settings-workspaces-title = Pracoviště
|
||||
zen-tabs-unloader-enabled =
|
||||
.label = Povolit uspání karet
|
||||
zen-look-and-feel-compact-toolbar-themed =
|
||||
.label = Use themed background for compact toolbar
|
||||
.label = Použít tématické pozadí pro kompaktní panel karet
|
||||
zen-workspace-continue-where-left-off =
|
||||
.label = Pokračovat tam, kde jste skončili
|
||||
pane-zen-pinned-tab-manager-title = Připnuté karty
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Skrýt výchozí indikátor kontejneru v panelu záložek
|
||||
zen-key-unsaved = Neuložený zástupce! Ubezpečte jej po repsaní kliknutím na klávesu "Escap".
|
||||
zen-key-conflict = Konflikt s jinou zkratkou
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Nastavení motivu
|
||||
zen-vertical-tabs-title = Boční panel a rozložení karet
|
||||
zen-vertical-tabs-header = Vertikální karty
|
||||
@@ -274,7 +272,7 @@ zen-split-view-shortcut-grid = Přepnout rozdělený pohled v mřížce
|
||||
zen-split-view-shortcut-vertical = Přepnout rozdělené zobrazení vertikálně
|
||||
zen-split-view-shortcut-horizontal = Přepnout horizontální zobrazení rozdělení
|
||||
zen-split-view-shortcut-unsplit = Zavřít rozdělené zobrazení
|
||||
zen-new-empty-split-view-shortcut = New Empty Split View
|
||||
zen-new-empty-split-view-shortcut = Nové prázdné rozdělené zobrazení
|
||||
zen-key-select-tab-1 = Vybrat první kartu
|
||||
zen-key-select-tab-2 = Vybrat druhou kartu
|
||||
zen-key-select-tab-3 = Vybrat třetí kartu
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Resetovat připnuté karty
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Přidat do Essentials ({ $num } / 12 zaplněných slotů)
|
||||
.label = Přidat do Essentials ({ $num } / { $max } zaplněných slotů)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Odstranit z Essentials
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimalizovat
|
||||
zen-panel-ui-gradient-generator-custom-color = Vlastní barva
|
||||
zen-panel-ui-gradient-generator-saved-message = Gradient byl úspěšně uložen!
|
||||
zen-copy-current-url-confirmation = URL adresa byla zkopírována do schránky.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Zrušit
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Prostory
|
||||
zen-library-sidebar-mods =
|
||||
.label = Módy
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Přepnout kompaktní režim
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -48,4 +51,34 @@ zen-icons-picker-emoji =
|
||||
.label = Emodži
|
||||
zen-icons-picker-svg =
|
||||
.label = Ikony
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
urlbar-search-mode-zen_actions = Akce
|
||||
zen-site-data-settings = Nastavení
|
||||
zen-generic-manage = Spravovat
|
||||
zen-generic-more = Více
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Povoleno
|
||||
zen-site-data-setting-block = Blokováno
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Rozšíření
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Bezpečné
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Nezabezpečeno
|
||||
zen-site-data-manage-addons =
|
||||
.label = Spravovat rozšíření
|
||||
zen-site-data-get-addons =
|
||||
.label = Přidat rozšíření
|
||||
zen-site-data-site-settings =
|
||||
.label = Nastavení všech stránek
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompaktní režim
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Povolit kompaktní režim
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Pustit se do toho!
|
||||
zen-welcome-default-search-title = Váš výchozí vyhledávač
|
||||
zen-welcome-default-search-description = Vyberte si svůj výchozí vyhledávač. Později jej můžete změnit!
|
||||
zen-welcome-skip-button = Přeskočit
|
||||
zen-welcome-next-action = Další
|
||||
zen-welcome-finished = Váš Zen byl úspěšně nastaven!
|
||||
|
@@ -4,7 +4,7 @@ zen-panel-ui-workspaces-create =
|
||||
zen-panel-ui-folder-create =
|
||||
.label = Vytvořit složku
|
||||
zen-panel-ui-new-empty-split =
|
||||
.label = New Split
|
||||
.label = Nové rozdělení
|
||||
zen-workspaces-panel-context-delete =
|
||||
.label = Odstranit pracovní prostor
|
||||
.accesskey = D
|
||||
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Změnit ikonu
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Nastavit profil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Uspat prostor
|
||||
zen-workspaces-how-to-reorder-title = Jak změnit pořadí prostorů
|
||||
zen-workspaces-how-to-reorder-desc = Pořadí prostorů změníte přetažením jejich ikon dole v postranním panelu
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Click
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Hold Click (Coming Soon!)
|
||||
zen-look-and-feel-compact-view-header = Show in compact view
|
||||
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Hide the default container indicator in the tab bar
|
||||
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
|
||||
zen-key-conflict = Conflict with another shortcut
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Theme Settings
|
||||
zen-vertical-tabs-title = Sidebar and tabs layout
|
||||
zen-vertical-tabs-header = Vertical Tabs
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Ailosod Tab wedi'i Binio
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Diddymu o Hanfodion
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = Addasu Lliw
|
||||
zen-panel-ui-gradient-generator-saved-message = Llwyddiant arbedi'r graddiant!
|
||||
zen-copy-current-url-confirmation = Mae'r URL wedi'i gopïo i'r clipfwrdd.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Compact mode
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Enable compact mode
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Dive in!
|
||||
zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Change Icon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + klik
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Kommando) + Klik
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Hold klik (kommer snart!)
|
||||
zen-look-and-feel-compact-view-header = Vis i kompakt visning
|
||||
zen-look-and-feel-compact-view-description = Vis kun de værktøjslinjer, du bruger!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Skjul standardindikatoren for beholdere i fanelinjen
|
||||
zen-key-unsaved = Ikke-gemt genvej! Gem den ved at klikke på "Escape"-tasten efter at have indtastet den igen.
|
||||
zen-key-conflict = Konflikt med en anden genvej
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Temaindstillinger
|
||||
zen-vertical-tabs-title = Layout for sidepanel og faner
|
||||
zen-vertical-tabs-header = Lodrette Faner
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Nulstil fastgjort fane
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Føj til Essentielle ({ $num } / 12 pladser fyldt)
|
||||
.label = Føj til Essentielle ({ $num } / { $max } pladser fyldt)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Fjern fra Essentielle
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimer
|
||||
zen-panel-ui-gradient-generator-custom-color = Brugerdefineret Farve
|
||||
zen-panel-ui-gradient-generator-saved-message = Gradienten blev gemt!
|
||||
zen-copy-current-url-confirmation = URL'en blev kopieret til udklipsholderen.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Annuller
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Rum
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Kompakt tilstand
|
||||
.tooltiptext = Kompakt tilstand til/fra
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -48,4 +51,34 @@ zen-icons-picker-emoji =
|
||||
.label = Emojis
|
||||
zen-icons-picker-svg =
|
||||
.label = Ikoner
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
urlbar-search-mode-zen_actions = Handlinger
|
||||
zen-site-data-settings = Indstillinger
|
||||
zen-generic-manage = Administrer
|
||||
zen-generic-more = Mere
|
||||
zen-generic-next = Næste
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Tilladt
|
||||
zen-site-data-setting-block = Blokeret
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Udvidelse
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Sikker
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Ikke sikker
|
||||
zen-site-data-manage-addons =
|
||||
.label = Administrer udvidelser
|
||||
zen-site-data-get-addons =
|
||||
.label = Tilføj udvidelser
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Kopiér URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompakt tilstand
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Aktivér kompakt tilstand
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Kom i gang!
|
||||
zen-welcome-default-search-title = Din standardsøgemaskine
|
||||
zen-welcome-default-search-description = Vælg din standardsøgemaskine. Du kan altid ændre det senere!
|
||||
zen-welcome-skip-button = Spring over
|
||||
zen-welcome-next-action = Næste
|
||||
zen-welcome-finished = Din Zen er blevet opsat korrekt!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Skift ikon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Indstil profil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = Sådan omarrangerer du rum
|
||||
zen-workspaces-how-to-reorder-desc = Træk rumikonerne nederst i sidepanelet for at omarrangere dem
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Umschalt + Klick
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Befehlstaste) + Klick
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Klick halten (Kommt bald!)
|
||||
zen-look-and-feel-compact-view-header = In der Kompaktansicht anzeigen
|
||||
zen-look-and-feel-compact-view-description = Zeigen Sie nur die Symbolleisten an, die Sie verwenden!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Standard-Container-Anzeige in der Tab-Leiste ausblenden
|
||||
zen-key-unsaved = Nicht gespeichertes Tastenkürzel! Bitte speichern Sie es, indem Sie nach der Neueingabe die "Escape"-Taste drücken.
|
||||
zen-key-conflict = Konflikt mit einem anderen Tastenkürzel
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Design-Einstellungen
|
||||
zen-vertical-tabs-title = Seitenleiste und Tab-Layout
|
||||
zen-vertical-tabs-header = Vertikale Tabs
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Angepinnten Tab zurücksetzen
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Zu Essentials hinzufügen ({ $num } / 12 Plätze belegt)
|
||||
.label = Zu Essentials hinzufügen ({ $num } / { $max } Plätze belegt)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Aus Essentials entfernen
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimieren
|
||||
zen-panel-ui-gradient-generator-custom-color = Benutzerdefinierte Farbe
|
||||
zen-panel-ui-gradient-generator-saved-message = Farbverlauf erfolgreich gespeichert!
|
||||
zen-copy-current-url-confirmation = Die URL wurde in die Zwischenablage kopiert.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Abbrechen
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Arbeitsbereiche
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Symbole
|
||||
urlbar-search-mode-zen_actions = Aktionen
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompaktmodus
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Kompaktmodus aktivieren
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Los geht's!
|
||||
zen-welcome-default-search-title = Ihre Standard-Suchmaschine
|
||||
zen-welcome-default-search-description = Wählen Sie Ihre Standard-Suchmaschine. Sie können diese später jederzeit ändern!
|
||||
zen-welcome-skip-button = Überspringen
|
||||
zen-welcome-next-action = Weiter
|
||||
zen-welcome-finished = Ihr Zen wurde erfolgreich eingerichtet!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Symbol ändern
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Profil festlegen
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = Wie Arbeitsbereiche neu angeordnet werden
|
||||
zen-workspaces-how-to-reorder-desc = Ziehen Sie die Arbeitsbereich-Symbole am unteren Rand der Seitenleiste, um sie neu anzuordnen
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Κλικ
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Εντολή) + Κλικ
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Παρατεταμένο Κλικ (Έρχεται Σύντομα!)
|
||||
zen-look-and-feel-compact-view-header = Εμφάνιση σε συμπαγή προβολή
|
||||
zen-look-and-feel-compact-view-description = Εμφάνιση μόνο των γραμμών εργαλείων που χρησιμοποιείτε!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Απόκρυψη της προκαθορισμένης ένδειξης περιέκτη στη γραμμή καρτελών
|
||||
zen-key-unsaved = Μη αποθηκευμένη συντόμευση! Παρακαλώ αποθηκεύστε την κάνοντας κλικ στο πλήκτρο "Escape" αφού την πληκτρολογήσετε.
|
||||
zen-key-conflict = Διένεξη με κάποια άλλη συντόμευση
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Ρυθμίσεις Θέματος
|
||||
zen-vertical-tabs-title = Πλευρική γραμμή και διάταξη καρτελών
|
||||
zen-vertical-tabs-header = Κατακόρυφες Καρτέλες
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Επαναφορά Καρφιτσωμένης Καρτέλας
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Προσθήκη στα Απαραίτητα ({ $num } / 12 θέσεις γεμάτες)
|
||||
.label = Προσθήκη στα Απαραίτητα ({ $num } / { $max } θέσεις γεμάτες)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Αφαίρεση από Απαραίτητα
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Ελαχιστοποίηση
|
||||
zen-panel-ui-gradient-generator-custom-color = Προσαρμοσμένο Χρώμα
|
||||
zen-panel-ui-gradient-generator-saved-message = Επιτυχής αποθήκευση της διαβάθμισης!
|
||||
zen-copy-current-url-confirmation = Το URL έχει αντιγραφεί στο πρόχειρο.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Ακύρωση
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Χώροι
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Συμπαγής λειτουργία
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Ενεργοποίηση συμπαγούς λειτουργίας
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Ξεκινάμε!
|
||||
zen-welcome-default-search-title = Η Προεπιλεγμένη Μηχανή Αναζήτησης Σας
|
||||
zen-welcome-default-search-description = Επιλέξτε την προεπιλεγμένη μηχανή αναζήτησης. Μπορείτε πάντα να την αλλάξετε αργότερα!
|
||||
zen-welcome-skip-button = Παράλειψη
|
||||
zen-welcome-next-action = Επόμενο
|
||||
zen-welcome-finished = Το Zen σας έχει ρυθμιστεί σωστά!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Αλλαγή Εικονιδίου
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Ορισμός Προφίλ
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = Πώς να αναδιατάξετε τους χώρους
|
||||
zen-workspaces-how-to-reorder-desc = Σύρετε τα εικονίδια χώρου στο κάτω μέρος της πλαϊνής μπάρας για να τα αναδιατάξετε
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Click
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Maintain click (Coming Soon!)
|
||||
zen-look-and-feel-compact-view-header = Show in compact view
|
||||
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Hide the default container indicator in the tab bar
|
||||
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
|
||||
zen-key-conflict = Conflict with another shortcut
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Theme Settings
|
||||
zen-vertical-tabs-title = Sidebar and tabs layout
|
||||
zen-vertical-tabs-header = Vertical Tabs
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Reset Pinned Tab
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Remove from Essentials
|
||||
@@ -22,7 +22,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = Custom colour
|
||||
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
|
||||
zen-copy-current-url-confirmation = The URL has been copied to the clipboard.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -35,6 +35,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -47,3 +50,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Compact mode
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Enable compact mode
|
||||
.accesskey = D
|
||||
|
@@ -21,5 +21,4 @@ zen-welcome-start-browsing = Dive in!
|
||||
zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Change Icon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -8,9 +8,9 @@ zen-warning-language = Changing the default language could make it easier for We
|
||||
zen-vertical-tabs-layout-header = Browser Layout
|
||||
zen-vertical-tabs-layout-description = Choose the layout that suits you best
|
||||
|
||||
zen-layout-single-toolbar = Single toolbar
|
||||
zen-layout-multiple-toolbar = Multiple toolbars
|
||||
zen-layout-collapsed-toolbar = Collapsed toolbar
|
||||
zen-layout-single-toolbar = Only Sidebar
|
||||
zen-layout-multiple-toolbar = Sidebar and Top Toolbar
|
||||
zen-layout-collapsed-toolbar = Collapsed Sidebar
|
||||
|
||||
sync-currently-syncing-workspaces = Workspaces
|
||||
sync-engine-workspaces =
|
||||
@@ -33,8 +33,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Click
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Hold Click (Coming Soon!)
|
||||
|
||||
zen-look-and-feel-compact-view-header = Show in compact view
|
||||
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
|
||||
@@ -91,7 +89,7 @@ zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Hide the default container indicator in the tab bar
|
||||
|
||||
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
|
||||
zen-key-conflict = Conflict with another shortcut
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
|
||||
pane-zen-theme-title = Theme Settings
|
||||
|
||||
|
@@ -6,7 +6,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Reset Pinned Tab
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Remove from Essentials
|
||||
@@ -31,7 +31,7 @@ pictureinpicture-minimize-btn =
|
||||
zen-panel-ui-gradient-generator-custom-color = Custom Color
|
||||
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
|
||||
|
||||
zen-copy-current-url-confirmation = The URL has been copied to the clipboard.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
@@ -49,6 +49,10 @@ zen-library-sidebar-workspaces =
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
zen-learn-more-text = Learn More
|
||||
@@ -64,3 +68,38 @@ zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -4,9 +4,7 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Compact mode
|
||||
.accesskey = C
|
||||
|
||||
.label = Compact Mode
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Enable compact mode
|
||||
.accesskey = D
|
||||
@@ -17,6 +15,7 @@ zen-toolbar-context-compact-mode-just-toolbar =
|
||||
zen-toolbar-context-compact-mode-hide-both =
|
||||
.label = Hide both
|
||||
.accesskey = H
|
||||
|
||||
zen-toolbar-context-new-folder =
|
||||
.label = New Folder
|
||||
.accesskey = N
|
||||
|
@@ -29,6 +29,5 @@ zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -23,6 +23,9 @@ zen-workspaces-panel-change-icon =
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Mayús + Clic
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Comando) + Clic
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Mantener pulsado el clic (¡Próximamente!)
|
||||
zen-look-and-feel-compact-view-header = Mostrar en vista compacta
|
||||
zen-look-and-feel-compact-view-description = ¡Muestre solo las barras de herramientas que usa!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Ocultar el indicador de contenedor por defecto en la barra de pestañas
|
||||
zen-key-unsaved = ¡Atajo sin guardar! Por favor guárdelo pulsando la tecla "Escape" después de reescribirlo.
|
||||
zen-key-conflict = Conflicto con otro atajo de teclado
|
||||
zen-key-conflict = Conflicto con { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Ajustes del tema
|
||||
zen-vertical-tabs-title = Diseño de la barra lateral y pestañas
|
||||
zen-vertical-tabs-header = Pestañas verticales
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Restablecer pestaña fijada
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Añadir a esenciales ({ $num } / 12 huecos llenos)
|
||||
.label = Añadir a esenciales ({ $num } / { $max } huecos llenos)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Quitar de esenciales
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimizar
|
||||
zen-panel-ui-gradient-generator-custom-color = Color personalizado
|
||||
zen-panel-ui-gradient-generator-saved-message = ¡Gradiente guardado con éxito!
|
||||
zen-copy-current-url-confirmation = La URL se ha copiado al portapapeles.
|
||||
zen-copy-current-url-confirmation = ¡URL actual copiada!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancelar
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Espacios
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Modo compacto
|
||||
.tooltiptext = Alternar modo compacto
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Iconos
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Ajustes
|
||||
zen-generic-manage = Administrar
|
||||
zen-generic-more = Más
|
||||
zen-generic-next = Siguiente
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Permitido
|
||||
zen-site-data-setting-block = Bloqueado
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extensión
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Seguro
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = No seguro
|
||||
zen-site-data-manage-addons =
|
||||
.label = Administrar extensiones
|
||||
zen-site-data-get-addons =
|
||||
.label = Añadir extensión
|
||||
zen-site-data-site-settings =
|
||||
.label = Todas las configuraciones del sitio
|
||||
zen-site-data-share =
|
||||
.label = Compartir esta página
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copiar URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = Un nuevo hogar para complementos, permisos y más
|
||||
zen-site-data-panel-feature-callout-subtitle = Haga clic en el icono para administrar la configuración del sitio, ver información de seguridad, acceder a extensiones, y realizar acciones comunes.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Modo compacto
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Habilitar modo compacto
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = ¡Comencemos!
|
||||
zen-welcome-default-search-title = Su motor de búsqueda predeterminado
|
||||
zen-welcome-default-search-description = Elija su motor de búsqueda predeterminado. ¡Siempre puede cambiarlo más tarde!
|
||||
zen-welcome-skip-button = Omitir
|
||||
zen-welcome-next-action = Siguiente
|
||||
zen-welcome-finished = ¡Su Zen se ha configurado correctamente!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Cambiar icono
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Establecer perfil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Suspender espacio
|
||||
zen-workspaces-how-to-reorder-title = Cómo reordenar espacios
|
||||
zen-workspaces-how-to-reorder-desc = Arrastre los iconos de los espacios en la parte inferior de la barra lateral para reordenarlos
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Klõps
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Klõps
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Hoia hiireklahvi all (valmib varsti!)
|
||||
zen-look-and-feel-compact-view-header = Näita kompaktses vaates
|
||||
zen-look-and-feel-compact-view-description = Näita ainult tööriistaribasid, mida aktiivselt kasutad!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Peida vaikimisi konteineri indikaator kaartide ribal
|
||||
zen-key-unsaved = Salvestamata otsetee! Salvetamiseks kasuta "Esc" klahvi pärast otsetee sisestamist.
|
||||
zen-key-conflict = Vastuolu mõne teise otseteega
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Teema sätted
|
||||
zen-vertical-tabs-title = Külgriba ja kaartide paigutus
|
||||
zen-vertical-tabs-header = Vertikaalsed kaardid
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Lähtesta püsikaart
|
||||
.accesskey = p
|
||||
tab-context-zen-add-essential =
|
||||
.label = Märgi oluliseks ({ $num } / 12 täidetud)
|
||||
.label = Märgi oluliseks ({ $num } / { $max } täidetud)
|
||||
.accesskey = o
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Eemalda olulistest
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimeeri
|
||||
zen-panel-ui-gradient-generator-custom-color = Kohandatud värv
|
||||
zen-panel-ui-gradient-generator-saved-message = Värviüleminek on edukalt salvestatud!
|
||||
zen-copy-current-url-confirmation = URL kopeeriti lõikelauale.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Tühista
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Tööruumid
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods-id
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Lülita kompaktne režiim sisse/välja
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -48,4 +51,34 @@ zen-icons-picker-emoji =
|
||||
.label = Emojid
|
||||
zen-icons-picker-svg =
|
||||
.label = Ikoonid
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
urlbar-search-mode-zen_actions = Tegevused
|
||||
zen-site-data-settings = Sätted
|
||||
zen-generic-manage = Halda
|
||||
zen-generic-more = Rohkem
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Lubatud
|
||||
zen-site-data-setting-block = Keelatud
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Laiendus
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Turvaline
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Ebaturvaline
|
||||
zen-site-data-manage-addons =
|
||||
.label = Halda laiendusi
|
||||
zen-site-data-get-addons =
|
||||
.label = Lisa laiendusi
|
||||
zen-site-data-site-settings =
|
||||
.label = Kõik saidi sätted
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = p
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompaktne režiim
|
||||
.accesskey = K
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Luba kompaktne režiim
|
||||
.accesskey = r
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Hakkame pihta!
|
||||
zen-welcome-default-search-title = Sinu vaikimisi otsingumootor
|
||||
zen-welcome-default-search-description = Vali oma vaikimisi otsingumootor. Saad seda alati hiljem muuta!
|
||||
zen-welcome-skip-button = Jäta vahele
|
||||
zen-welcome-next-action = Edasi
|
||||
zen-welcome-finished = Zen on edukalt seadistatud!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Muuda ikooni
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Määra profiil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Tööruumi mälust eemaldamine
|
||||
zen-workspaces-how-to-reorder-title = Kuidas vahetada tööruumide järjestust
|
||||
zen-workspaces-how-to-reorder-desc = Lohista tööruumide ikoone külgriba alumises servas, et nende järjestust muuta
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Click
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Mantain Click
|
||||
zen-look-and-feel-compact-view-header = نمایش در حالت فشرده
|
||||
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Hide the default container indicator in the tab bar
|
||||
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
|
||||
zen-key-conflict = Conflict with another shortcut
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = تنظیمات پوسته
|
||||
zen-vertical-tabs-title = نوارکناری و چینش برگهها
|
||||
zen-vertical-tabs-header = برگههای عمودی
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Reset Pinned Tab
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Remove from Essentials
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = Custom Color
|
||||
zen-panel-ui-gradient-generator-saved-message = Successfully saved the gradient!
|
||||
zen-copy-current-url-confirmation = The URL has been copied to the clipboard.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Compact mode
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Enable compact mode
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Dive in!
|
||||
zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Change Icon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + klikkaa
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (komento) + klikkaus
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Pidä pohjassa klikkausta
|
||||
zen-look-and-feel-compact-view-header = Näytä kompaktissa näkymätilassa
|
||||
zen-look-and-feel-compact-view-description = Näytä vain käyttämäsi työkalupalkit!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Piilota säiliön oletusmerkkivalo välilehdessä - palkki
|
||||
zen-key-unsaved = Tallentamaton pikakuvake! Ole hyvä ja turvaa se painamalla "Escape" -näppäintä kirjoittamisen jälkeen.
|
||||
zen-key-conflict = Ristiriita toisen pikakuvakkeen kanssa
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Teeman Asetukset
|
||||
zen-vertical-tabs-title = Sivupalkin ja välilehtien asettelu
|
||||
zen-vertical-tabs-header = Pystysuorat Välilehdet
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Nollaa Kiinnitetty Välilehti
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Poista olennaisista
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = Muokattu Väri
|
||||
zen-panel-ui-gradient-generator-saved-message = Kaltevuus tallennettu onnistuneesti!
|
||||
zen-copy-current-url-confirmation = The URL has been copied to the clipboard.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompakti tila
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Ota kompakti tila käyttöön
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Dive in!
|
||||
zen-welcome-default-search-title = Your Default Search Engine
|
||||
zen-welcome-default-search-description = Choose your default search engine. You can always change it later!
|
||||
zen-welcome-skip-button = Skip
|
||||
zen-welcome-next-action = Next
|
||||
zen-welcome-finished = Your Zen has been set up correctly!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Change Icon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Set Profile
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Unload Space
|
||||
zen-workspaces-how-to-reorder-title = How to reorder spaces
|
||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Maj + clic
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Super (Command) + clic
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Maintenir le clic (très bientôt !)
|
||||
zen-look-and-feel-compact-view-header = Afficher en mode compact
|
||||
zen-look-and-feel-compact-view-description = Affichez uniquement les barres d’outils que vous utilisez !
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Dans la barre d’onglets, masquer l’indicateur de conteneur par défaut
|
||||
zen-key-unsaved = Raccourci non sauvegardé ! Pour l’enregistrer, veuillez le resaisir et en appuyer sur Échap.
|
||||
zen-key-conflict = Conflit avec un autre raccourci
|
||||
zen-key-conflict = En conflit avec { $group } → { $shortcut }
|
||||
pane-zen-theme-title = Paramètres de thème
|
||||
zen-vertical-tabs-title = Disposition de la barre latérale et des onglets
|
||||
zen-vertical-tabs-header = Onglets verticaux
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Réinitialiser l’onglet épinglé
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Ajouter aux Essentials ({ $num }/12 emplacements occupés)
|
||||
.label = Ajouter aux Essentials ({ $num } / { $max } emplacements occupés)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Retirer des Essentials
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimiser
|
||||
zen-panel-ui-gradient-generator-custom-color = Couleur personnalisée
|
||||
zen-panel-ui-gradient-generator-saved-message = Le dégradé a été enregistré avec succès !
|
||||
zen-copy-current-url-confirmation = L’adresse a été copiée dans le presse-papier.
|
||||
zen-copy-current-url-confirmation = URL actuelle copiée !
|
||||
zen-general-cancel-label =
|
||||
.label = Annuler
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Espaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Mode compact
|
||||
.tooltiptext = Activer/Désactiver le mode compact
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icônes
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Paramètres
|
||||
zen-generic-manage = Gérer
|
||||
zen-generic-more = Plus
|
||||
zen-generic-next = Suivant
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Autorisé
|
||||
zen-site-data-setting-block = Bloqué
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Sécurisé
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Non sécurisé
|
||||
zen-site-data-manage-addons =
|
||||
.label = Gérer les extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Ajouter des extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = Tous les paramètres du site
|
||||
zen-site-data-share =
|
||||
.label = Partager cette page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copier l'URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = Un nouvel endroit pour vos extensions, permissions et plus encore
|
||||
zen-site-data-panel-feature-callout-subtitle = Cliquez sur l'icône pour gérer les paramètres du site, afficher les infos de sécurité, accéder aux extensions et effectuer d'autres actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Mode compact
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Activer le mode compact
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = C’est parti !
|
||||
zen-welcome-default-search-title = Votre moteur de recherche par défaut
|
||||
zen-welcome-default-search-description = Sélectionnez votre moteur de recherche par défaut. Vous pouvez toujours le modifier plus tard !
|
||||
zen-welcome-skip-button = Ignorer
|
||||
zen-welcome-next-action = Suivant
|
||||
zen-welcome-finished = Votre navigateur Zen a été configuré correctement !
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Changer d'icône
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Définir le profil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Décharger l'espace
|
||||
zen-workspaces-how-to-reorder-title = Comment réordonner les espaces
|
||||
zen-workspaces-how-to-reorder-desc = Faites glisser les icônes d'espace en bas de la barre latérale pour les réorganiser
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Cliceáil
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Ordú) + Cliceáil
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Mantain Click
|
||||
zen-look-and-feel-compact-view-header = Taispeáin i ndlúth d’amharc
|
||||
zen-look-and-feel-compact-view-description = Ná taispeáin ach na barraí uirlisí a úsáideann tú!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Folaigh an táscaire coimeádáin réamhshocraithe sa bharra cluaisíní
|
||||
zen-key-unsaved = Aicearra gan sábháil! Sábháil é trí chliceáil ar an eochair "Escape" tar éis é a athchlóscríobh.
|
||||
zen-key-conflict = Coimhlint le aicearra eile
|
||||
zen-key-conflict = Coimhlintí le { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Socruithe Téama
|
||||
zen-vertical-tabs-title = Leagan amach barra taobh agus cluaisíní
|
||||
zen-vertical-tabs-header = Cluaisíní Ingearacha
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Athshocraigh an Cluaisín Prionáilte
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Cuir le Bunriachtanais ({ $num } / 12 sliotán líonta)
|
||||
.label = Cuir le Bunriachtanais ({ $num } / { $max } sliotán líonta)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Bain de na Bunriachtanais
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Íoslaghdaigh
|
||||
zen-panel-ui-gradient-generator-custom-color = Dath Saincheaptha
|
||||
zen-panel-ui-gradient-generator-saved-message = Sábháladh an grádán go rathúil!
|
||||
zen-copy-current-url-confirmation = Tá an URL cóipeáilte chuig an ghearrthaisce.
|
||||
zen-copy-current-url-confirmation = Cóipeáladh an URL reatha!
|
||||
zen-general-cancel-label =
|
||||
.label = Cealaigh
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spásanna
|
||||
zen-library-sidebar-mods =
|
||||
.label = Modanna
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Mód Dlúth
|
||||
.tooltiptext = Mód Dlúth a Athrú
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Deilbhíní
|
||||
urlbar-search-mode-zen_actions = Gníomhartha
|
||||
zen-site-data-settings = Socruithe
|
||||
zen-generic-manage = Bainistigh
|
||||
zen-generic-more = Tuilleadh
|
||||
zen-generic-next = Ar Aghaidh
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Ceadaithe
|
||||
zen-site-data-setting-block = Blocáilte
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Síneadh
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Slán
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Ní Slán
|
||||
zen-site-data-manage-addons =
|
||||
.label = Bainistigh Síneadh
|
||||
zen-site-data-get-addons =
|
||||
.label = Cuir Síneadh leis
|
||||
zen-site-data-site-settings =
|
||||
.label = Gach Socrú Suímh
|
||||
zen-site-data-share =
|
||||
.label = Comhroinn an Leathanach seo
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Cóipeáil URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = Baile nua do bhreiseáin, ceadanna agus tuilleadh
|
||||
zen-site-data-panel-feature-callout-subtitle = Cliceáil an deilbhín chun socruithe suímh a bhainistiú, faisnéis slándála a fheiceáil, rochtain a fháil ar shínteáin, agus gníomhartha coitianta a dhéanamh.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Mód dlúth
|
||||
.accesskey = D’Athraigh Chluaisíní(s) go Spás Oibre
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Cumasaigh mód dlúth
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Tum isteach!
|
||||
zen-welcome-default-search-title = D'Inneall Cuardaigh Réamhshocraithe
|
||||
zen-welcome-default-search-description = Roghnaigh d'inneall cuardaigh réamhshocraithe. Is féidir leat é a athrú níos déanaí!
|
||||
zen-welcome-skip-button = Scipeáil
|
||||
zen-welcome-next-action = Ar Aghaidh
|
||||
zen-welcome-finished = Tá do Zen socraithe i gceart!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Athraigh Deilbhín
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Socraigh Próifíl
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Díluchtaigh Spás
|
||||
zen-workspaces-how-to-reorder-title = Conas spásanna a athordú
|
||||
zen-workspaces-how-to-reorder-desc = Tarraing na deilbhíní spáis ag bun an bharra taoibh chun iad a athordú
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + לחיצה
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = מטה (Command) + לחיצה
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = החזקת לחיצה (בקרוב!)
|
||||
zen-look-and-feel-compact-view-header = הצגה בתצוגה מכווצת
|
||||
zen-look-and-feel-compact-view-description = מראה לך רק את הסרגלים בשימוש
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -43,7 +41,7 @@ pane-settings-workspaces-title = סביבות עבודה
|
||||
zen-tabs-unloader-enabled =
|
||||
.label = הפעלת פינוי כרטיסיות
|
||||
zen-look-and-feel-compact-toolbar-themed =
|
||||
.label = Use themed background for compact toolbar
|
||||
.label = שימוש ברקע עם עיצוב לסרגל מכווץ
|
||||
zen-workspace-continue-where-left-off =
|
||||
.label = המשכה מאיפה שהפסקת
|
||||
pane-zen-pinned-tab-manager-title = כרטיסיות מוצמדות
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = הסתרת המחוון המכל המוגדר כברירת מחדל בשורת הכרטיסיות
|
||||
zen-key-unsaved = קיצור מקלדת לא נשמר! יש לשמור אותו על ידי הקשה על "Escape" לאחר הקלדה מחדש.
|
||||
zen-key-conflict = התנגשות עם קיצור מקלדת אחר
|
||||
zen-key-conflict = קונפליקט עם { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = הגדרות ערכת נושא
|
||||
zen-vertical-tabs-title = סדר סרגל צד כרטיסיות
|
||||
zen-vertical-tabs-header = כרטיסיות אנכיות
|
||||
@@ -221,7 +219,7 @@ zen-key-exit-full-screen = צא ממסך מלא
|
||||
zen-ai-chatbot-sidebar-shortcut = הפעל/כבה סרגל צ'אט AI צד
|
||||
zen-key-inspector-mac = הפעל/כבה בודק (Mac)
|
||||
zen-toggle-sidebar-shortcut = הפעל/כבה סרגל צד של Firefox
|
||||
zen-toggle-pin-tab-shortcut = Toggle Pin Tab
|
||||
zen-toggle-pin-tab-shortcut = הצמדת כרטיסייה
|
||||
zen-reader-mode-toggle-shortcut-other = הפעל/כבה מצב קריאה
|
||||
zen-picture-in-picture-toggle-shortcut = הפעל/כבה תמונה-בתמונה
|
||||
zen-nav-reload-shortcut-2 = רענן עמוד
|
||||
@@ -255,7 +253,7 @@ zen-close-tab-shortcut = סגור כרטיסיה
|
||||
zen-compact-mode-shortcut-show-sidebar = הפעל/כבה סרגל צד מרחף
|
||||
zen-compact-mode-shortcut-show-toolbar = הפעל/כבה סרגל מרחף
|
||||
zen-compact-mode-shortcut-toggle = הפעל/כבה מצב מכווץ
|
||||
zen-glance-expand = Expand Glance
|
||||
zen-glance-expand = הרחבת מבט
|
||||
zen-workspace-shortcut-switch-1 = עבור לסביבת עבודה 1
|
||||
zen-workspace-shortcut-switch-2 = עבור לסביבת עבודה 2
|
||||
zen-workspace-shortcut-switch-3 = עבור לסביבת עבודה 3
|
||||
@@ -274,7 +272,7 @@ zen-split-view-shortcut-grid = הפעל/כבה תצוגה מפוצלת רשת
|
||||
zen-split-view-shortcut-vertical = הפעל/כבה תצוגה מפוצלת אנכית
|
||||
zen-split-view-shortcut-horizontal = הפעל/כבה תצוגה מפוצלת אופקית
|
||||
zen-split-view-shortcut-unsplit = סגור תצוגה מפוצלת
|
||||
zen-new-empty-split-view-shortcut = New Empty Split View
|
||||
zen-new-empty-split-view-shortcut = פיצול חדש ריק
|
||||
zen-key-select-tab-1 = בחר כרטיסיה #1
|
||||
zen-key-select-tab-2 = בחר כרטיסיה #2
|
||||
zen-key-select-tab-3 = בחר כרטיסיה #3
|
||||
|
@@ -15,7 +15,7 @@ zen-folders-panel-change-folder-space =
|
||||
zen-folders-panel-change-icon-folder =
|
||||
.label = שינוי סמל
|
||||
zen-folders-unload-all-tooltip =
|
||||
.tooltiptext = Unload active in this folder
|
||||
.tooltiptext = פינוי כל הפעילים בתיקייה הזו
|
||||
zen-folders-unload-folder =
|
||||
.label = פינוי כל הכרטיסייות
|
||||
zen-folders-search-no-results = אין כרטיסיות שתואמות לחיפוש 🤔
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = אפס כרטיסייה מוצמדת
|
||||
.accesskey = ר
|
||||
tab-context-zen-add-essential =
|
||||
.label = הוסף לנחוצים ({ $num } / 12 מקומות מלאים)
|
||||
.label = הוסף לנחוצים ({ $num } / { $max } מקומות מלאים)
|
||||
.accesskey = ק
|
||||
tab-context-zen-remove-essential =
|
||||
.label = הסר מנחוצים
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = מזער
|
||||
zen-panel-ui-gradient-generator-custom-color = צבע מותאם אישית
|
||||
zen-panel-ui-gradient-generator-saved-message = מיזוג הצבעים נשמר בהצלחה!
|
||||
zen-copy-current-url-confirmation = הקישור הועתק ללוח.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = ביטול
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = סביבות
|
||||
zen-library-sidebar-mods =
|
||||
.label = מודים
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = מצב מכווץ
|
||||
.tooltiptext = הפעל/כבה מצב מכווץ
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -48,4 +51,34 @@ zen-icons-picker-emoji =
|
||||
.label = אימוג'ים
|
||||
zen-icons-picker-svg =
|
||||
.label = סמלים
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
urlbar-search-mode-zen_actions = פעולות
|
||||
zen-site-data-settings = הגדרות
|
||||
zen-generic-manage = ניהול
|
||||
zen-generic-more = עוד
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = אושר
|
||||
zen-site-data-setting-block = חסום
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = תוספים
|
||||
zen-site-data-security-info-secure =
|
||||
.label = מאובטח
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = לא מאובטח
|
||||
zen-site-data-manage-addons =
|
||||
.label = נהל תוספים
|
||||
zen-site-data-get-addons =
|
||||
.label = הוספת תוספים
|
||||
zen-site-data-site-settings =
|
||||
.label = כל הגדרות אתר
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = בית חדש לתוספים, הרשאות, ועוד
|
||||
zen-site-data-panel-feature-callout-subtitle = ניתן ללחוץ על הסמל כדי לנהל הגדרות אתר, לצפות במידע אבטחה, לגשת לתוספים, ולבצע פעולות נפוצות.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = ר
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = מצב מכווץ
|
||||
.accesskey = ב
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = הפעל מצב מכווץ
|
||||
.accesskey = ג
|
||||
@@ -15,7 +14,7 @@ zen-toolbar-context-compact-mode-hide-both =
|
||||
.label = הסתרת שניהם
|
||||
.accesskey = י
|
||||
zen-toolbar-context-new-folder =
|
||||
.label = New Folder
|
||||
.label = תיקייה חדשה
|
||||
.accesskey = מ
|
||||
sidebar-zen-expand =
|
||||
.label = הרחבת סרגל צדדי
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = יאללה בלאגן!
|
||||
zen-welcome-default-search-title = מנוע החיפוש ברירת מחדל שלך
|
||||
zen-welcome-default-search-description = יש לבחור את מנוע החיפוש ברירת מחדל שלך. תמיד ניתן לשנות אותו!
|
||||
zen-welcome-skip-button = דלג
|
||||
zen-welcome-next-action = הבא
|
||||
zen-welcome-finished = הZen שלך הוגדר בהצלחה!
|
||||
|
@@ -4,7 +4,7 @@ zen-panel-ui-workspaces-create =
|
||||
zen-panel-ui-folder-create =
|
||||
.label = יצירת תיקייה
|
||||
zen-panel-ui-new-empty-split =
|
||||
.label = New Split
|
||||
.label = פיצול חדש
|
||||
zen-workspaces-panel-context-delete =
|
||||
.label = מחק סיבת עבודה
|
||||
.accesskey = ג
|
||||
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = שינוי סמל
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = הגדרת פרופיל
|
||||
zen-workspaces-panel-unload =
|
||||
.label = פינוי סיבבת עבודה
|
||||
zen-workspaces-how-to-reorder-title = איך לסדר מחדש סביבות
|
||||
zen-workspaces-how-to-reorder-desc = אפשר לסדר מחדש סביבות על ידי גרירה ושחרור של הסמלים בסרגל התחתון
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Kattintás
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Kattintás
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Nyomva tartás (Hamarosan!)
|
||||
zen-look-and-feel-compact-view-header = Kompakt nézet
|
||||
zen-look-and-feel-compact-view-description = Csak azokat az eszköztárakat lásd amit használsz!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Alapértelmezett konténerjelző elrejtése a tabulátor sávban
|
||||
zen-key-unsaved = Nem mentett gyorsbillentyű! Mentsd meg az "Escape" gomb lenyomásával, majd újraírásával.
|
||||
zen-key-conflict = Ütközik egy másik gyorsbillentyűvel
|
||||
zen-key-conflict = Ütközik ezzel: { $group } → { $shortcut }
|
||||
pane-zen-theme-title = Téma beállítások
|
||||
zen-vertical-tabs-title = Oldalsó sáv és lapok elrendezése
|
||||
zen-vertical-tabs-header = Függőleges lapok
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Kitűzött lap visszaállítása
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Felvétel az alapvetőkbe ({ $num } / 12 hely foglalt)
|
||||
.label = Felvétel az alapvetőkbe ({ $num } / { $max } hely foglalt)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Eltávolítás az alapvetőkből
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimalizálás
|
||||
zen-panel-ui-gradient-generator-custom-color = Egyedi szín
|
||||
zen-panel-ui-gradient-generator-saved-message = Színátmenet sikeresen mentve!
|
||||
zen-copy-current-url-confirmation = Az URL-cím a vágólapra lett másolva.
|
||||
zen-copy-current-url-confirmation = Jelenlegi URL másolva!
|
||||
zen-general-cancel-label =
|
||||
.label = Mégsem
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Környezetek
|
||||
zen-library-sidebar-mods =
|
||||
.label = Modok
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Kompakt mód
|
||||
.tooltiptext = Kompakt mód ki-/bekapcsolása
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -48,4 +51,34 @@ zen-icons-picker-emoji =
|
||||
.label = Emojik
|
||||
zen-icons-picker-svg =
|
||||
.label = Ikonok
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
urlbar-search-mode-zen_actions = Műveletek
|
||||
zen-site-data-settings = Beállítások
|
||||
zen-generic-manage = Kezelés
|
||||
zen-generic-more = Több
|
||||
zen-generic-next = Következő
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Engedélyezve
|
||||
zen-site-data-setting-block = Letiltva
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Kiegészítő
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Biztonságos
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Nem biztonságos
|
||||
zen-site-data-manage-addons =
|
||||
.label = Kiegészítők kezelése
|
||||
zen-site-data-get-addons =
|
||||
.label = Kiegészítő hozzáadása
|
||||
zen-site-data-site-settings =
|
||||
.label = Minden webhelybeállítás
|
||||
zen-site-data-share =
|
||||
.label = Oldal megosztása
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = URL másolása
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# 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-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.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Kompakt mód
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Kompakt mód engedélyezése
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Merüljön el!
|
||||
zen-welcome-default-search-title = Az Ön alapértelmezett keresőmotorja
|
||||
zen-welcome-default-search-description = Válassza ki az alapértelmezett keresőmotort. Később bármikor megváltoztathatja!
|
||||
zen-welcome-skip-button = Kihagyás
|
||||
zen-welcome-next-action = Következő
|
||||
zen-welcome-finished = A Zen helyesen lett beállítva!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Ikon módosítása
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Profil beállítása
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Környezet ürítése
|
||||
zen-workspaces-how-to-reorder-title = Hogyan rendezhetők át a munkakörnyezetek
|
||||
zen-workspaces-how-to-reorder-desc = Húzza az oldalsáv alján lévő ikonokat az átrendezéshez
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Klik
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Windows (Command) + Klik
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Tahan Klik (Segera Datang!)
|
||||
zen-look-and-feel-compact-view-header = Tampilkan dalam tampilan ringkas
|
||||
zen-look-and-feel-compact-view-description = Tampilkan hanya toolbar yang Anda gunakan!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Sembunyikan indikator kontainer default di bilah tab
|
||||
zen-key-unsaved = Pintasan belum tersimpan! Simpan dengan mengklik tombol "Escape" setelah mengetik ulang.
|
||||
zen-key-conflict = Konflik dengan pintasan lain
|
||||
zen-key-conflict = Konflik dengan { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Pengaturan Tema
|
||||
zen-vertical-tabs-title = Susunan sidebar dan tab
|
||||
zen-vertical-tabs-header = Tab Vertikal
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Kembalikan ke URL Awal
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Tambahkan ke Essentials ({ $num } / 12 slot terisi)
|
||||
.label = Tambahkan ke Essentials ({ $num } / { $max } slot terisi)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Hapus dari Essentials
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimalkan
|
||||
zen-panel-ui-gradient-generator-custom-color = Warna Kustom
|
||||
zen-panel-ui-gradient-generator-saved-message = Berhasil menyimpan gradien!
|
||||
zen-copy-current-url-confirmation = URL telah disalin ke clipboard.
|
||||
zen-copy-current-url-confirmation = URL Disalin!
|
||||
zen-general-cancel-label =
|
||||
.label = Batalkan
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Ruang
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Mode Ringkas
|
||||
.tooltiptext = Aktifkan/Sembunyikan Mode Ringkas
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Ikon
|
||||
urlbar-search-mode-zen_actions = Aksi
|
||||
zen-site-data-settings = Pengaturan
|
||||
zen-generic-manage = Kelola
|
||||
zen-generic-more = Selengkapnya
|
||||
zen-generic-next = Lanjut
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Diizinkan
|
||||
zen-site-data-setting-block = Diblokir
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Ekstensi
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Aman
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Tidak Aman
|
||||
zen-site-data-manage-addons =
|
||||
.label = Kelola Ekstensi
|
||||
zen-site-data-get-addons =
|
||||
.label = Tambahkan Ekstensi
|
||||
zen-site-data-site-settings =
|
||||
.label = Semua Pengaturan Situs
|
||||
zen-site-data-share =
|
||||
.label = Bagikan Halaman Ini
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Salin URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = Rumah baru untuk add-on, izin, dan lainnya
|
||||
zen-site-data-panel-feature-callout-subtitle = Klik ikon untuk mengelola pengaturan situs, melihat info keamanan, mengakses ekstensi, dan melakukan tindakan umum.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Mode Ringkas
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Aktifkan Mode Ringkas
|
||||
.accesskey = D
|
||||
|
@@ -23,5 +23,4 @@ zen-welcome-start-browsing = Penyelaman dimulai!
|
||||
zen-welcome-default-search-title = Mesin Pencari Default Anda
|
||||
zen-welcome-default-search-description = Pilih mesin pencari default Anda. Anda selalu dapat mengubahnya nanti!
|
||||
zen-welcome-skip-button = Lewati
|
||||
zen-welcome-next-action = Lanjut
|
||||
zen-welcome-finished = Anda berhasil mengatur Zen milik anda!
|
||||
|
@@ -14,6 +14,8 @@ zen-workspaces-panel-change-icon =
|
||||
.label = Ubah Ikon
|
||||
zen-workspaces-panel-context-default-profile =
|
||||
.label = Atur Profil
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Lepaskan Ruang
|
||||
zen-workspaces-how-to-reorder-title = Cara Mengurutkan Ulang Ruang
|
||||
zen-workspaces-how-to-reorder-desc = Seret ikon ruang di bagian bawah bilah sisi untuk menyusun ulang urutannya
|
||||
zen-workspaces-change-theme =
|
||||
|
@@ -26,8 +26,6 @@ zen-glance-trigger-shift-click =
|
||||
.label = Shift + Click
|
||||
zen-glance-trigger-meta-click =
|
||||
.label = Meta (Command) + Click
|
||||
zen-glance-trigger-mantain-click =
|
||||
.label = Mantain Click
|
||||
zen-look-and-feel-compact-view-header = Sýna í þéttri sýn
|
||||
zen-look-and-feel-compact-view-description = Only show the toolbars you use!
|
||||
zen-look-and-feel-compact-view-enabled =
|
||||
@@ -74,7 +72,7 @@ zen-settings-workspaces-enabled =
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
.label = Hide the default container indicator in the tab bar
|
||||
zen-key-unsaved = Unsaved shortcut! Please save it by clicking the "Escape" key after retyping it.
|
||||
zen-key-conflict = Conflict with another shortcut
|
||||
zen-key-conflict = Conflicts with { $group } -> { $shortcut }
|
||||
pane-zen-theme-title = Theme Settings
|
||||
zen-vertical-tabs-title = Sidebar and tabs layout
|
||||
zen-vertical-tabs-header = Vertical Tabs
|
||||
|
@@ -4,7 +4,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
.label = Endursetja Festan Flipa
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials ({ $num } / 12 slots filled)
|
||||
.label = Add to Essentials ({ $num } / { $max } slots filled)
|
||||
.accesskey = E
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Fjarlægja frá Höfuðatriði
|
||||
@@ -24,7 +24,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimize
|
||||
zen-panel-ui-gradient-generator-custom-color = Sérsniðinn litur
|
||||
zen-panel-ui-gradient-generator-saved-message = Vistað hallann!
|
||||
zen-copy-current-url-confirmation = Slóðin hefur verið afrituð á klippiborðið.
|
||||
zen-copy-current-url-confirmation = Copied current URL!
|
||||
zen-general-cancel-label =
|
||||
.label = Cancel
|
||||
zen-general-confirm =
|
||||
@@ -37,6 +37,9 @@ zen-library-sidebar-workspaces =
|
||||
.label = Spaces
|
||||
zen-library-sidebar-mods =
|
||||
.label = Mods
|
||||
zen-toggle-compact-mode-button =
|
||||
.label = Compact Mode
|
||||
.tooltiptext = Toggle Compact Mode
|
||||
|
||||
# note: Do not translate the "<br/>" tags in the following string
|
||||
|
||||
@@ -49,3 +52,33 @@ zen-icons-picker-emoji =
|
||||
zen-icons-picker-svg =
|
||||
.label = Icons
|
||||
urlbar-search-mode-zen_actions = Actions
|
||||
zen-site-data-settings = Settings
|
||||
zen-generic-manage = Manage
|
||||
zen-generic-more = More
|
||||
zen-generic-next = Next
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Allowed
|
||||
zen-site-data-setting-block = Blocked
|
||||
zen-site-data-setting-cross-site = Cross-Site cookie
|
||||
zen-site-data-security-info-extension =
|
||||
.label = Extension
|
||||
zen-site-data-security-info-secure =
|
||||
.label = Secure
|
||||
zen-site-data-security-info-not-secure =
|
||||
.label = Not Secure
|
||||
zen-site-data-manage-addons =
|
||||
.label = Manage Extensions
|
||||
zen-site-data-get-addons =
|
||||
.label = Add Extensions
|
||||
zen-site-data-site-settings =
|
||||
.label = All Site Settings
|
||||
zen-site-data-share =
|
||||
.label = Share This Page
|
||||
zen-urlbar-copy-url-button =
|
||||
.tooltiptext = Copy URL
|
||||
zen-site-data-setting-site-protection = Tracking Protection
|
||||
|
||||
# Section: Feature callouts
|
||||
|
||||
zen-site-data-panel-feature-callout-title = A new home for add-ons, permissions, and more
|
||||
zen-site-data-panel-feature-callout-subtitle = Click the icon to manage site settings, view security info, access extensions, and perform common actions.
|
||||
|
@@ -3,7 +3,6 @@ zen-toolbar-context-tabs-right =
|
||||
.accesskey = R
|
||||
zen-toolbar-context-compact-mode =
|
||||
.label = Compact mode
|
||||
.accesskey = C
|
||||
zen-toolbar-context-compact-mode-enable =
|
||||
.label = Enable compact mode
|
||||
.accesskey = D
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user