Compare commits

..

6 Commits

177 changed files with 734 additions and 1580 deletions

View File

@@ -105,9 +105,7 @@ jobs:
- name: Import
env:
SURFER_COMPAT: ${{ matrix.arch }}
run: |
. "$HOME/.cargo/env"
npm run import
run: npm run import
- name: Build language packs
run: sh scripts/download-language-packs.sh

View File

@@ -165,9 +165,7 @@ jobs:
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
env:
SURFER_COMPAT: ${{ matrix.arch }}
run: |
. "$HOME/.cargo/env"
npm run import -- --verbose
run: npm run import -- --verbose
- name: Bootstrap
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}

View File

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

View File

@@ -1 +1 @@
df0d5e625b9e55c502d3e9e81b29a0d52d0f8d20
784e5dbc4955e29ee7a4e0b88adefdd230f2e9fe

View File

@@ -1,112 +0,0 @@
# Zen Live Folders - Specification
## Overview
Live Folders are dynamic, auto-updating folders in Zen.
Unlike static folders, they fetch and refresh their contents automatically from external sources (e.g., RSS feeds, APIs).
By default, Live Folders refresh every **30 minutes**, but this interval can be configured in preferences.
---
## Architecture
### `LiveFolderProvider`
- **Abstract base class** for all live folder implementations.
- Defines the contract for fetching and updating live folder contents.
- Responsibilities:
- Define how to fetch items (abstract method `fetchItems()`).
- Handle update intervals (default: 30 min).
- Manage serialization/deserialization of folder state (cache, last update time).
- Provide metadata (icon, label, description).
```ts
interface FolderItem {
id: string;
title: string;
url: string;
}
interface FolderMetadata {
icon: string;
label: string;
}
interface LiveFolderProvider {
fetchItems(): Promise<FolderItem[]>;
getMetadata(): FolderMetadata;
}
```
### Implementations
#### `RssLiveFolderProvider`
- **Description**: Updates live folder contents from an RSS/Atom feed.
- **Configuration**:
- `url`: URL of the RSS feed.
#### `GithubLiveFolderProvider`
- **Description**: Updates live folder contents from GitHub user's Pull Requests.
- **Configuration**:
- `username`: GitHub username.
#### `RestAPILiveFolderProvider`
- **Description**: Updates live folder contents from a REST API endpoint.
- **Configuration**:
- `schema`: JSON schema to validate API responses.
#### Possible future implementations
- `WebhookLiveFolderProvider`
---
# REST API Live Folder Schema
## Overview
REST-based Live Folders allow Zen to fetch JSON data from an HTTP(S) endpoint and map it into folder items.
Each REST Live Folder must provide a **schema-compliant response** that Zen can parse into items.
- **Remote APIs (https://, http://)**: Flexible schema (mapping via config).
- **Localhost APIs (http://127.0.0.1, http://localhost)**: Must strictly follow Zens **Local REST Schema** for security and consistency.
---
## Common Rules
- Requests are always `GET`.
- Responses **must be JSON**.
- CORS headers are ignored (Zen fetches internally).
- Max response size: **1 MB** (to prevent abuse).
- Items exceeding `liveFolder.maxItems` (default 100) will be trimmed.
---
## Remote REST Schema
Remote APIs can return any JSON, but the Live Folder must provide a mapping configuration:
```json
{
"type": "rest",
"url": "https://api.example.com/posts",
"mapping": {
"items": "data.posts",
"id": "id",
"title": "headline",
"url": "link"
}
}
```
### Installation of REST API Live Folder
These schemas would be stored inside a marketplace on Zen's web platform, allowing users to easily discover and integrate new REST API Live Folders into their workspace.
If the user wants to create a new REST API Live Folder, they can do so by providing the necessary schema and configuration through the marketplace interface. This will enable them to customize the folder's behavior and data mapping according to their specific needs.
If it's a custom API and the schema is not publicly available, users can still create a Live Folder by defining their own mapping configuration. This allows them to integrate with proprietary APIs while adhering to Zen's Live Folder standards. This mapping configuration will be fetched via `https://example.com/zen-live-folder.schema.json`.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = إخفاء كليهما
.accesskey = خ
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Cerca { $folder-name }...
zen-folders-panel-rename-folder =
.label = Reanomena la carpeta
zen-folders-panel-unpack-folder =
.label = Desempaqueta la carpeta
zen-folders-new-subfolder =
.label = Subcarpeta nova
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Suprimeix la carpeta
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Converteix la carpeta en un espai
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Canvia l'espai...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Canvia la icona
zen-folders-unload-all-tooltip =
.tooltiptext = Descarrega totes les pestanyes d'aquesta carpeta
zen-folders-unload-folder =
.label = Descarrega totes les pestanyes
zen-folders-search-no-results = No hi ha pestanyes que coincideixin amb aquesta cerca 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -47,4 +47,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Icones
.label = Icons

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Amaga les dues
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Carpeta nova
.accesskey = N
sidebar-zen-expand =
.label = Expandeix la barra lateral

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = Espais de treball
zen-panel-ui-workspaces-create =
.label = Crea un espai
zen-panel-ui-folder-create =
.label = Crea una carpeta
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Suprimeix l'espai de treball
.accesskey = D
@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Perfil
zen-workspace-creation-header = Creació d'un espai
zen-workspace-creation-label = Els espais s'utilitzen per organitzar les pestanyes i les sessions.
zen-workspaces-delete-workspace-title = Voleu suprimir l'espai de treball?
zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir { $name }? Aquesta acció no es pot desfer.
zen-workspaces-delete-workspace-body = Esteu segur que voleu suprimir aquest espai de treball? Aquesta acció no es pot desfer.

View File

@@ -220,9 +220,9 @@ zen-nav-fwd-shortcut-alt = Přejít vpřed (Alt)
zen-history-show-all-shortcut = Zobrazit celou historii
zen-key-enter-full-screen = Zadejte celou obrazovku
zen-key-exit-full-screen = Ukončit režim celé obrazovky
zen-ai-chatbot-sidebar-shortcut = Přepnout postranní panel AI chatbota
zen-key-inspector-mac = Přepnout inspektor (Mac)
zen-toggle-sidebar-shortcut = Přepnout postranní panel Firefoxu
zen-ai-chatbot-sidebar-shortcut = Toggle AI Chatbot Sidebar
zen-key-inspector-mac = Toggle Inspector (Mac)
zen-toggle-sidebar-shortcut = Toggle Firefox Sidebar
zen-reader-mode-toggle-shortcut-other = Přepnout čtecí režim
zen-picture-in-picture-toggle-shortcut = Přepnout obraz v obraze
zen-nav-reload-shortcut-2 = Znovu načíst stránku
@@ -239,9 +239,9 @@ zen-key-stop = Zastavit načítání
zen-full-zoom-reduce-shortcut = Oddálit
zen-full-zoom-enlarge-shortcut = Přiblížit
zen-full-zoom-reset-shortcut = Obnovit velikost
zen-full-zoom-reset-shortcut-alt = Obnovit přiblížení (Alt)
zen-full-zoom-enlarge-shortcut-alt = Přiblížit (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Oddálit (Alt 2)
zen-full-zoom-reset-shortcut-alt = Reset Zoom (Alt)
zen-full-zoom-enlarge-shortcut-alt = Zoom In (Alt)
zen-full-zoom-enlarge-shortcut-alt2 = Zoom In (Alt 2)
zen-bidi-switch-direction-shortcut = Přepnout směr textu
zen-private-browsing-shortcut = Soukromé prohlížení
zen-screenshot-shortcut = Pořídit snímek obrazovky

View File

@@ -1,11 +1,9 @@
zen-folders-search-placeholder =
.placeholder = Hledat v { $folder-name }...
.placeholder = Hledat { $folder-name }...
zen-folders-panel-rename-folder =
.label = Přejmenovat složku
zen-folders-panel-unpack-folder =
zen-folders-panel-expand-folder =
.label = Rozbalit složku
zen-folders-new-subfolder =
.label = Nová podsložka
zen-folders-panel-delete-folder =
.label = Smazat složku
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Změnit prostor...
zen-folders-panel-change-icon-folder =
.label = Změnit ikonu
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = Žádný panel neodpovídá tomuto hledání 🤔

View File

@@ -34,7 +34,7 @@ zen-tabs-renamed = Panel byl úspěšně přejmenován!
zen-background-tab-opened-toast = Nová karta na pozadí byla otevřena!
zen-workspace-renamed-toast = Pracovní prostor byl úspěšně přejmenován!
zen-library-sidebar-workspaces =
.label = Prostory
.label = Pracovní prostory
zen-library-sidebar-mods =
.label = Módy

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Skrýt obojí
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Nová složka
.accesskey = N
sidebar-zen-expand =
.label = Zvětšit boční panel
@@ -24,15 +24,13 @@ sidebar-zen-create-new =
tabbrowser-unload-tab-button =
.tooltiptext =
{ $tabCount ->
[one] Uspat a přepnout na kartu
[few] Uspat { $tabCount } karty a přepnout na první
*[other] Uspat { $tabCount } karet a přepnout na první
[one] Unload and switch to tab
*[other] Unload { $tabCount } tabs and switch to the first
}
tabbrowser-reset-pin-button =
.tooltiptext =
{ $tabCount ->
[one] Resetovat a připnout kartu
[few] Resetovat a připnout { $tabCount } karty
*[other] Resetovat a připnout { $tabCount } karet
[one] Reset and pin tab
*[other] Reset and pin { $tabCount } tabs
}
tab-reset-pin-label = Zpět na původní adresu

View File

@@ -1,29 +1,29 @@
zen-panel-ui-workspaces-text = Prostory
zen-panel-ui-workspaces-text = Pracovní prostory
zen-panel-ui-workspaces-create =
.label = Vytvořit prostor
zen-panel-ui-folder-create =
.label = Vytvořit složku
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Odstranit pracovní prostor
.accesskey = D
zen-workspaces-panel-change-name =
.label = Změnit název
.label = Změnit jméno
zen-workspaces-panel-change-icon =
.label = Změnit ikonu
zen-workspaces-panel-context-default-profile =
.label = Nastavit profil
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-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
zen-workspaces-change-theme =
.label = Upravit motiv
zen-workspaces-panel-context-open =
.label = Otevřít pracovní prostor
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Upravit prostor
.label = Upravit pracovní prostor
.accesskey = E
context-zen-change-workspace-tab =
.label = Přesunout panel(y) do prostoru
.label = Přesunout panel(y) do pracovního prostoru
.accesskey = C
zen-bookmark-edit-panel-workspace-selector =
.value = Pracovní prostory
@@ -47,5 +47,5 @@ zen-workspace-creation-profile = Profil
.tooltiptext = Profily se používají k oddělení cookies a údajů webových stránek mezi prostory.
zen-workspace-creation-header = Vytvořte si prostor
zen-workspace-creation-label = Prostory slouží k organizaci Vašich karet a relací.
zen-workspaces-delete-workspace-title = Odstranit prostor?
zen-workspaces-delete-workspace-body = Opravdu chcete smazat { $name }? Tuto akci nelze vrátit zpět.
zen-workspaces-delete-workspace-title = Odstranit pracovní prostor?
zen-workspaces-delete-workspace-body = Opravdu chcete odstranit tento prostor? Tuto akci nelze vrátit zpět.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -205,7 +205,7 @@ zen-hide-app-shortcut = Skjul Applikation
zen-hide-other-apps-shortcut = Skjul Andre Applikationer
zen-search-focus-shortcut = Fokuseret Søgning
zen-search-focus-shortcut-alt = Fokuseret Søgning (Alt)
zen-downloads-shortcut = Åbn downloads
zen-downloads-shortcut = Open Downloads
zen-addons-shortcut = Åbn tilføjelser
zen-file-open-shortcut = Åbn fil
zen-save-page-shortcut = Gem side
@@ -255,7 +255,7 @@ zen-close-shortcut = Luk vindue
zen-close-tab-shortcut = Luk fane
zen-compact-mode-shortcut-show-sidebar = Flydende sidepanel til/fra
zen-compact-mode-shortcut-show-toolbar = Flydende værktøjslinje til/fra
zen-compact-mode-shortcut-toggle = Kompakt tilstand til/fra
zen-compact-mode-shortcut-toggle = Toggle Compact Mode
zen-workspace-shortcut-switch-1 = Skift til arbejdsområde 1
zen-workspace-shortcut-switch-2 = Skift til arbejdsområde 2
zen-workspace-shortcut-switch-3 = Skift til arbejdsområde 3

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Søg i { $folder-name }...
zen-folders-panel-rename-folder =
.label = Omdøb mappe
zen-folders-panel-unpack-folder =
.label = Udpak mappe
zen-folders-new-subfolder =
.label = Ny undermappe
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Slet mappe
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Konverter mappe til Rum
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Skift rum...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Skift ikon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = Ingen faner matcher den søgning 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -47,4 +47,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Ikoner
.label = Icons

View File

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

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = Arbejdsområder
zen-panel-ui-workspaces-create =
.label = Opret rum
zen-panel-ui-folder-create =
.label = Opret mappe
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Slet arbejdsområde
.accesskey = D
@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Opret et rum
zen-workspace-creation-label = Rum bruges til at organisere dine faner og sessioner.
zen-workspaces-delete-workspace-title = Slet arbejdsområde?
zen-workspaces-delete-workspace-body = Er du sikker på, at du vil slette { $name }? Dette kan ikke fortrydes.
zen-workspaces-delete-workspace-body = Er du sikker på, at du vil slette dette arbejdsområde? Det kan ikke fortrydes.

View File

@@ -2,20 +2,14 @@ zen-folders-search-placeholder =
.placeholder = { $folder-name } durchsuchen...
zen-folders-panel-rename-folder =
.label = Ordner umbenennen
zen-folders-panel-unpack-folder =
.label = Ordner auflösen
zen-folders-new-subfolder =
.label = Neuer Unterordner
zen-folders-panel-expand-folder =
.label = Ordner ausklappen
zen-folders-panel-delete-folder =
.label = Ordner löschen
zen-folders-panel-convert-folder-to-space =
.label = Ordner in Arbeitsbereich umwandeln
.label = Ordner in Arbeitsbereich konvertieren
zen-folders-panel-change-folder-space =
.label = Arbeitsbereich wechseln...
zen-folders-panel-change-icon-folder =
.label = Symbol ändern
zen-folders-unload-all-tooltip =
.tooltiptext = Alle Tabs in diesem Ordner entladen
zen-folders-unload-folder =
.label = Alle Tabs entladen
zen-folders-search-no-results = Keine passenden Tabs gefunden 🤔
.label = Symbol anpassen
zen-folders-search-no-results = Keine Tabs passend zu dieser Suche 🤔

View File

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

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Arbeitsbereich erstellen
zen-workspace-creation-label = Arbeitsbereiche werden verwendet, um Ihre Tabs und Sitzungen zu organisieren.
zen-workspaces-delete-workspace-title = Arbeitsbereich löschen?
zen-workspaces-delete-workspace-body = Sind Sie sicher, dass Sie { $name } löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.
zen-workspaces-delete-workspace-body = Sind Sie sicher, dass Sie diesen Arbeitsbereich löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Απόκρυψη όλων
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Νέος φάκελος
.accesskey = N
sidebar-zen-expand =
.label = Επέκταση Πλαϊνής στήλης

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Προφίλ
zen-workspace-creation-header = Δημιουργία Χώρου
zen-workspace-creation-label = Οι χώροι χρησιμοποιούνται για την οργάνωση των καρτελών και των συνεδριών σας.
zen-workspaces-delete-workspace-title = Διαγραφή Χώρου Εργασίας;
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Σίγουρα θέλετε να διαγράψετε αυτόν το χώρο εργασίας; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

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

View File

@@ -18,7 +18,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =

View File

@@ -2,20 +2,14 @@ zen-folders-search-placeholder =
.placeholder = Buscar { $folder-name }...
zen-folders-panel-rename-folder =
.label = Renombrar carpeta
zen-folders-panel-unpack-folder =
.label = Desempaquetar carpeta
zen-folders-new-subfolder =
.label = Nueva subcarpeta
zen-folders-panel-expand-folder =
.label = Expandir carpeta
zen-folders-panel-delete-folder =
.label = Eliminar carpeta
.label = Borrar carpeta
zen-folders-panel-convert-folder-to-space =
.label = Convertir carpeta en espacio
zen-folders-panel-change-folder-space =
.label = Cambiar espacio...
zen-folders-panel-change-icon-folder =
.label = Cambiar icono
zen-folders-unload-all-tooltip =
.tooltiptext = Suspender todas las pestañas de esta carpeta
zen-folders-unload-folder =
.label = Suspender todas las pestañas
zen-folders-search-no-results = Ninguna pestaña coincide con esa búsqueda 🤔

View File

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

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Perfil
zen-workspace-creation-header = Crear un espacio
zen-workspace-creation-label = Los espacios se utilizan para organizar sus pestañas y sesiones.
zen-workspaces-delete-workspace-title = ¿Eliminar espacio de trabajo?
zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar { $name }? Esta acción no se puede deshacer.
zen-workspaces-delete-workspace-body = ¿Seguro que quiere eliminar este espacio de trabajo? Esta acción no se puede deshacer.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Peida mõlemad
.accesskey = P
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Laienda külgriba

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Piilota molemmat
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -10,7 +10,7 @@ zen-layout-collapsed-toolbar = Barre doutils réduite
sync-currently-syncing-workspaces = Espaces de travail
sync-engine-workspaces =
.label = Espaces de travail
.tooltiptext = Synchroniser vos Espaces de travail sur plusieurs appareils
.tooltiptext = Synchroniser vos espaces de travail sur plusieurs appareils
.accesskey = W
zen-glance-title = Aperçu
zen-glance-header = Paramètres généraux dAperçu
@@ -69,10 +69,10 @@ zen-pinned-tab-manager-reset-close-shortcut-option =
zen-pinned-tab-manager-close-close-shortcut-option =
.label = Fermer longlet
pane-zen-workspaces-header = Espaces de travail
zen-settings-workspaces-header = Paramètres généraux des Espaces de travail
zen-settings-workspaces-description = Avec les Espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois!
zen-settings-workspaces-header = Paramètres généraux des espaces de travail
zen-settings-workspaces-description = Avec des espaces de travail, vous pouvez avoir plusieurs sessions de navigation à la fois!
zen-settings-workspaces-enabled =
.label = Activer les Espaces de travail
.label = Activer les espaces de travail
zen-settings-workspaces-hide-default-container-indicator =
.label = Dans la barre donglets, masquer lindicateur de conteneur par défaut
zen-key-unsaved = Raccourci non sauvegardé! Pour lenregistrer, veuillez le resaisir et en appuyer sur Échap.
@@ -99,7 +99,7 @@ zen-theme-disable-all-disabled =
.title = Activer tous les mods
zen-theme-marketplace-description = Trouvez et installez des mods à partir du magasin.
zen-theme-marketplace-remove-button =
.label = Supprimer le mod
.label = Supprimer le thème
zen-theme-marketplace-check-for-updates-button =
.label = Vérifier les mises à jour
zen-theme-marketplace-import-button =
@@ -113,10 +113,10 @@ zen-theme-marketplace-export-failure = Une erreur s'est produite lors de l'expor
zen-theme-marketplace-updates-success = Mods mis à jour avec succès
zen-theme-marketplace-updates-failure = Impossible de trouver des mises à jour !
zen-theme-marketplace-toggle-enabled-button =
.title = Désactiver le mod
.title = Désactiver le thème
zen-theme-marketplace-toggle-disabled-button =
.title = Activer le mod
zen-theme-marketplace-remove-confirmation = Êtes-vous sûr de vouloir supprimer ce mod ?
.title = Activer le thème
zen-theme-marketplace-remove-confirmation = Êtes-vous sûr de vouloir supprimer ce thème?
zen-theme-marketplace-close-modal = Fermer
zen-theme-marketplace-theme-header-title =
.title = Sélecteur CSS: { $name }
@@ -128,7 +128,7 @@ pane-zen-marketplace-title = Mods Zen
zen-themes-auto-update =
.label = Mettre à jour automatiquement les mods installés lors du démarrage
zen-settings-workspaces-force-container-tabs-to-workspace =
.label = À l'ouverture des onglets du conteneur, basculer vers lEspace de travail où le conteneur est défini par défaut
.label = À l'ouverture des onglets du conteneur, basculer vers lespace de travail où le conteneur est défini par défaut
zen-theme-marketplace-link = Visiter le magasin
zen-dark-theme-styles-header = Styles de thème sombre
zen-dark-theme-styles-description = Personnalisez le thème sombre selon vos préférences

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Rechercher dans { $folder-name }...
zen-folders-panel-rename-folder =
.label = Renommer le dossier
zen-folders-panel-unpack-folder =
.label = Défaire le dossier
zen-folders-new-subfolder =
.label = Nouveau sous-dossier
zen-folders-panel-expand-folder =
.label = Développer le dossier
zen-folders-panel-delete-folder =
.label = Supprimer le dossier
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Changer d'Espace...
zen-folders-panel-change-icon-folder =
.label = Changer d'icône
zen-folders-unload-all-tooltip =
.tooltiptext = Décharger tous les onglets de ce dossier
zen-folders-unload-folder =
.label = Décharger tous les onglets
zen-folders-search-no-results = Aucun onglet ne correspond à cette recherche 🤔

View File

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

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Créer un Espace
zen-workspace-creation-label = Les Espaces sont utilisés pour organiser vos onglets et sessions.
zen-workspaces-delete-workspace-title = Supprimer lEspace ?
zen-workspaces-delete-workspace-body = Êtes-vous sûr de vouloir supprimer { $name } ? Cette action ne peut pas être annulée.
zen-workspaces-delete-workspace-body = Êtes-vous sûr de vouloir supprimer cet Espace ? Cette action ne peut pas être annulée.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Cuardaigh { $folder-name }...
zen-folders-panel-rename-folder =
.label = Athainmnigh Fillteán
zen-folders-panel-unpack-folder =
.label = Díphacáil an Fillteán
zen-folders-new-subfolder =
.label = Fo-fhillteán Nua
zen-folders-panel-expand-folder =
.label = Leathnaigh an Fillteán
zen-folders-panel-delete-folder =
.label = Scrios Fillteán
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Athraigh Spás...
zen-folders-panel-change-icon-folder =
.label = Athraigh Deilbhín
zen-folders-unload-all-tooltip =
.tooltiptext = Díluchtaigh gach cluaisín sa bhfillteán seo
zen-folders-unload-folder =
.label = Díluchtaigh Gach Cluaisín
zen-folders-search-no-results = Níl aon chluaisíní ann a mheaitseálann an cuardach sin 🤔

View File

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

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Próifíl
zen-workspace-creation-header = Cruthaigh Spás
zen-workspace-creation-label = Úsáidtear spásanna chun do chluaisíní agus do sheisiúin a eagrú.
zen-workspaces-delete-workspace-title = Scrios an spás?
zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat { $name } a scriosadh? Ní féidir an gníomh seo a chealú.
zen-workspaces-delete-workspace-body = An bhfuil tú cinnte gur mian leat an spás seo a scriosadh? Ní féidir an gníomh seo a chealú.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = חיפוש { $folder-name }...
zen-folders-panel-rename-folder =
.label = שינוי שם תיקייה
zen-folders-panel-unpack-folder =
.label = חילוץ תיקייה
zen-folders-new-subfolder =
.label = תת תיקייה חדשה
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = מחיקת תיקייה
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = המרת תיקייה לסביבה
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = שינוי סביבה...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = שינוי סמל
zen-folders-unload-all-tooltip =
.tooltiptext = פינוי כל הכרטיסייות בתיקייה הזו
zen-folders-unload-folder =
.label = פינוי כל הכרטיסייות
zen-folders-search-no-results = אין כרטיסיות שתואמות לחיפוש 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -45,6 +45,6 @@ zen-close-label = סגור
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = חיפוש...
zen-icons-picker-emoji =
.label = אימוג'ים
.label = Emojis
zen-icons-picker-svg =
.label = סמלים
.label = Icons

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = הסתרת שניהם
.accesskey = י
zen-toolbar-context-new-folder =
.label = New Folder
.label = תיקייה חדשה
.accesskey = מ
sidebar-zen-expand =
.label = הרחבת סרגל צדדי

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = סביבות עבודה
zen-panel-ui-workspaces-create =
.label = צור סביבה
zen-panel-ui-folder-create =
.label = יצירת תיקייה
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = מחק סיבת עבודה
.accesskey = ג
@@ -48,4 +48,4 @@ zen-workspace-creation-profile = פרופיל
zen-workspace-creation-header = צור סביבה
zen-workspace-creation-label = סביבות משומשות לסידור כרטיסיות והפעלות.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = האם ברצונך למחוק { $name }? פעולה זו לא ניתנת לביטול.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -119,7 +119,7 @@ zen-theme-marketplace-toggle-disabled-button =
zen-theme-marketplace-remove-confirmation = Biztosan el akarod távolítani ezt a modot?
zen-theme-marketplace-close-modal = Bezárás
zen-theme-marketplace-theme-header-title =
.title = CSS szelektor: { $name }
.title = CSS Selector: { $name }
zen-theme-marketplace-dropdown-default-label =
.label = Nincs
zen-theme-marketplace-input-default-placeholder =

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Keresés { $folder-name } mappában...
zen-folders-panel-rename-folder =
.label = Mappa átnevezése
zen-folders-panel-unpack-folder =
.label = Mappa kibontása
zen-folders-new-subfolder =
.label = Új almappa
zen-folders-panel-expand-folder =
.label = Mappa kinyitása
zen-folders-panel-delete-folder =
.label = Mappa törlése
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Környezet váltása...
zen-folders-panel-change-icon-folder =
.label = Ikon módosítása
zen-folders-unload-all-tooltip =
.tooltiptext = Minden mappában lévő lap ürítése
zen-folders-unload-folder =
.label = Minden lap ürítése
zen-folders-search-no-results = Nincsenek a keresésnek megfelelő lapok 🤔

View File

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

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Környezet létrehozása
zen-workspace-creation-label = A munkakörnyezetek a lapok és munkamenetek rendszerezésére szolgálnak.
zen-workspaces-delete-workspace-title = Munkakörnyezet törlése?
zen-workspaces-delete-workspace-body = Biztosan törölni szeretnéd ezt: { $name }? Ez a művelet visszafordíthatatlan.
zen-workspaces-delete-workspace-body = Biztos, hogy törölni szeretné ezt a munkakörnyezetet? Ez a művelet nem vonható vissza.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Cari { $folder-name }...
zen-folders-panel-rename-folder =
.label = Ubah Nama Folder
zen-folders-panel-unpack-folder =
.label = Bongkar Folder
zen-folders-new-subfolder =
.label = Subfolder baru
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Hapus Folder
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Ubah folder menjadi Ruang
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Ubah Ruang...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Ubah Ikon
zen-folders-unload-all-tooltip =
.tooltiptext = Lepaskan semua tab di folder ini
zen-folders-unload-folder =
.label = Lepaskan Semua Tab
zen-folders-search-no-results = Tidak ada tab yang cocok 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -45,6 +45,6 @@ zen-close-label = Tutup
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Cari...
zen-icons-picker-emoji =
.label = Emoji
.label = Emojis
zen-icons-picker-svg =
.label = Ikon
.label = Icons

View File

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

View File

@@ -2,16 +2,16 @@ zen-panel-ui-workspaces-text = Ruang Kerja Lainnya
zen-panel-ui-workspaces-create =
.label = Buat Ruang
zen-panel-ui-folder-create =
.label = Buat Folder
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Hapus Ruang
.label = Hapus Ruang Kerja
.accesskey = D
zen-workspaces-panel-change-name =
.label = Ubah Nama
zen-workspaces-panel-change-icon =
.label = Ubah Ikon
zen-workspaces-panel-context-default-profile =
.label = Atur Profil
.label = Set Profil
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 =
@@ -20,10 +20,10 @@ zen-workspaces-panel-context-open =
.label = Buka Ruang Kerja
.accesskey = O
zen-workspaces-panel-context-edit =
.label = Edit Ruang
.label = Edit Ruang Kerja
.accesskey = E
context-zen-change-workspace-tab =
.label = Pindahkan Tab ke Ruang Lain
.label = Pindahkan Tab ke Ruang Kerja
.accesskey = C
zen-bookmark-edit-panel-workspace-selector =
.value = Ruang Kerja
@@ -44,8 +44,8 @@ zen-workspace-creation-name =
zen-workspaces-panel-context-reorder =
.label = Urutkan Ruang
zen-workspace-creation-profile = Profil
.tooltiptext = Profil (Kontainer) digunakan untuk memisahkan cookie dan data situs antar Ruang.
.tooltiptext = Profil digunakan untuk memisahkan cookie dan data situs antar Ruang.
zen-workspace-creation-header = Buat sebuah Ruang
zen-workspace-creation-label = Ruang digunakan untuk mengorganisasikan tab dan sesi Anda.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Apakah Anda yakin ingin menghapus { $name }? Tindakan ini tidak bisa dibatalkan.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -1,8 +1,8 @@
pane-zen-looks-title = Aspetto
pane-zen-looks-title = Look and Feel
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
zen-warning-language = Cambiare la lingua predefinita potrebbe agevolare i siti nel tracciarti.
zen-vertical-tabs-layout-header = Layout del Browser
zen-vertical-tabs-layout-header = Browser Layout
zen-vertical-tabs-layout-description = Scegli il layout più adatto a te
zen-layout-single-toolbar = Barra degli strumenti singola
zen-layout-multiple-toolbar = Barre degli strumenti multiple
@@ -65,7 +65,7 @@ zen-pinned-tab-manager-reset-switch-close-shortcut-option =
zen-pinned-tab-manager-switch-close-shortcut-option =
.label = Passa alla scheda successiva
zen-pinned-tab-manager-reset-close-shortcut-option =
.label = Ripristina URL
.label = Reset URL
zen-pinned-tab-manager-close-close-shortcut-option =
.label = Chiudi scheda
pane-zen-workspaces-header = Workspace
@@ -92,7 +92,7 @@ zen-vertical-tabs-dont-expand-tabs-by-default = Non espandi schede di default
zen-vertical-tabs-expand-tabs-on-hover = Espandi le schede su Hover (Non funziona in modalità compatta)
zen-vertical-tabs-expand-tabs-header = Come espandere le schede
zen-vertical-tabs-expand-tabs-description = Scegli come espandere le schede nella barra laterale
zen-theme-marketplace-header = Zen Mod
zen-theme-marketplace-header = Zen Mods
zen-theme-disable-all-enabled =
.title = Disabilita tutti i temi
zen-theme-disable-all-disabled =
@@ -124,7 +124,7 @@ zen-theme-marketplace-dropdown-default-label =
.label = Nessuno
zen-theme-marketplace-input-default-placeholder =
.placeholder = Digita qualcosa...
pane-zen-marketplace-title = Zen Mod
pane-zen-marketplace-title = Zen Mods
zen-themes-auto-update =
.label = Aggiorna automaticamente le mod installate all'avvio
zen-settings-workspaces-force-container-tabs-to-workspace =
@@ -157,12 +157,12 @@ zen-settings-CKS-description = Cambia le scorciatoie da tastiera predefinite a t
zen-settings-CKS-disable-firefox =
.label = Disabilita le scorciatoie predefinite di { -brand-short-name }
zen-settings-CKS-duplicate-shortcut =
.label = Duplica Shortcut
.label = Duplicate Shortcut
zen-settings-CKS-reset-shortcuts =
.label = Ripristina predefinito
zenCKSOption-group-other = Altro
zenCKSOption-group-windowAndTabManagement = Gestione Finestre E Tab
zenCKSOption-group-navigation = Navigazione
zenCKSOption-group-navigation = Navigation
zenCKSOption-group-searchAndFind = Cerca E Trova
zenCKSOption-group-pageOperations = Operazioni Della Pagina
zenCKSOption-group-historyAndBookmarks = Cronologia & Segnalibri
@@ -174,7 +174,7 @@ zenCKSOption-group-zen-split-view = Dividi Vista
zenCKSOption-group-devTools = Strumenti per Sviluppatori
zen-key-quick-restart = Riavvio Rapido
zen-window-new-shortcut = Nuova Finestra
zen-tab-new-shortcut = Nuova Scheda
zen-tab-new-shortcut = New Tab
zen-key-redo = Ripeti
zen-restore-last-closed-tab-shortcut = Ripristina Scheda Ultima Chiusa
zen-location-open-shortcut = Apri Posizione
@@ -250,7 +250,7 @@ zen-quit-app-shortcut = Chiudi l'applicazione
zen-key-wr-capture-cmd = Comando Di Acquisizione Wr
zen-key-wr-toggle-capture-sequence-cmd = Attiva/Disattiva Sequenza Acquisizione WR
zen-nav-reload-shortcut = Ricarica Pagina
zen-nav-reload-shortcut-skip-cache = Ricarica Pagina (Ignora Cache)
zen-nav-reload-shortcut-skip-cache = Reload Page (Skip Cache)
zen-close-shortcut = Chiudi finestra
zen-close-tab-shortcut = Chiudi scheda
zen-compact-mode-shortcut-show-sidebar = Attiva/Disattiva Barra Laterale Fluttuante
@@ -274,14 +274,14 @@ zen-split-view-shortcut-grid = Attiva/Disattiva Griglia Visualizzazione Dividi
zen-split-view-shortcut-vertical = Attiva/Disattiva Dividi Vista Verticale
zen-split-view-shortcut-horizontal = Attiva/Disattiva Dividi Vista Orizzontale
zen-split-view-shortcut-unsplit = Chiudi vista divisa
zen-key-select-tab-1 = Seleziona Scheda #1
zen-key-select-tab-2 = Seleziona Scheda #2
zen-key-select-tab-3 = Seleziona Scheda #3
zen-key-select-tab-1 = Select tab #1
zen-key-select-tab-2 = Select tab #2
zen-key-select-tab-3 = Select tab #3
zen-key-select-tab-4 = Seleziona scheda #4
zen-key-select-tab-5 = Seleziona scheda #5
zen-key-select-tab-6 = Seleziona Scheda #6
zen-key-select-tab-6 = Select tab #6
zen-key-select-tab-7 = Seleziona scheda #7
zen-key-select-tab-8 = Seleziona Scheda #8
zen-key-select-tab-8 = Select tab #8
zen-key-select-tab-last = Seleziona l'ultima scheda
zen-key-show-all-tabs = Mostra tutte le schede
zen-key-goto-history = Vai alla cronologia

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Cerca { $folder-name }...
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rinomina Cartella
zen-folders-panel-unpack-folder =
.label = Scompatta Cartella
zen-folders-new-subfolder =
.label = Nuova Sottocartella
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Cancella Cartella
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Converti la cartella in Spazio
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Cambia Spazio...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Cambia Icona
zen-folders-unload-all-tooltip =
.tooltiptext = Scarica tutte le schede in questa cartella
zen-folders-unload-folder =
.label = Scarica tutte le Schede
zen-folders-search-no-results = Nessuna scheda corrispondente alla ricerca 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -43,6 +43,6 @@ zen-close-label = Chiudi
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Cerca...
zen-icons-picker-emoji =
.label = Emoji
.label = Emojis
zen-icons-picker-svg =
.label = Icone
.label = Icons

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Nascondi entrambi
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Nuova cartella
.accesskey = N
sidebar-zen-expand =
.label = Espandi barra laterale

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = Workspace
zen-panel-ui-workspaces-create =
.label = Crea Spazio
zen-panel-ui-folder-create =
.label = Crea Cartella
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Elimina lo spazio di lavoro
.accesskey = D
@@ -42,10 +42,10 @@ zen-panel-ui-gradient-click-to-add = Clicca per aggiungere un colore
zen-workspace-creation-name =
.placeholder = Nome dello Spazio
zen-workspaces-panel-context-reorder =
.label = Riordina Spazi
.label = Reorder Spaces
zen-workspace-creation-profile = Profilo
.tooltiptext = I profili vengono usati per separare i cookie e i dati dei siti tra gli spazi.
zen-workspace-creation-header = Crea uno Spazio
zen-workspace-creation-label = Gli Spazi sono usati per organizzare le tue schede e sessioni.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Sei sicuro di voler cancellare { $name }? Questa azione non può essere annullata.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = 両方隠す
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = サイドバーを展開する

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = { $folder-name } 검색...
zen-folders-panel-rename-folder =
.label = 폴더 이름 변경
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = 폴더 확장
zen-folders-panel-delete-folder =
.label = 폴더 삭제
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = 스페이스 변경...
zen-folders-panel-change-icon-folder =
.label = 아이콘 변경
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = 검색어에 맞는 탭이 없습니다 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = 둘 다 숨기기
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = 새 폴더
.accesskey = N
sidebar-zen-expand =
.label = 사이드바 확장

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = 프로필
zen-workspace-creation-header = 스페이스 생성
zen-workspace-creation-label = 스페이스는 탭과 세션을 정리하기 위해 사용됩니다.
zen-workspaces-delete-workspace-title = 워크스페이스를 삭제하시겠습니까?
zen-workspaces-delete-workspace-body = 정말 { $name }을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.
zen-workspaces-delete-workspace-body = 정말 이 워크스페이스를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Ieškoti „{ $folder-name }“...
zen-folders-panel-rename-folder =
.label = Pervadinti aplanką
zen-folders-panel-unpack-folder =
.label = Išpakuoti aplanką
zen-folders-new-subfolder =
.label = Naujas poaplankis
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Ištrinti aplanką
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Konvertuoti aplanką į erdvę
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Keisti erdvę...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Keisti piktogramą
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = Nėra kortelių, atitinkančių šią paiešką. 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -45,6 +45,6 @@ zen-close-label = Užverti
zen-singletoolbar-urlbar-placeholder-with-name =
.placeholder = Ieškokite...
zen-icons-picker-emoji =
.label = Jaustukai
.label = Emojis
zen-icons-picker-svg =
.label = Piktogramos
.label = Icons

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Slėpti abi
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Naujas aplankas
.accesskey = N
sidebar-zen-expand =
.label = Išskleisti šoninę juostą

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = Darbo sritys
zen-panel-ui-workspaces-create =
.label = Kurti erdvę
zen-panel-ui-folder-create =
.label = Kurti aplanką
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Ištrinti darbo sritį
.accesskey = D
@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profilis
zen-workspace-creation-header = Kurti erdvę
zen-workspace-creation-label = Erdvės naudojamos tvarkyti jūsų korteles ir seansus.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Ar tikrai norite ištrinti „{ $name }“? Šio veiksmo anuliuoti negalima.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Zoek { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Beide verbergen
.accesskey = U
zen-toolbar-context-new-folder =
.label = New Folder
.label = Nieuwe map
.accesskey = N
sidebar-zen-expand =
.label = Zijbalk uitklappen

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profiel
zen-workspace-creation-header = Maak een ruimte
zen-workspace-creation-label = Ruimtes worden gebruikt om je tabbladen en sessies te organiseren.
zen-workspaces-delete-workspace-title = Ruimte verwijderen?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Weet je zeker dat je deze ruimte wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Search { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Hide both
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = New folder
.accesskey = N
sidebar-zen-expand =
.label = Expand Sidebar

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profile
zen-workspace-creation-header = Create a Space
zen-workspace-creation-label = Spaces are used to organize your tabs and sessions.
zen-workspaces-delete-workspace-title = Delete Workspace?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Are you sure you want to delete this workspace? This action cannot be undone.

View File

@@ -2,10 +2,8 @@ zen-folders-search-placeholder =
.placeholder = Wyszukaj { $folder-name }...
zen-folders-panel-rename-folder =
.label = Rename Folder
zen-folders-panel-unpack-folder =
.label = Unpack Folder
zen-folders-new-subfolder =
.label = New Subfolder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
@@ -14,8 +12,4 @@ zen-folders-panel-change-folder-space =
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Change Icon
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Ukryj oba
.accesskey = H
zen-toolbar-context-new-folder =
.label = New Folder
.label = Nowy folder
.accesskey = N
sidebar-zen-expand =
.label = Rozwiń panel boczny

View File

@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Profil
zen-workspace-creation-header = Utwórz Przestrzeń
zen-workspace-creation-label = Przestrzenie są wykorzystywane do zorganizowania kart i sesji.
zen-workspaces-delete-workspace-title = Usunąć Przestrzeń roboczą?
zen-workspaces-delete-workspace-body = Are you sure you want to delete { $name }? This action cannot be undone.
zen-workspaces-delete-workspace-body = Czy na pewno chcesz usunąć tę przestrzeń roboczą? Tej czynności nie można cofnąć.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Pesquisar em { $folder-name }...
zen-folders-panel-rename-folder =
.label = Renomear Pasta
zen-folders-panel-unpack-folder =
.label = Descompactar Pasta
zen-folders-new-subfolder =
.label = Nova Subpasta
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Excluir Pasta
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Converter pasta em Espaço
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Alterar Espaço...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Alterar Ícone
zen-folders-unload-all-tooltip =
.tooltiptext = Descarregar todas as abas nesta pasta
zen-folders-unload-folder =
.label = Descarregar todas as abas
zen-folders-search-no-results = Nenhuma guia corresponde a essa pesquisa 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -45,4 +45,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Ícones
.label = Icons

View File

@@ -15,7 +15,7 @@ zen-toolbar-context-compact-mode-hide-both =
.label = Esconder os dois
.accesskey = A
zen-toolbar-context-new-folder =
.label = Nova Pasta
.label = Nova pasta
.accesskey = N
sidebar-zen-expand =
.label = Expandir barra lateral

View File

@@ -2,7 +2,7 @@ zen-panel-ui-workspaces-text = Espaços
zen-panel-ui-workspaces-create =
.label = Criar Espaço
zen-panel-ui-folder-create =
.label = Nova Pasta
.label = Create Folder
zen-workspaces-panel-context-delete =
.label = Excluir Espaço
.accesskey = D
@@ -48,4 +48,4 @@ zen-workspace-creation-profile = Perfil
zen-workspace-creation-header = Crie um Espaço
zen-workspace-creation-label = Espaços são usados para organizar suas guias e sessões.
zen-workspaces-delete-workspace-title = Excluir Espaço?
zen-workspaces-delete-workspace-body = Tem certeza que deseja excluir { $name }? Esta ação não pode ser desfeita.
zen-workspaces-delete-workspace-body = Tem certeza de que deseja excluir este espaço? Esta ação não pode ser desfeita.

View File

@@ -1,21 +1,15 @@
zen-folders-search-placeholder =
.placeholder = Pesquisar em { $folder-name }...
zen-folders-panel-rename-folder =
.label = Mudar nome da Pasta
zen-folders-panel-unpack-folder =
.label = Desempacotar Pasta
zen-folders-new-subfolder =
.label = Nova Subpasta
.label = Rename Folder
zen-folders-panel-expand-folder =
.label = Expand Folder
zen-folders-panel-delete-folder =
.label = Eliminar Pasta
.label = Delete Folder
zen-folders-panel-convert-folder-to-space =
.label = Converter pasta num Espaço
.label = Convert folder to Space
zen-folders-panel-change-folder-space =
.label = Alterar Espaço...
.label = Change Space...
zen-folders-panel-change-icon-folder =
.label = Alterar Ícone
zen-folders-unload-all-tooltip =
.tooltiptext = Unload all tabs in this folder
zen-folders-unload-folder =
.label = Unload All Tabs
zen-folders-search-no-results = Não existem separadores que correspondam a essa pesquisa 🤔
.label = Change Icon
zen-folders-search-no-results = No tabs matching that search 🤔

View File

@@ -47,4 +47,4 @@ zen-singletoolbar-urlbar-placeholder-with-name =
zen-icons-picker-emoji =
.label = Emojis
zen-icons-picker-svg =
.label = Ícones
.label = Icons

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