mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-27 23:35:09 +00:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b9f449f95 | ||
|
|
9433b8a8f0 | ||
|
|
561a03421f | ||
|
|
73ae2fa258 | ||
|
|
28fcaf94a3 | ||
|
|
8d646b3e41 | ||
|
|
f8efd2c22a | ||
|
|
5ae688819e | ||
|
|
631fb9fc3b | ||
|
|
640561ab19 | ||
|
|
c0c957cbff | ||
|
|
16d7caa98f | ||
|
|
8333c34124 | ||
|
|
d9e03e8b83 | ||
|
|
bbaf7279ed | ||
|
|
6ffeecad3a |
8
.github/workflows/sync-upstream.yml
vendored
8
.github/workflows/sync-upstream.yml
vendored
@@ -103,6 +103,10 @@ jobs:
|
||||
fi
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Import external patches
|
||||
if: steps.git-check.outputs.files_changed == 'true'
|
||||
run: python3 scripts/update_external_patches.py || true
|
||||
|
||||
- name: Check if patches got applied
|
||||
if: steps.git-check.outputs.files_changed == 'true'
|
||||
id: check-patches
|
||||
@@ -115,10 +119,6 @@ jobs:
|
||||
if: steps.git-check.outputs.files_changed == 'true'
|
||||
run: python3 scripts/import_external_tests.py || true
|
||||
|
||||
- name: Import external patches
|
||||
if: steps.git-check.outputs.files_changed == 'true'
|
||||
run: python3 scripts/update_external_patches.py || true
|
||||
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
if: steps.git-check.outputs.files_changed == 'true'
|
||||
|
||||
@@ -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 `149.0`! 🚀
|
||||
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 149.0`!
|
||||
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `149.0.2`! 🚀
|
||||
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 149.0.2`!
|
||||
|
||||
### Contributing
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
0b65b47ceee455b324e13114b5bc3a7033a8b2a5
|
||||
fc45ac45a16dd9312a3e678fdaef33aaa7e0e641
|
||||
@@ -6,9 +6,9 @@ zen-panel-ui-current-profile-text = الملف الشخصي الحالي
|
||||
unified-extensions-description = تستخدم الإضافات لجلب المزيد من الوظائف الإضافية إلى { -brand-short-name }.
|
||||
tab-context-zen-reset-pinned-tab =
|
||||
.label =
|
||||
{$isEssential ->
|
||||
[true] إعادة تعيين علامة التبويب الأساسية
|
||||
*[false] إعادة تعيين التبويب المثبت
|
||||
{ $isEssential ->
|
||||
[true] إعادة تعيين علامة التبويب الأساسية
|
||||
*[false] إعادة تعيين التبويب المثبت
|
||||
}
|
||||
.accesskey = ر
|
||||
tab-context-zen-add-essential =
|
||||
@@ -20,10 +20,11 @@ tab-context-zen-remove-essential =
|
||||
.accesskey = R
|
||||
tab-context-zen-replace-pinned-url-with-current =
|
||||
.label =
|
||||
{$isEssential ->
|
||||
{ $isEssential ->
|
||||
[true] استبدل الرابط الأساسي بـ
|
||||
*[false] استبدل الرابط المثبت بـ
|
||||
الحالي
|
||||
*[false]
|
||||
استبدل الرابط المثبت بـ
|
||||
الحالي
|
||||
}
|
||||
.accesskey = C
|
||||
tab-context-zen-edit-title =
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
zen-menubar-toggle-pinned-tabs =
|
||||
.label =
|
||||
{$pinnedAreCollapsed ->
|
||||
{ $pinnedAreCollapsed ->
|
||||
[true] توسيع علامات التبويب المثبتة
|
||||
*[false] طي علامات التبويب المثبتة
|
||||
}
|
||||
|
||||
@@ -26,19 +26,19 @@ sidebar-zen-create-new =
|
||||
.label = إنشاء جديد...
|
||||
tabbrowser-unload-tab-button =
|
||||
.tooltiptext =
|
||||
{$tabCount ->
|
||||
{ $tabCount ->
|
||||
[one] تفريغ والتبديل إلى علامة التبويب
|
||||
*[other] تفريغ { $tabCount } علامات التبويب والتبديل إلى الأولى
|
||||
}
|
||||
tabbrowser-reset-pin-button =
|
||||
.tooltiptext =
|
||||
{$tabCount ->
|
||||
{ $tabCount ->
|
||||
[one] إعادة تعيين علامة التبويب وتثبيتها
|
||||
*[other] إعادة تعيين وتثبيت { $tabCount}
|
||||
*[other] إعادة تعيين وتثبيت { $tabCount }
|
||||
}
|
||||
zen-tab-sublabel =
|
||||
{$tabSubtitle ->
|
||||
{ $tabSubtitle ->
|
||||
[zen-default-pinned] العودة إلى الرابط المثبت
|
||||
[zen-default-pinned-cmd] فصل عن علامة التبويب المثبتة
|
||||
*[other] { $tabSubtitle}
|
||||
*[other] { $tabSubtitle }
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Afegeix als essencials
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } espais ocupats
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Elimina dels essencials
|
||||
.accesskey = R
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
tab-zen-split-tabs =
|
||||
.label =
|
||||
{ $tabCount ->
|
||||
[1] Pestanya dividida (calen diverses pestanyes seleccionades)
|
||||
*[other] Divideix { $tabCount } pestanyes
|
||||
[-1] Pestanya dividida
|
||||
[1] Uneix pestanyes (calen diverses pestanyes seleccionades)
|
||||
*[other] Uneix { $tabCount } pestanyes
|
||||
}
|
||||
.accesskey = S
|
||||
zen-split-link =
|
||||
|
||||
@@ -22,7 +22,7 @@ tab-context-zen-replace-pinned-url-with-current =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Amnewid URL Hanfodol gyda'r Cyfredol
|
||||
*[false] Amnewid URL wedi'i binio gyda'r Cyfredol
|
||||
*[false] Amnewid URL wedi'i binio gyda'r Cyfredol
|
||||
}
|
||||
.accesskey = P
|
||||
tab-context-zen-edit-title =
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
zen-panel-ui-workspaces-text = Gofodau Gwaith
|
||||
zen-panel-ui-workspaces-text = Gofodau
|
||||
zen-panel-ui-spaces-label =
|
||||
.label = Gofodau
|
||||
zen-panel-ui-workspaces-create =
|
||||
@@ -10,7 +10,7 @@ zen-panel-ui-workspaces-create =
|
||||
zen-panel-ui-folder-create =
|
||||
.label = Creu Ffolder
|
||||
zen-panel-ui-live-folder-create =
|
||||
.label = Live Folder
|
||||
.label = Ffolder Byw
|
||||
zen-panel-ui-new-empty-split =
|
||||
.label = Hollt Newydd
|
||||
zen-workspaces-panel-context-delete =
|
||||
@@ -25,7 +25,7 @@ zen-workspaces-panel-context-default-profile =
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Dadlwytho Gofod
|
||||
zen-workspaces-panel-unload-others =
|
||||
.label = Unload All Other Spaces
|
||||
.label = Dadlwytho Pob Gofod Arall
|
||||
zen-workspaces-how-to-reorder-title = Sut i aildrefnu gofodau
|
||||
zen-workspaces-how-to-reorder-desc = Llusgwch yr eiconau gofod ar waelod y bar ochr i'w haildrefnu
|
||||
zen-workspaces-change-theme =
|
||||
|
||||
@@ -10,7 +10,7 @@ zen-panel-ui-workspaces-create =
|
||||
zen-panel-ui-folder-create =
|
||||
.label = Δημιουργία Φακέλου
|
||||
zen-panel-ui-live-folder-create =
|
||||
.label = Live Folder
|
||||
.label = Ζωντανός Φάκελος
|
||||
zen-panel-ui-new-empty-split =
|
||||
.label = Νέος Διαχωρισμός
|
||||
zen-workspaces-panel-context-delete =
|
||||
@@ -25,7 +25,7 @@ zen-workspaces-panel-context-default-profile =
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Εκφόρτωση Χώρου Εργασίας
|
||||
zen-workspaces-panel-unload-others =
|
||||
.label = Unload All Other Spaces
|
||||
.label = Εκφόρτωση Όλων Των Άλλων Χώρων
|
||||
zen-workspaces-how-to-reorder-title = Πώς να αναδιατάξετε τους χώρους
|
||||
zen-workspaces-how-to-reorder-desc = Σύρετε τα εικονίδια χώρου στο κάτω μέρος της πλαϊνής μπάρας για να τα αναδιατάξετε
|
||||
zen-workspaces-change-theme =
|
||||
|
||||
@@ -357,3 +357,4 @@ zen-devtools-toggle-dom-shortcut = Toggle DOM
|
||||
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility
|
||||
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs
|
||||
zen-new-unsynced-window-shortcut = New Blank Window
|
||||
zen-duplicate-tab-shortcut = Duplicate Tab
|
||||
@@ -15,7 +15,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Add to Essentials
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } slots filled
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Remove from Essentials
|
||||
.accesskey = R
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Ajouter aux Essentials
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } emplacements occupés
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Retirer des Essentials
|
||||
.accesskey = R
|
||||
|
||||
@@ -7,8 +7,8 @@ unified-extensions-description = Úsáidtear síntí chun níos mó feidhmiúlac
|
||||
tab-context-zen-reset-pinned-tab =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Athshocraigh an Cluaisín Riachtanach
|
||||
*[false] Athshocraigh an Cluaisín Priontáilte
|
||||
[true] Athshocraigh an Cluaisín Riachtanach
|
||||
*[false] Athshocraigh an Cluaisín Priontáilte
|
||||
}
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
@@ -21,8 +21,8 @@ tab-context-zen-remove-essential =
|
||||
tab-context-zen-replace-pinned-url-with-current =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Cuir an URL Riachtanach in ionad an URL Reatha
|
||||
*[false] Cuir an URL Priontáilte in ionad an URL Reatha
|
||||
[true] Cuir an URL Riachtanach in ionad an URL Reatha
|
||||
*[false] Cuir an URL Priontáilte in ionad an URL Reatha
|
||||
}
|
||||
.accesskey = C
|
||||
tab-context-zen-edit-title =
|
||||
|
||||
@@ -38,7 +38,7 @@ tabbrowser-reset-pin-button =
|
||||
}
|
||||
zen-tab-sublabel =
|
||||
{ $tabSubtitle ->
|
||||
[zen-default-pinned] Ar ais go dtí an url bioráilte
|
||||
[zen-default-pinned-cmd] Ar leithligh ón gcluaisín bioráilte
|
||||
*[other] { $tabSubtitle }
|
||||
[zen-default-pinned] Ar ais go dtí an url bioráilte
|
||||
[zen-default-pinned-cmd] Ar leithligh ón gcluaisín bioráilte
|
||||
*[other] { $tabSubtitle }
|
||||
}
|
||||
|
||||
@@ -43,13 +43,13 @@ category-zen-workspaces =
|
||||
.tooltiptext = { pane-zen-tabs-title }
|
||||
pane-settings-workspaces-title = Ruang Kerja
|
||||
zen-tabs-select-recently-used-on-close =
|
||||
.label = When closing a tab, switch to the most recently used tab instead of the next tab
|
||||
.label = Saat menutup tab, beralih ke tab yang terakhir digunakan alih-alih tab berikutnya
|
||||
zen-tabs-close-on-back-with-no-history =
|
||||
.label = Tutup tab dan beralih ke tab pemiliknya (atau tab yang terakhir digunakan) saat kembali tanpa riwayat
|
||||
.label = Tutup tab dan beralih ke tab asal (atau terakhir digunakan) saat kembali tanpa riwayat
|
||||
zen-settings-workspaces-sync-unpinned-tabs =
|
||||
.label = Sync only pinned tabs in workspaces
|
||||
.label = (Window Sync) Hanya sinkronkan tab tersemat dalam ruang kerja
|
||||
zen-tabs-cycle-by-attribute =
|
||||
.label = Ctrl+Tab berputar hanya dalam tab Esensial atau Ruang Kerja
|
||||
.label = Ctrl+Tab hanya beralih di antara tab Esensial atau Ruang Kerja
|
||||
zen-tabs-cycle-ignore-pending-tabs =
|
||||
.label = Lewati tab tak termuat saat beralih dengan Ctrl+Tab
|
||||
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab akan beralih berdasarkan urutan terakhir digunakan
|
||||
@@ -63,18 +63,18 @@ zen-pinned-tab-manager-description = Kelola perilaku tambahan dari tab yang dise
|
||||
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
|
||||
.label = Pulihkan tab yang disematkan ke URL awal saat mulai ulang
|
||||
zen-pinned-tab-manager-container-specific-essentials-enabled =
|
||||
.label = Aktifkan kontainer-spesifik essentials
|
||||
.label = Aktifkan pemisahan esensial per kontainer
|
||||
zen-pinned-tab-manager-close-shortcut-behavior-label = Perilaku Pintasan Tutup Tab
|
||||
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
|
||||
.label = Setel Ulang URL, lepaskan, dan beralih ke tab berikutnya
|
||||
.label = Setel ulang URL, lepaskan, dan beralih ke tab berikutnya
|
||||
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
|
||||
.label = Lepaskan dan beralih ke tab berikutnya
|
||||
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
|
||||
.label = Setel Ulang URL dan beralih ke tab berikutnya
|
||||
.label = Setel ulang URL dan beralih ke tab berikutnya
|
||||
zen-pinned-tab-manager-switch-close-shortcut-option =
|
||||
.label = Beralih ke tab berikutnya
|
||||
zen-pinned-tab-manager-reset-close-shortcut-option =
|
||||
.label = Setel Ulang URL
|
||||
.label = Setel ulang URL
|
||||
zen-pinned-tab-manager-close-close-shortcut-option =
|
||||
.label = Tutup tab
|
||||
pane-zen-workspaces-header = Ruang Kerja
|
||||
@@ -137,7 +137,7 @@ pane-zen-marketplace-title = Zen Mods
|
||||
zen-themes-auto-update =
|
||||
.label = Otomatis perbarui mod yang terinstal saat startup
|
||||
zen-settings-workspaces-force-container-tabs-to-workspace =
|
||||
.label = Saat membuka tab kontainer, otomatis pindahkan ke ruang kerja default kontainer tab itu
|
||||
.label = Otomatis pindahkan tab kontainer ke ruang kerja defaultnya saat dibuka
|
||||
zen-theme-marketplace-link = Kunjungi Toko
|
||||
zen-dark-theme-styles-header = Gaya Tema Gelap
|
||||
zen-dark-theme-styles-description = Mengkustomisasi mode gelap sesuai kemauanmu
|
||||
@@ -189,7 +189,7 @@ zen-tab-new-shortcut = Tab Baru
|
||||
zen-key-redo = Ulangi
|
||||
zen-restore-last-closed-tab-shortcut = Pulihkan Tab yang Terakhir Ditutup
|
||||
zen-location-open-shortcut = Buka Lokasi
|
||||
zen-location-open-shortcut-alt = Buka Lokasi
|
||||
zen-location-open-shortcut-alt = Buka Lokasi (Alt)
|
||||
zen-key-undo-close-window = Batalkan Tutup Jendela
|
||||
zen-text-action-undo-shortcut = Batalkan
|
||||
zen-text-action-redo-shortcut = Ulangi
|
||||
@@ -246,7 +246,7 @@ zen-search-find-again-shortcut = Temukan Lagi
|
||||
zen-search-find-again-shortcut-prev = Cari Sebelumnya
|
||||
zen-search-find-again-shortcut-2 = Cari Lagi (Alt)
|
||||
zen-bookmark-this-page-shortcut = Markahi Laman Ini
|
||||
zen-bookmark-show-library-shortcut = Tampilkan Pustaka Bookmark
|
||||
zen-bookmark-show-library-shortcut = Tampilkan Pustaka Markah
|
||||
zen-key-stop = Berhenti Memuat
|
||||
zen-full-zoom-reduce-shortcut = Perkecil
|
||||
zen-full-zoom-enlarge-shortcut = Perbesar
|
||||
|
||||
@@ -3,26 +3,26 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
zen-panel-ui-current-profile-text = profil saat ini
|
||||
unified-extensions-description = Ekstensi digunakan untuk menambahkan lebih banyak fungsi ekstra ke { -brand-short-name }.
|
||||
unified-extensions-description = Ekstensi digunakan untuk menambahkan fungsi ekstra ke { -brand-short-name }.
|
||||
tab-context-zen-reset-pinned-tab =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Reset Essential Tab
|
||||
*[false] Reset Pinned Tab
|
||||
[true] Reset Tab Esensial ke URL awal
|
||||
*[false] Reset Tab Sematan ke URL awal
|
||||
}
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
.label = Tambahkan ke Essentials
|
||||
.label = Tambahkan ke Esensial
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } slot terisi
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Hapus dari Essentials
|
||||
.label = Hapus dari Esensial
|
||||
.accesskey = R
|
||||
tab-context-zen-replace-pinned-url-with-current =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Replace Essential URL with Current
|
||||
*[false] Replace Pinned URL with Current
|
||||
[true] Perbarui URL awal Tab Esensial
|
||||
*[false] Perbarui URL awal Tab Sematan
|
||||
}
|
||||
.accesskey = C
|
||||
tab-context-zen-edit-title =
|
||||
@@ -41,7 +41,7 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = Minimalkan
|
||||
zen-panel-ui-gradient-generator-custom-color = Warna Kustom
|
||||
zen-copy-current-url-confirmation = URL Disalin!
|
||||
zen-copy-current-url-as-markdown-confirmation = Copied current URL as Markdown!
|
||||
zen-copy-current-url-as-markdown-confirmation = URL disalin sebagai Markdown!
|
||||
zen-general-cancel-label =
|
||||
.label = Batalkan
|
||||
zen-general-confirm =
|
||||
@@ -69,7 +69,7 @@ zen-site-data-settings = Pengaturan
|
||||
zen-generic-manage = Kelola
|
||||
zen-generic-more = Selengkapnya
|
||||
zen-generic-next = Lanjut
|
||||
zen-essentials-promo-label = Tambahkan ke Essentials
|
||||
zen-essentials-promo-label = Tambahkan ke Esensial
|
||||
zen-essentials-promo-sublabel = Akses tab favorit Anda hanya dengan sekali klik
|
||||
# These labels will be used for the site data panel settings
|
||||
zen-site-data-setting-allow = Diizinkan
|
||||
|
||||
@@ -19,4 +19,4 @@ zen-menubar-appearance-light =
|
||||
zen-menubar-appearance-dark =
|
||||
.label = Gelap
|
||||
zen-menubar-new-blank-window =
|
||||
.label = New Blank Window
|
||||
.label = Jendela Kosong Baru
|
||||
|
||||
@@ -38,7 +38,7 @@ tabbrowser-reset-pin-button =
|
||||
}
|
||||
zen-tab-sublabel =
|
||||
{ $tabSubtitle ->
|
||||
[zen-default-pinned] Back to pinned url
|
||||
[zen-default-pinned-cmd] Separate from pinned tab
|
||||
[zen-default-pinned] Kembali ke URL Awal
|
||||
[zen-default-pinned-cmd] Pisahkan dari tab tersemat
|
||||
*[other] { $tabSubtitle }
|
||||
}
|
||||
|
||||
@@ -3,23 +3,23 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
zen-welcome-title-line1 = Selamat datang di
|
||||
zen-welcome-title-line2 = internet yang tenang
|
||||
zen-welcome-title-line2 = internet yang lebih tenang
|
||||
zen-welcome-import-title = Permulaan baru, Bookmark tetap sama
|
||||
zen-welcome-import-description-1 = Bookmark, histori dan password anda adalah Jejak remah roti yang anda tinggalkan di internet--jangan tinggalkan begitu saja!
|
||||
zen-welcome-import-description-2 = Semudah mengambil dari peramban lain dan melanjutkan dari yang anda tinggalkan.
|
||||
zen-welcome-import-button = Impor sekarang
|
||||
zen-welcome-set-default-browser = Atur { -brand-short-name } sebagai peramban bawaan
|
||||
zen-welcome-dont-set-default-browser = Jangan membuat { -brand-short-name } sebagai peramban bawaan
|
||||
zen-welcome-initial-essentials-title = Tab penting anda, akan selalu dalam genggaman
|
||||
zen-welcome-initial-essentials-description-1 = Simpan tab penting anda mudah diakses dan berada dalam jangkauan anda, seberapapun anda membukanya.
|
||||
zen-welcome-initial-essentials-description-2 = Tab penting selalu terlihat, dimanapun tempat kerja anda.
|
||||
zen-welcome-workspace-colors-title = Ruang Kerja anda, Warna anda
|
||||
zen-welcome-set-default-browser = Jadikan { -brand-short-name } sebagai peramban baku
|
||||
zen-welcome-dont-set-default-browser = Jangan jadikan { -brand-short-name } sebagai peramban baku
|
||||
zen-welcome-initial-essentials-title = Tab Penting Anda, Selalu dalam Jangkauan
|
||||
zen-welcome-initial-essentials-description-1 = Pastikan tab terpenting Anda mudah diakses dan selalu tersedia, berapa pun jumlah tab yang Anda buka.
|
||||
zen-welcome-initial-essentials-description-2 = Tab esensial selalu terlihat, di ruang kerja mana pun Anda berada.
|
||||
zen-welcome-workspace-colors-title = Ruang Kerja Anda, Warna Anda
|
||||
zen-welcome-workspace-colors-description = Atur peramban anda dengan memberikan warna tersendiri tiap ruang kerja.
|
||||
zen-welcome-start-browsing-title =
|
||||
Semua Pengaturan selesai?<br/>
|
||||
Mari mulai menjelajah!
|
||||
zen-welcome-start-browsing-description-1 = Anda selesai melakukan pengaturan dan siap untuk mulai. Klik tombol di bawah ini untuk mulai menjelajah dengan { -brand-short-name }.
|
||||
zen-welcome-start-browsing = Penyelaman dimulai!
|
||||
zen-welcome-start-browsing = Ayo, mulai!
|
||||
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
|
||||
|
||||
@@ -25,7 +25,7 @@ zen-workspaces-panel-context-default-profile =
|
||||
zen-workspaces-panel-unload =
|
||||
.label = Lepaskan Ruang
|
||||
zen-workspaces-panel-unload-others =
|
||||
.label = Unload All Other Spaces
|
||||
.label = Lepaskan Ruang Lainnya
|
||||
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 =
|
||||
@@ -61,7 +61,7 @@ zen-workspace-creation-profile = Profil
|
||||
.tooltiptext = Profil (Kontainer) 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-title = Hapus Ruang?
|
||||
zen-workspaces-delete-workspace-body = Apakah Anda yakin ingin menghapus { $name }? Tindakan ini tidak bisa dibatalkan.
|
||||
# Note that the html tag MUST not be changed or removed, as it is used to better
|
||||
# display the shortcut in the toast notification.
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Bæta við þarfaflipa
|
||||
.accesskey = F
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } hólf fyllt
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Fjarlægja úr þarfaflipum
|
||||
.accesskey = R
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
pane-zen-looks-title = 外観
|
||||
category-zen-looks =
|
||||
.tooltiptext = { pane-zen-looks-title }{ pane-zen-looks-title }
|
||||
zen-warning-language = デフォルト言語を変更すると、ウェブサイトがあなたにトラッキングしやすいです。
|
||||
zen-warning-language = デフォルト言語を変更すると、ウェブサイトにトラッキングされやすくなります。
|
||||
zen-vertical-tabs-layout-header = ブラウザーのレイアウト
|
||||
zen-vertical-tabs-layout-description = 自分に合ったレイアウトを選んでください
|
||||
zen-layout-single-toolbar = サイドバーのみ
|
||||
@@ -43,11 +43,11 @@ category-zen-workspaces =
|
||||
.tooltiptext = { pane-zen-tabs-title }
|
||||
pane-settings-workspaces-title = ワークスペース
|
||||
zen-tabs-select-recently-used-on-close =
|
||||
.label = When closing a tab, switch to the most recently used tab instead of the next tab
|
||||
.label = タブを閉じるときに、次のタブではなく最後に使用したタブに切り替える
|
||||
zen-tabs-close-on-back-with-no-history =
|
||||
.label = タブを閉じ、履歴がない状態で戻るときに所有者のタブ(または最近使用したタブ)に切り替えます
|
||||
zen-settings-workspaces-sync-unpinned-tabs =
|
||||
.label = Sync only pinned tabs in workspaces
|
||||
.label = ワークスペースのタブのうちピン留めされているタブのみを同期する
|
||||
zen-tabs-cycle-by-attribute =
|
||||
.label = Ctrl+Tabキーを押してワークスペースタブ内または重要なタブ内のサイクルを切り替えます
|
||||
zen-tabs-cycle-ignore-pending-tabs =
|
||||
@@ -57,11 +57,11 @@ zen-look-and-feel-compact-toolbar-themed =
|
||||
.label = コンパクトツールバーにテーマの背景を使用する
|
||||
zen-workspace-continue-where-left-off =
|
||||
.label = 中断したところから再開する
|
||||
pane-zen-pinned-tab-manager-title = 固定したタブ
|
||||
zen-pinned-tab-manager-header = 固定したタブの一般的な設定
|
||||
zen-pinned-tab-manager-description = 固定したタブの追加的な動作を管理する
|
||||
pane-zen-pinned-tab-manager-title = ピン留めされたタブ
|
||||
zen-pinned-tab-manager-header = ピン留めされたタブの設定
|
||||
zen-pinned-tab-manager-description = ピン留めされたタブの追加的な動作を管理する
|
||||
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
|
||||
.label = 固定したタブを起動時に元の固定したURLに復元します
|
||||
.label = ピン留めされたタブを起動時に元のピン留めされた URL に復元します
|
||||
zen-pinned-tab-manager-container-specific-essentials-enabled =
|
||||
.label = コンテナ固有のEssentialsを有効にする
|
||||
zen-pinned-tab-manager-close-shortcut-behavior-label = タブを閉じるショートカットの動作
|
||||
@@ -79,7 +79,7 @@ zen-pinned-tab-manager-close-close-shortcut-option =
|
||||
.label = タブを閉じる
|
||||
pane-zen-workspaces-header = ワークスペース
|
||||
zen-settings-workspaces-header = ワークスペースの一般的な設定
|
||||
zen-settings-workspaces-description = ワークスペースを使用すると、一度に複数のブラウジングセッションがあるといいです!
|
||||
zen-settings-workspaces-description = ワークスペースを使用すると、同時に複数のブラウジングセッションを行うことができます!
|
||||
zen-settings-workspaces-enabled =
|
||||
.label = ワークスペースを有効にする
|
||||
zen-settings-workspaces-hide-default-container-indicator =
|
||||
@@ -279,8 +279,8 @@ zen-workspace-shortcut-switch-7 = ワークスペース7に切り替える
|
||||
zen-workspace-shortcut-switch-8 = ワークスペース8に切り替える
|
||||
zen-workspace-shortcut-switch-9 = ワークスペース9に切り替える
|
||||
zen-workspace-shortcut-switch-10 = ワークスペース10に切り替える
|
||||
zen-workspace-shortcut-forward = ワークスペースを転送
|
||||
zen-workspace-shortcut-backward = 後方ワークスペース
|
||||
zen-workspace-shortcut-forward = 次のワークスペースに移動
|
||||
zen-workspace-shortcut-backward = 前のワークスペースへ移動
|
||||
zen-sidebar-shortcut-toggle = サイドバーの幅を切り替える
|
||||
zen-pinned-tab-shortcut-reset = ピン留めされたタブをピン留めしたURLにリセット
|
||||
zen-split-view-shortcut-grid = 分割表示グリッドの切り替え
|
||||
|
||||
@@ -7,8 +7,8 @@ unified-extensions-description = 拡張機能は{ -brand-short-name }に多く
|
||||
tab-context-zen-reset-pinned-tab =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Reset Essential Tab
|
||||
*[false] Reset Pinned Tab
|
||||
[true] Essentialタブの遷移をリセット
|
||||
*[false] ピン留めされたタブの遷移をリセット
|
||||
}
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
@@ -21,8 +21,8 @@ tab-context-zen-remove-essential =
|
||||
tab-context-zen-replace-pinned-url-with-current =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Replace Essential URL with Current
|
||||
*[false] Replace Pinned URL with Current
|
||||
[true] EssentialタブのURLを今開いているURLで置き換える
|
||||
*[false] ピン留めされたタブのURLを今開いているURLで置き換える
|
||||
}
|
||||
.accesskey = C
|
||||
tab-context-zen-edit-title =
|
||||
@@ -41,13 +41,13 @@ pictureinpicture-minimize-btn =
|
||||
.tooltip = 最小化
|
||||
zen-panel-ui-gradient-generator-custom-color = カスタムカラー
|
||||
zen-copy-current-url-confirmation = URLをクリップボードにコピーしました!
|
||||
zen-copy-current-url-as-markdown-confirmation = Copied current URL as Markdown!
|
||||
zen-copy-current-url-as-markdown-confirmation = URLをMarkdownとしてコピーしました!
|
||||
zen-general-cancel-label =
|
||||
.label = キャンセル
|
||||
zen-general-confirm =
|
||||
.label = 確定
|
||||
zen-pinned-tab-replaced = 固定したタブのURLが現在のURLに置き換えられました!
|
||||
zen-tabs-renamed = タグの名前は無事に変更されました!
|
||||
zen-tabs-renamed = タブの名前は無事に変更されました!
|
||||
zen-background-tab-opened-toast = 新しい背景タブが開きました!
|
||||
zen-workspace-renamed-toast = ワークスペースの名前が変更されました!
|
||||
zen-toggle-compact-mode-button =
|
||||
|
||||
@@ -33,12 +33,12 @@ tabbrowser-unload-tab-button =
|
||||
tabbrowser-reset-pin-button =
|
||||
.tooltiptext =
|
||||
{ $tabCount ->
|
||||
[one] タブをリセットして固定する
|
||||
*[other] タブをリセットして{ $tabCount }つタブを固定する
|
||||
[one] タブをリセットしてピン留め
|
||||
*[other] タブをリセットして{ $tabCount }つのタブをピン留め
|
||||
}
|
||||
zen-tab-sublabel =
|
||||
{ $tabSubtitle ->
|
||||
[zen-default-pinned] Back to pinned url
|
||||
[zen-default-pinned-cmd] Separate from pinned tab
|
||||
[zen-default-pinned] ピン止めされた URL に戻る
|
||||
[zen-default-pinned-cmd] ピン止めされたタブから切り離す
|
||||
*[other] { $tabSubtitle }
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
zen-panel-ui-workspaces-text = スペース
|
||||
zen-panel-ui-workspaces-text = ワークスペース
|
||||
zen-panel-ui-spaces-label =
|
||||
.label = スペース
|
||||
zen-panel-ui-workspaces-create =
|
||||
@@ -25,7 +25,7 @@ zen-workspaces-panel-context-default-profile =
|
||||
zen-workspaces-panel-unload =
|
||||
.label = スペースをアンロードする
|
||||
zen-workspaces-panel-unload-others =
|
||||
.label = Unload All Other Spaces
|
||||
.label = 他のスペースをアンロードする
|
||||
zen-workspaces-how-to-reorder-title = 並べ替える方法
|
||||
zen-workspaces-how-to-reorder-desc = サイドバーの下部にあるスペースアイコンをドラッグして並べ替えます
|
||||
zen-workspaces-change-theme =
|
||||
@@ -68,7 +68,7 @@ zen-workspaces-delete-workspace-body = { $name }を削除してもよろしい
|
||||
zen-workspaces-close-all-unpinned-tabs-toast = タブを閉じました!元に戻すには、 <span>{ $shortcut }</span>を使用してください。
|
||||
zen-workspaces-close-all-unpinned-tabs-title =
|
||||
.label = 削除する
|
||||
.tooltiptext = すべての固定しなかったタブを閉じる
|
||||
.tooltiptext = すべてのピン留めされていないタブを閉じる
|
||||
zen-panel-ui-workspaces-change-forward =
|
||||
.label = 次のスペースに移動
|
||||
zen-panel-ui-workspaces-change-back =
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Legg til i essensielle
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } felt utfylt
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Fjern fra essensielle
|
||||
.accesskey = R
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
pane-zen-looks-title = Wygląd i działanie
|
||||
category-zen-looks =
|
||||
.tooltiptext = { pane-zen-looks-title }
|
||||
zen-warning-language = Zmiana domyślnego języka może ułatwić śledzenie stron internetowych.
|
||||
zen-vertical-tabs-layout-header = Wygląd przeglądarki
|
||||
zen-vertical-tabs-layout-description = Wybierz wygląd, który pasuje Ci najbardziej
|
||||
zen-warning-language = Zmiana domyślnego języka może ułatwić stronom internetowym śledzenie Twojej aktywności.
|
||||
zen-vertical-tabs-layout-header = Układ przeglądarki
|
||||
zen-vertical-tabs-layout-description = Wybierz układ, który najbardziej Ci odpowiada
|
||||
zen-layout-single-toolbar = Tylko pasek boczny
|
||||
zen-layout-multiple-toolbar = Pasek boczny i górny pasek narzędzi
|
||||
zen-layout-collapsed-toolbar = Zwinięty pasek boczny
|
||||
@@ -43,15 +43,15 @@ category-zen-workspaces =
|
||||
.tooltiptext = { pane-zen-tabs-title }
|
||||
pane-settings-workspaces-title = Obszary robocze
|
||||
zen-tabs-select-recently-used-on-close =
|
||||
.label = Podczas zamykania karty, przejdź do ostatnio używanej karty zamiast do następnej karty
|
||||
.label = Podczas zamykania karty, przełącz na ostatnio używaną kartę zamiast na następną kartę
|
||||
zen-tabs-close-on-back-with-no-history =
|
||||
.label = Zamknij kartę i przejdź do karty głównej (lub ostatnio używanej karty) podczas powrotu bez historii
|
||||
.label = Zamknij kartę i przełącz na kartę nadrzędną (lub ostatnio używaną kartę) podczas cofania bez historii
|
||||
zen-settings-workspaces-sync-unpinned-tabs =
|
||||
.label = Zsynchronizuj tylko przypięte karty w obszarach roboczych
|
||||
zen-tabs-cycle-by-attribute =
|
||||
.label = Ctrl+Tab przełącza tylko między kartami niezbędnymi lub kartami obszaru roboczego
|
||||
zen-tabs-cycle-ignore-pending-tabs =
|
||||
.label = Ignoruj oczekujące karty podczas przełączania między kartami z Ctrl+Tab
|
||||
.label = Ignoruj oczekujące karty podczas przełączania się za pomocą skrótu Ctrl+Tab
|
||||
zen-tabs-cycle-by-attribute-warning = Ctrl+Tab będzie przełączał karty według ostatnio używanej kolejności, ponieważ jest włączona
|
||||
zen-look-and-feel-compact-toolbar-themed =
|
||||
.label = Użyj tła motywu dla kompaktowego paska narzędzi
|
||||
@@ -61,18 +61,18 @@ pane-zen-pinned-tab-manager-title = Przypięte karty
|
||||
zen-pinned-tab-manager-header = Ogólne ustawienia przypiętych kart
|
||||
zen-pinned-tab-manager-description = Zarządzaj dodatkowym zachowaniem przypiętych kart
|
||||
zen-pinned-tab-manager-restore-pinned-tabs-to-pinned-url =
|
||||
.label = Przywróć przypięte karty do pierwotnie przypiętego adresu URL przy starcie
|
||||
.label = Przywróć przypięte karty do ich pierwotnych adresów URL podczas uruchamiania
|
||||
zen-pinned-tab-manager-container-specific-essentials-enabled =
|
||||
.label = Włącz podstawowe funkcje specyficzne dla kontenera
|
||||
.label = Włącz niezbędne karty specyficzne dla kontenerów
|
||||
zen-pinned-tab-manager-close-shortcut-behavior-label = Zachowanie skrótu zamykania karty
|
||||
zen-pinned-tab-manager-reset-unload-switch-close-shortcut-option =
|
||||
.label = Zresetuj adres URL, wyładuj i przejdź do następnej karty
|
||||
.label = Zresetuj adres URL, wyładuj i przełącz na następną kartę
|
||||
zen-pinned-tab-manager-unload-switch-close-shortcut-option =
|
||||
.label = Wyładuj i przejdź do następnej karty
|
||||
.label = Wyładuj i przełącz na następną kartę
|
||||
zen-pinned-tab-manager-reset-switch-close-shortcut-option =
|
||||
.label = Zresetuj adres URL i przejdź do następnej karty
|
||||
.label = Zresetuj adres URL i przełącz na następną kartę
|
||||
zen-pinned-tab-manager-switch-close-shortcut-option =
|
||||
.label = Przejdź do następnej karty
|
||||
.label = Przełącz na następną kartę
|
||||
zen-pinned-tab-manager-reset-close-shortcut-option =
|
||||
.label = Zresetuj adres URL
|
||||
zen-pinned-tab-manager-close-close-shortcut-option =
|
||||
@@ -100,7 +100,7 @@ zen-vertical-tabs-expand-tabs-by-default = Rozwiń karty domyślnie
|
||||
zen-vertical-tabs-dont-expand-tabs-by-default = Nie rozwijaj domyślnie kart
|
||||
zen-vertical-tabs-expand-tabs-on-hover = Rozwiń zakładki po najechaniu kursorem (nie działa w trybie kompaktowym)
|
||||
zen-vertical-tabs-expand-tabs-header = Jak rozwinąć karty
|
||||
zen-vertical-tabs-expand-tabs-description = Wybierz jak rozwinąć karty na pasku bocznym
|
||||
zen-vertical-tabs-expand-tabs-description = Wybierz sposób rozwijania kart na pasku bocznym
|
||||
zen-theme-marketplace-header = Modyfikacje Zen
|
||||
zen-theme-disable-all-enabled =
|
||||
.title = Wyłącz wszystkie modyfikacje
|
||||
@@ -137,7 +137,7 @@ pane-zen-marketplace-title = Modyfikacje Zen
|
||||
zen-themes-auto-update =
|
||||
.label = Automatycznie aktualizuj zainstalowane modyfikacje podczas startu przeglądarki
|
||||
zen-settings-workspaces-force-container-tabs-to-workspace =
|
||||
.label = Przełącz się do obszaru roboczego, w którym kontener jest ustawiony jako domyślny podczas otwierania kart kontenera
|
||||
.label = Przełącz na obszar roboczy, w którym kontener jest ustawiony jako domyślny podczas otwierania kart kontenera
|
||||
zen-theme-marketplace-link = Odwiedź sklep
|
||||
zen-dark-theme-styles-header = Style ciemnego motywu
|
||||
zen-dark-theme-styles-description = Dostosuj ciemny motyw do swoich upodobań
|
||||
@@ -154,9 +154,9 @@ zen-urlbar-behavior-label = Zachowanie
|
||||
zen-urlbar-behavior-normal =
|
||||
.label = Normalne
|
||||
zen-urlbar-behavior-floating-on-type =
|
||||
.label = Widoczny podczas pisania
|
||||
.label = Pływający tylko podczas pisania
|
||||
zen-urlbar-behavior-float =
|
||||
.label = Zawsze widoczny
|
||||
.label = Zawsze pływający
|
||||
pane-zen-CKS-title = Skróty klawiaturowe
|
||||
category-zen-CKS =
|
||||
.tooltiptext = { pane-zen-CKS-title }
|
||||
@@ -166,7 +166,7 @@ category-zen-marketplace =
|
||||
zen-settings-CKS-header = Dostosuj skróty klawiaturowe
|
||||
zen-settings-CKS-description = Zmień domyślne skróty klawiaturowe zgodnie z własnymi preferencjami i popraw komfort przeglądania stron internetowych
|
||||
zen-settings-CKS-disable-firefox =
|
||||
.label = Wyłącz domyślne skróty klawiszowe { -brand-short-name }
|
||||
.label = Wyłącz domyślne skróty klawiaturowe { -brand-short-name }
|
||||
zen-settings-CKS-duplicate-shortcut =
|
||||
.label = Duplikuj skrót
|
||||
zen-settings-CKS-reset-shortcuts =
|
||||
@@ -182,7 +182,7 @@ zenCKSOption-group-zen-compact-mode = Tryb kompaktowy
|
||||
zenCKSOption-group-zen-workspace = Obszary robocze
|
||||
zenCKSOption-group-zen-other = Inne funkcje Zen
|
||||
zenCKSOption-group-zen-split-view = Podziel widok
|
||||
zenCKSOption-group-devTools = Narzędzia developerskie
|
||||
zenCKSOption-group-devTools = Narzędzia deweloperskie
|
||||
zen-key-quick-restart = Szybkie ponowne uruchomienie
|
||||
zen-window-new-shortcut = Nowe okno
|
||||
zen-tab-new-shortcut = Nowa karta
|
||||
@@ -214,7 +214,7 @@ zen-help-shortcut = Otwórz pomoc
|
||||
zen-preferences-shortcut = Otwórz ustawienia
|
||||
zen-hide-app-shortcut = Ukryj aplikację
|
||||
zen-hide-other-apps-shortcut = Ukryj inne aplikacje
|
||||
zen-search-focus-shortcut = Szukaj w centrum uwagi
|
||||
zen-search-focus-shortcut = Przejdź do wyszukiwania
|
||||
zen-search-focus-shortcut-alt = Przejdź do wyszukiwania (Alt)
|
||||
zen-downloads-shortcut = Otwórz pobieranie
|
||||
zen-addons-shortcut = Otwórz dodatki
|
||||
@@ -223,7 +223,7 @@ zen-save-page-shortcut = Zapisz stronę
|
||||
zen-print-shortcut = Wydrukuj stronę
|
||||
zen-close-shortcut-2 = Zamknij kartę
|
||||
zen-mute-toggle-shortcut = Przełącz wyciszenie
|
||||
zen-key-delete = Usuń klucz
|
||||
zen-key-delete = Klawisz Delete
|
||||
zen-key-go-back = Powrót
|
||||
zen-key-go-forward = Przejdź do przodu
|
||||
zen-nav-back-shortcut-alt = Nawiguj wstecz (Alt)
|
||||
@@ -281,13 +281,13 @@ zen-workspace-shortcut-switch-9 = Przełącz na obszar roboczy 9
|
||||
zen-workspace-shortcut-switch-10 = Przełącz na obszar roboczy 10
|
||||
zen-workspace-shortcut-forward = Następny obszar roboczy
|
||||
zen-workspace-shortcut-backward = Poprzedni obszar roboczy
|
||||
zen-sidebar-shortcut-toggle = Przełącz szerokość paska bocznego
|
||||
zen-pinned-tab-shortcut-reset = Zresetuj przypiętą kartę do przypiętego adresu URL
|
||||
zen-split-view-shortcut-grid = Przełącz siatkę widoku dzielonego
|
||||
zen-sidebar-shortcut-toggle = Przełącz szerokość panelu bocznego
|
||||
zen-pinned-tab-shortcut-reset = Przywróć przypiętą kartę do przypiętego adresu URL
|
||||
zen-split-view-shortcut-grid = Przełącz widok podziału na siatkę
|
||||
zen-split-view-shortcut-vertical = Przełącz podział ekranu w pionie
|
||||
zen-split-view-shortcut-horizontal = Przełącz podział ekranu w poziomie
|
||||
zen-split-view-shortcut-unsplit = Zamknij podział widoku
|
||||
zen-new-empty-split-view-shortcut = Nowy pusty widok podziału
|
||||
zen-new-empty-split-view-shortcut = Nowy pusty widok podzielony
|
||||
zen-key-select-tab-1 = Wybierz kartę #1
|
||||
zen-key-select-tab-2 = Wybierz kartę #2
|
||||
zen-key-select-tab-3 = Wybierz kartę #3
|
||||
@@ -302,17 +302,17 @@ zen-key-goto-history = Przejdź do historii
|
||||
zen-key-go-home = Przejdź do strony głównej
|
||||
zen-bookmark-show-sidebar-shortcut = Pokaż pasek boczny zakładek
|
||||
zen-bookmark-show-toolbar-shortcut = Pokaż pasek zakładek
|
||||
zen-devtools-toggle-shortcut = Włącz narzędzia developerskie
|
||||
zen-devtools-toggle-shortcut = Przełącz narzędzia deweloperskie
|
||||
zen-devtools-toggle-browser-toolbox-shortcut = Włącz narzędzia przeglądarki
|
||||
zen-devtools-toggle-browser-console-shortcut = Włącz konsolę przeglądarki
|
||||
zen-devtools-toggle-responsive-design-mode-shortcut = Włącz tryb responsywny
|
||||
zen-devtools-toggle-inspector-shortcut = Włącz Inspektor
|
||||
zen-devtools-toggle-web-console-shortcut = Włącz konsolę sieciową
|
||||
zen-devtools-toggle-web-console-shortcut = Włącz konsolę
|
||||
zen-devtools-toggle-js-debugger-shortcut = Włącz debugger JavaScript
|
||||
zen-devtools-toggle-net-monitor-shortcut = Włącz monitor sieci
|
||||
zen-devtools-toggle-style-editor-shortcut = Włącz edytor stylów
|
||||
zen-devtools-toggle-performance-shortcut = Włącz Wydajność
|
||||
zen-devtools-toggle-storage-shortcut = Włącz Pamięć
|
||||
zen-devtools-toggle-storage-shortcut = Włącz Dane
|
||||
zen-devtools-toggle-dom-shortcut = Włącz DOM
|
||||
zen-devtools-toggle-accessibility-shortcut = Włącz Dostępność
|
||||
zen-close-all-unpinned-tabs-shortcut = Zamknij wszystkie nieprzypięte karty
|
||||
|
||||
@@ -9,13 +9,13 @@ zen-folders-panel-rename-folder =
|
||||
zen-folders-panel-unpack-folder =
|
||||
.label = Rozpakuj folder
|
||||
zen-folders-new-subfolder =
|
||||
.label = Nowy folder
|
||||
.label = Nowy podfolder
|
||||
zen-folders-panel-delete-folder =
|
||||
.label = Usuń folder
|
||||
zen-folders-panel-convert-folder-to-space =
|
||||
.label = Konwertuj folder na przestrzeń
|
||||
zen-folders-panel-change-folder-space =
|
||||
.label = Zmień nazwę przestrzeni...
|
||||
.label = Zmień przestrzeń...
|
||||
zen-folders-unload-all-tooltip =
|
||||
.tooltiptext = Wyładuj aktywne w tym folderze
|
||||
zen-folders-unload-folder =
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Dodaj do niezbędnych
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } zajętych miejsc
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Usuń z niezbędnych
|
||||
.accesskey = R
|
||||
@@ -47,7 +47,7 @@ zen-general-cancel-label =
|
||||
zen-general-confirm =
|
||||
.label = Potwierdź
|
||||
zen-pinned-tab-replaced = URL przypiętej karty został zastąpiony bieżącym adresem!
|
||||
zen-tabs-renamed = Nazwa karty została z powodzeniem zmieniona!
|
||||
zen-tabs-renamed = Nazwa karty została pomyślnie zmieniona!
|
||||
zen-background-tab-opened-toast = Nowa karta została otworzona w tle!
|
||||
zen-workspace-renamed-toast = Zmieniono nazwę przestrzeni roboczej!
|
||||
zen-toggle-compact-mode-button =
|
||||
@@ -92,7 +92,7 @@ zen-site-data-site-settings =
|
||||
zen-site-data-header-share =
|
||||
.tooltiptext = Udostępnij tę stronę
|
||||
zen-site-data-header-reader-mode =
|
||||
.tooltiptext = Wejdź do trybu czytnika
|
||||
.tooltiptext = Przejdź do trybu czytania
|
||||
zen-site-data-header-screenshot =
|
||||
.tooltiptext = Zrzut ekranu
|
||||
zen-site-data-header-bookmark =
|
||||
@@ -119,7 +119,7 @@ zen-sidebar-notification-restart-safe-mode-label = Coś się zepsuło?
|
||||
zen-sidebar-notification-restart-safe-mode-tooltip =
|
||||
.title = Zrestartuj w trybie bezpiecznym
|
||||
zen-window-sync-migration-dialog-title = Utrzymuj synchronizację okien
|
||||
zen-window-sync-migration-dialog-message = Zen synchronizuje okna na jednym urządzeniu, żeby zmiany w jednym oknie były natychmiast odzwierciedlone w pozostałych.
|
||||
zen-window-sync-migration-dialog-message = Zen synchronizuje teraz okna na tym samym urządzeniu, dzięki czemu zmiany wprowadzone w jednym oknie są natychmiast odzwierciedlane w pozostałych.
|
||||
zen-window-sync-migration-dialog-learn-more = Dowiedz się więcej
|
||||
zen-window-sync-migration-dialog-accept = Rozumiem
|
||||
zen-appmenu-new-blank-window =
|
||||
|
||||
@@ -5,14 +5,15 @@
|
||||
tab-zen-split-tabs =
|
||||
.label =
|
||||
{ $tabCount ->
|
||||
[-1] Rozdziel karty
|
||||
[1] Podziel kartę (wymagane zaznaczenie wielu kart)
|
||||
*[other] Podziel karty w liczbie: { $tabCount }
|
||||
[-1] Oddziel kartę
|
||||
[1] Złącz kartę (wymagane jest zaznaczenie wielu kart)
|
||||
[few] Złącz { $tabCount } karty
|
||||
*[other] Złącz { $tabCount } kart
|
||||
}
|
||||
.accesskey = S
|
||||
zen-split-link =
|
||||
.label = Podziel link na nową kartę
|
||||
.label = Otwórz link w widoku podzielonym
|
||||
.accesskey = S
|
||||
zen-split-view-modifier-header = Podziel widok
|
||||
zen-split-view-modifier-header = Widok podzielony
|
||||
zen-split-view-modifier-activate-reallocation =
|
||||
.label = Aktywuj realokację
|
||||
|
||||
@@ -27,14 +27,16 @@ sidebar-zen-create-new =
|
||||
tabbrowser-unload-tab-button =
|
||||
.tooltiptext =
|
||||
{ $tabCount ->
|
||||
[one] Dezaktywuj i przełącz na kartę
|
||||
*[other] Dezaktywuj { $tabCount } karty i przełącz na pierwszą
|
||||
[one] Wyładuj i przełącz na kartę
|
||||
[few] Wyładuj { $tabCount } karty i przełącz na pierwszą
|
||||
*[other] Wyładuj { $tabCount } kart i przełącz na pierwszą
|
||||
}
|
||||
tabbrowser-reset-pin-button =
|
||||
.tooltiptext =
|
||||
{ $tabCount ->
|
||||
[one] Zresetuj i przypnij kartę
|
||||
*[other] Zresetuj i przypnij karty w liczbie: { $tabCount }
|
||||
[few] Zresetuj i przypnij { $tabCount } karty
|
||||
*[other] Zresetuj i przypnij { $tabCount } kart
|
||||
}
|
||||
zen-tab-sublabel =
|
||||
{ $tabSubtitle ->
|
||||
|
||||
@@ -10,7 +10,7 @@ zen-welcome-import-description-2 = Łatwo przenieś je z innej przeglądarki i k
|
||||
zen-welcome-import-button = Zaimportuj teraz
|
||||
zen-welcome-set-default-browser = Ustaw { -brand-short-name } jako swoją domyślną przeglądarkę
|
||||
zen-welcome-dont-set-default-browser = NIE ustawiaj { -brand-short-name } jako swoja domyślna przeglądarka
|
||||
zen-welcome-initial-essentials-title = Twoje kluczowe karty, zawsze w zasięgu
|
||||
zen-welcome-initial-essentials-title = Twoje kluczowe karty, zawsze pod ręką
|
||||
zen-welcome-initial-essentials-description-1 = Utrzymuj swoje najważniejsze karty zawsze pod ręką, niezależnie od tego, jak wiele masz ich otwartych.
|
||||
zen-welcome-initial-essentials-description-2 = Niezbędne karty są zawsze widoczne, niezależnie od bieżącego obszaru roboczego.
|
||||
zen-welcome-workspace-colors-title = Twój obszar roboczy, Twoje kolory
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
tab-zen-split-tabs =
|
||||
.label =
|
||||
{ $tabCount ->
|
||||
[1] Dividir aba (é necessário várias abas selecionadas)
|
||||
*[other] Dividir { $tabCount } Abas
|
||||
[-1] Dividir aba
|
||||
[1] Juntar Aba (necessário várias abas selecionadas)
|
||||
*[other] Juntar { $tabCount } Abas
|
||||
}
|
||||
.accesskey = S.O.
|
||||
zen-split-link =
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = Temel sekmelere ekle
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max } yuva dolu
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = Temel sekmelerden kaldır
|
||||
.accesskey = R
|
||||
|
||||
@@ -7,8 +7,8 @@ unified-extensions-description = Các tiện ích mở rộng được sử dụ
|
||||
tab-context-zen-reset-pinned-tab =
|
||||
.label =
|
||||
{ $isEssential ->
|
||||
[true] Đặt lại thẻ chính
|
||||
*[false] Đặt lại thẻ đã ghim
|
||||
[true] Đặt lại thẻ chính
|
||||
*[false] Đặt lại thẻ đã ghim
|
||||
}
|
||||
.accesskey = R
|
||||
tab-context-zen-add-essential =
|
||||
|
||||
@@ -121,4 +121,4 @@ zen-window-sync-migration-dialog-message = Zen 现已支持同一设备上的窗
|
||||
zen-window-sync-migration-dialog-learn-more = 了解更多
|
||||
zen-window-sync-migration-dialog-accept = 知道了
|
||||
zen-appmenu-new-blank-window =
|
||||
.label = 新空白窗口
|
||||
.label = 新建空白窗口
|
||||
|
||||
@@ -14,7 +14,7 @@ tab-context-zen-reset-pinned-tab =
|
||||
tab-context-zen-add-essential =
|
||||
.label = 新增至 Essentials
|
||||
.accesskey = E
|
||||
tab-context-zen-add-essential-badge = 已使用 { $num } / { $max } 個位置
|
||||
tab-context-zen-add-essential-badge = { $num } / { $max }
|
||||
tab-context-zen-remove-essential =
|
||||
.label = 從 Essentials 中移除
|
||||
.accesskey = R
|
||||
|
||||
@@ -27,3 +27,7 @@
|
||||
- name: widget.macos.native-popovers
|
||||
value: true
|
||||
condition: "defined(XP_MACOSX)"
|
||||
|
||||
- name: zen.widget.macos.override-system-swipe-gestures
|
||||
value: true
|
||||
condition: "defined(XP_MACOSX)"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
diff --git a/browser/base/content/browser-commands.js b/browser/base/content/browser-commands.js
|
||||
index 75ddd82c18979571f377dec94fe1883f1349cc16..58ae4d88f7f0b37187cb61fcaf4cf84a9af7991f 100644
|
||||
index 75ddd82c18979571f377dec94fe1883f1349cc16..129d78214db53fc8dbd17d23b4a5a042ec297a41 100644
|
||||
--- a/browser/base/content/browser-commands.js
|
||||
+++ b/browser/base/content/browser-commands.js
|
||||
@@ -14,6 +14,10 @@ var BrowserCommands = {
|
||||
@@ -24,11 +24,14 @@ index 75ddd82c18979571f377dec94fe1883f1349cc16..58ae4d88f7f0b37187cb61fcaf4cf84a
|
||||
// A notification intended to be useful for modular peformance tracking
|
||||
// starting as close as is reasonably possible to the time when the user
|
||||
// expressed the intent to open a new tab. Since there are a lot of
|
||||
@@ -399,6 +407,11 @@ var BrowserCommands = {
|
||||
@@ -399,6 +407,14 @@ var BrowserCommands = {
|
||||
return;
|
||||
}
|
||||
|
||||
+ if (gBrowser.selectedTab.hasAttribute("zen-empty-tab")) {
|
||||
+ if (gBrowser.selectedTab.hasAttribute("split-view")) {
|
||||
+ return;
|
||||
+ }
|
||||
+ gZenWorkspaces.handleTabCloseWindow();
|
||||
+ return;
|
||||
+ }
|
||||
@@ -36,7 +39,7 @@ index 75ddd82c18979571f377dec94fe1883f1349cc16..58ae4d88f7f0b37187cb61fcaf4cf84a
|
||||
// Keyboard shortcuts that would close a tab that is pinned select the first
|
||||
// unpinned tab instead.
|
||||
if (
|
||||
@@ -406,8 +419,8 @@ var BrowserCommands = {
|
||||
@@ -406,8 +422,8 @@ var BrowserCommands = {
|
||||
(event.ctrlKey || event.metaKey || event.altKey) &&
|
||||
gBrowser.selectedTab.pinned
|
||||
) {
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
diff --git a/browser/base/content/browser-gestureSupport.js b/browser/base/content/browser-gestureSupport.js
|
||||
index a28d54bf72c0e6495b9586f220d1859aac794936..66154668b9f85ffbaacea1e8351370659260227b 100644
|
||||
index a28d54bf72c0e6495b9586f220d1859aac794936..411d7255a68c48643617d77cc279a0a831fdf5c9 100644
|
||||
--- a/browser/base/content/browser-gestureSupport.js
|
||||
+++ b/browser/base/content/browser-gestureSupport.js
|
||||
@@ -832,7 +832,7 @@ var gHistorySwipeAnimation = {
|
||||
@@ -247,6 +247,10 @@ var gGestureSupport = {
|
||||
: aEvent.DIRECTION_LEFT;
|
||||
}
|
||||
|
||||
+ if (!gHistorySwipeAnimation._isSupported()) {
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
return canGoBack || canGoForward;
|
||||
},
|
||||
|
||||
@@ -832,7 +836,7 @@ var gHistorySwipeAnimation = {
|
||||
* @return true if there is a previous page in history, false otherwise.
|
||||
*/
|
||||
canGoBack: function HSA_canGoBack() {
|
||||
|
||||
@@ -66,4 +66,6 @@
|
||||
<command id="cmd_zenNewNavigatorUnsynced" />
|
||||
|
||||
<command id="cmd_zenNewLiveFolder" />
|
||||
|
||||
<command id="cmd_zenDuplicateTab" />
|
||||
</commandset>
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
diff --git a/browser/components/customizableui/ToolbarContextMenu.sys.mjs b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
||||
index d5fd707b98e4b163a624c97ff4a8f2574e0b0180..32360b11270d9dad4b83229428932e598f69e774 100644
|
||||
index d5fd707b98e4b163a624c97ff4a8f2574e0b0180..b5d7e84c3567e83b95a6493e8333d3036dc88f36 100644
|
||||
--- a/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
||||
+++ b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
||||
@@ -183,7 +183,7 @@ export var ToolbarContextMenu = {
|
||||
|
||||
let showTabStripItems = toolbarItem?.id == "tabbrowser-tabs";
|
||||
let isVerticalTabStripMenu =
|
||||
- showTabStripItems && toolbarItem.parentElement.id == "vertical-tabs";
|
||||
+ showTabStripItems && toolbarItem.parentElement.id == "TabsToolbar-customization-target";
|
||||
|
||||
if (aInsertPoint) {
|
||||
aInsertPoint.hidden = isVerticalTabStripMenu;
|
||||
@@ -243,10 +243,7 @@ export var ToolbarContextMenu = {
|
||||
// Show/hide sidebar and vertical tabs menu items
|
||||
let sidebarRevampEnabled = Services.prefs.getBoolPref("sidebar.revamp");
|
||||
@@ -14,3 +23,11 @@ index d5fd707b98e4b163a624c97ff4a8f2574e0b0180..32360b11270d9dad4b83229428932e59
|
||||
|
||||
let toggleVerticalTabsItem = document.getElementById(
|
||||
"toolbar-context-toggle-vertical-tabs"
|
||||
@@ -267,6 +264,7 @@ export var ToolbarContextMenu = {
|
||||
document.getElementById("sidebarRevampSeparator").hidden =
|
||||
!showSidebarActions || isVerticalTabStripMenu;
|
||||
document.getElementById("customizationMenuSeparator").hidden =
|
||||
+ true ||
|
||||
toolbarItem?.id == "tabbrowser-tabs" ||
|
||||
(toolbarItem?.localName == "toolbarspring" &&
|
||||
!CustomizationHandler.isCustomizing()) ||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js
|
||||
index e77dfebdf3a15033182eeae6eccd44a63aae3740..4e25b3e1abaeeaec3e83e0e1b53bf578eba5587b 100644
|
||||
index a5f2e4258942010ee61ed7a86497f51793366fcd..f01524a09512ec6cd1972a9fdb173ff427a0d753 100644
|
||||
--- a/browser/components/preferences/main.js
|
||||
+++ b/browser/components/preferences/main.js
|
||||
@@ -2652,6 +2652,11 @@ SettingGroupManager.registerGroups({
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
diff --git a/browser/components/tabbrowser/content/tabbrowser.js b/browser/components/tabbrowser/content/tabbrowser.js
|
||||
index d88bc0e5570c8fd428a84fdf5af0f6bab1e2a636..be4bedce98f404325e547dd8a4e73e895b6025b0 100644
|
||||
index d88bc0e5570c8fd428a84fdf5af0f6bab1e2a636..aed843d26eaf56d66883f95c373d40106d93dc08 100644
|
||||
--- a/browser/components/tabbrowser/content/tabbrowser.js
|
||||
+++ b/browser/components/tabbrowser/content/tabbrowser.js
|
||||
@@ -413,6 +413,7 @@
|
||||
@@ -191,7 +191,7 @@ index d88bc0e5570c8fd428a84fdf5af0f6bab1e2a636..be4bedce98f404325e547dd8a4e73e89
|
||||
// In full screen mode, only bother making the location bar visible
|
||||
// if the tab is a blank one.
|
||||
- if (gURLBar.getBrowserState(newBrowser).urlbarFocused) {
|
||||
+ if (gURLBar.getBrowserState(newBrowser).urlbarFocused && !gZenVerticalTabsManager._hasSetSingleToolbar) {
|
||||
+ if (gURLBar.getBrowserState(newBrowser).urlbarFocused && (!gZenVerticalTabsManager._hasSetSingleToolbar || isBlankPageURL(newBrowser.currentURI?.spec))) {
|
||||
let selectURL = () => {
|
||||
if (this._asyncTabSwitching) {
|
||||
// Set _awaitingSetURI flag to suppress popup notification
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M4.75 15.25C5.99264 15.25 7 14.2426 7 13C7 11.7574 5.99264 10.75 4.75 10.75C3.50736 10.75 2.5 11.7574 2.5 13C2.5 14.2426 3.50736 15.25 4.75 15.25Z"/><path d="M13.25 15.25C14.4926 15.25 15.5 14.2426 15.5 13C15.5 11.7574 14.4926 10.75 13.25 10.75C12.0074 10.75 11 11.7574 11 13C11 14.2426 12.0074 15.25 13.25 15.25Z"/><path d="M9 7.25C10.2426 7.25 11.25 6.24264 11.25 5C11.25 3.75736 10.2426 2.75 9 2.75C7.75736 2.75 6.75 3.75736 6.75 5C6.75 6.24264 7.75736 7.25 9 7.25Z"/></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M4.75 10a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m8.5-1.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="15.25 6.5 9 12.75 2.75 6.5"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14.72 5.97a.75.75 0 1 1 1.06 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0L2.22 7.03a.75.75 0 1 1 1.06-1.06L9 11.69z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="11.5 15.25 5.25 9 11.5 2.75"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.97 2.22a.75.75 0 1 1 1.06 1.06L6.31 9l5.72 5.72a.75.75 0 1 1-1.06 1.06L4.72 9.53a.75.75 0 0 1 0-1.06z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="2" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="6.5 2.75 12.75 9 6.5 15.25"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M5.97 2.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 1 1-1.06-1.06L11.69 9 5.97 3.28a.75.75 0 0 1 0-1.06"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="2.75 11.5 9 5.25 15.25 11.5"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.526 4.668a.75.75 0 0 1 1.004.052l6.25 6.25a.75.75 0 1 1-1.06 1.06L9 6.31l-5.72 5.72a.75.75 0 1 1-1.06-1.06l6.25-6.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M9.25,8.75V1.75s1.303,2.048,3.427,3.573"></path><path d="M5.406,16.13c.268,.078,.551,.12,.844,.12,1.657,0,3-1.343,3-3,0-.293-.042-.577-.12-.844"></path><path d="M7.485,10.515c-.377-.17-.795-.265-1.235-.265-1.657,0-3,1.343-3,3,0,.44,.095,.858,.265,1.235"></path><line x1="2" y1="16" x2="16" y2="2" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15.47 1.47a.749.749 0 1 1 1.06 1.061l-8.496 8.496-.037.037-3.933 3.933-.04.04-1.495 1.495a.75.75 0 0 1-1.061-1.06l1.177-1.177A3.75 3.75 0 0 1 7.29 9.65L8.5 8.44V1.75a.75.75 0 0 1 1.383-.403v-.001l.001.003.009.013.039.06q.053.08.164.233c.146.203.364.491.645.826A14 14 0 0 0 12.61 4.33ZM4.025 12.915l1.89-1.89a2.25 2.25 0 0 0-1.89 1.89m4.475.335a2.3 2.3 0 0 0-.09-.634.75.75 0 0 1 1.44-.42q.149.505.15 1.054a3.75 3.75 0 0 1-4.804 3.601.751.751 0 0 1 .42-1.441q.302.09.634.09a2.25 2.25 0 0 0 2.25-2.25M10 3.91v3.03l1.545-1.545A15 15 0 0 1 10 3.91"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M14.609,5.342c-2.539-1.385-4.21-3.969-4.227-3.995-.18-.281-.521-.41-.843-.316-.319,.094-.54,.387-.54,.72V10.269c-.629-.476-1.403-.769-2.25-.769-2.068,0-3.75,1.682-3.75,3.75s1.682,3.75,3.75,3.75,3.75-1.682,3.75-3.75V3.915c.82,.903,1.977,1.972,3.391,2.743,.363,.198,.819,.065,1.018-.299,.199-.364,.064-.819-.299-1.018Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14.609 5.342c-2.539-1.385-4.21-3.969-4.227-3.995a.749.749 0 0 0-1.383.404v8.518a3.7 3.7 0 0 0-2.25-.769c-2.068 0-3.75 1.682-3.75 3.75S4.681 17 6.749 17s3.75-1.682 3.75-3.75V3.915c.82.903 1.977 1.972 3.391 2.743a.75.75 0 0 0 .719-1.317Z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M9.75,13.25V1.75s1.75,2.75,4.5,4.25" data-color="color-2"></path><circle cx="6.75" cy="13.25" r="3"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9.54 1.03a.75.75 0 0 1 .842.317l.003.003.011.019.054.08c.049.071.122.177.22.31.196.265.486.636.858 1.053.75.84 1.81 1.836 3.081 2.53a.75.75 0 0 1-.718 1.316C12.466 5.88 11.31 4.803 10.5 3.91v9.34A3.75 3.75 0 1 1 9 10.25v-8.5a.75.75 0 0 1 .54-.72M6.75 11a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M14.25,16.25l-5.25-3.5-5.25,3.5V3.75c0-1.105,.895-2,2-2h6.5c1.105,0,2,.895,2,2v12.5Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M13.5 3.75c0-.69-.56-1.25-1.25-1.25h-6.5c-.69 0-1.25.56-1.25 1.25v11.099l4.084-2.723.098-.055a.75.75 0 0 1 .734.055l4.084 2.723zm1.5 12.5a.75.75 0 0 1-1.166.624L9 13.651l-4.834 3.223A.75.75 0 0 1 3 16.25V3.75A2.75 2.75 0 0 1 5.75 1h6.5A2.75 2.75 0 0 1 15 3.75z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M12.25,16.25l-4.75-3.5-4.75,3.5V6.75c0-1.105,.895-2,2-2h5.5c1.105,0,2,.895,2,2v9.5Z"></path><path d="M6.781,2c.287-.159,.617-.25,.969-.25h5.5c1.105,0,2,.895,2,2V13.25" data-color="color-2"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.25 4A2.75 2.75 0 0 1 13 6.75v9.5a.75.75 0 0 1-1.195.604L7.5 13.682l-4.305 3.172A.75.75 0 0 1 2 16.25v-9.5A2.75 2.75 0 0 1 4.75 4zm-5.5 1.5c-.69 0-1.25.56-1.25 1.25v8.016l3.555-2.62.103-.064a.75.75 0 0 1 .787.064l3.555 2.62V6.75c0-.69-.56-1.25-1.25-1.25z"/><path d="M13.25 1A2.75 2.75 0 0 1 16 3.75v9.5a.75.75 0 0 1-1.5 0v-9.5c0-.69-.56-1.25-1.25-1.25h-5.5c-.22 0-.426.057-.605.156a.75.75 0 0 1-.727-1.312C6.813 1.125 7.268 1 7.75 1z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M12.25,1H5.75c-1.517,0-2.75,1.233-2.75,2.75v12.5c0,.276,.152,.531,.396,.661,.244,.131,.54,.117,.77-.037l4.834-3.223,4.834,3.223c.125,.083,.271,.126,.416,.126,.122,0,.243-.029,.354-.089,.244-.13,.396-.385,.396-.661V3.75c0-1.517-1.233-2.75-2.75-2.75Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M12.25 1h-6.5A2.75 2.75 0 0 0 3 3.75v12.5a.75.75 0 0 0 1.166.624L9 13.651l4.834 3.223a.76.76 0 0 0 .77.037.75.75 0 0 0 .396-.661V3.75A2.75 2.75 0 0 0 12.25 1"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M7.285,14.25h6.965c1.105,0,2-.895,2-2V5.75c0-.138-.014-.273-.041-.403"></path><path d="M14.25,3.75h-2.25l-.507-1.351c-.146-.39-.519-.649-.936-.649h-3.114c-.417,0-.79,.259-.936,.649l-.507,1.351H3.75c-1.105,0-2,.895-2,2v6.5c0,1.105,.895,2,2,2"></path><path d="M7.055,10.945c-.498-.498-.805-1.185-.805-1.945,0-1.519,1.231-2.75,2.75-2.75,.759,0,1.447,.308,1.945,.805" data-color="color-2"></path><circle cx="4.25" cy="6.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle><line x1="2" y1="16" x2="16" y2="2" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.557 1c.73 0 1.383.453 1.638 1.136L12.52 3h1.42l1.53-1.53a.75.75 0 1 1 1.06 1.06l-14 14a.75.75 0 0 1-1.06-1.06l.864-.866A2.75 2.75 0 0 1 1 12.25v-6.5A2.75 2.75 0 0 1 3.75 3h1.73l.325-.864.052-.125A1.75 1.75 0 0 1 7.443 1zM7.443 2.5a.25.25 0 0 0-.196.096l-.038.066-.507 1.352A.75.75 0 0 1 6 4.5H3.75c-.69 0-1.25.56-1.25 1.25v6.5c0 .595.415 1.09.972 1.217l2.58-2.58a3.5 3.5 0 0 1 4.834-4.834L12.44 4.5H12a.75.75 0 0 1-.702-.486l-.507-1.352a.25.25 0 0 0-.234-.162zM9 7a2 2 0 0 0-1.843 2.781L9.78 7.158A2 2 0 0 0 9 7M16.057 4.612a.75.75 0 0 1 .886.582q.057.271.057.556v6.5A2.75 2.75 0 0 1 14.25 15H7.285a.75.75 0 0 1 0-1.5h6.965c.69 0 1.25-.56 1.25-1.25v-6.5q0-.131-.025-.251a.75.75 0 0 1 .582-.887"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M14.25,3h-1.73l-.324-.864c-.254-.68-.913-1.136-1.639-1.136h-3.114c-.726,0-1.384,.457-1.638,1.136l-.324,.864h-1.73c-1.517,0-2.75,1.233-2.75,2.75v6.5c0,1.517,1.233,2.75,2.75,2.75H14.25c1.517,0,2.75-1.233,2.75-2.75V5.75c0-1.517-1.233-2.75-2.75-2.75ZM4,7c-.552,0-1-.448-1-1s.448-1,1-1,1,.448,1,1-.448,1-1,1Zm5,5c-1.657,0-3-1.343-3-3s1.343-3,3-3,3,1.343,3,3-1.343,3-3,3Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.557 1c.726 0 1.385.456 1.64 1.136L12.52 3h1.73A2.75 2.75 0 0 1 17 5.75v6.5A2.75 2.75 0 0 1 14.25 15H3.751a2.75 2.75 0 0 1-2.75-2.75v-6.5A2.75 2.75 0 0 1 3.751 3h1.73l.324-.864A1.76 1.76 0 0 1 7.443 1zM9 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M14.25,3.75h-2.25l-.507-1.351c-.146-.39-.519-.649-.936-.649h-3.114c-.417,0-.79,.259-.936,.649l-.507,1.351H3.75c-1.105,0-2,.895-2,2v6.5c0,1.105,.895,2,2,2H14.25c1.105,0,2-.895,2-2V5.75c0-1.105-.895-2-2-2Z"></path><circle cx="9" cy="9" r="2.75" data-color="color-2"></circle><circle cx="4.25" cy="6.25" r=".75" fill="context-fill" data-color="color-2" data-stroke="none" stroke="none"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 5.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7M9 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path d="M10.557 1c.73 0 1.383.453 1.638 1.136L12.52 3h1.73A2.75 2.75 0 0 1 17 5.75v6.5A2.75 2.75 0 0 1 14.25 15H3.75A2.75 2.75 0 0 1 1 12.25v-6.5A2.75 2.75 0 0 1 3.75 3h1.73l.325-.864.052-.125A1.75 1.75 0 0 1 7.443 1zM7.443 2.5a.25.25 0 0 0-.196.096l-.038.066-.507 1.352A.75.75 0 0 1 6 4.5H3.75c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H12a.75.75 0 0 1-.702-.486l-.507-1.352a.25.25 0 0 0-.234-.162z"/></svg>
|
||||
|
||||
@@ -2,8 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" fill-opacity="context-fill-opacity">
|
||||
<defs><clipPath id="a"><path d="M2.1 0 16 13.9V0zM0 .7V16h15.3z"/></clipPath></defs>
|
||||
<path clip-path="url(#a)" d="M4 1a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4zm0 1h8a2 2 0 0 1 2 2v8c0 .373-.102.72-.28 1.02L9.05 8.432a1.5 1.5 0 0 0-2.101 0l-4.67 4.588a1.988 1.988 0 0 1-.28-1.02V4a2 2 0 0 1 2-2zm6.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 1a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM8 9.002c.127 0 .252.047.35.143l4.662 4.582A1.99 1.99 0 0 1 12 14H4c-.37 0-.715-.099-1.012-.273L7.65 9.145A.496.496 0 0 1 8 9.002z"/>
|
||||
<path d="M.5 0a.5.5 0 0 0-.354.146.5.5 0 0 0 0 .707l15 15a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707l-15-15A.5.5 0 0 0 .499 0z"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.25 6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5"/><path d="M15.47 1.47a.75.75 0 1 1 1.06 1.06l-14 14a.75.75 0 0 1-1.06-1.06l.879-.88a2.74 2.74 0 0 1-.35-1.34v-8.5A2.75 2.75 0 0 1 4.75 2h8.5c.487 0 .944.127 1.34.349zM4.75 3.5c-.69 0-1.25.56-1.25 1.25v8.5q0 .09.013.176l9.913-9.913a1 1 0 0 0-.176-.013zM15.25 6.25A.75.75 0 0 1 16 7v6.25A2.75 2.75 0 0 1 13.25 16H7a.75.75 0 0 1 0-1.5h6.25c.69 0 1.25-.56 1.25-1.25v-1.44l-2.366-2.366a.75.75 0 1 1 1.06-1.06L14.5 9.689V7a.75.75 0 0 1 .75-.75"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M3.762,14.989l6.074-6.075c.781-.781,2.047-.781,2.828,0l2.586,2.586" data-color="color-2"></path><rect x="2.75" y="2.75" width="12.5" height="12.5" rx="2" ry="2"></rect><circle cx="6.25" cy="7.25" r="1.25" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.25 6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5"/><path d="M13.25 2A2.75 2.75 0 0 1 16 4.75v8.5A2.75 2.75 0 0 1 13.25 16h-8.5a2.73 2.73 0 0 1-1.378-.373q-.019-.01-.037-.023A2.75 2.75 0 0 1 2 13.25v-8.5A2.75 2.75 0 0 1 4.75 2zm-1.116 7.444a1.25 1.25 0 0 0-1.768 0L5.312 14.5h7.938c.69 0 1.25-.56 1.25-1.25v-1.44zM4.75 3.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .266.083.512.225.715l5.58-5.581a2.75 2.75 0 0 1 3.89 0L14.5 9.689V4.75c0-.69-.56-1.25-1.25-1.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="9.75 4.75 14 9 9.75 13.25" data-color="color-2"></polyline><polyline points="5 4.75 9.25 9 5 13.25"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9.22 4.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 1 1-1.06-1.06L12.94 9 9.22 5.28a.75.75 0 0 1 0-1.06"/><path d="M4.47 4.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 1 1-1.06-1.06L8.19 9 4.47 5.28a.75.75 0 0 1 0-1.06"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="2" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><line x1="14" y1="4" x2="4" y2="14" data-color="color-2"></line><line x1="4" y1="4" x2="14" y2="14"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M13.47 3.47a.75.75 0 1 1 1.06 1.06L10.06 9l4.47 4.47a.75.75 0 1 1-1.06 1.06L9 10.06l-4.47 4.47a.75.75 0 0 1-1.06-1.06L7.94 9 3.47 4.53a.75.75 0 1 1 1.06-1.06L9 7.94z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M6.75,2.75h7c1.105,0,2,.895,2,2v1.5" data-color="color-2"></path><line x1="11.25" y1="2.75" x2="11.25" y2="6.25" data-color="color-2"></line><line x1="14.75" y1="11.75" x2="14.75" y2="16.75" data-color="color-2"></line><path d="M15.75,9.461v-3.211H6.75V2.75h-2.5c-1.105,0-2,.895-2,2V13.25c0,1.105,.895,2,2,2h5.711"></path><line x1="17.25" y1="14.25" x2="12.25" y2="14.25" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14.75 11a.75.75 0 0 1 .75.75v1.75h1.75a.75.75 0 0 1 0 1.5H15.5v1.75a.75.75 0 0 1-1.5 0V15h-1.75a.75.75 0 0 1 0-1.5H14v-1.75a.75.75 0 0 1 .75-.75"/><path d="M13.75 2a2.75 2.75 0 0 1 2.75 2.75v4.71a.75.75 0 0 1-1.5 0V7H6.75A.75.75 0 0 1 6 6.25V3.5H4.25C3.56 3.5 3 4.06 3 4.75v8.5c0 .69.56 1.25 1.25 1.25h5.71a.75.75 0 1 1 0 1.5H4.25a2.75 2.75 0 0 1-2.75-2.75v-8.5A2.75 2.75 0 0 1 4.25 2zM7.5 5.5h3v-2h-3zm4.5 0h3v-.75c0-.69-.56-1.25-1.25-1.25H12z"/></svg>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#filter dumbComments emptyLines substitution
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><circle cx="12.25" cy="1.75" r=".75" data-color="color-2"></circle><circle cx="14.75" cy="4.25" r=".75" data-color="color-2"></circle><path d="M16.87,7.599c-.039-.222-.176-.415-.373-.524-.197-.109-.433-.125-.642-.042-.363,.144-.735,.217-1.105,.217-1.498,0-2.77-1.128-2.958-2.624-.051-.403-.409-.688-.818-.652l-.224,.026c-1.209,0-2.193-.951-2.239-2.165-.008-.216-.109-.418-.277-.554-.168-.137-.386-.193-.6-.157C3.79,1.788,1,5.1,1,9c0,4.411,3.589,8,8,8s8-3.589,8-8c0-.451-.042-.909-.13-1.401Zm-9.87-1.599c.552,0,1,.448,1,1s-.448,1-1,1-1-.448-1-1,.448-1,1-1Zm.25,6.5c-.69,0-1.25-.56-1.25-1.25s.56-1.25,1.25-1.25,1.25,.56,1.25,1.25-.56,1.25-1.25,1.25Zm4,0c-.414,0-.75-.336-.75-.75s.336-.75,.75-.75,.75,.336,.75,.75-.336,.75-.75,.75Z"></path></g></svg>
|
||||
#filter dumbComments emptyLines substitution
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M12.25 2.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.5 2.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.12 2.599a.746.746 0 0 0-1.015-.566 3 3 0 0 1-1.105.217 2.994 2.994 0 0 1-2.958-2.624.75.75 0 0 0-.818-.652L10.75 4a2.24 2.24 0 0 1-2.239-2.165.748.748 0 0 0-.877-.711A7.98 7.98 0 0 0 1 9c0 4.41 3.589 8 8 8s8-3.59 8-8c0-.451-.042-.91-.13-1.401M7 5.999a1 1 0 1 1 0 2.002A1 1 0 0 1 7 6m.25 6.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m4 0a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="10.25 12.75 12.75 15.25 15.25 12.75" data-color="color-2"></polyline><polyline points="15.25 5.25 12.75 2.75 10.25 5.25" data-color="color-2"></polyline><line x1="12.75" y1="15" x2="12.75" y2="3" data-color="color-2"></line><rect x="2.75" y="10.25" width="5" height="5" rx="1" ry="1"></rect><rect x="2.75" y="2.75" width="5" height="5" rx="1" ry="1"></rect></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.25 10c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 6.25 16h-2.5A1.75 1.75 0 0 1 2 14.25v-2.5c0-.966.784-1.75 1.75-1.75zm-2.5 1.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25zM13 9.5a.75.75 0 0 1 .75.75V12h1.75a.75.75 0 0 1 0 1.5h-1.75v1.75a.75.75 0 0 1-1.5 0V13.5H10.5a.75.75 0 0 1 0-1.5h1.75v-1.75A.75.75 0 0 1 13 9.5M6.25 2C7.216 2 8 2.784 8 3.75v2.5A1.75 1.75 0 0 1 6.25 8h-2.5A1.75 1.75 0 0 1 2 6.25v-2.5C2 2.784 2.784 2 3.75 2zm-2.5 1.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25zM14.25 2c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 14.25 8h-2.5A1.75 1.75 0 0 1 10 6.25v-2.5c0-.966.784-1.75 1.75-1.75zm-2.5 1.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25z"/></svg>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#filter dumbComments emptyLines substitution
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 12 12"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><line x1="6" y1="1" x2="6" y2="10.75" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" data-color="color-2"/><polyline points="2.75 7.75 6 11 9.25 7.75" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>
|
||||
#filter dumbComments emptyLines substitution
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 12 12"><path d="M6 .25a.75.75 0 0 1 .75.75v8.19l1.97-1.97a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L2.22 8.28a.75.75 0 1 1 1.06-1.06l1.97 1.97V1A.75.75 0 0 1 6 .25"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M13.368,4.632c-.726-1.694-2.408-2.882-4.368-2.882h0c-2.623,0-4.75,2.127-4.75,4.75v4.75c0,1.105-.895,2-2,2h2.5"></path><path d="M8,13.25h7.75c-1.105,0-2-.895-2-2v-3.5"></path><path d="M10.588,15.185c-.095-.117-.237-.185-.388-.185h-2.399c-.151,0-.293,.068-.388,.185-.095,.117-.132,.271-.101,.418,.173,.822,.868,1.397,1.689,1.397s1.516-.575,1.689-1.397c.031-.147-.006-.301-.101-.418Z" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></path><line x1="2" y1="16" x2="16" y2="2" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.2 15a.5.5 0 0 1 .49.602C10.517 16.425 9.822 17 9 17c-.82 0-1.516-.576-1.689-1.398a.5.5 0 0 1 .49-.602zM9 1a5.49 5.49 0 0 1 4.539 2.4l1.93-1.93a.75.75 0 1 1 1.061 1.06l-14 14a.75.75 0 0 1-1.06-1.06L2.94 14h-.69a.75.75 0 0 1 0-1.5c.69 0 1.25-.56 1.25-1.25V6.5A5.5 5.5 0 0 1 9 1m0 1.5a4 4 0 0 0-4 4v4.75c0 .284-.045.557-.126.815l7.58-7.58A4 4 0 0 0 9 2.5M13.75 7a.75.75 0 0 1 .75.75v3.5c0 .69.56 1.25 1.25 1.25a.75.75 0 1 1 0 1.5H8a.75.75 0 0 1 0-1.5h5.303A2.74 2.74 0 0 1 13 11.25v-3.5a.75.75 0 0 1 .75-.75"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M15.75,12.5c-.689,0-1.25-.561-1.25-1.25V6.5c0-3.033-2.467-5.5-5.5-5.5S3.5,3.467,3.5,6.5v4.75c0,.689-.561,1.25-1.25,1.25-.414,0-.75,.336-.75,.75s.336,.75,.75,.75H15.75c.414,0,.75-.336,.75-.75s-.336-.75-.75-.75Z"></path><path d="M10.2,15h-2.399c-.151,0-.293,.068-.388,.185-.095,.117-.132,.271-.101,.418,.173,.822,.868,1.397,1.689,1.397s1.516-.575,1.689-1.397c.031-.147-.006-.301-.101-.418-.095-.117-.237-.185-.388-.185Z" data-color="color-2"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15.75 12.5c-.689 0-1.25-.561-1.25-1.25V6.5C14.5 3.467 12.033 1 9 1S3.5 3.467 3.5 6.5v4.75c0 .689-.561 1.25-1.25 1.25a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5M10.2 15H7.801a.5.5 0 0 0-.489.603C7.485 16.425 8.18 17 9.001 17s1.516-.575 1.689-1.397a.5.5 0 0 0-.489-.603Z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M15.75,13.25c-1.105,0-2-.895-2-2V6.5c0-2.623-2.127-4.75-4.75-4.75h0c-2.623,0-4.75,2.127-4.75,4.75v4.75c0,1.105-.895,2-2,2H15.75Z"></path><path d="M10.588,15.185c-.095-.117-.237-.185-.388-.185h-2.399c-.151,0-.293,.068-.388,.185-.095,.117-.132,.271-.101,.418,.173,.822,.868,1.397,1.689,1.397s1.516-.575,1.689-1.397c.031-.147-.006-.301-.101-.418Z" fill="context-fill" data-color="color-2" data-stroke="none" stroke="none"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.2 15a.5.5 0 0 1 .49.602C10.517 16.425 9.822 17 9.001 17s-1.516-.576-1.69-1.398a.5.5 0 0 1 .49-.602z"/><path d="M9 1a5.5 5.5 0 0 1 5.5 5.5v4.75c0 .69.56 1.25 1.25 1.25a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5c.69 0 1.25-.56 1.25-1.25V6.5A5.5 5.5 0 0 1 9 1m0 1.5a4 4 0 0 0-4 4v4.75c0 .45-.11.875-.303 1.25h8.606A2.74 2.74 0 0 1 13 11.25V6.5a4 4 0 0 0-4-4"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><circle cx="9" cy="12.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle><circle cx="11.75" cy="12.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle><circle cx="6.25" cy="12.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle><path d="M6.25,15.25h-1c-1.105,0-2-.895-2-2v-2.625c0-.897-.728-1.625-1.625-1.625,.897,0,1.625-.728,1.625-1.625v-2.625c0-1.105,.895-2,2-2h1"></path><path d="M11.75,15.25h1c1.105,0,2-.895,2-2v-2.625c0-.897,.728-1.625,1.625-1.625-.897,0-1.625-.728-1.625-1.625v-2.625c0-1.105-.895-2-2-2h-1"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M11.47 11.47a.75.75 0 1 1 1.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 0 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06zm3 0a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06"/><path d="M14.25 2C15.77 2 17 3.237 17 4.75v3a.75.75 0 0 1-.75.75H2.5v4.75c0 .687.56 1.25 1.25 1.25h3.172a.75.75 0 0 1 0 1.5H3.75A2.753 2.753 0 0 1 1 13.25v-8.5C1 3.237 2.23 2 3.75 2zM3.75 3.5c-.69 0-1.25.563-1.25 1.25V7h13V4.75c0-.687-.56-1.25-1.25-1.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M15.25,11.75v1.5c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2v-1.5"></path><polyline points="5.5 6.75 9 10.25 12.5 6.75" data-color="color-2"></polyline><line x1="9" y1="10.25" x2="9" y2="2.75" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15.25 11a.75.75 0 0 1 .75.75v1.5A2.75 2.75 0 0 1 13.25 16h-8.5A2.75 2.75 0 0 1 2 13.25v-1.5a.75.75 0 0 1 1.5 0v1.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-1.5a.75.75 0 0 1 .75-.75"/><path d="M9 2a.75.75 0 0 1 .75.75v5.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.8.8 0 0 1-.244.162q-.048.02-.098.03l-.04.012-.016.003a.8.8 0 0 1-.265 0l-.016-.003-.04-.011q-.05-.012-.098-.03-.044-.02-.083-.045a.8.8 0 0 1-.16-.118l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V2.75A.75.75 0 0 1 9 2"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><circle cx="6.75" cy="9" r=".5" fill="currentColor" data-color="color-2"></circle><circle cx="6.75" cy="3.75" r=".5" fill="currentColor"></circle><circle cx="6.75" cy="14.25" r=".5" fill="currentColor"></circle><circle cx="11.25" cy="9" r=".5" fill="currentColor" data-color="color-2"></circle><circle cx="11.25" cy="3.75" r=".5" fill="currentColor"></circle><circle cx="11.25" cy="14.25" r=".5" fill="currentColor"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.75 13a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-4.5-5.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M6.75 2.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><rect x="5.25" y="5.25" width="11" height="11" rx="2" ry="2"></rect><path d="M2.801,11.998L1.772,5.074c-.162-1.093,.592-2.11,1.684-2.272l6.924-1.029c.933-.139,1.81,.39,2.148,1.228" data-color="color-2"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14.25 4.5A2.75 2.75 0 0 1 17 7.25v7A2.75 2.75 0 0 1 14.25 17h-7a2.75 2.75 0 0 1-2.75-2.75v-7A2.75 2.75 0 0 1 7.25 4.5zm-7 1.5C6.56 6 6 6.56 6 7.25v7c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-7c0-.69-.56-1.25-1.25-1.25z"/><path d="M10.51 1.006a2.75 2.75 0 0 1 2.714 1.715.75.75 0 0 1-1.392.56 1.25 1.25 0 0 0-1.233-.777l-.108.011-6.924 1.03a1.25 1.25 0 0 0-1.053 1.42l1.03 6.923a.751.751 0 0 1-1.485.22L1.031 5.186A2.75 2.75 0 0 1 3.346 2.06l6.924-1.03z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M1.75,6.75v6.5c0,1.105,.895,2,2,2H12.25" data-color="color-2"></path><rect x="4.75" y="2.75" width="11.5" height="9.5" rx="2" ry="2" transform="translate(21 15) rotate(180)"></rect></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M1.75 6a.75.75 0 0 1 .75.75v6.5c0 .69.56 1.25 1.25 1.25h8.5a.75.75 0 0 1 0 1.5h-8.5A2.75 2.75 0 0 1 1 13.25v-6.5A.75.75 0 0 1 1.75 6"/><path d="M14.25 2A2.75 2.75 0 0 1 17 4.75v5.5A2.75 2.75 0 0 1 14.25 13h-7.5A2.75 2.75 0 0 1 4 10.25v-5.5A2.75 2.75 0 0 1 6.75 2zm-7.5 1.5c-.69 0-1.25.56-1.25 1.25v5.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><line x1="12.75" y1="7.75" x2="16.25" y2="7.75" data-color="color-2"></line><line x1="4" y1="7.75" x2="9.25" y2="7.75" data-color="color-2"></line><circle cx="4" cy="5.5" r="2.25" data-color="color-2"></circle><line x1="5.409" y1="11.659" x2="14" y2="3"></line><circle cx="7" cy="13.25" r="2.25"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M13.468 2.472a.75.75 0 1 1 1.064 1.056l-6.77 6.823A2.999 2.999 0 1 1 4 13.25c0-.828.335-1.578.878-2.121l2.61-2.63H4a3 3 0 1 1 3-3c0 .548-.15 1.06-.405 1.5h2.38zM7 11.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M4 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/><path d="M16.25 7a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="m13.474,7.25l-.374,7.105c-.056,1.062-.934,1.895-1.997,1.895h-4.205c-1.064,0-1.941-.833-1.997-1.895l-.374-7.105"></path><line x1="2.75" y1="4.75" x2="15.25" y2="4.75" data-color="color-2"></line><path d="m6.75,4.75v-2c0-.552.448-1,1-1h2.5c.552,0,1,.448,1,1v2" data-color="color-2"></path><line x1="7.375" y1="8.75" x2="7.625" y2="13.25" data-color="color-2"></line><line x1="10.625" y1="8.75" x2="10.375" y2="13.25" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M4.488 6.501a.75.75 0 0 1 .788.71l.374 7.104A1.25 1.25 0 0 0 6.898 15.5h4.206a1.25 1.25 0 0 0 1.248-1.185l.374-7.104a.75.75 0 0 1 1.498.078l-.374 7.106A2.75 2.75 0 0 1 11.104 17H6.898a2.75 2.75 0 0 1-2.746-2.605l-.374-7.106a.75.75 0 0 1 .71-.788"/><path d="M7.333 8.001a.75.75 0 0 1 .791.707l.25 4.5a.75.75 0 0 1-1.498.084l-.25-4.5a.75.75 0 0 1 .707-.791m3.334 0a.75.75 0 0 1 .707.791l-.25 4.5a.75.75 0 0 1-1.498-.084l.25-4.5a.75.75 0 0 1 .791-.707M10.25 1c.966 0 1.75.784 1.75 1.75V4h3.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H6V2.75C6 1.784 6.784 1 7.75 1zm-2.5 1.5a.25.25 0 0 0-.25.25V4h3V2.75a.25.25 0 0 0-.25-.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M6.25,2.75h-1c-1.105,0-2,.895-2,2V14.25c0,1.105,.895,2,2,2h7.5c1.105,0,2-.895,2-2V4.75c0-1.105-.895-2-2-2h-1"></path><rect x="6.25" y="1.25" width="5.5" height="3" rx="1" ry="1" data-color="color-2"></rect></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.75.5c.882 0 1.61.652 1.73 1.5h.27a2.75 2.75 0 0 1 2.75 2.75v9.5A2.75 2.75 0 0 1 12.75 17h-7.5a2.75 2.75 0 0 1-2.75-2.75v-9.5A2.75 2.75 0 0 1 5.25 2h.27c.12-.848.848-1.5 1.73-1.5zm-5.5 3C4.56 3.5 4 4.06 4 4.75v9.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-9.5c0-.69-.56-1.25-1.25-1.25h-.27A1.75 1.75 0 0 1 10.75 5h-3.5a1.75 1.75 0 0 1-1.73-1.5zm2-1.5a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M11.75,9.247l5.086-5.083c.552-.552,.552-1.448,0-2-.552-.552-1.448-.552-2,0l-5.094,5.096" data-color="color-2"></path><path d="M5.75,11.815c2.162,.65,3.917,.704,5.351-.764,.865-.868,.865-2.276,0-3.145s-2.261-.881-3.133,0c-1.418,1.434-.18,2.795-2.218,3.909Z" data-color="color-2"></path><path d="M16.25,8.284v4.966c0,1.105-.895,2-2,2H3.75c-1.105,0-2-.895-2-2V4.75c0-1.105,.895-2,2-2h6.965"></path><circle cx="4.25" cy="5.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle><circle cx="6.75" cy="5.25" r=".75" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M10.715 2a.75.75 0 1 1 0 1.5H3.75c-.69 0-1.25.559-1.25 1.25V7h2.75a.75.75 0 0 1 0 1.5H2.5v4.75c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V8.284a.75.75 0 0 1 1.5 0v4.966A2.75 2.75 0 0 1 14.25 16H3.75A2.75 2.75 0 0 1 1 13.25v-8.5A2.75 2.75 0 0 1 3.75 2z"/><path d="M14.306 1.634a2.165 2.165 0 0 1 3.209 2.896l-.149.164-4.872 4.868a2.96 2.96 0 0 1-.857 2.012v.001c-.841.862-1.803 1.292-2.864 1.399-1.032.103-2.122-.105-3.239-.441a.75.75 0 0 1-.143-1.376c.42-.23.62-.443.731-.62.116-.185.176-.39.232-.693.112-.599.18-1.554 1.08-2.465l.113-.108a2.93 2.93 0 0 1 1.89-.767zm-3.737 6.801a1.45 1.45 0 0 0-2.068-.002c-.516.523-.538.966-.672 1.685-.066.356-.168.788-.437 1.217l-.06.086c.47.075.899.1 1.292.06.715-.071 1.348-.348 1.94-.954l.005-.006a1.48 1.48 0 0 0 0-2.086m5.737-5.74a.665.665 0 0 0-.94 0l-4.261 4.262q.282.175.528.42.238.241.409.517l4.264-4.26a.665.665 0 0 0 0-.94"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M8.743,7.769l-.946-.315-.316-.947c-.102-.306-.609-.306-.711,0l-.316,.947-.946,.315c-.153,.051-.257,.194-.257,.356s.104,.305,.257,.356l.946,.315,.316,.947c.051,.153,.194,.256,.355,.256s.305-.104,.355-.256l.316-.947,.946-.315c.153-.051,.257-.194,.257-.356s-.104-.305-.257-.356Z" fill="context-fill" data-color="color-2" data-stroke="none" stroke="none"></path><path d="M15.144,9.976c.52-.995,.856-2.117,.856-3.367,.008-2.12-1.704-3.846-3.826-3.859-1.277,.016-2.464,.66-3.174,1.72-.709-1.061-1.896-1.704-3.173-1.72-2.123,.013-3.834,1.739-3.826,3.859,0,4.826,4.959,7.794,6.529,8.613,.297,.155,.644,.155,.941,0,.114-.059,.249-.133,.395-.214"></path><path d="M15.658,12.99l-1.263-.421-.421-1.263c-.137-.408-.812-.408-.949,0l-.421,1.263-1.263,.421c-.204,.068-.342,.259-.342,.474s.138,.406,.342,.474l1.263,.421,.421,1.263c.068,.204,.26,.342,.475,.342s.406-.138,.475-.342l.421-1.263,1.263-.421c.204-.068,.342-.259,.342-.474s-.138-.406-.342-.474Z" fill="context-fill" data-color="color-2" data-stroke="none" stroke="none"></path><circle cx="12.25" cy="6.25" r=".75" fill="context-fill" data-color="color-2" data-stroke="none" stroke="none"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.996 3.587a4.577 4.577 0 0 1 6.504-.385c.565.496 1 1.142 1.247 1.854l.094.31c.154.585.185 1.162.125 1.711a.75.75 0 0 1-1.491-.162c.041-.38.019-.772-.084-1.168l-.062-.2a2.9 2.9 0 0 0-.818-1.217c-1.625-1.423-3.975-.85-4.837.926a.75.75 0 0 1-1.35 0A3.066 3.066 0 1 0 3.34 8.702l5.48 5.694.04.033a.25.25 0 0 0 .32-.033v-.001l.55-.57a.75.75 0 1 1 1.08 1.04l-.548.57a1.75 1.75 0 0 1-2.523 0l-5.48-5.693-.003-.004A4.567 4.567 0 0 1 8.71 3.284l.166.167q.06.066.12.136"/><path d="M14.25 8.5a.75.75 0 0 1 .75.75V11h1.75a.75.75 0 0 1 0 1.5H15v1.75a.75.75 0 0 1-1.5 0V12.5h-1.75a.75.75 0 0 1 0-1.5h1.75V9.25a.75.75 0 0 1 .75-.75"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="8.999 4.927 7.75 7 10.5 8.75 8.5 10.75" data-color="color-2"></polyline><path d="M15.2,9.222l-5.48,5.694c-.393,.409-1.048,.409-1.441,0L2.799,9.222c-1.452-1.528-1.389-3.944,.139-5.395,1.528-1.452,3.944-1.389,5.395,.139,.27,.284,.495,.609,.666,.962,1.074-2.212,4.002-2.92,6.007-1.162,.535,.469,.929,1.101,1.11,1.79,.363,1.383-.034,2.738-.916,3.666Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.997 3.584a4.577 4.577 0 0 1 6.503-.383h.001a4.4 4.4 0 0 1 1.34 2.163 4.62 4.62 0 0 1-.648 3.81.751.751 0 0 1-1.237-.848 3.12 3.12 0 0 0 .435-2.58 2.9 2.9 0 0 0-.88-1.418c-1.624-1.423-3.975-.85-4.837.926a.751.751 0 0 1-1.35 0A3.067 3.067 0 1 0 3.34 8.7l5.48 5.694a.25.25 0 0 0 .36 0l.55-.571a.75.75 0 0 1 1.08 1.04l-.55.569.002.001a1.75 1.75 0 0 1-2.523 0L2.259 9.74l-.003-.004A4.567 4.567 0 0 1 8.71 3.282l.167.167q.061.066.119.135"/><path d="M16.75 11a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><line x1="6.25" y1="12.5" x2="6.25" y2="15.25" data-color="color-2"></line><line x1="6.25" y1="2.75" x2="6.25" y2="5.5" data-color="color-2"></line><polyline points="8.75 6.5 6.25 9 8.75 11.5" data-color="color-2"></polyline><line x1="6.25" y1="9" x2="12.75" y2="9" data-color="color-2"></line><rect x="1.75" y="2.75" width="14.5" height="12.5" rx="2" ry="2" transform="translate(18 18) rotate(180)"></rect></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.22 5.97a.75.75 0 1 1 1.06 1.06L8.06 8.25h4.69a.75.75 0 0 1 0 1.5H8.06l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1-.165-.812l.004-.01q.018-.04.042-.078a.8.8 0 0 1 .119-.16z"/><path d="M14.25 2A2.75 2.75 0 0 1 17 4.75v8.5A2.75 2.75 0 0 1 14.25 16H3.75A2.75 2.75 0 0 1 1 13.25v-8.5A2.75 2.75 0 0 1 3.75 2zM3.75 3.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25H5.5v-2a.75.75 0 0 1 1.5 0v2h7.25c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H7v2a.75.75 0 0 1-1.5 0v-2z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M2.25,8.75V4.75c0-1.105,.895-2,2-2h1.951c.607,0,1.18,.275,1.56,.748l.603,.752h5.386c1.105,0,2,.895,2,2v2.266"></path><path d="M15.726,8.516c-.117-.993-.952-1.766-1.976-1.766H4.25c-1.105,0-2,.896-2,2v4.5c0,1.104,.895,2,2,2h4.141"></path><circle cx="14" cy="14" r="3.25" data-color="color-2"></circle><line x1="11.702" y1="16.298" x2="16.292" y2="11.708" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14 10a4 4 0 1 1 0 8 4 4 0 0 1 0-8m-1.155 6.215a2.5 2.5 0 0 0 3.37-3.37zM14 11.5a2.5 2.5 0 0 0-2.216 3.654l3.37-3.37A2.5 2.5 0 0 0 14 11.5"/><path d="M6.201 2a2.75 2.75 0 0 1 2.044.91l.1.118.379.472h5.026a2.75 2.75 0 0 1 2.75 2.75v2.266a.75.75 0 0 1-.75.75l-.008-.001a.75.75 0 0 1-.76-.661A1.243 1.243 0 0 0 13.75 7.5h-9.5C3.56 7.5 3 8.06 3 8.75v4.5c0 .69.56 1.25 1.25 1.25h4.14a.75.75 0 0 1 0 1.5H4.25a2.75 2.75 0 0 1-2.75-2.75v-8.5A2.75 2.75 0 0 1 4.25 2zM4.25 3.5C3.56 3.5 3 4.06 3 4.75v1.552C3.375 6.11 3.8 6 4.25 6h9.5c.452 0 .876.11 1.25.303V6.25C15 5.56 14.44 5 13.75 5H8.364a.75.75 0 0 1-.585-.281l-.603-.752A1.25 1.25 0 0 0 6.2 3.5z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M15.414,8.665c.233,.117,.509,.104,.73-.032,.221-.137,.356-.378,.356-.638v-1.744c0-1.517-1.233-2.75-2.75-2.75h-1.775c.01-.083,.025-.164,.025-.25,0-1.103-.897-2-2-2s-2,.897-2,2c0,.086,.015,.167,.025,.25h-1.775c-1.517,0-2.75,1.233-2.75,2.75v1.775c-.083-.011-.164-.025-.25-.025-1.103,0-2,.897-2,2s.897,2,2,2c.086,0,.167-.015,.25-.025v1.775c0,1.517,1.233,2.75,2.75,2.75h1.744c.26,0,.501-.135,.638-.355,.136-.221,.149-.498,.033-.73-.109-.219-.165-.442-.165-.665,0-.827,.673-1.5,1.5-1.5s1.5,.673,1.5,1.5c0,.221-.056,.445-.166,.666-.116,.232-.103,.508,.034,.729,.137,.221,.378,.355,.638,.355h1.744c1.517,0,2.75-1.233,2.75-2.75v-1.744c0-.26-.135-.501-.356-.638s-.498-.15-.73-.032c-1.027,.515-2.164-.285-2.164-1.335,0-1.05,1.134-1.85,2.164-1.335Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15.414 8.665a.75.75 0 0 0 1.086-.67V6.251a2.75 2.75 0 0 0-2.75-2.75h-1.775c.01-.083.025-.164.025-.25 0-1.103-.897-2-2-2s-2 .897-2 2c0 .086.015.167.025.25H6.25a2.75 2.75 0 0 0-2.75 2.75v1.775c-.083-.011-.164-.025-.25-.025-1.103 0-2 .897-2 2s.897 2 2 2c.086 0 .167-.015.25-.025v1.775a2.75 2.75 0 0 0 2.75 2.75h1.744c.26 0 .501-.135.638-.355a.75.75 0 0 0 .033-.73 1.5 1.5 0 0 1-.165-.665c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5q0 .333-.166.666a.75.75 0 0 0 .672 1.084h1.744a2.75 2.75 0 0 0 2.75-2.75v-1.744a.75.75 0 0 0-1.086-.67c-1.027.515-2.164-.285-2.164-1.335s1.134-1.85 2.164-1.335Z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M14.75,8.25c.372,0,.716,.118,1,.317v-2.317c0-1.104-.895-2-2-2h-2.317c.198-.284,.317-.627,.317-1,0-.967-.784-1.75-1.75-1.75s-1.75,.783-1.75,1.75c0,.373,.118,.716,.317,1h-2.317c-1.105,0-2,.896-2,2v2.317c-.284-.198-.628-.317-1-.317-.966,0-1.75,.783-1.75,1.75s.784,1.75,1.75,1.75c.372,0,.716-.118,1-.317v2.317c0,1.104,.895,2,2,2h2.317c-.198-.284-.317-.627-.317-1,0-.967,.784-1.75,1.75-1.75s1.75,.783,1.75,1.75c0,.373-.118,.716-.317,1h2.317c1.105,0,2-.896,2-2v-2.317c-.284,.198-.628,.317-1,.317-.966,0-1.75-.783-1.75-1.75s.784-1.75,1.75-1.75Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15 13.75v-1.265a2.5 2.5 0 1 1 0-4.972V6.25C15 5.56 14.44 5 13.75 5h-2.317a.75.75 0 0 1-.616-1.179A1 1 0 0 0 11 3.25a1 1 0 1 0-2 0c0 .211.066.405.182.57A.751.751 0 0 1 8.567 5H6.25C5.56 5 5 5.56 5 6.25v2.317a.75.75 0 0 1-1.179.616A.995.995 0 0 0 2.25 10a1 1 0 0 0 1 1c.21 0 .405-.066.57-.182a.751.751 0 0 1 1.18.615v2.317c0 .69.56 1.25 1.25 1.25h1.264a2.5 2.5 0 1 1 4.973 0h1.263c.69 0 1.25-.56 1.25-1.25m-2.5-10.5q0 .127-.014.25h1.264a2.75 2.75 0 0 1 2.75 2.75v2.317a.75.75 0 0 1-1.18.615A1 1 0 0 0 14.75 9a1 1 0 1 0 0 2 1 1 0 0 0 .571-.183.75.75 0 0 1 1.179.616v2.317a2.75 2.75 0 0 1-2.75 2.75h-2.317a.75.75 0 0 1-.615-1.18 1 1 0 0 0 .182-.57 1 1 0 1 0-2 0c0 .21.067.405.183.571a.75.75 0 0 1-.616 1.179H6.25a2.75 2.75 0 0 1-2.75-2.75v-1.265a2.5 2.5 0 1 1 0-4.972V6.25A2.75 2.75 0 0 1 6.25 3.5h1.264a2.5 2.5 0 1 1 4.986-.25"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="18px" height="18px" viewBox="0 0 18 18"><path d="M17.25,8.25h-1.292c-.146-1.369-.69-2.619-1.512-3.637l1.583-1.583c.293-.293,.293-.768,0-1.061s-.767-.294-1.061,0l-1.583,1.583c-1.018-.821-2.268-1.365-3.636-1.511V.75c0-.414-.336-.75-.75-.75s-.75,.336-.75,.75v1.292c-1.368,.146-2.618,.69-3.636,1.511l-1.583-1.583c-.293-.293-.768-.293-1.061,0s-.293,.768,0,1.061l1.583,1.583c-.821,1.018-1.365,2.268-1.511,3.637H.75c-.414,0-.75,.336-.75,.75s.336,.75,.75,.75h1.292c.146,1.369,.69,2.619,1.511,3.637l-1.583,1.583c-.293,.293-.293,.768,0,1.061,.146,.146,.338,.22,.53,.22,.191,0,.384-.073,.53-.22l1.583-1.583c1.018,.821,2.268,1.365,3.636,1.511v1.292c0,.414,.336,.75,.75,.75s.75-.336,.75-.75v-1.292c1.368-.146,2.618-.69,3.636-1.511l1.583,1.583c.146,.146,.338,.22,.53,.22s.384-.073,.53-.22c.293-.293,.293-.768,0-1.061l-1.583-1.583c.821-1.018,1.365-2.268,1.512-3.637h1.292c.414,0,.75-.336,.75-.75s-.336-.75-.75-.75Zm-11.25,1.75c-.552,0-1-.448-1-1s.448-1,1-1,1,.448,1,1-.448,1-1,1Zm3,2c-.828,0-1.5-.672-1.5-1.5,0-.276,.224-.5,.5-.5h2c.276,0,.5,.224,.5,.5,0,.828-.672,1.5-1.5,1.5Zm2-3c0-.552,.448-1,1-1s1,.448,1,1-.448,1-1,1-1-.448-1-1Z" fill="context-fill"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 15a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1A.75.75 0 0 1 9 15m-5.303-1.757a.749.749 0 1 1 1.06 1.06l-.707.708a.745.745 0 0 1-1.06 0 .75.75 0 0 1 0-1.06zm9.545 0a.75.75 0 0 1 1.06 0l.707.707a.75.75 0 0 1-1.06 1.06l-.707-.706a.75.75 0 0 1 0-1.06M9 4a5 5 0 1 1 0 10A5 5 0 0 1 9 4M2.25 8.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5zm14.5 0a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5zM2.99 2.99a.75.75 0 0 1 1.06 0l.707.706a.75.75 0 0 1-1.06 1.06L2.99 4.05a.75.75 0 0 1 0-1.06m10.96 0a.75.75 0 0 1 1.06 1.06l-.707.707a.744.744 0 0 1-1.06 0 .75.75 0 0 1 0-1.06zM9 .5a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1A.75.75 0 0 1 9 .5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M13.75,5.25c1.105,0,2,.895,2,2v5.5c0,1.105-.895,2-2,2H4.25c-1.105,0-2-.895-2-2V4.75c0-1.105,.895-2,2-2h1.825c.587,0,1.144,.258,1.524,.705l1.524,1.795h4.626Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.075 2a2.75 2.75 0 0 1 2.096.969L9.47 4.5h4.28a2.75 2.75 0 0 1 2.75 2.75v5.5a2.75 2.75 0 0 1-2.75 2.75h-9.5a2.75 2.75 0 0 1-2.75-2.75v-8A2.75 2.75 0 0 1 4.25 2zM4.25 3.5C3.56 3.5 3 4.06 3 4.75v8c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-5.5C15 6.56 14.44 6 13.75 6H9.123a.75.75 0 0 1-.571-.265L7.027 3.94a1.25 1.25 0 0 0-.952-.44z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="9 4.75 9 9 12.25 11.25" data-color="color-2"></polyline><path d="M1.75,9C1.75,4.996,4.996,1.75,9,1.75s7.25,3.246,7.25,7.25-3.246,7.25-7.25,7.25c-3.031,0-5.627-1.86-6.71-4.5"></path><polyline points="1.88 14.695 2.288 11.75 5.232 12.157"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 1a8 8 0 1 1-6.264 12.975l-.113.823a.75.75 0 0 1-1.486-.206l.408-2.944.015-.077q.013-.05.033-.096.002-.01.006-.019a1 1 0 0 1 .058-.108l.01-.018a.75.75 0 0 1 .308-.26l.012-.007.018-.007a1 1 0 0 1 .1-.033l.012-.002q.04-.01.08-.013a.7.7 0 0 1 .144-.004q.024 0 .05.003l2.944.407a.75.75 0 0 1-.206 1.486l-1.478-.205A6.5 6.5 0 1 0 2.5 9 .75.75 0 0 1 1 9a8 8 0 0 1 8-8"/><path d="M9 4a.75.75 0 0 1 .75.75v3.857l2.927 2.027a.75.75 0 1 1-.854 1.232l-3.25-2.25A.75.75 0 0 1 8.25 9V4.75A.75.75 0 0 1 9 4"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="2.75 7.25 7.25 7.25 7.25 2.75"></polyline><line x1="7.25" y1="7.25" x2="2.75" y2="2.75"></line><polyline points="10.75 15.25 10.75 10.75 15.25 10.75" data-color="color-2"></polyline><line x1="10.75" y1="10.75" x2="15.25" y2="15.25" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M15.25 10a.75.75 0 0 1 0 1.5h-2.69l3.22 3.22a.75.75 0 0 1-1.06 1.06l-3.22-3.22v2.69a.75.75 0 0 1-1.5 0v-4.5a.8.8 0 0 1 .055-.282l.004-.01q.018-.04.042-.078a.7.7 0 0 1 .119-.16.7.7 0 0 1 .16-.12q.037-.023.078-.041l.01-.004q.046-.017.094-.029l.039-.011.016-.003A1 1 0 0 1 10.75 10zm-8-8a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.136.428 1 1 0 0 1-.084.102.8.8 0 0 1-.244.162q-.048.02-.098.03l-.04.012-.016.003A1 1 0 0 1 7.25 8h-4.5a.75.75 0 0 1 0-1.5h2.69L2.22 3.28a.75.75 0 1 1 1.06-1.06L6.5 5.44V2.75A.75.75 0 0 1 7.25 2"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><polyline points="10.75 2.75 15.25 2.75 15.25 7.25"></polyline><line x1="15.25" y1="2.75" x2="10.75" y2="7.25"></line><polyline points="2.75 10.75 2.75 15.25 7.25 15.25" data-color="color-2"></polyline><line x1="2.75" y1="15.25" x2="7.25" y2="10.75" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M6.72 10.22a.75.75 0 1 1 1.06 1.06L4.56 14.5h2.69a.75.75 0 0 1 0 1.5h-4.5a1 1 0 0 1-.133-.013l-.016-.003q-.02-.005-.04-.011-.05-.012-.098-.03-.044-.02-.083-.045a.8.8 0 0 1-.16-.118.75.75 0 0 1-.22-.53v-4.5a.75.75 0 0 1 1.5 0v2.69zM15.25 2q.068 0 .132.012l.016.003q.02.005.04.011.05.012.098.03a.74.74 0 0 1 .362.324q.025.04.044.083A.8.8 0 0 1 16 2.75v4.5a.75.75 0 0 1-1.5 0V4.56l-3.22 3.22a.75.75 0 0 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M5.526,12.474c-1.226-1.765-2.305-3.736-2.305-5.208C3.221,3.776,6.207,1.75,9,1.75c1.819,0,3.721,.86,4.826,2.424"></path><path d="M14.759,6.776c.013,.16,.02,.323,.02,.49,0,2.622-3.428,6.833-5.004,8.631-.413,.471-1.139,.471-1.551,0-.329-.375-.739-.856-1.181-1.405"></path><path d="M8.752,9.233c-.849-.12-1.502-.85-1.502-1.733,0-.966,.784-1.75,1.75-1.75,.887,0,1.62,.66,1.735,1.516"></path><line x1="2" y1="16" x2="16" y2="2" data-color="color-2"></line></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M14.698 6.03a.75.75 0 0 1 .809.686q.021.269.022.55c0 .804-.258 1.67-.623 2.503-.369.843-.87 1.71-1.41 2.534-1.082 1.647-2.36 3.178-3.157 4.089a1.78 1.78 0 0 1-2.68 0 45 45 0 0 1-1.2-1.43.75.75 0 0 1 1.168-.94q.327.406.622.754l.539.626a.28.28 0 0 0 .423.001c.778-.887 2.004-2.36 3.03-3.924.513-.781.967-1.571 1.29-2.311.328-.75.498-1.394.498-1.901q0-.22-.017-.43a.75.75 0 0 1 .686-.808M9 1c1.76 0 3.596.716 4.877 2.062L15.47 1.47a.75.75 0 1 1 1.06 1.06l-14 14a.75.75 0 0 1-1.06-1.06l3.089-3.09c-.496-.75-.96-1.532-1.323-2.3-.44-.935-.764-1.915-.764-2.814C2.472 3.26 5.904 1 9 1m0 1.5c-2.487 0-5.028 1.792-5.028 4.766 0 .572.216 1.315.62 2.174.285.604.649 1.232 1.05 1.856l1.824-1.823a2.5 2.5 0 1 1 3.507-3.507l1.844-1.845c-.975-1.04-2.418-1.62-3.816-1.621m0 4a1 1 0 0 0-.453 1.892L9.89 7.048A1 1 0 0 0 9 6.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M9,1C5.791,1,2.471,3.344,2.471,7.267c0,2.792,3.252,6.915,5.189,9.125,.339,.387,.827,.609,1.34,.609s1.001-.222,1.339-.608c1.938-2.21,5.19-6.335,5.19-9.125,0-3.922-3.32-6.267-6.529-6.267Zm0,8.25c-.967,0-1.75-.784-1.75-1.75s.783-1.75,1.75-1.75,1.75,.784,1.75,1.75-.783,1.75-1.75,1.75Z"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 1C5.791 1 2.471 3.344 2.471 7.267c0 2.792 3.252 6.915 5.189 9.125a1.782 1.782 0 0 0 2.679.001c1.938-2.21 5.19-6.335 5.19-9.125 0-3.922-3.32-6.267-6.529-6.267Zm0 8.25a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M14.779,7.266c0,2.622-3.428,6.833-5.004,8.631-.413,.471-1.139,.471-1.551,0-1.576-1.797-5.004-6.008-5.004-8.631C3.221,3.776,6.207,1.75,9,1.75s5.779,2.026,5.779,5.516Z"></path><circle cx="9" cy="7.5" r="1.75" data-color="color-2"></circle></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5m0 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/><path d="M9 1c3.098 0 6.529 2.26 6.529 6.266 0 .804-.259 1.669-.623 2.503-.369.843-.87 1.71-1.41 2.533-1.082 1.647-2.359 3.18-3.157 4.09a1.778 1.778 0 0 1-2.68-.001c-.797-.91-2.074-2.442-3.155-4.088-.54-.824-1.042-1.69-1.41-2.534-.365-.834-.624-1.7-.624-2.503l.01-.37C2.685 3.12 6 1 9 1m0 1.5c-2.488 0-5.029 1.792-5.03 4.767 0 .507.17 1.152.497 1.901.324.74.778 1.53 1.291 2.312 1.027 1.563 2.252 3.035 3.03 3.922v.001c.113.13.309.13.423 0 .778-.888 2.004-2.361 3.03-3.924.514-.782.968-1.572 1.29-2.311.328-.75.498-1.395.498-1.902C14.029 4.292 11.489 2.5 9 2.5"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g fill="context-fill" fill-opacity="context-fill-opacity" class="nc-icon-wrapper"><path d="M9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM10.7285 5.55176C10.0566 5.5598 9.42663 5.86058 9 6.36914C8.57267 5.86121 7.94219 5.56042 7.26758 5.55176C6.01248 5.55999 4.99539 6.58541 5 7.83789C5 10.5743 7.79989 12.25 8.6582 12.6982C8.76478 12.7542 8.88246 12.7812 8.99902 12.7812C9.11561 12.7812 9.2339 12.7535 9.33984 12.6982C10.1978 12.2503 12.9989 10.5754 12.999 7.83887C13.0037 6.58553 11.9872 5.55909 10.7285 5.55176Z"/></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 1a8 8 0 1 1 0 16A8 8 0 0 1 9 1m1.729 4.552A2.3 2.3 0 0 0 9 6.369a2.3 2.3 0 0 0-1.732-.817A2.284 2.284 0 0 0 5 7.838c0 2.736 2.8 4.412 3.658 4.86a.73.73 0 0 0 .682 0c.858-.448 3.659-2.123 3.659-4.86a2.284 2.284 0 0 0-2.27-2.286"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><circle cx="9" cy="9" r="7.25"></circle><path d="M6.925,6.619c.388-1.057,1.294-1.492,2.18-1.492,.895,0,1.818,.638,1.818,1.808,0,1.784-1.816,1.468-2.096,3.065" data-color="color-2"></path><path d="M8.791,13.567c-.552,0-1-.449-1-1s.448-1,1-1,1,.449,1,1-.448,1-1,1Z" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.791 11.567a1.001 1.001 0 0 1 0 2 1.001 1.001 0 0 1 0-2m.313-7.19c1.227 0 2.569.896 2.569 2.558 0 .587-.154 1.057-.427 1.441-.256.361-.588.602-.835.775-.53.373-.767.53-.846.979a.75.75 0 0 1-1.477-.26c.201-1.148 1.014-1.632 1.46-1.946.243-.17.381-.285.475-.416.076-.108.15-.268.15-.573 0-.678-.505-1.058-1.069-1.058-.635 0-1.216.295-1.475 1A.75.75 0 0 1 6.22 6.36c.517-1.408 1.748-1.983 2.883-1.983"/><path d="M9 1a8 8 0 1 1 0 16A8 8 0 0 1 9 1m0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M1.75,9c0,4.004,3.246,7.25,7.25,7.25s7.25-3.246,7.25-7.25S13.004,1.75,9,1.75c-3.031,0-5.627,1.86-6.71,4.5"></path><polyline points="1.88 3.305 2.288 6.25 5.232 5.843"></polyline><polyline points="9 4.75 9 9 12.25 11.25" data-color="color-2"></polyline></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 1a8 8 0 1 1-8 8 .75.75 0 0 1 1.5 0 6.5 6.5 0 1 0 1.152-3.697L5.13 5.1a.75.75 0 0 1 .206 1.486l-2.944.406-.084.006H2.28q-.041-.001-.082-.007-.046-.004-.094-.015l-.017-.004-.082-.028-.044-.02-.006-.003a1 1 0 0 1-.102-.063l-.06-.048-.047-.044a1 1 0 0 1-.058-.073q-.016-.018-.028-.037a1 1 0 0 1-.047-.087l-.02-.043a.8.8 0 0 1-.048-.173l-.408-2.946a.751.751 0 0 1 1.486-.205l.113.822A7.99 7.99 0 0 1 9 1"/><path d="M9 4a.75.75 0 0 1 .75.75v3.857l2.927 2.027a.75.75 0 1 1-.854 1.232l-3.25-2.25A.75.75 0 0 1 8.25 9V4.75A.75.75 0 0 1 9 4"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M3.145,6.2l5.25-3.99c.358-.272,.853-.272,1.21,0l5.25,3.99c.249,.189,.395,.484,.395,.796v7.254c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2V6.996c0-.313,.146-.607,.395-.796Z"></path><path d="M11.652,12.152c-1.464,1.464-3.839,1.464-5.303,0" data-color="color-2"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M7.941 1.362a1.75 1.75 0 0 1 2.118 0l5.25 3.99v.002c.434.33.69.844.691 1.392v7.505a2.75 2.75 0 0 1-2.75 2.75h-2.5a.75.75 0 0 1-.75-.75v-4a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v4a.75.75 0 0 1-.75.75h-2.5A2.75 2.75 0 0 1 2 14.251V6.747c0-.546.255-1.063.691-1.394zm1.21 1.195a.25.25 0 0 0-.301 0h-.001l-5.25 3.99a.25.25 0 0 0-.099.2v7.504c0 .69.56 1.25 1.25 1.25H6.5v-3.25c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v3.25h1.75c.69 0 1.25-.56 1.25-1.25V6.746a.25.25 0 0 0-.099-.2z"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><circle cx="9" cy="9" r="7.25"></circle><line x1="9" y1="12.819" x2="9" y2="8.25" data-color="color-2"></line><path d="M9,6.75c-.552,0-1-.449-1-1s.448-1,1-1,1,.449,1,1-.448,1-1,1Z" fill="currentColor" data-color="color-2" data-stroke="none" stroke="none"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M9 7.5a.75.75 0 0 1 .75.75v4.57a.75.75 0 0 1-1.5 0V8.25A.75.75 0 0 1 9 7.5m0-2.75a1.001 1.001 0 0 1 0 2 1.001 1.001 0 0 1 0-2"/><path d="M9 1a8 8 0 1 1 0 16A8 8 0 0 1 9 1m0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13"/></svg>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 18 18"><g stroke-linecap="round" stroke-width="1.5" fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-linejoin="round" class="nc-icon-wrapper"><path d="M8.5,6.827c-.352,.168-.682,.398-.973,.69l-.01,.01c-1.381,1.381-1.381,3.619,0,5l2.175,2.175c1.381,1.381,3.619,1.381,5,0l.01-.01c1.381-1.381,1.381-3.619,0-5l-.931-.931" data-color="color-2"></path><path d="M9.5,11.173c.352-.168,.682-.398,.973-.69l.01-.01c1.381-1.381,1.381-3.619,0-5l-2.175-2.175c-1.381-1.381-3.619-1.381-5,0l-.01,.01c-1.381,1.381-1.381,3.619,0,5l.931,.931"></path></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 18 18"><path d="M8.176 6.15a.75.75 0 0 1 .647 1.353 2.8 2.8 0 0 0-.765.543l-.01.011a2.786 2.786 0 0 0 0 3.94l2.174 2.174a2.785 2.785 0 0 0 3.94 0l.01-.01a2.785 2.785 0 0 0 0-3.939l-.931-.932a.75.75 0 0 1 1.06-1.06l.93.931a4.285 4.285 0 0 1 0 6.061l-.009.01a4.285 4.285 0 0 1-6.06 0l-2.175-2.175a4.285 4.285 0 0 1 0-6.06l.009-.01.133-.13a4.3 4.3 0 0 1 1.047-.707"/><path d="M2.778 2.768a4.285 4.285 0 0 1 6.06 0l2.175 2.175a4.285 4.285 0 0 1 0 6.06l-.01.01a4.3 4.3 0 0 1-1.18.837.75.75 0 0 1-.646-1.354c.276-.131.535-.312.765-.543l.01-.01a2.785 2.785 0 0 0 0-3.94L7.779 3.828a2.786 2.786 0 0 0-3.94 0l-.01.01a2.785 2.785 0 0 0 0 3.94l.931.93a.75.75 0 0 1-1.06 1.06l-.931-.93a4.285 4.285 0 0 1 0-6.06z"/></svg>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user